这是indexloc提供的服务,不要输入任何密码
Skip to content

examples: bump next package version #424

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

Merged
merged 1 commit into from
Dec 24, 2021

Conversation

charkour
Copy link
Contributor

This updates Next.js-related packages to the latest version in create-turbo and in examples.

v12.0.3 has a security vulnerability that is fixed in versions >= 12.0.5 of next. Within create-turbo and the examples, the next version is pinned to v12.0.3.

Thanks for taking the time to review this!

@vercel
Copy link

vercel bot commented Dec 24, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/99PbP8shwfrjGe24uyhNtFJon3Xp
✅ Preview: https://turbo-site-git-fork-charkour-bump-next-version.vercel.sh

@jaredpalmer jaredpalmer changed the title update next package version examples: bump next package version Dec 24, 2021
@jaredpalmer jaredpalmer merged commit e1d2e20 into vercel:main Dec 24, 2021
@jaredpalmer
Copy link
Contributor

Thanks!

@charkour charkour deleted the bump-next-version branch December 24, 2021 14:15
sokra pushed a commit that referenced this pull request Oct 25, 2022
This adds preliminary support for pages/_app. There's still some work to do here to support things like `App. getInitialProps`, etc., but that will come in later PRs. I've created issues for these for now.

One issue remaining is that renaming `pages/_app.js` does not switch to the default _app asset. The server needs to be restarted for this to happen. Similarly, adding an _app.js file does not switch from the default asset to it. I'm guessing there's something wrong with the way I set up the import mappings, and they aren't being invalidated properly?

fixes #424
jridgewell pushed a commit to vercel/next.js that referenced this pull request Mar 10, 2023
This adds preliminary support for pages/_app. There's still some work to do here to support things like `App. getInitialProps`, etc., but that will come in later PRs. I've created issues for these for now.

One issue remaining is that renaming `pages/_app.js` does not switch to the default _app asset. The server needs to be restarted for this to happen. Similarly, adding an _app.js file does not switch from the default asset to it. I'm guessing there's something wrong with the way I set up the import mappings, and they aren't being invalidated properly?

fixes vercel/turborepo#424
sokra pushed a commit to vercel/next.js that referenced this pull request Mar 13, 2023
This adds preliminary support for pages/_app. There's still some work to do here to support things like `App. getInitialProps`, etc., but that will come in later PRs. I've created issues for these for now.

One issue remaining is that renaming `pages/_app.js` does not switch to the default _app asset. The server needs to be restarted for this to happen. Similarly, adding an _app.js file does not switch from the default asset to it. I'm guessing there's something wrong with the way I set up the import mappings, and they aren't being invalidated properly?

fixes vercel/turborepo#424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants