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.2.5 to 12.3.1 #3

Merged
merged 1 commit into from Oct 30, 2022

Conversation

CompeyDev
Copy link
Member

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


Snyk has created this PR to upgrade next from 12.2.5 to 12.3.1.

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 23 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-09-19.
Release notes
Package name: next
  • 12.3.1 - 2022-09-19
    Read more
  • 12.3.1-canary.5 - 2022-09-19

    Core Changes

    • Drop legacy RSC server and client extension: #40692

    Example Changes

    • docs(examples): fix error connection handling: #40633

    Credits

    Huge thanks to @ huozhi and @ chornos13 for helping!

  • 12.3.1-canary.4 - 2022-09-19

    Core Changes

    • Client directive: #40415
    • Remove internal client next api detection: #40646
    • Attach module trace for RSC related errors: #40652
    • Use createFromFetch instead of createFromReadableStream to fetch Flight: #40656
    • Change Flight response content type to application/octet-stream: #40665
    • Send web vitals to Vercel analytics in app: #40669
    • Refactor fetchServerResponse: #40674
    • Port page and layout level API assertions to SWC transform: #40653
    • Ensure smooth scroll is disabled for navigation in new and existing router: #40642
    • Upgrade to latest React experimental: #40672
    • Refine error messages: #40661
    • Incldue styled-jsx in swc compiling: #40679
    • misc: update caniuse-lite to latest: #40680
    • Remove non existed exports and files: #40685
    • fix(image): preload should respect crossOrigin: #40676
    • Add handling for static generation in app: #40561
    • Avoid direct React client API imports in the server graph: #40686

    Example Changes

    • chore: Migrate with-prefetching example to typescript: #40671
    • chore: Refactor active-class-name example: #40670

    Credits

    Huge thanks to @ huozhi, @ shuding, @ timneutkens, @ hanneslund, @ feedthejim, @ SukkaW, and @ HaNdTriX for helping!

  • 12.3.1-canary.3 - 2022-09-16

    Core Changes

    • chore: Update swc: #40520
    • Add missing feature in next-swc: #40550
    • Mask Flight Parameters from Middleware: #39939
    • Unwrap promise with experimental_use: #40575
    • fix(next/router): Prevent query delete in routing when next.config basePath option is truthy: #40566
    • fix(image): handle image imports with high aspect ratio: #40563
    • fix: loosen webpack compilation with fallbackNodePolyfills: false: #40612
    • Adding experimentalAdjustFallback feature to font optimization: #40185
    • fix: handle notFound: true in / with next export: #40592
    • refactor: split up CONTRIBUTING.md: #40515
    • Implement SWC transformer for server and client graphs: #40603
    • Fix edge wasm handling during deploy: #40625

    Example Changes

    Misc Changes

    • Wrap parallel routes tests in describe: #40546
    • fix(#40025): run next/script beforeInteractive test in both dev & prod: #40541

    Credits

    Huge thanks to @ timneutkens, @ SukkaW, @ migueloller, @ kdy1, @ shuding, @ wyattjoh, @ huozhi, @ flex-kyunghwa, @ saalimzafar, @ alxhotel, @ balazsorban44, and @ janicklas-ralph for helping!

  • 12.3.1-canary.2 - 2022-09-14
    Read more
  • 12.3.1-canary.1 - 2022-09-12
    Read more
  • 12.3.1-canary.0 - 2022-09-08
    Read more
  • 12.3.0 - 2022-09-08
    Read more
  • 12.2.6 - 2022-09-29
  • 12.2.6-canary.13 - 2022-09-08
    Read more
  • 12.2.6-canary.12 - 2022-09-08

    Core Changes

    • Revert "Revert "Refactor Server Router" (#40328)" : #40333

    Example Changes

    • Migrate with-react-jss to typescript: #40308
    • Update react-remove-properties example: #40307
    • Migrate using-preact example to typescript: #40295

    Credits

    Huge thanks to @ HaNdTriX and @ Will956 for helping!

  • 12.2.6-canary.11 - 2022-09-07
  • 12.2.6-canary.10 - 2022-09-05
  • 12.2.6-canary.9 - 2022-09-05
  • 12.2.6-canary.8 - 2022-09-01
  • 12.2.6-canary.7 - 2022-08-30
  • 12.2.6-canary.6 - 2022-08-29
  • 12.2.6-canary.5 - 2022-08-24
  • 12.2.6-canary.4 - 2022-08-24
  • 12.2.6-canary.3 - 2022-08-24
  • 12.2.6-canary.2 - 2022-08-23
  • 12.2.6-canary.1 - 2022-08-17
  • 12.2.6-canary.0 - 2022-08-13
  • 12.2.5 - 2022-08-12
from next GitHub release notes
Commit messages
Package name: next
  • 980095d v12.3.1
  • 4901fc7 v12.3.1-canary.5
  • a03cdc6 docs(examples): fix error connection handling (#40633)
  • 5a50a99 Drop legacy RSC server and client extension (#40692)
  • 35098a1 v12.3.1-canary.4
  • 7f9fe8c chore: Refactor active-class-name example (#40670)
  • 24b20dd chore: Migrate with-prefetching example to typescript (#40671)
  • 6279dba Avoid direct React client API imports in the server graph (#40686)
  • aed2dc0 Add handling for static generation in app (#40561)
  • 4a53582 fix(image): preload should respect crossOrigin (#40676)
  • db3b844 Remove non existed exports and files (#40685)
  • 9b0c00a misc: update caniuse-lite to latest (#40680)
  • ce82c60 Incldue styled-jsx in swc compiling (#40679)
  • 44afc37 Refine error messages (#40661)
  • 6df8770 Upgrade to latest React experimental (#40672)
  • dc11d77 Ensure smooth scroll is disabled for navigation in new and existing router (#40642)
  • c742c03 Port page and layout level API assertions to SWC transform (#40653)
  • c7e2619 Refactor fetchServerResponse (#40674)
  • 356b6ce Send web vitals to Vercel analytics in app (#40669)
  • d41ca43 Change Flight response content type to application/octet-stream (#40665)
  • 1bf7d4d Use createFromFetch instead of createFromReadableStream to fetch Flight (#40656)
  • 34df81e Attach module trace for RSC related errors (#40652)
  • 3f8f72b Remove internal client next api detection (#40646)
  • 295f9da Client directive (#40415)

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 Oct 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
datalink ✅ Ready (Inspect) Visit Preview Oct 30, 2022 at 0:37AM (UTC)

@CompeyDev CompeyDev merged commit 7889df2 into main Oct 30, 2022
@CompeyDev CompeyDev deleted the snyk-upgrade-88ee9ade2a0ab2596835f56878af574c branch October 30, 2022 06:59
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.

None yet

2 participants