Cordova Common 5.0.1 Released!
02 Feb 2025
We are happy to announce that cordova-common@5.0.1
has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml
parsing.
Release Highlights
The most notable changes in this patch release were updates to the dependencies used by this tool. Some dependencies were replaced with Node internals, reducing the overall dependency requirements.
Changes include:
Chores:
- GH-222 chore: bump npm dependencies to current minor revisions
- GH-217 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
- GH-214 chore(deps): bump micromatch from 4.0.5 to 4.0.8
- GH-211 chore: Minor test fixes
- GH-210 chore: Don't list dev dependencies in NOTICE
- GH-208 chore(deps): bump braces from 3.0.2 to 3.0.3
- GH-203 chore(deps): Modernize some dependencies
- GH-204 chore: fix typo in license checker's ignored-packages config
CI: