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 2019/11/11 07:19:39 UTC

[cordova-eslint] branch master updated (5edece3 -> 88d5e38)

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-eslint.git.


    from 5edece3  Updated RELEASENOTES.md & version for release 2.0.0 (eslint-v2.0.0)
     new 19ebda1  chore: update node requirement & eslint (eslint-v2.0.0)
     new 88d5e38  chore: updated RELEASENOTES.md (eslint-v2.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 | 11 ++++++-----
 package.json    |  4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)


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


[cordova-eslint] 02/02: chore: updated RELEASENOTES.md (eslint-v2.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-eslint.git

commit 88d5e384ebf7ac55f49d908921ced0a4a809e071
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Nov 11 16:19:09 2019 +0900

    chore: updated RELEASENOTES.md (eslint-v2.0.0)
---
 RELEASENOTES.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 90df040..d85a974 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,7 +21,8 @@
 
 ## 2.0.0 (Nov 11, 2019)
 
-* [GH-10](https://github.com/apache/cordova-eslint/pull/10) feat: make base rules stricter & closer to semistandard
+* chore: update `node` requirement `>= 10.13.0` & `eslint@6.6.0`
+* [GH-10](https://github.com/apache/cordova-eslint/pull/10) feat: make base rules stricter & closer to `semistandard`
 * [GH-9](https://github.com/apache/cordova-eslint/pull/9) docs: use new 'overrides' directive in sample config
 * [GH-8](https://github.com/apache/cordova-eslint/pull/8) chore: update dependencies
 * [GH-7](https://github.com/apache/cordova-eslint/pull/7) chore: increment package version to 2.0.0-dev
@@ -30,11 +31,11 @@
 
 ## 1.0.0 (Nov 07, 2019)
 
-* [GH-4](https://github.com/apache/cordova-eslint/pull/4) chore: updated package-lock & added RELEASENOTES.md
-* [GH-3](https://github.com/apache/cordova-eslint/pull/3) chore: add .npmignore
+* [GH-4](https://github.com/apache/cordova-eslint/pull/4) chore: updated `package-lock` & added `RELEASENOTES.md`
+* [GH-3](https://github.com/apache/cordova-eslint/pull/3) chore: add `.npmignore`
 * [GH-1](https://github.com/apache/cordova-eslint/pull/1) chore: added missing package repo & bug field
-* [GH-2](https://github.com/apache/cordova-eslint/pull/2) chore: add .asf.yaml
+* [GH-2](https://github.com/apache/cordova-eslint/pull/2) chore: add `.asf.yaml`
 * chore: format, lint, & add Apache license
 * Release candidate
-* chore: create eslint config for cordova@9.x
+* chore: create eslint config for `cordova@9.x`
 * Initial commit


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


[cordova-eslint] 01/02: chore: update node requirement & eslint (eslint-v2.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-eslint.git

commit 19ebda1ed7411b549f6dbf60c4e1df6af3c3a133
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Nov 11 16:13:56 2019 +0900

    chore: update node requirement & eslint (eslint-v2.0.0)
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 9bcfeca..3aaf046 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "dependencies": {
-    "eslint": "^6.5.1",
+    "eslint": "^6.6.0",
     "eslint-config-semistandard": "^15.0.0",
     "eslint-config-standard": "^13.0.1",
     "eslint-plugin-import": "^2.18.2",
@@ -27,7 +27,7 @@
     "eslint-plugin-standard": "^4.0.1"
   },
   "engines": {
-    "node": ">= 6"
+    "node": ">= 10.13.0"
   },
   "devDependencies": {
     "jasmine": "^3.5.0",


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