From 26f81f9549f6c09d2009bd9b751fd96acbafcc65 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 15:02:58 -0400 Subject: [PATCH 1/5] fix!: align to npm 10 node engine range BREAKING CHANGE: `@npmcli/run-script` 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 810a252..facbb08 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "url": "git+https://github.com/npm/run-script.git" }, "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 66ea02e2039d020f00976ac2cab263941d88c331 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 15:03:01 -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 21bafe58e83b4edb8fc952c808de968675fa7e8b Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 15:03:02 -0400 Subject: [PATCH 3/5] deps: @npmcli/node-gyp@4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index facbb08..4e7d002 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/node-gyp": "^3.0.0", + "@npmcli/node-gyp": "^4.0.0", "@npmcli/package-json": "^5.0.0", "@npmcli/promise-spawn": "^7.0.0", "node-gyp": "^10.0.0", From c1705af0cae6f3af9e6cf6972c8716d73a80e240 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 15:03:03 -0400 Subject: [PATCH 4/5] deps: @npmcli/promise-spawn@8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e7d002..65fb94f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@npmcli/node-gyp": "^4.0.0", "@npmcli/package-json": "^5.0.0", - "@npmcli/promise-spawn": "^7.0.0", + "@npmcli/promise-spawn": "^8.0.0", "node-gyp": "^10.0.0", "proc-log": "^4.0.0", "which": "^4.0.0" From 4ba2e7e5af1df2878c0a27f72c35324a5050d99c Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 15:03:04 -0400 Subject: [PATCH 5/5] deps: proc-log@5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65fb94f..bdb4025 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@npmcli/package-json": "^5.0.0", "@npmcli/promise-spawn": "^8.0.0", "node-gyp": "^10.0.0", - "proc-log": "^4.0.0", + "proc-log": "^5.0.0", "which": "^4.0.0" }, "files": [