chore(deps): Update dependency versions#195
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1b6fc1e5ae
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| // Auth0 — templates use v3 API (handleAuth, withMiddlewareAuthRequired, | ||
| // UserProvider from /client). v4 requires a full template migration. | ||
| "@auth0/nextjs-auth0": "^3.8.0", | ||
| "@auth0/nextjs-auth0": "^4.20.0", |
There was a problem hiding this comment.
Keep Auth0 on v3 until templates migrate
When a user scaffolds the Next.js Auth0 option, the generated templates still use the v3 integration: templates/auth/auth0/fullstack/next/src/app/api/auth/[auth0]/route.ts.hbs imports handleAuth, templates/auth/auth0/fullstack/next/src/middleware.ts.hbs imports withMiddlewareAuthRequired, and templates/auth/auth0/web/react/next/src/lib/auth-client.tsx.hbs imports UserProvider; the adjacent comment even notes that v4 requires a full template migration. Bumping this dependency to ^4.20.0 makes those generated apps install the v4 SDK while emitting v3-only code, so the Auth0 scaffold fails to compile/run until the templates are migrated or the version is pinned to v3.
Useful? React with 👍 / 👎.
|
Addressed Codex review in 8a3a8c5: kept |
Dependency Version Updates
This PR was automatically generated by the dependency version check workflow.
all0allmode includes major-version changes; the major dependency smoke test runs automatically when majors are detected.Dependency Version Check Report
Generated: 2026-05-18T10:36:48.662Z
Summary
Review Checklist
bun installto update lockfileAutomated by deps-check.yaml