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 2023/09/02 07:03:10 UTC

[cordova-plugin-file-transfer] branch dependabot/npm_and_yarn/tests/server/minimatch-3.1.2 updated (ce717bb -> 4e814f2)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/tests/server/minimatch-3.1.2
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file-transfer.git


 discard ce717bb  Bump minimatch from 3.0.4 to 3.1.2 in /tests/server
     add 04b6e4c  feat(windows)!: Drop Windows support (#346)
     add b249d17  fix: test version (#361)
     add fb684c6  feat(android)!: bump cordova-plugin-file@8.0.0 & cordova-android >= 12.0.0 (#360)
     add 06335fe  ci: sync github action workflow w/ paramedic base configs (#362)
     add 934ed5d  dep: bump @cordova/eslint-config@5.0.0 w/ rebuilt package-lock (#369)
     add 7715cc9  chore: remove windows leftovers (#368)
     add 4e814f2  Bump minimatch from 3.0.4 to 3.1.2 in /tests/server

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   (ce717bb)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tests/server/minimatch-3.1.2 (4e814f2)

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:
 .github/workflows/android.yml    |   14 +-
 .github/workflows/chrome.yml     |    6 +-
 .github/workflows/ios.yml        |   10 +-
 .github/workflows/lint.yml       |    4 +-
 README.md                        |   11 -
 package-lock.json                | 2712 ++++++++++++++++++++++----------------
 package.json                     |    7 +-
 plugin.xml                       |   13 +-
 src/windows/FileTransferProxy.js |  599 ---------
 tests/package.json               |    2 +-
 tests/tests.js                   |   33 +-
 www/FileTransfer.js              |   25 +-
 12 files changed, 1621 insertions(+), 1815 deletions(-)
 delete mode 100644 src/windows/FileTransferProxy.js


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