chore(deps): uuid 14 (major) - #78
Merged
Merged
Conversation
uuid 14.0.0 drops Node 18, requires a global `crypto` (Node 20+) and TypeScript >= 5.4.3, and fixes buffer-bounds checks in v3/v5/v6. 14.0.1 fixed the `types` export condition for moduleResolution: bundler. The three `v4()` call sites (og/route.tsx, vercel-navigation.tsx, footer.tsx) are unchanged. Claude-Session: https://claude.ai/code/session_01KLWmWU1KLE2diUH14ryqv1
|
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.
One sentence
Major bump of
uuidfrom 13 to 14 (left open for review because it is a major).Bumps
Breaking changes (14.0.0)
crypto(Node 20+) and TypeScript >= 5.4.3. Vercel and local Node satisfy this.v3/v5/v6; 14.0.1 fixes thetypesexport condition formoduleResolution: bundler. Source: https://github.com/uuidjs/uuid/releases/tag/v14.0.0v4()insrc/app/(app)/og/route.tsx,src/components/ui/vercel-navigation.tsx,src/components/footers/footer.tsx; API unchanged, no code changes.Verification
pnpm typecheckcleanpnpm test: 4 files, 16 tests greenpnpm exec vitest run --config vitest.config.node.ts: 3 files, 21 tests greenpnpm buildpassesnext startsmoke:/200,/changelog200,/changelog/nope-xyz404,/faq200,/nope-404404Installed with
--ignore-scripts(isolated-vm postinstall fails under Node 26 locally; matches how Vercel builds).https://claude.ai/code/session_01KLWmWU1KLE2diUH14ryqv1