You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/04/08 04:12:20 UTC

[cordova-js] branch master updated (c128d21 -> 58c14e6)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-js.git.


    from c128d21  doc(README): update (#227)
     new 9292efb  chore(audit-license-headers): add missing header to test-build.js
     new 58c14e6  js-6.0.0 Updated version and RELEASENOTES.md for release 6.0.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md           | 51 +++++++++++++++++++++++++++++++++++++++++++++++
 build-tools/test-build.js | 19 ++++++++++++++++++
 package-lock.json         |  2 +-
 package.json              |  2 +-
 4 files changed, 72 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-js] 02/02: js-6.0.0 Updated version and RELEASENOTES.md for release 6.0.0

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-js.git

commit 58c14e62c3f46243a1f240cfad59b313ad07ed3e
Author: Erisu <el...@gmail.com>
AuthorDate: Wed Apr 8 11:50:52 2020 +0900

    js-6.0.0 Updated version and RELEASENOTES.md for release 6.0.0
---
 RELEASENOTES.md   | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 package-lock.json |  2 +-
 package.json      |  2 +-
 3 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c16bf66..b44273b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,57 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 6.0.0 (Apr 08, 2020)
+
+* [GH-227](https://github.com/apache/cordova-js/pull/227) doc(README): update
+* [GH-225](https://github.com/apache/cordova-js/pull/225) breaking(npm): bump dependencies
+  * `@cordova/eslint-config@^3.0.0`
+  * `cordova-android@^8.1.0`
+  * `cordova-ios@^5.1.1`
+  * `eslint-plugin-es5@^1.5.0`
+  * `grunt@^1.1.0`
+  * `jasmine-core@^3.5.0`
+  * `karma@^4.4.1`
+  * `karma-chrome-launcher@^3.1.0`
+  * `karma-coverage@^2.0.1`
+  * `karma-jasmine@^3.1.1`
+  * `puppeteer@^2.1.1`
+  * `execa@^4.0.0`
+  * `fs-extra@^9.0.0`
+  * `globby@^11.0.0`
+* [GH-226](https://github.com/apache/cordova-js/pull/226) ci(github-actions): add workflow w/ supported changes
+* [GH-224](https://github.com/apache/cordova-js/pull/224) chore(npm): package cleanup
+* [GH-223](https://github.com/apache/cordova-js/pull/223) breaking: bump minimum `node` support `>=10`
+* [GH-221](https://github.com/apache/cordova-js/pull/221) refactor: eslint setup
+* [GH-220](https://github.com/apache/cordova-js/pull/220) fix: move `eslint-plugin-es5` to `devDependencies`
+* [GH-211](https://github.com/apache/cordova-js/pull/211) Improve callback error handling
+* [GH-215](https://github.com/apache/cordova-js/pull/215) Do not try to replace `window.navigator`
+* [GH-216](https://github.com/apache/cordova-js/pull/216) Re-enable ESLint rules
+* [GH-217](https://github.com/apache/cordova-js/pull/217) Target next major version 6.0.0
+* [GH-218](https://github.com/apache/cordova-js/pull/218) Minor formatting improvements in `cordova.js`
+* [GH-204](https://github.com/apache/cordova-js/pull/204) ESLint improvements
+* [GH-214](https://github.com/apache/cordova-js/pull/214) Drop unused test helpers
+* [GH-209](https://github.com/apache/cordova-js/pull/209) Collect & report test coverage for our browser code
+* [GH-208](https://github.com/apache/cordova-js/pull/208) Make built JS output a bit prettier
+* [GH-207](https://github.com/apache/cordova-js/pull/207) Add platforms used during tests as `devDependencies`
+* [GH-205](https://github.com/apache/cordova-js/pull/205) Completely refactor build system
+* [GH-199](https://github.com/apache/cordova-js/pull/199) Add Node.js 12 to CI Services
+* [GH-198](https://github.com/apache/cordova-js/pull/198) Document `argscheck.checkArgs`
+* [GH-201](https://github.com/apache/cordova-js/pull/201) Improve `README`
+* [GH-200](https://github.com/apache/cordova-js/pull/200) Fix parsing of some parameter formats in `argscheck.checkArgs`
+* [GH-197](https://github.com/apache/cordova-js/pull/197) Use `.gitgnore` as `.eslintignore`
+* [GH-196](https://github.com/apache/cordova-js/pull/196) Allow to define modules whose name appears on `Object.prototype`
+* [GH-195](https://github.com/apache/cordova-js/pull/195) Integrate unused CommonJS tests where applicable
+* [GH-194](https://github.com/apache/cordova-js/pull/194) Minor cleanup of require/define tests
+* [GH-193](https://github.com/apache/cordova-js/pull/193) Update `README`
+* [GH-192](https://github.com/apache/cordova-js/pull/192) Update dependencies & fix resulting ESLint violations
+  * Fix new ESLint `object-curly-spacing` violations
+* [GH-190](https://github.com/apache/cordova-js/pull/190) Drop build/test support for Node.js 6
+* [GH-191](https://github.com/apache/cordova-js/pull/191) Lint (almost) all JS files
+* [GH-189](https://github.com/apache/cordova-js/pull/189) Remove obsolete stuff from AppVeyor CI config
+* [GH-188](https://github.com/apache/cordova-js/pull/188) Add **Electron** Support
+* Add or update GitHub pull request and issue template
+
 ### 5.0.0 (Dec 20, 2018)
 * Remove test & cover tasks + orphaned dependencies
 * Run tests in **Browser** using Karma
diff --git a/package-lock.json b/package-lock.json
index 8565370..826e494 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-js",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 27a65b9..88c2746 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "engines": {
     "node": ">=10.0.0"
   },
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "homepage": "http://cordova.apache.org",
   "repository": "github:apache/cordova-js",
   "bugs": "https://github.com/apache/cordova-js/issues",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-js] 01/02: chore(audit-license-headers): add missing header to test-build.js

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-js.git

commit 9292efb883c77985148f5d18eff8d52e0f1142c5
Author: Erisu <el...@gmail.com>
AuthorDate: Wed Apr 8 11:50:23 2020 +0900

    chore(audit-license-headers): add missing header to test-build.js
---
 build-tools/test-build.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/build-tools/test-build.js b/build-tools/test-build.js
index b0ca308..3819ad0 100755
--- a/build-tools/test-build.js
+++ b/build-tools/test-build.js
@@ -1,5 +1,24 @@
 #!/usr/bin/env node
 
+/*!
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 const fs = require('fs-extra');
 const path = require('path');
 const { build, collectModules } = require('.');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org