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

[Snyk] Upgrade next from 12.1.0 to 12.1.3 #3

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

Conversation

benriemer
Copy link
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.3.

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 27 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-03-30.
Release notes
Package name: next
  • 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

    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

    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, and @ SethFalco for helping!

  • 12.1.2 - 2022-03-28
    Read more
  • 12.1.2-canary.1 - 2022-03-28

    Core Changes

    • enhance: detect ESM by ast type: #35627
    • Clean up legacy react 18 tests: #35615
    • Fix server component render condition: #35663
    • Rename createRSCHook to createFlightHook: #35665
    • Ensure eslint plugins dont conflict: #35667

    Documentation Changes

    • Fix typo in rewrites docs: #35639
    • Update middleware examples list: #35622

    Credits

    Huge thanks to @ TianenPang, @ huozhi, @ shuding, @ lfades, and @ timneutkens for helping!

  • 12.1.2-canary.0 - 2022-03-27
    Read more
  • 12.1.1 - 2022-03-25
    Read more
  • 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
  • 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)
  • 88a7e58 v12.1.3-canary.0
  • ad7cb3b fix: don't override user-agent in fetch if specified (#35547)
  • abfbf41 test(integration): emit console error when test fails (#35507)
  • 53d1b00 fix the dynamic routing of middleware (#32601)
  • 5d1f33f Add deprecated JSDoc comments for the previous middleware signature (#35448)
  • 6a4c70e Update default test timeouts for yarn install times (#35669)
  • 3d5a9bf Fix next info test during stable release (#35668)
  • 50be7cc v12.1.2

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 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