Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

[Snyk] Upgrade next from 12.1.0 to 12.1.4#1

Open
mxgnus-de wants to merge 1 commit into
masterfrom
snyk-upgrade-ab4f2ed89493db66ce3bde93c8ce95fe
Open

[Snyk] Upgrade next from 12.1.0 to 12.1.4#1
mxgnus-de wants to merge 1 commit into
masterfrom
snyk-upgrade-ab4f2ed89493db66ce3bde93c8ce95fe

Conversation

@mxgnus-de
Copy link
Copy Markdown
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade next from 12.1.0 to 12.1.4.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 30 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-03-31.
Release notes
Package name: next
  • 12.1.4 - 2022-03-31

    Core Changes

    • Only resolve page runtime for react 18 and error on read failure: #35705
    • feat(next-swc): Update swc crates: #35395
    • Fix document styles with react 18: #35760
    • Fix router isReady and react 18 not being detected with no config: #35762

    Documentation Changes

    • Updated create-next-app docs to include pnpm usage: #35755

    Credits

    Huge thanks to @ huozhi, @ styfle, and @ kdy1 for helping!

  • 12.1.4-canary.1 - 2022-03-31

    Core Changes

    • Fix document styles with react 18: #35760
    • Fix router isReady and react 18 not being detected with no config: #35762
  • 12.1.4-canary.0 - 2022-03-30

    Core Changes

    • Only resolve page runtime for react 18 and error on read failure: #35705
    • feat(next-swc): Update swc crates: #35395

    Documentation Changes

    • Updated create-next-app docs to include pnpm usage: #35755

    Credits

    Huge thanks to @ huozhi, @ styfle, and @ kdy1 for helping!

  • 12.1.3 - 2022-03-30

    Core Changes

    • Add deprecated JSDoc comments for the previous middleware signature: #35448
    • fix the dynamic routing of middleware: #32601
    • fix: don't override user-agent in fetch if specified: #35547
    • Fix typos: #35683
    • Fix Fast Refresh for React 18: #35718
    • Emotion css minify should not trim end spaces if item is not the last: #35697
    • Ensure the app shell is rendered before rendering the document: #35732
    • fix: Prevent page to scroll to top during data HMR: #35739
    • Fix _document and getInitialProps with React 18: #35736
    • test(fix: Prevent page to scroll to top during data HMR): #35744
    • Update to pre-compile use-subscription: #35746
    • Fix useStatic404 condition: #35749
    • Fix streaming SSR with multi-byte characters: #35724

    Documentation Changes

    • docs: fix typo in Script Component docs: #35731

    Misc Changes

    • Fix next info test during stable release: #35668
    • Update default test timeouts for yarn install times: #35669
    • test(integration): emit console error when test fails: #35507

    Credits

    Huge thanks to @ lfades, @ nkzawa, @ kwonoj, @ SethFalco, @ hiro0218, @ Brooooooklyn, @ shuding, @ BWsix, @ schickling, @ ijjk, and @ martinnabhan for helping!

  • 12.1.3-canary.4 - 2022-03-30

    Core Changes

    • Update to pre-compile use-subscription: #35746
    • Fix useStatic404 condition: #35749
    • Fix streaming SSR with multi-byte characters: #35724

    Credits

    Huge thanks to @ ijjk, @ shuding, and @ martinnabhan for helping!

  • 12.1.3-canary.3 - 2022-03-30

    Core Changes

    • fix: Prevent page to scroll to top during data HMR: #35739
    • Fix _document and getInitialProps with React 18: #35736
    • test(fix: Prevent page to scroll to top during data HMR): #35744

    Documentation Changes

    • docs: fix typo in Script Component docs: #35731

    Credits

    Huge thanks to @ BWsix, @ schickling, @ shuding, and @ ijjk for helping!

  • 12.1.3-canary.2 - 2022-03-30

    Core Changes

    • Emotion css minify should not trim end spaces if item is not the last: #35697
    • Ensure the app shell is rendered before rendering the document: #35732

    Credits

    Huge thanks to @ Brooooooklyn and @ shuding for helping!

  • 12.1.3-canary.1 - 2022-03-30

    Core Changes

    Credits

    Huge thanks to @ hiro0218 for helping!

  • 12.1.3-canary.0 - 2022-03-29
    Read more
  • 12.1.2 - 2022-03-28
    Read more
  • 12.1.2-canary.1 - 2022-03-28
  • 12.1.2-canary.0 - 2022-03-27
  • 12.1.1 - 2022-03-25
  • 12.1.1-canary.18 - 2022-03-25
  • 12.1.1-canary.17 - 2022-03-22
  • 12.1.1-canary.16 - 2022-03-22
  • 12.1.1-canary.15 - 2022-03-18
  • 12.1.1-canary.14 - 2022-03-17
  • 12.1.1-canary.13 - 2022-03-17
  • 12.1.1-canary.10 - 2022-03-11
  • 12.1.1-canary.9 - 2022-03-10
  • 12.1.1-canary.8 - 2022-03-09
  • 12.1.1-canary.7 - 2022-03-07
  • 12.1.1-canary.6 - 2022-03-02
  • 12.1.1-canary.5 - 2022-03-01
  • 12.1.1-canary.4 - 2022-02-26
  • 12.1.1-canary.3 - 2022-02-25
  • 12.1.1-canary.2 - 2022-02-24
  • 12.1.1-canary.1 - 2022-02-19
  • 12.1.1-canary.0 - 2022-02-18
  • 12.1.0 - 2022-02-17
from next GitHub release notes
Commit messages
Package name: next
  • 48a3222 v12.1.4
  • 09ac22f v12.1.4-canary.1
  • d95aed6 Fix router isReady and react 18 not being detected with no config (#35762)
  • fe012ff Fix document styles with react 18 (#35760)
  • 2f11413 v12.1.4-canary.0
  • fdfa3c7 feat(next-swc): Update swc crates (#35395)
  • 9f9214a Updated create-next-app docs to include pnpm usage (#35755)
  • d95d2d3 Only resolve page runtime for react 18 and error on read failure (#35705)
  • 7eee27f v12.1.3
  • bb918fd v12.1.3-canary.4
  • 7b3ec57 Fix streaming SSR with multi-byte characters (#35724)
  • 0409b38 Fix useStatic404 condition (#35749)
  • 23be63d Update to pre-compile use-subscription (#35746)
  • 2269f03 v12.1.3-canary.3
  • 050936c test(fix: Prevent page to scroll to top during data HMR) (#35744)
  • 600e0b3 Fix _document and getInitialProps with React 18 (#35736)
  • cae9506 fix: Prevent page to scroll to top during data HMR (#35739)
  • ced2040 docs: fix typo in Script Component docs (#35731)
  • eef557d v12.1.3-canary.2
  • 9fc1904 Ensure the app shell is rendered before rendering the document (#35732)
  • 5a5b617 Emotion css minify should not trim end spaces if item is not the last (#35697)
  • d876667 v12.1.3-canary.1
  • 62bb348 Fix Fast Refresh for React 18 (#35718)
  • a00268e Fix typos (#35683)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants