From 259b0745935d4196602366f59a99a466656f5951 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 13:40:04 -0400 Subject: [PATCH 1/6] fix!: align to npm 10 node engine range BREAKING CHANGE: `@npmcli/package-json` 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 5fea06a..7d2b914 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/npm/package-json.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 2749becf5300908c8179e30923837c6bb0011c45 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 13:40:06 -0400 Subject: [PATCH 2/6] 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 369ffda2e5b4ff46aed7fc9fc2d5bae3a624f633 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 13:40:08 -0400 Subject: [PATCH 3/6] deps: hosted-git-info@8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d2b914..3a31511 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@npmcli/git": "^5.0.0", "glob": "^10.2.2", - "hosted-git-info": "^7.0.0", + "hosted-git-info": "^8.0.0", "json-parse-even-better-errors": "^3.0.0", "normalize-package-data": "^6.0.0", "proc-log": "^4.0.0", From 6be8928eb2bf3be15e75f3d673aae3bfe7084752 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 13:40:09 -0400 Subject: [PATCH 4/6] deps: json-parse-even-better-errors@4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a31511..a1fd4fa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@npmcli/git": "^5.0.0", "glob": "^10.2.2", "hosted-git-info": "^8.0.0", - "json-parse-even-better-errors": "^3.0.0", + "json-parse-even-better-errors": "^4.0.0", "normalize-package-data": "^6.0.0", "proc-log": "^4.0.0", "semver": "^7.5.3" From 9105d1b2616dbbe2d18505cda508aea975920999 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 13:40:10 -0400 Subject: [PATCH 5/6] deps: normalize-package-data@7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1fd4fa..f6e41a9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "glob": "^10.2.2", "hosted-git-info": "^8.0.0", "json-parse-even-better-errors": "^4.0.0", - "normalize-package-data": "^6.0.0", + "normalize-package-data": "^7.0.0", "proc-log": "^4.0.0", "semver": "^7.5.3" }, From f7e793161a728c2f1fdb10b0e8c48cfb0e4af08c Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 13:40:12 -0400 Subject: [PATCH 6/6] 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 f6e41a9..33c0305 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "hosted-git-info": "^8.0.0", "json-parse-even-better-errors": "^4.0.0", "normalize-package-data": "^7.0.0", - "proc-log": "^4.0.0", + "proc-log": "^5.0.0", "semver": "^7.5.3" }, "repository": {