|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +author: |
| 4 | + name: Bryan Ellis |
| 5 | +title: "Cordova Create 6.0.0 Released!" |
| 6 | +categories: announcements |
| 7 | +tags: news releases |
| 8 | +--- |
| 9 | + |
| 10 | +We are happy to announce that `[email protected]` has been released. This is the library used behind-the-scenes of the Cordova tooling for creating a Cordova project. |
| 11 | + |
| 12 | +## Release Highlights |
| 13 | + |
| 14 | +The most notable changes in this major release were: |
| 15 | + |
| 16 | +- Updated the library's npm dependencies. |
| 17 | +- Increased in the Node.js engine requirement to `>=20.17.0 || >=22.9.0`. |
| 18 | + |
| 19 | +<!--more--> |
| 20 | +# Changes include: |
| 21 | + |
| 22 | +**Breaking Changes:** |
| 23 | + |
| 24 | +* [GH-99](https://github.com/apache/cordova-create/pull/99) chore!: upgrade `@cordova/[email protected]` |
| 25 | +* [GH-98](https://github.com/apache/cordova-create/pull/98) chore!: bump package dependencies |
| 26 | + |
| 27 | + |
| 28 | + * `cordova-fetch5.0.0` |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + * Bumped node engine requirement `>=20.17.0 || >=22.9.0` |
| 34 | +* [GH-94](https://github.com/apache/cordova-create/pull/94) chore!: bump node requirement & npm dependencies |
| 35 | + |
| 36 | +**Chores & CI:** |
| 37 | + |
| 38 | +* [GH-103](https://github.com/apache/cordova-create/pull/103) chore: add `.npmrc` & update ignore files |
| 39 | +* [GH-102](https://github.com/apache/cordova-create/pull/102) chore: replace `nyc` with `c8` |
| 40 | +* [GH-101](https://github.com/apache/cordova-create/pull/101) chore: update project defaults |
| 41 | +* [GH-100](https://github.com/apache/cordova-create/pull/100) chore: ci and license updates |
| 42 | +* [GH-97](https://github.com/apache/cordova-create/pull/97) chore(deps): bump `tmp` from 0.2.3 to 0.2.4 |
| 43 | +* [GH-96](https://github.com/apache/cordova-create/pull/96) ci: use `macos-15` instead of `macos-latest` |
| 44 | +* [GH-93](https://github.com/apache/cordova-create/pull/93) ci(workflow): add release-audit & license config |
| 45 | +* [GH-92](https://github.com/apache/cordova-create/pull/92) chore(deps-dev): bump `brace-expansion` from 1.1.11 to 1.1.12 |
| 46 | +* [GH-91](https://github.com/apache/cordova-create/pull/91) chore(deps): bump `cross-spawn` from 7.0.3 to 7.0.6 |
| 47 | +* [GH-90](https://github.com/apache/cordova-create/pull/90) chore(deps): bump `micromatch` from 4.0.5 to 4.0.8 |
| 48 | +* [GH-88](https://github.com/apache/cordova-create/pull/88) chore(deps): bump `braces` from 3.0.2 to 3.0.3 |
| 49 | +* [GH-86](https://github.com/apache/cordova-create/pull/86) chore(deps): Update npm deps, add Node 20 to CI |
| 50 | +* [GH-87](https://github.com/apache/cordova-create/pull/87) ci: update `codecov@v4` w/ token |
0 commit comments