You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gi...@apache.org on 2019/11/15 08:37:02 UTC

[cordova-electron] branch dependabot/npm_and_yarn/eslint-utils-1.4.3 updated (e052c46 -> b1d623a)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/eslint-utils-1.4.3
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git.


 discard e052c46  Bump eslint-utils from 1.4.0 to 1.4.3
     add ff14372  chore: bump version to 2.0.0-dev (#110)
     add 3bd22ad  chore: drop node 6 and 8 support (#69)
     add 860b4a4  chore: bump electron dependencies (#68)
     add c5df1de  chore: update development dependencies (#67)
     add b1d623a  Bump eslint-utils from 1.4.0 to 1.4.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e052c46)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/eslint-utils-1.4.3 (b1d623a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   2 -
 VERSION                                            |   2 +-
 bin/templates/cordova/Api.js                       |  10 +-
 bin/templates/cordova/handler.js                   |   2 +-
 bin/templates/cordova/lib/build.js                 |   4 +-
 bin/templates/cordova/lib/build/base.json          |   4 +-
 bin/templates/cordova/lib/prepare.js               |  10 +-
 bin/templates/cordova/parser.js                    |   2 +-
 cordova-lib/cordova.js                             |   2 +-
 package-lock.json                                  | 769 ++++++++++-----------
 package.json                                       |  23 +-
 tests/spec/unit/Api.spec.js                        |  10 +-
 tests/spec/unit/create.spec.js                     |   2 +-
 .../cordova/lib/ManifestJsonParser.spec.js         |  10 +-
 .../cordova/lib/PackageJsonParser.spec.js          |   4 +-
 .../spec/unit/templates/cordova/lib/build.spec.js  |  26 +-
 .../unit/templates/cordova/lib/prepare.spec.js     |  25 +-
 tests/spec/unit/templates/cordova/lib/util.spec.js |   6 +-
 tests/spec/unit/templates/parser.spec.js           |  24 +-
 19 files changed, 434 insertions(+), 503 deletions(-)


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