Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update examples/nextjs (e2) to v15 #1345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeMcC399
Copy link
Collaborator

Issue

The examples/nextjs was originally created for Next.js 13.x with React 18.x and it was later migrated to Next.js 14.x, also with React 18.x.

Next.js 14.x has been replaced by Next.js 15.x with React 19.x as the latest release.

The current example, using [email protected], reports also a moderate severity vulnerability (CVE-2024-56332).

Change

Regenerate a Next.js 15.x project into the examples/nextjs directory using:

npx create-next-app@latest nextjs --js --tailwind --no-eslint --app --src-dir --turbopack --no-import-alias --use-npm

See CLI create-next-app

Modify the Cypress test according to the new default page content from Vercel Next.js v15.

nextjs update to 15.1.4
react update to 19.0.0
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 20, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants