Skip to content

Conversation

@snyk-bot
Copy link

Snyk has created this PR to upgrade next from 12.2.0 to 12.2.3.

ℹ️ 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 26 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2022-07-22.
Release notes
Package name: next
  • 12.2.3 - 2022-07-22
    Read more
  • 12.2.3-canary.17 - 2022-07-21

    Core Changes

    • fix(edge): error handling for edge route and middleware is inconsistent: #38401
    • fix: correct the next config optimizeCss type: #38879
    • Update Edge Runtime: #38862
    • Ensure mixed query/hash values are handled correctly: #38852
    • fix(#38743): config.runtime support template literal: #38750

    Example Changes

    • chore(examples): Convert with-cypress example to TypeScript: #38818

    Misc Changes

    • ci: dropping macos-10.15: #38865
    • Update query/hash test for safari: #38889

    Credits

    Huge thanks to @ SukkaW, @ feugy, @ amorimr, and @ javivelasco for helping!

  • 12.2.3-canary.16 - 2022-07-21

    Core Changes

    • Remove the next/streaming endpoint and experimental refresh api: #38837
    • Ensure module require is awaited in app-render: #38860
    • Leverage mini css plugin hmr for app dir: #38830

    Example Changes

    • Update Convex example.: #38850
    • chore: convert with-dynamic-import to TypeScript: #38844

    Misc Changes

    • Update edge blob asset e2e test: #38857

    Credits

    Huge thanks to @ huozhi, @ ijjk, @ thomasballinger, and @ balazsorban44 for helping!

  • 12.2.3-canary.15 - 2022-07-20

    Core Changes

    • Ensure route group with separate root layout does not get wrapped in
    • [edge] allow importing blob assets: #38492
    • [ESLint] Make src/ a default linting directory: #38810
    • Fix usage of experimental-edge in pages/api/index: #38024
    • fix(edge-runtime): undefined global in edge runtime.: #38769
    • Fix squoosh image optimization for Node.js 18: #38833
    • chore: TS improvments: #38834
    • fix: don't treat output: "standalone" as custom server: #38831
    • Improve next/image error message when src prop is missing: #38847

    Documentation Changes

    • Improve response body in Middleware error page.: #38537
    • docs: improve wording on pathname and asPath: #38835

    Example Changes

    • Fixup main Fauna example and drop support for outdated one: #38692
    • Fix export issue in with-fauna example: #38812

    Misc Changes

    • Fix postcss deploy e2e test: #38782
    • test: disable the rsc flaky test temporarily: #38843

    Credits

    Huge thanks to @ leerob, @ ijjk, @ timneutkens, @ Schniz, @ trevor-fauna, @ housseindjirdeh, @ lfades, @ feugy, @ balazsorban44, @ styfle, and @ huozhi for helping!

  • 12.2.3-canary.14 - 2022-07-19

    Core Changes

    • Support postcss.config.cjs: #38486
    • fix(next/swc): let async wasm binding coerce to sync correctly: #38780

    Documentation Changes

    • update fallback docs: #38659

    Example Changes

    • chore(examples): require WORDPRESS_API_URL to include /graphql: #38764
    • Update with-emotion-swc to use TypeScript: #38744
    • chore: auto-detect preferred package manager in Dockerfile: #38693
    • chore: update with-service-worker example: #38670

    Misc Changes

    • Add note about test-trace artifact to test readme: #38770

    Credits

    Huge thanks to @ balazsorban44, @ isaac-martin, @ JohnDaly, and @ kwonoj for helping!

  • 12.2.3-canary.13 - 2022-07-18

    Core Changes

    • refactor: rewrite etag: #38568
    • Fix CSSM loader applying for both pages and app: #38761

    Example Changes

    • Update MongoDB example to use integration for deploy button.: #38738

    Misc Changes

    • Add dark mode to Create Next App: #38671

    Credits

    Huge thanks to @ SukkaW, @ leerob, @ huozhi, and @ sambecker for helping!

  • 12.2.3-canary.12 - 2022-07-18
    Read more
  • 12.2.3-canary.10 - 2022-07-15
    Read more
  • 12.2.3-canary.9 - 2022-07-15
    Read more
  • 12.2.3-canary.8 - 2022-07-14
  • 12.2.3-canary.7 - 2022-07-14
  • 12.2.3-canary.6 - 2022-07-13
  • 12.2.3-canary.5 - 2022-07-13
  • 12.2.3-canary.4 - 2022-07-13
  • 12.2.3-canary.3 - 2022-07-13
  • 12.2.3-canary.2 - 2022-07-12
  • 12.2.3-canary.1 - 2022-07-12
  • 12.2.3-canary.0 - 2022-07-11
  • 12.2.2 - 2022-07-09
  • 12.2.2-canary.0 - 2022-07-09
  • 12.2.1 - 2022-07-07
  • 12.2.1-canary.5 - 2022-07-07
  • 12.2.1-canary.4 - 2022-07-06
  • 12.2.1-canary.3 - 2022-07-05
  • 12.2.1-canary.2 - 2022-07-02
  • 12.2.1-canary.1 - 2022-06-29
  • 12.2.0 - 2022-06-28
from next GitHub release notes
Commit messages
Package name: next
  • 4b6cb44 v12.2.3
  • 12b7c58 v12.2.3-canary.17
  • 89e572b Update query/hash test for safari (#38889)
  • 02c78a5 fix(#38743): config.runtime support template literal (#38750)
  • 366a04b Ensure mixed query/hash values are handled correctly (#38852)
  • 14463dd Update Edge Runtime (#38862)
  • fe4b711 fix: correct the next config optimizeCss type (#38879)
  • 552620f chore(examples): Convert `with-cypress` example to TypeScript (#38818)
  • 90bbac4 fix(edge): error handling for edge route and middleware is inconsistent (#38401)
  • 6486e12 ci: dropping macos-10.15 (#38865)
  • 5dafe47 v12.2.3-canary.16
  • 7921b67 Leverage mini css plugin hmr for app dir (#38830)
  • 5752d4a Ensure module require is awaited in app-render (#38860)
  • adf40a6 chore: convert `with-dynamic-import` to TypeScript (#38844)
  • 420d785 Update Convex example. (#38850)
  • 8fe44c3 Update edge blob asset e2e test (#38857)
  • f086283 Remove the next/streaming endpoint and experimental refresh api (#38837)
  • ea9f855 v12.2.3-canary.15
  • cdb0c47 Improve `next/image` error message when `src` prop is missing (#38847)
  • 672bdae fix: don't treat `output: "standalone"` as custom server (#38831)
  • 4e6b4ef test: disable the rsc flaky test temporarily (#38843)
  • ca84688 chore: TS improvments (#38834)
  • 3102899 Fix squoosh image optimization for Node.js 18 (#38833)
  • 9416e00 docs: improve wording on `pathname` and `asPath` (#38835)

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 Aug 14, 2022

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

Name Status Preview Updated
lifecycle ✅ Ready (Inspect) Visit Preview Aug 14, 2022 at 1:12AM (UTC)

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