Skip to content

chore: bump cordova-android from 14.0.1 to 15.0.0 in /example#105

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/example/cordova-android-15.0.0
Open

chore: bump cordova-android from 14.0.1 to 15.0.0 in /example#105
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/example/cordova-android-15.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps cordova-android from 14.0.1 to 15.0.0.

Changelog

Sourced from cordova-android's changelog.

15.0.0

Breaking Changes:

Features:

  • feat: Allows additional settings to be included on settings.gradle (#1819) [5bca218e]
  • feat: replace nyc with c8 (#1844) [7d7f5110]
  • feat: allow disabling splash screen for embedded Cordova (#1824) [c2cf589d]
  • feat: AndroidShowDeprecations preference flag (#1822) [0190d2e3]
  • feat: androidx.appcompat:appcompat@1.7.1 (#1813) [36bee664]
  • feat: androidx.webkit:webkit@1.14.0 (#1812) [4dcfc361]
  • feat(CallbackContext): add success method for boolean (#1864) [6b76757c]

Fixes:

  • fix: Potential NPE when handling generic exceptions (#1878) [7a353fe8]
  • fix: opaque navigation bar in edge to edge (#1867) [eaca570c]
  • fix: cordova requirements command and SDK lookup based on tools (#1877) [76bac55f]
  • fix: re-expose and support pollOnce (#1854) [655aa0a5]
  • fix: edge to edge/fullscreen margins (#1847) [360be21e]
  • fix: Deprecation warning in PluginManager for using Class.newInstance (#1823) [eb5fe4fb]
  • fix: Back button override on API 36+ (#1831) [46af3114]
  • fix: gradle deprecation warnings about property assignment (#1821) [df36c7a2]
  • fix: replace deprecated fs.F_OK with fs.constants.F_OK (#1820) [b7923261]
  • fix: apply repositories.gradle for cordova.gradle dependencies (#1816) [cab5c5b7]
  • fix(plugins): remove from platformWWW by default (#1807) [f0e88856]
  • fix(plugins): rename & match removeFileF logic with other platforms (#1806) [5dc9c728]
  • fix(plugins): handle uninstalling multiple plugin assets (#1805) [08b8a954]
  • fix(statusbar): inject script block to compute color & replace padStart w/ logic supported on SDK 24 (#1853) [52578ae7]
  • fix(windows): Escape back-slashes for gradle config jdk path (#1876) [fb562f4e]

Chores:

... (truncated)

Commits

Dependabot compatibility score

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)

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

---
updated-dependencies:
- dependency-name: cordova-android
  dependency-version: 15.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 11:24
@cursor

cursor Bot commented Jun 15, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Major cordova-android release brings breaking Android build defaults (SDK/Gradle/Kotlin); impact is limited to the example app’s dev environment, but local Android builds may need matching Node and Android tooling.

Overview
Updates the example Cordova app’s Android platform dev dependency from cordova-android 14.0.1 to 15.0.0, with a refreshed example/package-lock.json.

The lockfile picks up cordova-android 15’s toolchain expectations (e.g. cordova-common@6, stricter Node >=20.17.0 || >=22.9.0, and updated transitive packages like nopt, which, and semver). No plugin or SDK source changes—only how the sample app resolves the Android platform when developers install dependencies.

Reviewed by Cursor Bugbot for commit d1840a0. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants