You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2021/10/18 14:55:25 UTC

[cordova-lib] branch raphinesse-gh-actions-ci updated (8de8a28 -> 08e7f48)

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

raphinesse pushed a change to branch raphinesse-gh-actions-ci
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git.


 discard 8de8a28  ci: switch to GitHub Actions
 discard 8bce62c  test: use cordova-android@10.1.1
 discard c4448b6  chore!: drop support for Node.js 10
 discard 5846967  chore: bump version to 11.0.0-dev
     add 5f1fb55  feat(cordova/util): support loading platform API from node_modules (#860)
     add ac5971c  refactor(addHelper): more concise package.json spec lookup (#882)
     add eead660  feat: bump platform pinning (#885)
     add 87fb230  chore: update dependencies w/ package-lock rebuild & test update (#886)
     add a72a3c3  Updated RELEASENOTES.md & version for release 10.1.0 (lib-10.1.0)
     add 2266c46  Increment package version to 10.1.1-dev
     add ccbb819  chore: bump version to 11.0.0-dev (#883)
     add 27ed5ff  chore!: drop support for Node.js 10 (#884)
     add cb6b422  test: use cordova-android@10.1.1
     add 08e7f48  ci: switch to GitHub Actions

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   (8de8a28)
            \
             N -- N -- N   refs/heads/raphinesse-gh-actions-ci (08e7f48)

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:
 RELEASENOTES.md                          |   32 +
 package-lock.json                        | 8174 ++++++++++++++++++++++++++++--
 package.json                             |   16 +-
 spec/cordova/platform/addHelper.spec.js  |   78 +-
 spec/cordova/platforms/platforms.spec.js |    2 +-
 spec/cordova/util.spec.js                |   11 +-
 src/cordova/platform/addHelper.js        |   36 +-
 src/cordova/util.js                      |   24 +-
 src/platforms/platformsConfig.json       |    6 +-
 9 files changed, 7853 insertions(+), 526 deletions(-)

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