Skip to content

chore(deps-dev): bump cordova-android from 13.0.0 to 15.1.0 - #997

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cordova-android-15.1.0
Open

chore(deps-dev): bump cordova-android from 13.0.0 to 15.1.0#997
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cordova-android-15.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps cordova-android from 13.0.0 to 15.1.0.

Release notes

Sourced from cordova-android's releases.

15.1.0

Release Announcement: https://cordova.apache.org/announcements/2026/07/22/cordova-android-15.1.0.html

Full Changelog: apache/cordova-android@rel/15.0.0...rel/15.1.0

Changelog

Sourced from cordova-android's changelog.

15.1.0

Features:

  • feat: call new method CordovaPlugin.onRequestPermissionsResult (#1855) [b66f0f33]
  • feat: deprecate PermissionHelper (#1857) [8c839764]
  • feat: remove unused private Method PermissionHelper.deliverPermissionResult (#1858) [9c3d8268]

Fixes:

  • fix: webview loses scrollability and creates empty bottom space (#1924) [b91144c0]
  • fix: handle permissions for getUserMedia (#1895) [24502178]
  • fix: overwritten backbutton not firing on first time by hardware button and never on back gesture (#1910) [0bfbc20b]
  • fix(android): use AndroidX OnBackPressedCallback instead of OnBackInvokedCallback (#1903) [9064bc07]
  • fix(gradle-9): unable to resolve class XmlParser for Groovy 4.x (#1896) [9ae489bd]
  • fix(statusbar.js): remove trailing whitespace in comment for lint (#1970) [cdbeb603]
  • fix(statusbar): Properly handle CSS colours (#1955) [dd3fd357]
  • fix(SystemBarPlugin): remove canEdgeToEdge check for execute method (#1971) [61ebdcde]
  • fix(SystemBarPlugin): remove sentinel value INVALID_COLOR, use null instead (#1939) [f4ecf997]

Others

  • chore: cleanup PermissionHelper (#1925) [7dd7f504]
  • chore: bump package 15.1.0-dev.0 & update package-lock (#1964) [929f2054]
  • chore: remove redundant Hello World template files (#1926) [56e263fe]
  • chore: simplify edge-to-edge preference logic in CordovaActivity and SystemBarPlugin (#1902) [190076ba]
  • chore: ignore gradle build artificat problems-report.html (#1912) [b1705d83]
  • chore: more license header updates (#1909) [1f70d396]
  • chore: update package-lock (#1905) [af56a003]
  • chore(ci): update & clean workflow (#1966) [654b03a3]
  • chore(ci): improve workflows & dependabot (#1928) [08c4fd1e]
  • chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#1960) [ebccedf6]
  • chore(deps-dev): bump tmp from 0.2.6 to 0.2.7 (#1956) [d90eeecb]
  • chore(deps-dev): bump tmp from 0.2.5 to 0.2.6 (#1945) [a63c1e18]
  • chore(deps-dev): bump c8 from 10.1.3 to 11.0.0 (#1941) [74fbbdce]
  • chore(deps-dev): bump jasmine from 6.1.0 to 6.2.0 (#1932) [90b4b057]
  • chore(deps): bump github/codeql-action/analyze from 4.36.3 to 4.37.0 (#1973) [80658ea4]
  • chore(deps): bump github/codeql-action/init from 4.36.3 to 4.37.0 (#1972) [89771e64]
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 (#1974) [065a99d8]
  • chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3 (#1969) [d830222e]
  • chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 (#1968) [1e2f0ca6]
  • chore(deps): bump codecov/codecov-action from 4.6.0 to 7.0.0 (#1954) [acbc5b48]
  • chore(deps): bump actions/setup-java from 5.3.0 to 5.4.0 (#1965) [cb52fb8d]
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#1959) [79771499]
  • chore(deps): bump actions/setup-java from 5.2.0 to 5.3.0 (#1958) [e53dc373]
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1952) [703ebeae]
  • chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 (#1953) [363a9a77]
  • chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 (#1944) [a1f75a3e]
  • chore(deps): bump erisu/apache-rat-action from 2.0.0 to 3.0.0 (#1937) [4ce731da]
  • chore(deps): bump semver from 7.7.4 to 7.8.0 (#1934) [c636f8bb]

... (truncated)

Commits
  • 034075d release(15.1.0): updated release notes & version
  • 61ebdcd fix(SystemBarPlugin): remove canEdgeToEdge check for execute method (#1971)
  • 80658ea chore(deps): bump github/codeql-action/analyze from 4.36.3 to 4.37.0 (#1973)
  • 89771e6 chore(deps): bump github/codeql-action/init from 4.36.3 to 4.37.0 (#1972)
  • 065a99d chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 (#1974)
  • cdbeb60 fix(statusbar.js): remove trailing whitespace in comment for lint (#1970)
  • 50ee09e doc(statusbar.js): document visible property and setBackgroundColor metho...
  • d830222 chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3 (#1969)
  • 1e2f0ca chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 (#1968)
  • 654b03a chore(ci): update & clean workflow (#1966)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2026
Bumps [cordova-android](https://github.com/apache/cordova-android) from 13.0.0 to 15.1.0.
- [Release notes](https://github.com/apache/cordova-android/releases)
- [Changelog](https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-android@13.0.0...rel/15.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cordova-android-15.1.0 branch from 901f822 to 9c3555b Compare August 28, 2026 06:44
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