📦 deps: fold npm-minor group into v1.4 soak (supersedes #102)#105
Merged
Conversation
dev/v1.4 already carried most of the npm-minor group; this folds only the lagging deltas dependabot opened against frozen main in #102: - @biomejs/biome ^2.4.16 → ^2.5.0 - turbo ^2.9.17 → ^2.9.18 - fumadocs-core/fumadocs-ui ^16.9.3 → ^16.10.3, fumadocs-mdx ^15.0.11 → ^15.0.12 - lucide-react ^1.17.0 → ^1.18.0 - tailwindcss + @tailwindcss/postcss ^4.3.0 → ^4.3.1 (website) - @types/node ^25.9.2 → ^25.9.3 (docs + website) Lockfile regenerated and deduped (clean-env).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
scttbnsn
added a commit
that referenced
this pull request
Jun 16, 2026
…ipped versions fumadocs from-version (16.9.3 not 16.10.0), drop the @radix-ui/react-slot 1.2→1.3 claim (tree is ^1.2.4, never bumped), add the turbo 2.9.17→2.9.18 that actually landed via the npm-minor fold (#105).
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.
Folds the lagging npm-minor bumps that Dependabot opened against frozen
mainin #102 into the active v1.4 soak branch. dev/v1.4 already carried most of the group (next 16.2.9, knip 6.16.1, several @types), so this is only the real delta:@biomejs/biome^2.4.16 → ^2.5.0turbo^2.9.17 → ^2.9.18fumadocs-core/fumadocs-ui^16.9.3 → ^16.10.3,fumadocs-mdx^15.0.11 → ^15.0.12lucide-react^1.17.0 → ^1.18.0tailwindcss+@tailwindcss/postcss^4.3.0 → ^4.3.1 (website)@types/node^25.9.2 → ^25.9.3 (docs + website)Lockfile regenerated and deduped (clean-env). Verified locally: biome check (2.5.0, exit 0), knip, full turbo build (docs + website), 84 TS tests — all green. Closes #102.