From f9ba5f3c930175f5031991193951c390fa5dfbd9 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:20 -0400 Subject: [PATCH 1/5] fix!: align to npm 10 node engine range BREAKING CHANGE: `npm-pick-manifest` now supports node `^18.17.0 || >=20.5.0` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff162b1..162409f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ ] }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", From 1cc841edabd5dbad472a3e185934275d0ce8f7a1 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:22 -0400 Subject: [PATCH 2/5] chore: run template-oss-apply --- .github/workflows/ci-release.yml | 13 +++++-------- .github/workflows/ci.yml | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 3678b6c..673f9ca 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -87,21 +87,18 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.14.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x - 22.x exclude: - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.14.0 - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.x - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.0.0 + node-version: 18.17.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 18.x + - platform: { name: macOS, os: macos-13, shell: bash } + node-version: 20.5.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 20.x - platform: { name: macOS, os: macos-13, shell: bash } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7915009..a44b227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,21 +64,18 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.14.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x - 22.x exclude: - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.14.0 - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.x - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.0.0 + node-version: 18.17.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 18.x + - platform: { name: macOS, os: macos-13, shell: bash } + node-version: 20.5.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 20.x - platform: { name: macOS, os: macos-13, shell: bash } From 83cb3df09245197ad0a73f73bef9b27775e9532b Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:23 -0400 Subject: [PATCH 3/5] deps: npm-install-checks@7.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 162409f..fbf135e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "author": "GitHub Inc.", "license": "ISC", "dependencies": { - "npm-install-checks": "^6.0.0", + "npm-install-checks": "^7.1.0", "npm-normalize-package-bin": "^3.0.0", "npm-package-arg": "^11.0.0", "semver": "^7.3.5" From 951e830f424626a70afec5bb9d0fd8d751fe1afe Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:24 -0400 Subject: [PATCH 4/5] deps: npm-normalize-package-bin@4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbf135e..4395c4c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "license": "ISC", "dependencies": { "npm-install-checks": "^7.1.0", - "npm-normalize-package-bin": "^3.0.0", + "npm-normalize-package-bin": "^4.0.0", "npm-package-arg": "^11.0.0", "semver": "^7.3.5" }, From 9ac2c454f6337b43bb4675f9f725e53bf9b42298 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:25 -0400 Subject: [PATCH 5/5] deps: npm-package-arg@12.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4395c4c..7d6d56e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "npm-install-checks": "^7.1.0", "npm-normalize-package-bin": "^4.0.0", - "npm-package-arg": "^11.0.0", + "npm-package-arg": "^12.0.0", "semver": "^7.3.5" }, "devDependencies": {