build: upgrade to bun 1.4.2 - #475
Open
ilbertt wants to merge 5 commits into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
nibrun-www | c53a5dc | Commit Preview URL Branch Preview URL |
Sep 08 2026, 08:52 AM |
ilbertt
added a commit
that referenced
this pull request
Sep 6, 2026
… audit comes back empty (#508) Closes #507. `bun audit` reported 13 advisories, all transitive: js-yaml (the one the issue names), fast-uri, nanoid and qs. Every one clears inside its parent's existing range, so no override was needed — js-yaml lands on 4.3.2, which also carries the !!omap fix the report did not mention. Audit is now clean. Everything else moved to the head of its declared range too, plus the SHA-pinned actions and the dev-only dozzle image. **Biome stays on 2.5.6.** It was bumped here and had to come back: 2.5.12 does not terminate on this repo once `node_modules` exists. The type-aware nursery rules (`noFloatingPromises`, `useAwaitThenable`) walk it for declarations and never return — CI's `codestyle` job sat at 19 minutes on flat memory. Turning just those two rules off drops the same run to 924ms, and 2.5.8 hangs identically while 2.5.7 is clean, which places it in the series biomejs/biome#11310 tracks. 2.5.9–2.5.11 finish but at 13–16s against 2.5.6's 4s, so the pathology is already there, only bounded. Worth revisiting once that's fixed upstream. Left alone: **bun 1.4.0 → 1.4.2**, already #475.
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.
Upgrade the pinned Bun toolchain and API Docker image to 1.4.2, and pin @types/bun exactly to 1.4.2.