chore(deps): interactive dependency update (bun update -i -r)#35
Merged
Conversation
@docker-doctor/core runs JIT via src/index.ts and has no build script, so tsdown was never used here. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
changesets 2.31.1, oxfmt 0.60, oxlint 1.75, react-doctor 0.9.1, turbo 2.10.7, ultracite 7.9.4 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Also shadcn 4.14.1 and svgo 4.0.2. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Also react 19.2.8, @types/react widened to ^19, @types/web 0.0.353. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Remaining lockfile-only updates from bun update -r: newer resolutions for dependencies whose package.json ranges did not change, plus pruning of stale hoisted entries. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Dependency refresh from
bun update -i -r, split into atomic commits — each commit carries a self-consistentbun.lockand passed the full pre-commit pipeline (build + test + typecheck via turbo).tsdowndevDependency (core runs JIT, no build script)bun update -rDeliberately held back
TypeScript stays at
^6. The interactive update originally bumped it to^7, but TS 7 (the native tsgo compiler) has no legacy JS API yet, which breaks:rolldown-plugin-dtsin the CLI build (tsgo did not generate dts file)@remotion/bundlerin the videos build (typescript.sysisundefined)tsc --noEmititself works fine on TS 7 — revisit once tsdown and Remotion support it.Notes
videosis unexercised (no lint script);@remotion/eslint-config-flatstill targets ESLint 9, so downgrade if editor linting misbehaves.@docker-doctor/clichanged; the published runtime is untouched.Test plan
turbo run build test typecheck --forcegreen across all 4 packagesbun x ultracite checkcleanbun updateresult🤖 Generated with Claude Code