npm-packlist icon indicating copy to clipboard operation
npm-packlist copied to clipboard

feat: add `bun.lockb` to ignorelist

Open antongolub opened this issue 2 years ago • 5 comments

BREAKING CHANGE: this adds bun.lockb to the strict ignorelist

antongolub avatar May 01 '23 21:05 antongolub

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.

wraithgar avatar May 01 '23 21:05 wraithgar

I added https://github.com/npm/npm-packlist/issues/48 to the v10 roadmap to see if this is something we want to finally do

wraithgar avatar May 01 '23 21:05 wraithgar

Are people using bun with packages all that much? I thought it was for apps.

ljharb avatar May 01 '23 21:05 ljharb

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.

wraithgar avatar Dec 01 '23 20:12 wraithgar