From 10a6c3274b6603c2835981aaa6c20edd05ed0b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:11:46 +0000 Subject: [PATCH 1/2] 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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f05fb9ba..0e7fed9a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@npmcli/config": "^10.0.0", "@npmcli/eslint-config": "^6.0.1", - "@npmcli/template-oss": "4.30.0", + "@npmcli/template-oss": "5.0.0", "tap": "^16.0.1" }, "engines": { From f87229ce0cb23c58166e6c70e4c5b6d1edbeeecb Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Thu, 7 May 2026 02:12:32 +0000 Subject: [PATCH 2/2] feat!: postinstall for dependabot template-oss PR --- .github/CODEOWNERS | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2c54b0d2..b6ec921a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # This file is automatically added by @npmcli/template-oss. Do not edit. -* @npm/cli-team +* @npm/cli-team @npm/cli-triage diff --git a/package.json b/package.json index 0e7fed9a..09bd496f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,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", "publish": true, "updateNpm": false }