Cordova Lib 13.0.0 Released!
05 Nov 2025
We are happy to announce that cordova-lib@13.0.0 has been released. This is the main library behind the Cordova CLI, handling project and build operations.
Release Highlights
The most notable changes in this major release are:
- Updated the library's npm dependencies.
- Increased the Node.js engine requirement to
>=20.17.0 || >=22.9.0. - Dropped support for the
cordova servecommand. - Dropped support for the
create plugincommand. - Added support for listing available emulators with the
cordova emulate <platform> --listcommand.
Please report any issues you find by following the How to File a Bug guide!
Changes include:
Breaking Changes:
- GH-964 chore(npm)!: bump
write-file-atomic@7.0.0 - GH-961 chore!: update dependencies & node requirement
- GH-957 feat!: remove
cordova servecommand - GH-955 chore(npm)!: bump various packages
- GH-953 feat(plugman)!: remove
create pluginsupport - GH-949 chore!: bump node requirement & npm dependencies
- GH-958 chore!: remove deprecated platform data
- GH-959 chore!: remove unused templates
Features:
- GH-952 feat: replace
dep-graphdependency w/ custom class
Fixes:
- GH-944 fix(emulator): Support listing emulators with
--list
Chores:
- GH-963 chore: update
package-lock.json - GH-960 chore: various updates to the root files
- GH-956 chore(npm): bump
@cordova/eslint-config@6.0.0 - GH-946 chore(deps-dev): bump
brace-expansionfrom 1.1.11 to 1.1.12 - GH-939 chore(deps): bump
path-to-regexpand express - GH-937 chore(deps): bump
cross-spawnfrom 7.0.3 to 7.0.6 - GH-938 chore(ci): Fix failing dependabot PRs
CI & Others:
