chore: upgrade Next.js and related dependencies#34
Open
pierrelevaillant wants to merge 1 commit intomainfrom
Open
chore: upgrade Next.js and related dependencies#34pierrelevaillant wants to merge 1 commit intomainfrom
pierrelevaillant wants to merge 1 commit intomainfrom
Conversation
- Bump site next/react/react-dom and tailwind/postcss stack; refresh lockfile - Merge package turbo config into root for Turborepo 2.9 (remove nested turbo.json) - Add @types/node for tsup DTS when using process.env - Lazy-init Liveblocks clients so next build works without secrets - Re-enable vitest-fetch-mock after vi.restoreAllMocks in emoji tests Co-authored-by: Le Vaillant Pierre <pierrelevaillant@users.noreply.github.com>
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
siteto current patch releases (lockfile refreshed).extendssetup reliably; package-specific tasks are merged into the rootturbo.jsonandsite/turbo.jsonis removed.@types/nodeand includesnodeintsconfigso declaration builds resolveprocess.env.Liveblocksconstruction in the auth route and reactions server component sonext builddoes not fail whenLIVEBLOCKS_SECRET_KEYis unset (runtime still returns 403 / defaults as before when misconfigured).vi.restoreAllMocks(), re-enablevitest-fetch-mockso emoji data tests keep working when other tests spy onfetch.Verification
npm run lintnpm testnpm run build:site(no Liveblocks env required)cd site && npm test