Skip to content

[Snyk] Upgrade next from 14.0.1 to 14.0.2#2

Open
max-de-bug wants to merge 1 commit intomasterfrom
snyk-upgrade-29aeec7e7ec4c73bd79382e2082239a3
Open

[Snyk] Upgrade next from 14.0.1 to 14.0.2#2
max-de-bug wants to merge 1 commit intomasterfrom
snyk-upgrade-29aeec7e7ec4c73bd79382e2082239a3

Conversation

@max-de-bug
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 14.0.1 to 14.0.2.

ℹ️ 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 29 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-11-09.
Release notes
Package name: next
  • 14.0.2 - 2023-11-09
    Read more
  • 14.0.2-canary.27 - 2023-11-09

    Core Changes

    • parallel routes: fix catch all route support: #58215
    • avoid key conflict: #58249

    Documentation Changes

    • docs: update analytics docs for useReportWebVitals: #58196
    • Update 02-app-router-migration.mdx: #58253

    Example Changes

    • Add a self-hosted shared cache example: #58000

    Credits

    Huge thanks to @ feedthejim, @ leerob, @ better-salmon, @ sokra, and @ mrr11k for helping!

  • 14.0.2-canary.26 - 2023-11-09

    Core Changes

    • [Docs]: Fix CLI link to server actions size limit docs: #58174
    • refactor(next-core): apply correct url rewrite behavior: #58237
    • update turbopack: #58243

    Credits

    Huge thanks to @ molebox, @ kwonoj, and @ sokra for helping!

  • 14.0.2-canary.25 - 2023-11-09

    Core Changes

    • pass postpone through staticGenerationStore: #58229
    • Updated React from 7508dcd5c to 746890329: #58233

    Misc Changes

    Credits

    Huge thanks to @ ztanner, @ sebmarkbage, and @ gnoff for helping!

  • 14.0.2-canary.24 - 2023-11-08

    Core Changes

    • tweak postpone error copy & fix link: #58219
    • Add helpful context to postpone reason if it's caught and logged or escapes: #58222
    • Reword PPR caught bail out to avoid "postpone" terminology: #58223

    Credits

    Huge thanks to @ ztanner and @ sebmarkbage for helping!

  • 14.0.2-canary.23 - 2023-11-08

    Core Changes

    • skip ppr throw for tests: #58208
    • interception routes: fix interception for dynamic routes: #58198
    • Update React from 2983249dd to 7508dcd5c: #58216

    Documentation Changes

    • fix docs link for ISR: #58207
    • Add PPR option to next.config.js docs: #58161

    Misc Changes

    • Update turbopack label creation: #58214

    Credits

    Huge thanks to @ ztanner, @ manovotny, @ padmaia, @ feedthejim, and @ gnoff for helping!

  • 14.0.2-canary.22 - 2023-11-08

    Core Changes

    • fail build if not using Next canary with PPR flag: #58203
    • Reduce max header length emitted: #58204
    • ensure experimental warning shows up when using PPR: #58206

    Documentation Changes

    • docs: remove note about generateMetdata: #58192
    • docs: mention Middleware on src directory page.: #58193
    • docs: fix typo in composition patterns section: #58197

    Credits

    Huge thanks to @ leerob, @ dumb-programmer, @ ztanner, and @ sebmarkbage for helping!

  • 14.0.2-canary.21 - 2023-11-08

    Core Changes

    • Forward headers from React to static output and dynamic render: #58162
    • refactor(next-core): separate options context for pages/api: #58148
    • update turbopack: #58172
    • refactor(next-api): remove unused distDir: #57789
    • Change allowed forwarded hosts to be allowed origins for Server Actions: #58023

    Documentation Changes

    • docs: remove duplicate ISR page.: #58164

    Credits

    Huge thanks to @ leerob, @ sebmarkbage, @ kwonoj, @ sokra, and @ shuding for helping!

  • 14.0.2-canary.20 - 2023-11-08

    Core Changes

    • Update React from 08a39539f to 2983249dd.: #58154
    • fix: rsc normalization fixes: #58145
    • Fix resume stream handling: #58159

    Documentation Changes

    • docs: small follow up on deployment docs.: #58158

    Credits

    Huge thanks to @ gnoff, @ wyattjoh, @ leerob, and @ ijjk for helping!

  • 14.0.2-canary.19 - 2023-11-07
    Read more
  • 14.0.2-canary.18 - 2023-11-07
  • 14.0.2-canary.17 - 2023-11-07
  • 14.0.2-canary.16 - 2023-11-06
  • 14.0.2-canary.15 - 2023-11-06
  • 14.0.2-canary.14 - 2023-11-06
  • 14.0.2-canary.13 - 2023-11-05
  • 14.0.2-canary.12 - 2023-11-04
  • 14.0.2-canary.11 - 2023-11-03
  • 14.0.2-canary.10 - 2023-11-03
  • 14.0.2-canary.9 - 2023-11-02
  • 14.0.2-canary.8 - 2023-11-02
  • 14.0.2-canary.7 - 2023-11-02
  • 14.0.2-canary.6 - 2023-11-01
  • 14.0.2-canary.5 - 2023-11-01
  • 14.0.2-canary.4 - 2023-11-01
  • 14.0.2-canary.3 - 2023-11-01
  • 14.0.2-canary.2 - 2023-11-01
  • 14.0.2-canary.1 - 2023-10-31
  • 14.0.2-canary.0 - 2023-10-30
  • 14.0.1 - 2023-10-30
from next GitHub release notes
Commit messages
Package name: next
  • 8eba72f v14.0.2
  • fdd6eb9 v14.0.2-canary.27
  • fd534fb Update 02-app-router-migration.mdx (#58253)
  • a628e63 avoid key conflict (#58249)
  • e2f3059 Add a self-hosted shared cache example (#58000)
  • 0cdddd4 docs: update analytics docs for `useReportWebVitals` (#58196)
  • 4024b25 parallel routes: fix catch all route support (#58215)
  • b740fe8 v14.0.2-canary.26
  • bf966e3 update turbopack (#58243)
  • 51fec99 refactor(next-core): apply correct url rewrite behavior (#58237)
  • bbb730e [Docs]: Fix CLI link to server actions size limit docs (#58174)
  • fd7ea11 v14.0.2-canary.25
  • eb79555 Updated React from 7508dcd5c to 746890329 (#58233)
  • bcef6d6 fix ppr test flake (#58232)
  • c47c2fe Fix test (#58228)
  • db27507 pass postpone through staticGenerationStore (#58229)
  • b50090b v14.0.2-canary.24
  • 2f68e62 Reword PPR caught bail out to avoid "postpone" terminology (#58223)
  • d68bbd7 Add helpful context to postpone reason if it's caught and logged or escapes (#58222)
  • d422aeb tweak postpone error copy & fix link (#58219)
  • 67656c3 v14.0.2-canary.23
  • 1b5e307 Update React from 2983249dd to 7508dcd5c (#58216)
  • 536d2db interception routes: fix interception for dynamic routes (#58198)
  • a6a8c84 Update turbopack label creation (#58214)

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