From 667ad62bf992df856e6021af2bf895fddc16ebf3 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:04 -0400 Subject: [PATCH 1/5] fix!: align to npm 10 node engine range BREAKING CHANGE: `cacache` 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 7f33534..bb22527 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "tap": "^16.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 98f81121a06f98a5539f41144f15565f4b234bfc Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:07 -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 ee7b280..f522452 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -84,21 +84,18 @@ jobs: os: macos-13 shell: bash 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 e922815..dfc6778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,21 +61,18 @@ jobs: os: macos-13 shell: bash 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 495b73e44a75ce94ad7941e4cc4ed7711d2e6340 Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:09 -0400 Subject: [PATCH 3/5] deps: @npmcli/fs@4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb22527..20adbe3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ], "license": "ISC", "dependencies": { - "@npmcli/fs": "^3.1.0", + "@npmcli/fs": "^4.0.0", "fs-minipass": "^3.0.0", "glob": "^10.2.2", "lru-cache": "^10.0.1", From 7b8375390e36c878400a1e24753965ca83b8190c Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:10 -0400 Subject: [PATCH 4/5] deps: ssri@12.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20adbe3..010efa8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "p-map": "^4.0.0", - "ssri": "^10.0.0", + "ssri": "^12.0.0", "tar": "^6.1.11", "unique-filename": "^3.0.0" }, From ffec13ed175c1b6faa2ade4f2d6cfa6a663a2bea Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 11:38:11 -0400 Subject: [PATCH 5/5] deps: unique-filename@4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 010efa8..c95e83e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "p-map": "^4.0.0", "ssri": "^12.0.0", "tar": "^6.1.11", - "unique-filename": "^3.0.0" + "unique-filename": "^4.0.0" }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0",