Skip to content

[Snyk] Upgrade next from 13.3.0 to 13.3.1 #7

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

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade next from 13.3.0 to 13.3.1.

ℹ️ 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 24 days ago, on 2023-04-21.
Release notes
Package name: next
  • 13.3.1 - 2023-04-21
    Read more
  • 13.3.1-canary.19 - 2023-04-21

    Core Changes

    • fix snapshots broken by prettier (also fix .prettierignore): #48586
    • Reland app-router: new client-side cache semantics: #48685
    • Revert "Reland app-router: new client-side cache semantics": #48688

    Misc Changes

    • Add logs to release job: #48690

    Credits

    Huge thanks to @ ForsakenHarmony and @ huozhi for helping!

  • 13.3.1-canary.18 - 2023-04-21

    Core Changes

    • Add export runtime test for pages and fully remove experimental.runtime: #48630
    • Upgrade @ types/react to latest 18.x: #48645
    • app-router: new client-side cache semantics: #48383
    • Fix typo in fetchType annotation: #48646
    • Ensure latest React types for experimental release channel are used: #48641
    • Fix writeConfigurationDefaults.ts to correctly suggest changes in monorepos: #48668
    • Revert "app-router: new client-side cache semantics": #48678

    Example Changes

    • Update Mux example logo to new Mux brand: #48654

    Misc Changes

    • misc: fix flaky prefetch test: #48666
    • Re-add kodiak config: #48672

    Credits

    Huge thanks to @ huozhi, @ dylanjha, @ eps1lon, @ feedthejim, @ nabsul, @ shuding, and @ ijjk for helping!

  • 13.3.1-canary.17 - 2023-04-20

    Core Changes

    • Adding missing fields to the Manifest type: #48552
    • Add updated app dir cache handling: #48516
    • Upgrade React: #48589
    • use structured images with metainfo (blur placeholder): #48531
    • Land reverted fix for chunk file names: #48625
    • remove amp error in app dir: #48620
    • Add test case for #48583 and ignore hot-update scripts: #48587
    • Exclude app from _devPagesManifest.js in turbopack: #48633
    • replace defined values and add __NEXT_HAS_REWRITES define: #48628
    • implement /_next/image for local requests: #48622

    Documentation Changes

    • Docs: Unify note formatting: #48417
    • Fix TYPO in otel docs: #48623

    Misc Changes

    • Update start release flow: #48634
    • Fix version bump

    Credits

    Huge thanks to @ ryo-manba, @ Yovach, @ ijjk, @ timneutkens, @ sokra, @ jankaifer, @ shuding, @ huozhi, and @ ForsakenHarmony for helping!

  • 13.3.1-canary.16 - 2023-04-19

    Core Changes

    • build(cargo): move workspaces manifest to top level: #48198
    • Remove expired link resources via MutationObserver during development: #48578
    • prettier fix for next-swc: #47873
    • Fix chunk file names in flight manifest: #48583

    Documentation Changes

    • docs: fix minimum Node.js version to 14.18.0: #48545

    Credits

    Huge thanks to @ koba04, @ kwonoj, @ shuding, and @ ForsakenHarmony for helping!

  • 13.3.1-canary.15 - 2023-04-19

    Core Changes

    • Fix instrumentation.js initialization in prod on Vercel: #48557
    • Prefer to use deployment url for metadata routes on production: #48556
    • Fallback to deployment vercel url if metadataBase is not set on prod: #48570

    Credits

    Huge thanks to @ sophiebits and @ huozhi for helping!

  • 13.3.1-canary.14 - 2023-04-18

    Core Changes

    • feat(turbopack): support modularizeImports next.js config: #48511
    • refactor: move resolving metadata process into async Metadata component: #48536
    • Update history in useInsertionEffect: #48553

    Misc Changes

    Credits

    Huge thanks to @ kwonoj, @ jessewarren-aa, @ huozhi, and @ timneutkens for helping!

  • 13.3.1-canary.13 - 2023-04-18
    Read more
  • 13.3.1-canary.12 - 2023-04-18
  • 13.3.1-canary.11 - 2023-04-17
  • 13.3.1-canary.10 - 2023-04-17
  • 13.3.1-canary.9 - 2023-04-17
  • 13.3.1-canary.8 - 2023-04-15
  • 13.3.1-canary.7 - 2023-04-14
  • 13.3.1-canary.6 - 2023-04-13
  • 13.3.1-canary.5 - 2023-04-12
  • 13.3.1-canary.4 - 2023-04-10
  • 13.3.1-canary.3 - 2023-04-08
  • 13.3.1-canary.2 - 2023-04-07
  • 13.3.1-canary.1 - 2023-04-07
  • 13.3.1-canary.0 - 2023-04-07
  • 13.3.0 - 2023-04-06
from next GitHub release notes
Commit messages
Package name: next
  • 6423285 v13.3.1
  • 9314fb6 Wait for versioning prompt to show up for stable release (#48692)
  • 455de08 v13.3.1-canary.19
  • 4f1b0f7 Add logs to release job (#48690)
  • 8089d0a Revert "Reland app-router: new client-side cache semantics" (#48688)
  • b61305a Reland app-router: new client-side cache semantics (#48685)
  • 4354eda fix snapshots broken by prettier (also fix .prettierignore) (#48586)
  • a06fef0 v13.3.1-canary.18
  • 52fcc59 Revert "app-router: new client-side cache semantics" (#48678)
  • f779f10 Re-add kodiak config (#48672)
  • 8fd9a39 Fix writeConfigurationDefaults.ts to correctly suggest changes in monorepos (#48668)
  • abbf352 misc: fix flaky prefetch test (#48666)
  • 680564c Ensure latest React types for experimental release channel are used (#48641)
  • 8050a6c Fix typo in fetchType annotation (#48646)
  • 658c600 app-router: new client-side cache semantics (#48383)
  • db00867 Upgrade `@ types/react` to latest 18.x (#48645)
  • e952160 Update Mux example logo to new Mux brand (#48654)
  • cc684d0 Add export runtime test for pages and fully remove experimental.runtime (#48630)
  • 682fb27 v13.3.1-canary.17
  • 652ba8a Fix version bump
  • a7b0ae3 implement /_next/image for local requests (#48622)
  • ec385de replace defined values and add `__NEXT_HAS_REWRITES` define (#48628)
  • 8ab6c4c Exclude app from `_devPagesManifest.js` in turbopack (#48633)
  • 3a83c6b Update start release flow (#48634)

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 May 15, 2023

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

Name Status Preview Comments Updated (UTC)
api-project-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2023 7:37pm

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.

1 participant