From bf067e63fb69e3e6d630b1e3bec67118b9330af4 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 12:38:25 -0400 Subject: [PATCH 1/5] fix!: align to npm 10 node engine range BREAKING CHANGE: `@npmcli/git` 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 9a066d9..1720b13 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "which": "^4.0.0" }, "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 fcf0357e25535e0dc47bc858b75ed0edb90e471b Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 12:38:28 -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 7aa20e4c58945b6e66dbd6f6fb17cd3540ad6665 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 12:38:30 -0400 Subject: [PATCH 3/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 1720b13..c89d705 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/promise-spawn": "^7.0.0", + "@npmcli/promise-spawn": "^8.0.0", "ini": "^4.1.3", "lru-cache": "^10.0.1", "npm-pick-manifest": "^9.0.0", From fbfefa5ef6952b097e178f4aa785587335f9b5ee Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 12:38:31 -0400 Subject: [PATCH 4/5] deps: ini@5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c89d705..c61ee25 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@npmcli/promise-spawn": "^8.0.0", - "ini": "^4.1.3", + "ini": "^5.0.0", "lru-cache": "^10.0.1", "npm-pick-manifest": "^9.0.0", "proc-log": "^4.0.0", From d55bca345c5e720482c08f49031d20515ab08af2 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 12:38:32 -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 c61ee25..60b2e1e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "ini": "^5.0.0", "lru-cache": "^10.0.1", "npm-pick-manifest": "^9.0.0", - "proc-log": "^4.0.0", + "proc-log": "^5.0.0", "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5",