Skip to content

Bump minimatch, cordova-android and cordova-ios in /example#2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/example/multi-0add32ccda
Open

Bump minimatch, cordova-android and cordova-ios in /example#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/example/multi-0add32ccda

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 22, 2026

Removes minimatch. It's no longer used after updating ancestor dependencies minimatch, cordova-android and cordova-ios. These dependencies need to be updated together.

Removes minimatch

Updates cordova-android from 7.0.0 to 14.0.1

Changelog

Sourced from cordova-android's changelog.

14.0.1 (Apr 24, 2025)

Fixes:

  • GH-1795 fix: configure gradle java.home
  • GH-1793 fix(windows): get gradle path with which command

14.0.0 (Mar 23, 2025)

Breaking Changes:

  • GH-1788 dep!: bump npm packages
    • nyc@17.1.0
    • which@5.0.0
    • semver@7.7.1
    • jasmine@5.6.0
    • android-versions@2.1.0
    • cordova-common@5.0.1
    • fast-glob@3.3.3
    • nopt@8.1.0
  • GH-1789 feat!: bump node engine requirement >=20.5.0
  • GH-1784 feat!: bump java default targets to 11
  • GH-1771 feat!: deprecate CordovaPlugin's method initialize
  • GH-1767 feat!: use kotlin-stdlib instead of kotlin-stdlib-jdk*
  • GH-1763 feat!: SDK 35 Support

Features:

  • GH-1785 feat: bump gradle to 8.13
  • GH-1779 feat: add AndroidEdgeToEdge preference & theme flag
  • GH-1778 feat: Account for Node security patch
  • GH-1768 feat: androidx.core:core-splashscreen@1.0.1
  • GH-1766 feat: com.google.gms:google-services@4.4.2
  • GH-1765 feat: androidx.webkit:webkit@1.12.1
  • GH-1764 feat: androidx.appcompat:appcompat@1.7.0

Fixes:

  • GH-1790 fix: replace fs-extra.ensureFileSync with fs.writeFileSync
  • GH-1781 fix: copy gradle wrapper from tools to platform root dir
  • GH-1770 fix: creation of cdv-gradle-config.json w/ --link flag
  • GH-1739 fix(docs): Incorrect JDK requirement stated in README
  • GH-1718 fix: app restart when BT keyboard is connected in some devices

Chores & Refactoring:

  • GH-1786 chore: add AndroidX build test to gitignore
  • GH-1774 style: update & resolve doc block warnings
  • GH-1772 refactor: replace fs-extra with node:fs
  • GH-1769 refactor: prefix node:*

... (truncated)

Commits
  • 855fab2 release(android-v14.0.1): updated version and RELEASENOTES.md
  • 2ffe68a fix: configure gradle java.home (#1795)
  • f697ca7 fix(windows): get gradle path with which command (#1793)
  • 1d82a3b chore: bump version 14.0.1-dev
  • 688d2cf release(android-v14.0.0): updated version and RELEASENOTES.md
  • f6e384a fix: replace fs-extra.ensureFileSync with fs.writeFileSync (#1790)
  • 839f9b8 Revert "release(android-v14.0.0): updated version and RELEASENOTES.md"
  • d4eca41 Revert "chore: bump version 14.0.1-dev"
  • 5da9bd6 chore: bump version 14.0.1-dev
  • 2258d33 release(android-v14.0.0): updated version and RELEASENOTES.md
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erisu, a new releaser for cordova-android since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates cordova-ios from 4.5.5 to 8.0.0

Release notes

Sourced from cordova-ios's releases.

8.0.0

Release Announcement: https://cordova.apache.org/announcements/2025/11/23/cordova-ios-8.0.0.html

Full Changelog: apache/cordova-ios@rel/7.1.1...rel/8.0.0

8.0.0-beta.1

Release Announcement: https://cordova.apache.org/announcements/2024/10/21/cordova-ios-8.1.1-beta.1.html

Full Changelog: apache/cordova-ios@rel/7.1.1...rel/8.0.0-beta.1

7.1.0

Release Announcement: https://cordova.apache.org/announcements/2024/04/03/cordova-ios-7.1.0.html

Full Changelog: apache/cordova-ios@rel/7.0.0...rel/7.1.0

7.0.0

Release Announcement: https://cordova.apache.org/announcements/2023/07/10/cordova-ios-7.0.0.html

Full Changelog: apache/cordova-ios@rel/6.3.0...rel/7.0.0

6.3.0

Release announcement: https://cordova.apache.org/announcements/2023/04/15/cordova-ios-release-6.3.0.html

Full Changelog: apache/cordova-ios@rel/6.2.0...6.3.0

Changelog

Sourced from cordova-ios's changelog.

8.0.0 (Nov 21, 2025)

Also see "8.0.0-beta.1" release notes below.

Breaking Changes:

  • GH-1586 chore!: update dependencies & node engine
  • GH-1583 feat!: drop iOS-sim & use simctl directly
  • GH-1560 feat!: Add CDVSceneDelegate class as an extension point
  • GH-1558 refactor!: Deprecate CDVWebViewProcessPoolFactory
  • GH-1557 chore!: update template defaults
  • GH-1556 chore(npm)!: bump cordova-common@6.0.0 w/ rebuilt package-lock.json
  • GH-1528 feat!: bump node engine requirement >=20.5.0 & update deps
  • GH-1520 refactor!(SPM): rename Swift package from CordovaLib to Cordova

Features:

  • GH-1515 feat(spm): Support plugins as Swift packages
  • GH-1523 feat(statusbar): Simple built-in status bar support
  • GH-1514 feat(plugins): Better define plugin behaviour protocols
  • GH-1518 feat: bump tooling minimum requirements

Fixes:

  • GH-1582 fix: Add preference for WKWebView crash recovery behaviour
  • GH-1581 fix(openURL): Use correct property name for readyState
  • GH-1573 fix(cache): Don't load local data from cache
  • GH-1578 fix(statusbar): inject script block to compute color
  • GH-1547 fix: potential problems overriding OTHER_LDFLAGS
  • GH-1540 fix(plugins): Handle uninstalling multiple plugin assets
  • GH-1544 fix(swift): Fix some new Swift deprecation warnings
  • GH-1521 fix(Swift): Nullability stuff broke Swift compatibility
  • GH-1517 fix(catalyst): Fix content behind titlebar
  • GH-1516 fix(build): Allow platform args with double dash
  • GH-1508 fix: Various issues identified by code scanning
  • GH-1502 fix(create): Copy config.xml data during creation
  • GH-1245 fix: svoid repetitive permission prompts

Others:

  • GH-1559 chore: Silence some iOS deprecation warnings
  • GH-1561 chore: Xcode 26 fixes for CI
  • GH-1505 chore(ci): Add code scanning & fix dependabot failures
  • GH-1541 chore(coverage): Test using c8 for code coverage
  • GH-1585 chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
  • GH-1555 chore(deps-dev): bump tmp from 0.2.3 to 0.2.4
  • GH-1504 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
  • GH-1584 chore(deps): bump glob from 10.4.5 to 10.5.0
  • GH-1563 chore(readme): added nightly build section
  • GH-1543 chore(template): Move xcconfig files into the template folder

... (truncated)

Commits
  • 5d98b86 release(ios-v8.0.0): updated version and RELEASENOTES.md
  • e6019be chore(tests): Restructure unit test directories (#1587)
  • bf9f80d chore!: update dependencies & node engine (#1586)
  • abf8b68 feat!: drop ios-sim & use simctl directly (#1583)
  • 2b95e4c chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1585)
  • 8739e3b chore(deps): bump glob from 10.4.5 to 10.5.0 (#1584)
  • 5a13d63 fix: Add preference for WKWebView crash recovery behaviour (#1582)
  • 6b39d0e fix(openURL): Use correct property name for readyState (#1581)
  • e18c4e4 fix(cache): Don't load local data from cache (#1573)
  • 2b6b3e4 fix(statusbar): inject script block to compute color (#1578)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erisu, a new releaser for cordova-ios since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [cordova-android](https://github.com/apache/cordova-android) and [cordova-ios](https://github.com/apache/cordova-ios). These dependencies need to be updated together.


Removes `minimatch`

Updates `cordova-android` from 7.0.0 to 14.0.1
- [Changelog](https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-android@7.0.0...14.0.1)

Updates `cordova-ios` from 4.5.5 to 8.0.0
- [Release notes](https://github.com/apache/cordova-ios/releases)
- [Changelog](https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-ios@4.5.5...8.0.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 
  dependency-type: indirect
- dependency-name: cordova-android
  dependency-version: 14.0.1
  dependency-type: direct:production
- dependency-name: cordova-ios
  dependency-version: 8.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants