Dylan Conway

Results 36 comments of Dylan Conway

@dvopalecky this bug was actually caused by a combination of optional peer dependencies (from `"peerDependenciesMeta"`) and most likely handling peer dependencies incorrectly in an earlier version of bun. #15874 will...

@redbmk Yes, editing `optionalPeers` manually is the fix at the moment. I agree, `--save-text-lockfile` should be able to do this automatically, will attempt implementing this.

Another change we should consider: `bun -p` shorthand for `--print`. Currently it is `--port`. https://github.com/oven-sh/bun/issues/14223

Could you share your package.json?

This issue for `styled-components` was fixed in bun v1.0.23. @robbyemmert could you also share the package.json and lockfile you're getting this bug with?

`@trpc/(server/client/react-query)` are published with version `11.0.0-rc.485`, but the package.json in the tarball also includes a build tag in the version, `11.0.0-rc.485+1c1d824cd`. This difference causes this bug because bun is byte...

I think this is caused by `bun link/unlink` not recognizing workspaces correctly. The command does not see the root package.json so it doesn't read the catalog map and fails to...

This is a performance regression in `Map` and `Set` in JSC. I opened an issue here https://bugs.webkit.org/show_bug.cgi?id=280144

Results with a local webkit upgrade. The last benchmark is still much slower than node. ![Image](https://github.com/user-attachments/assets/2e756c18-dde1-43f3-98e8-b69458db17e5)

Fixed by @pfgithub in #22534, and will be included in Bun v1.2.23 later tonight