Skip to content

Commit 2783af2

Browse files
chore: bump @npmcli/template-oss from 4.29.0 to 4.30.0 (#851)
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.29.0 to 4.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/template-oss/releases"><code>@​npmcli/template-oss</code>'s releases</a>.</em></p> <blockquote> <h2>v4.30.0</h2> <h2><a href="https://github.com/npm/template-oss/compare/v4.29.0...v4.30.0">4.30.0</a> (2026-03-19)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/6bc2bc00ae7b481fcdadfff6e7178e2e294211d3"><code>6bc2bc0</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/553">#553</a> filters items out of the release process that aren't for backports (<a href="https://redirect.github.com/npm/template-oss/issues/553">#553</a>) (<a href="https://github.com/owlstronaut"><code>@​owlstronaut</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/template-oss/blob/main/CHANGELOG.md"><code>@​npmcli/template-oss</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/template-oss/compare/v4.29.0...v4.30.0">4.30.0</a> (2026-03-19)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/6bc2bc00ae7b481fcdadfff6e7178e2e294211d3"><code>6bc2bc0</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/553">#553</a> filters items out of the release process that aren't for backports (<a href="https://redirect.github.com/npm/template-oss/issues/553">#553</a>) (<a href="https://github.com/owlstronaut"><code>@​owlstronaut</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/template-oss/commit/afcb3c135cf9fd170aca4d9f1d5ea2a1d418581b"><code>afcb3c1</code></a> chore: release 4.30.0 (<a href="https://redirect.github.com/npm/template-oss/issues/554">#554</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/6bc2bc00ae7b481fcdadfff6e7178e2e294211d3"><code>6bc2bc0</code></a> feat: filters items out of the release process that aren't for backports (<a href="https://redirect.github.com/npm/template-oss/issues/553">#553</a>)</li> <li>See full diff in <a href="https://github.com/npm/template-oss/compare/v4.29.0...v4.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@npmcli/template-oss&package-manager=npm_and_yarn&previous-version=4.29.0&new-version=4.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Smith <owlstronaut@github.com>
1 parent 16dab2a commit 2783af2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"posttest": "npm run lint"
1313
},
1414
"devDependencies": {
15-
"@npmcli/template-oss": "4.29.0",
15+
"@npmcli/template-oss": "4.30.0",
1616
"tap": "^12.7.0"
1717
},
1818
"license": "ISC",
@@ -32,6 +32,6 @@
3232
"templateOSS": {
3333
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
3434
"content": "./scripts/template-oss",
35-
"version": "4.29.0"
35+
"version": "4.30.0"
3636
}
3737
}

0 commit comments

Comments
 (0)