Skip to content

Commit

Permalink
chore!: Prepare for next major (#642)
Browse files Browse the repository at this point in the history
* chore!: increment package version to 13.0.0-dev

Also bump the NodeJS requirement to Node 18

* chore!(ci): Add Node 22 to CI, remove Node 16

* chore(deps): Update dependencies to latest compatible

* chore(deps): Drop loud-rejection dependency

No longer needed as of NodeJS 15

* chore(ci): Update spdx-exceptions on licence allow list
  • Loading branch information
dpogue authored Jun 18, 2024
1 parent 71a5c89 commit 5f6f3e3
Show file tree
Hide file tree
Showing 5 changed files with 1,816 additions and 1,248 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
1 change: 0 additions & 1 deletion bin/cordova
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
under the License.
*/

require('loud-rejection/register');
const util = require('util');
const { events, CordovaError } = require('cordova-common');
const cli = require('../src/cli');
Expand Down
2 changes: 1 addition & 1 deletion licence_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ allowed-licenses:
- ZPL-2.0

ignored-packages:
- spdx-exceptions@2.3.0
- spdx-exceptions@2.5.0
- [email protected]
Loading

0 comments on commit 5f6f3e3

Please sign in to comment.