From 034263d85c0810ca793fb7ece28b6633ab04b31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:57:03 +0000 Subject: [PATCH 1/3] chore: bump @npmcli/template-oss from 4.30.0 to 5.0.0 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.30.0 to 5.0.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/template-oss/compare/v4.30.0...v5.0.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92ef796..218505f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^6.0.1", - "@npmcli/template-oss": "4.30.0", + "@npmcli/template-oss": "5.0.0", "openapi-merge-cli": "^1.3.2" } }, @@ -1242,9 +1242,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.30.0", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.30.0.tgz", - "integrity": "sha512-GNp1qp/GeIeYn2A+CjPhdWX3IzySHiafzpLy3KVNg7Qmx84/0oXMQVyeAJ4N44Nm3eIk6OL5VOaExGh2+F+mdg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-5.0.0.tgz", + "integrity": "sha512-yORdW7L85x7gzGdvP0KcfCQiLKEBgnBob/zyQ/ImJ/XkW3hgV0yIQSwy2JsKD5SWDHYD1+TUsQbcpgDED5+HCw==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -1286,7 +1286,7 @@ "template-oss-release-please": "bin/release-please.js" }, "engines": { - "node": "^20.17.0 || >=22.9.0" + "node": "^22.22.2 || ^24.15.0 || >=26.0.0" } }, "node_modules/@octokit/auth-token": { diff --git a/package.json b/package.json index f8c1123..b3a9671 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "npm registry API documentation build for GitHub Pages", "devDependencies": { "@npmcli/eslint-config": "^6.0.1", - "@npmcli/template-oss": "4.30.0", + "@npmcli/template-oss": "5.0.0", "openapi-merge-cli": "^1.3.2" }, "scripts": { From bdece1700f6fae4e33d8c75d2eea9a2ab0222df3 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Mon, 11 May 2026 02:57:40 +0000 Subject: [PATCH 2/3] feat!: postinstall for dependabot template-oss PR --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3a9671..bb651de 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.30.0", + "version": "5.0.0", "content": "./scripts/template-oss", "dependabotInterval": "weekly", "updateNpm": false From 9fcfcef30d580e0293af4acfcac02bd670174fbc Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 11 May 2026 08:41:37 -0700 Subject: [PATCH 3/3] chore: template-oss-apply --- .github/workflows/audit.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/post-dependabot.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 7089874..75b89a5 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -21,13 +21,13 @@ jobs: shell: bash steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Git User run: | git config --global user.email "npm-cli+bot@github.com" git config --global user.name "npm CLI robot" - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 id: node with: node-version: 22.x diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index af848e1..8c43556 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Git User run: | git config --global user.email "npm-cli+bot@github.com" diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 119f066..fbf3e1c 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -17,7 +17,7 @@ jobs: shell: bash steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} - name: Setup Git User @@ -25,7 +25,7 @@ jobs: git config --global user.email "npm-cli+bot@github.com" git config --global user.name "npm CLI robot" - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 id: node with: node-version: 22.x