Skip to content

chore(deps): Update dependency versions#195

Open
Marve10s wants to merge 2 commits into
mainfrom
deps/version-updates
Open

chore(deps): Update dependency versions#195
Marve10s wants to merge 2 commits into
mainfrom
deps/version-updates

Conversation

@Marve10s
Copy link
Copy Markdown
Owner

Dependency Version Updates

This PR was automatically generated by the dependency version check workflow.

  • Mode: all
  • Downgrades detected in check report: 0
  • Note: Template versions, snapshots, and the dependency report were regenerated after applying updates.
  • Note: all mode 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

  • Outdated: 0
  • Downgrades detected: 0
  • Up to date: 603
  • Errors: 0

Review Checklist

  • Review the version changes
  • Run bun install to update lockfile
  • Run tests to verify compatibility
  • Check for any breaking changes in major updates

Automated by deps-check.yaml

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
better-fullstack-web Ready Ready Preview, Comment May 18, 2026 5:48pm

@github-actions github-actions Bot added size:XL 500-999 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels May 18, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@Marve10s
Copy link
Copy Markdown
Owner Author

Addressed Codex review in 8a3a8c5: kept @auth0/nextjs-auth0 on ^3.8.0 because the current Auth0 templates still use the v3 API. Verified with bun test packages/template-generator/test/processors/auth-deps.test.ts after rebuilding workspace packages; pre-push lint also passed.

@github-actions github-actions Bot added size:L 100-499 effective changed lines (test files excluded in mixed PRs). and removed size:XL 500-999 effective changed lines (test files excluded in mixed PRs). labels May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies size:L 100-499 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant