Skip to content

[Snyk] Upgrade next from 12.1.0 to 12.1.2 #8

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

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

Conversation

jadsongmatos
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.2.

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

    Core Changes

    • RSC: handle commonjs in flight loader: #35563
    • Update rsc refresh typing and doc example: #35543
    • Revert "Revert "Make concurrent features independent from the global runtime option" #35405": #35490
    • Update terminal tree view for switchable runtime: #35394
    • Prevent spaces between expressions from being removed: #35613
    • Fix: disable script worker in edge and fix rsc loader and runtime: #35604
    • 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

    • docs: update styling support for streaming: #35375
    • Fix typo in rewrites docs: #35639
    • Update middleware examples list: #35622

    Misc Changes

    • Fix create-next-app failing without yarn installed: #35608
    • Fix hydration issue in the switchable runtime tests: #35616

    Credits

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

  • 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

    Core Changes

    • RSC: handle commonjs in flight loader: #35563
    • Update rsc refresh typing and doc example: #35543
    • Revert "Revert "Make concurrent features independent from the global runtime option" #35405": #35490
    • Update terminal tree view for switchable runtime: #35394
    • Prevent spaces between expressions from being removed: #35613
    • Fix: disable script worker in edge and fix rsc loader and runtime: #35604

    Documentation Changes

    • docs: update styling support for streaming: #35375

    Misc Changes

    • Fix create-next-app failing without yarn installed: #35608
    • Fix hydration issue in the switchable runtime tests: #35616

    Credits

    Huge thanks to @ huozhi, @ shuding, and @ Brooooooklyn for helping!

  • 12.1.1 - 2022-03-25
    Read more
  • 12.1.1-canary.18 - 2022-03-25

    Core Changes

    • SWC import modularization plugin: #34969
    • Reduce hello-world middleware bundle size from 128k to 88k: #35512
    • Update next/link error when no children are provided: #35453
    • Normalize ssgCacheKey for /index with minimalMode de-duping: #35536
    • Merge rsc queries handling: #35545
    • Upgrade react-server-dom-webpack: #35524
    • Fix styled transform in next-swc/emotion: #35527
    • Fix next info accidentally printing stderr: #35556
    • chore: replace deprecated String.prototype.substr(): #35421
    • test: warn on substr() usage: #35499

    Documentation Changes

    • Add link for revalidate from notFound section: #35553
    • Fix typo in docs: #35561

    Credits

    Huge thanks to @ losfair, @ cramforce, @ huozhi, @ shuding, @ Brooooooklyn, @ styfle, @ hiro0218, and @ CommanderRoot for helping!

  • 12.1.1-canary.17 - 2022-03-22
    Read more
  • 12.1.1-canary.16 - 2022-03-22
    Read more
  • 12.1.1-canary.15 - 2022-03-18
    Read more
  • 12.1.1-canary.14 - 2022-03-17
    Read more
  • 12.1.1-canary.13 - 2022-03-17
    Read more
  • 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
  • 50be7cc v12.1.2
  • 8254254 v12.1.2-canary.1
  • 12e1bb7 Ensure eslint plugins dont conflict (#35667)
  • 65680ba Rename createRSCHook to createFlightHook (#35665)
  • ab119bc Update middleware examples list (#35622)
  • f5917ad Fix server component render condition (#35663)
  • 41a2eb2 Clean up legacy react 18 tests (#35615)
  • 4bfcf83 enhance: detect ESM by ast type (#35627)
  • 0d401dd Fix typo in rewrites docs (#35639)
  • 086cf91 v12.1.2-canary.0
  • bb6ea63 Fix hydration issue in the switchable runtime tests (#35616)
  • 27d23f5 docs: update styling support for streaming (#35375)
  • b82f546 Fix: disable script worker in edge and fix rsc loader and runtime (#35604)
  • 24c0fc0 Prevent spaces between expressions from being removed (#35613)
  • 3a313a4 Fix create-next-app failing without yarn installed (#35608)
  • d41f8a5 Update terminal tree view for switchable runtime (#35394)
  • 4f6bb5e Revert "Revert "Make concurrent features independent from the global runtime option"" (#35490)
  • d5e1225 Update rsc refresh typing and doc example (#35543)
  • 4e8e191 RSC: handle commonjs in flight loader (#35563)
  • 79a8651 v12.1.1
  • a5540e8 v12.1.1-canary.18
  • b21e3c2 test: warn on substr() usage (#35499)
  • db2567b chore: replace deprecated String.prototype.substr() (#35421)
  • f16ee05 Fix typo in docs (#35561)

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

@vercel
Copy link

vercel bot commented Apr 18, 2022

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/jadson/api-zip/8F8xsCQS51gk9pBncB8b242cDc4D
✅ Preview: https://api-zip-git-snyk-upgrade-cc54eba7ae82e123cef283fd-9baf1b-jadson.vercel.app

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