From b90992cdd34de31f8fab75fccfd6c5dd33a144ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:18:34 +0000 Subject: [PATCH 1/2] chore: bump the dependency-updates group with 2 updates Bumps the dependency-updates group with 2 updates: [@npmcli/template-oss](https://github.com/npm/template-oss) and [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react). Updates `@npmcli/template-oss` from 4.25.1 to 4.26.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.25.1...v4.26.0) Updates `eslint-plugin-primer-react` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases) - [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/eslint-plugin-primer-react/compare/v8.2.1...v8.3.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-version: 4.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: eslint-plugin-primer-react dependency-version: 8.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cli/package.json b/cli/package.json index 5103027ec90..9affefd4462 100644 --- a/cli/package.json +++ b/cli/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.25.1", + "@npmcli/template-oss": "4.26.0", "tap": "^21.0.0" }, "author": "GitHub Inc.", diff --git a/package-lock.json b/package-lock.json index ab48d1a667f..e9f6f2cffc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.25.1", + "@npmcli/template-oss": "4.26.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -99,7 +99,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.25.1", + "@npmcli/template-oss": "4.26.0", "tap": "^21.0.0" }, "engines": { @@ -7866,9 +7866,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.25.1.tgz", - "integrity": "sha512-odmdn3CQCUqmT5+Vjiz/UTAORc8xDVU591WLBMotGb35hfIB/zf6RbUB/sEbR1JEjIHQtjhMa6qojoo8f8LmnQ==", + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.26.0.tgz", + "integrity": "sha512-sSazDF7flpbC50oZsgBwsv2yCH84zgxwxw9JMVFnzJLYjGbtkAtJJAyckMwL8kegJxWp8dBihF/U7WsIyLKjgg==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -19198,9 +19198,9 @@ } }, "node_modules/eslint-plugin-primer-react": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.2.1.tgz", - "integrity": "sha512-HeJu9e0ICKA3Nb8Qpyw2D/kBF72ixlhweX+N8YPYejPT1oU+ltapQoqPReXSfouAEDvoMSGN0RlTTHVcFYbQTg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.3.0.tgz", + "integrity": "sha512-ekYsBf6Ka7ZiTjdx5YSm7GpdQsehxZxqDzSMRvpJNpLyHaQSwkMjSecxBBIgib8BkcFvNn9554TAhPsZDZutuQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6ea967eebf9..1a3c9fc017a 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.25.1", + "@npmcli/template-oss": "4.26.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", From cbcd32e1d2457602fdcb63a8d5a08da89553bb0b Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Mon, 20 Oct 2025 05:19:39 +0000 Subject: [PATCH 2/2] chore: postinstall for dependabot template-oss PR --- cli/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index 9affefd4462..6363cc752d6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.25.1", + "version": "4.26.0", "content": "./scripts/template-oss" }, "files": [ diff --git a/package.json b/package.json index 1a3c9fc017a..c93bbd49f57 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.25.1", + "version": "4.26.0", "content": "./scripts/template-oss", "dependabotInterval": "weekly", "allowPaths": [