deps & engine update - #286
Merged
Merged
Conversation
owlstronaut
commented
May 13, 2026
- chore: bumping @npmcli/template-oss from 4.30.0 to 5.1.0
- feat!: template-oss-apply
added 4 commits
May 13, 2026 10:41
BREAKING CHANGE: `npm-packlist` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0`
dhei
approved these changes
May 15, 2026
nishantms
approved these changes
May 15, 2026
Merged
owlstronaut
pushed a commit
that referenced
this pull request
May 15, 2026
🤖 I have created a release *beep* *boop* --- ## [11.0.0](v10.0.4...v11.0.0) (2026-05-15) ###⚠️ BREAKING CHANGES * `npm-packlist` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0` * template-oss-apply * Entries in `files[]` are now interpreted as glob patterns anchored to the package root, with no special-case overrides. Slashless negations like `!readme.md` only match at the root — use `!**/readme.md` to remove at every depth. An exact file path in `files[]` no longer overrides a nested `.npmignore` rule that excludes it; remove the rule from `.npmignore` if you need such a file to ship. Listing a default-ignored file (e.g. `.npmignore`, `.npmrc`) in `files[]` no longer forces it to be packed. * `npm-shrinkwrap.json` is no longer included in published tarballs by default. Publishers who need to ship a locked dependency tree should use `bundleDependencies`; publishers with a legitimate reason to include a file literally named `npm-shrinkwrap.json` can still opt back in with a negated `files` entry. * bun.lock is now excluded from package contents by default. If you need to include it, add "bun.lock" to the "files" array in your package.json. ### Features * [`da9502e`](da9502e) [#286](#286) bump to new node engine range (@owlstronaut) * [`943b8ec`](943b8ec) [#286](#286) template-oss-apply (@owlstronaut) * [`2ec1c00`](2ec1c00) [#281](#281) exclude npm-shrinkwrap.json from package contents (@owlstronaut) * [`59a8d0f`](59a8d0f) [#279](#279) exclude bun.lock from package contents (@owlstronaut) ### Bug Fixes * [`8e8d6ee`](8e8d6ee) [#282](#282) use real glob semantics for `package.json` files array (@owlstronaut) ### Dependencies * [`cda441f`](cda441f) [#286](#286) `proc-log@7.0.0` * [`356d0b6`](356d0b6) [#286](#286) `ignore-walk@9.0.0` ### Chores * [`e768b3a`](e768b3a) [#286](#286) template-oss-apply (@owlstronaut) * [`b1c2c16`](b1c2c16) [#286](#286) bumping @npmcli/template-oss from 4.30.0 to 5.1.0 (@owlstronaut) * [`13f4e2b`](13f4e2b) [#279](#279) template-oss-apply (@owlstronaut) * [`261224f`](261224f) [#278](#278) bump @npmcli/template-oss from 4.29.0 to 4.30.0 (#278) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.