-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add bun.lockb
to ignorelist
#168
Conversation
The reason that didn't get implemented is likely due more to the fact that it was a breaking change that got lost in the npm@7 timeline than anything else. A change like this would bubble up as a breaking change all the way up to npm itself, and would need to be coordinated with the next semver major of npm. |
I added #48 to the v10 roadmap to see if this is something we want to finally do |
Are people using bun with packages all that much? I thought it was for apps. |
changing the scope of ignored files was moved out of scope of npm 10 so that it could land eventually in node 18's main branch (which it has now!). This will have to wait till npm 11. |
I suggest adding |
Looking at https://bun.sh/docs/install/lockfile, it does not look like |
@wraithgar I assume that the creator of bun meant, that it will be a real thing in the future and it'd be wise to ignore it now. |
🤖 I have created a release *beep* *boop* --- ## [10.0.0](v9.0.0...v10.0.0) (2024-11-25) ###⚠️ BREAKING CHANGES * this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0 * `bun.lockb` is now included in the strict ignorelist ### Features * [`9f74fd3`](9f74fd3) [#168](#168) add `bun.lockb` to ignorelist (#168) (@antongolub) ### Bug Fixes * [`67fef03`](67fef03) update engines to ^20.17.0 || >=22.9.0 (#254) (@wraithgar) ### Chores * [`fd425fa`](fd425fa) bump @npmcli/eslint-config from 4.0.5 to 5.0.1 (#250) (@dependabot[bot]) * [`3b66b5a`](3b66b5a) [#252](#252) bump @npmcli/arborist from 7.5.4 to 8.0.0 (#252) (@dependabot[bot]) * [`e688d26`](e688d26) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#251) (@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>
BREAKING CHANGE: this adds
bun.lockb
to the strict ignorelist