-
Notifications
You must be signed in to change notification settings - Fork 356
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
base: master
Are you sure you want to change the base?
Conversation
nextjs update to 15.1.4 react update to 19.0.0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MikeMcC399 Is this example test running in CI? I couldn't quite find it in the github actions.
Yes, this example runs in CI github-action/.github/workflows/example-wait-on.yml Lines 135 to 158 in 61a39d7
For example: |
Issue
The examples/nextjs was originally created for Next.js
13.x
with React18.x
and it was later migrated to Next.js14.x
, also with React18.x
.Next.js
14.x
has been replaced by Next.js15.x
with React19.x
as the latest release.The current example, using
next@14.2.20
, reports also a moderate severity vulnerability (CVE-2024-56332).Change
Regenerate a Next.js
15.x
project into the examples/nextjs directory using:See CLI create-next-app
Modify the Cypress test according to the new default page content from Vercel Next.js v15.