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 13.5.4 to 13.5.6 #2389

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

acoburn
Copy link

@acoburn acoburn commented Apr 26, 2024

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


Snyk has created this PR to upgrade next from 13.5.4 to 13.5.6.

ℹ️ 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 31 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2023-10-18.
Release notes
Package name: next
  • 13.5.6 - 2023-10-18
  • 13.5.6-canary.8 - 2023-10-19
  • 13.5.6-canary.7 - 2023-10-18
  • 13.5.6-canary.6 - 2023-10-18

    Core Changes

    • fix typos: #56870
    • Update React from 09fbee89d to a41957507: #56970
    • Reland "feat(turbopack): support basic next/dynamic": #56934
    • Add @ mui/icons-material to the default optimizePackageImports list: #56801

    Credits

    Huge thanks to @ xiaolou86, @ ztanner, @ sokra, and @ shuding for helping!

  • 13.5.6-canary.5 - 2023-10-17
    No content.
  • 13.5.6-canary.4 - 2023-10-17

    Core Changes

    • Adding component to @ next/third-parties: #56106
    • Replace Promise.withResolvers polyfill with DetachedPromise: #56954
    • chore(next/image)!: mark onLoadingComplete as deprecated in favor of onLoad: #56944
    • chore: lower Node.js version requirement: #56943

    Misc Changes

    • chore: reduce fs-extra usage in scripts/: #56917
    • chore(test): set COREPACK_ENABLE_STRICT: 0 for create-next-app tests: #56955

    Credits

    Huge thanks to @ janicklas-ralph, @ wyattjoh, @ SukkaW, @ styfle, and @ balazsorban44 for helping!

  • 13.5.6-canary.3 - 2023-10-17

    Core Changes

    • feat: set status code to 500 if unexpected error occurs before streaming in app router: #56236
    • cache: add unstable_noStore API: #56930

    Credits

    Huge thanks to @ dpnolte and @ feedthejim for helping!

  • 13.5.6-canary.2 - 2023-10-17

    Core Changes

    • feat(env): upgrade dotenv: #38481
    • Update Babel dependencies: #51962
    • perf: fix tracing for routes: #56924
    • build: Update swc_core to v0.86.1: #56770

    Credits

    Huge thanks to @ JuanM04, @ Andarist, @ feedthejim, and @ kdy1 for helping!

  • 13.5.6-canary.1 - 2023-10-16

    Core Changes

    • Update React from d900fadbf to 09fbee89d. Removes server context and experimental prefix for server action APIs: #56809

    Documentation Changes

    • Update 05-mdx.mdx . Fix key of the prop: #56883

    Credits

    Huge thanks to @ WhoAmIRUS and @ gnoff for helping!

  • 13.5.6-canary.0 - 2023-10-16

    Core Changes

    • perf: fix server trace file logic : #56898
    • feat: drop Node.js 16: #56896

    Misc Changes

    • improve next-image-proxy test: #56893
    • chore(test): test remote image from proxy: #56895
    • ensure kodiak is re-added to apps list after code-freeze action: #56907

    Credits

    Huge thanks to @ ztanner, @ styfle, @ feedthejim, and @ balazsorban44 for helping!

  • 13.5.5 - 2023-10-16
    Read more
  • 13.5.5-canary.19 - 2023-10-16

    Core Changes

    • Revert "feat(turbopack): support basic next/dynamic": #56885

    Credits

    Huge thanks to @ sokra for helping!

  • 13.5.5-canary.18 - 2023-10-16

    Core Changes

    • bump: edge-runtime: #56856
    • feat(turbopack): support basic next/dynamic: #56389

    Misc Changes

    • Skip webpack specific tests in Turbopack test run: #56877

    Credits

    Huge thanks to @ Kikobeats, @ kwonoj, and @ timneutkens for helping!

  • 13.5.5-canary.17 - 2023-10-15
  • 13.5.5-canary.16 - 2023-10-14
  • 13.5.5-canary.15 - 2023-10-13
  • 13.5.5-canary.14 - 2023-10-13
  • 13.5.5-canary.13 - 2023-10-13
  • 13.5.5-canary.12 - 2023-10-13
  • 13.5.5-canary.11 - 2023-10-12
  • 13.5.5-canary.10 - 2023-10-12
  • 13.5.5-canary.9 - 2023-10-12
  • 13.5.5-canary.8 - 2023-10-12
  • 13.5.5-canary.7 - 2023-10-11
  • 13.5.5-canary.6 - 2023-10-11
  • 13.5.5-canary.5 - 2023-10-10
  • 13.5.5-canary.4 - 2023-10-06
  • 13.5.5-canary.3 - 2023-10-06
  • 13.5.5-canary.2 - 2023-10-04
  • 13.5.5-canary.1 - 2023-10-04
  • 13.5.5-canary.0 - 2023-10-03
  • 13.5.4 - 2023-10-03
from next GitHub release notes
Commit messages
Package name: next
  • 9051bc4 v13.5.6
  • a9e796e update version script
  • 70f93bf update ci config
  • 7db2ce3 Upgrade edge-runtime/cookies (#57021)
  • 40965eb Patch React with fix for write-after-close for ReadableStream (#57011)
  • 54145b4 v13.5.5
  • 1609da2 v13.5.5-canary.19
  • 8a51ebc Revert "feat(turbopack): support basic next/dynamic" (#56885)
  • c1c419f v13.5.5-canary.18
  • 4e435e2 Skip webpack specific tests in Turbopack test run (#56877)
  • 5b52e77 feat(turbopack): support basic next/dynamic (#56389)
  • 8f2fd2e bump: edge-runtime (#56856)
  • e5ad069 v13.5.5-canary.17
  • 21fadd3 Fix typo (#56863)
  • b660eef chore: bump undici (#56851)
  • 297efa7 v13.5.5-canary.16
  • db188e4 docs: fix cypress script typo in 10-testing.mdx (#56765)
  • 82e1057 Fix CSP test when using Turbopack (#56833)
  • c6fe20a Remove specific hash checks for metadata.test.ts (#56843)
  • dc1b565 Implement getOptimizedModuleAliases for Turbopack (#56839)
  • 5d9f419 Revert "Drop ipc server headers filters (#56226)" (#56836)
  • 83d8867 Add missing nanoid dependency to app-dir tests (#56830)
  • d390c3d Fix build traces case (#56817)
  • 46d56c6 v13.5.5-canary.15

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

@acoburn acoburn requested a review from a team as a code owner April 26, 2024 00:44
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