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.0 #556

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

var-kyle
Copy link
Contributor

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.0.

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 16 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-09-08.
Release notes
Package name: next
  • 12.3.0 - 2022-09-08
    Read more
  • 12.2.6 - 2022-09-29
  • 12.2.6-canary.13 - 2022-09-08

    Core Changes

    • refactor(next/swc): remove unnecessary field in RemoveConsole: #40296
    • [edge] fix URLSearchParams lacking data from rewrite: #40260
    • fix(lint): disable react/no-unknown-property: #40331
    • Update onLoadingComplete for next/future/image to receive reference to <img>: #40326
    • Remove warning for swcMinify being enabled: #40359

    Documentation Changes

    • Update docs for remotePatterns image config: #40350
    • docs: fix typo: #40354

    Example Changes

    • added type to clientPromise in with-mongodb/lib: #40339
    • Remove babel from custom-server-typescript example: #40309
    • Merge with-mobx-state-tree with with-mobx-state-tree-typescript example: #40306
    • Fix image-component example types: #40352

    Misc Changes

    • Update README.md

    Credits

    Huge thanks to @ orionmiz, @ Schniz, @ S0UPernova, @ HaNdTriX, @ styfle, @ balazsorban44, @ cvbuelow, and @ leonzalion for helping!

  • 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

    Core Changes

    • fix: apply default export interop to next/config: #40224
    • Improved route resolution in next-app-loader: #40109
    • Add prefetch to new router: #39866
    • Update next/future/image to support only width or only height: #40278
    • Add experimental proxy timeout option: #40289
    • Fix static info parsing when export data fetching method as variable: #40317
    • fix(switchable-runtime): make dev server not break when wrong runtime config is exported: #40312
    • Revert "Refactor Server Router": #40328
    • fix(switchable-runtime): Make it possible to switch between edge and server runtime in dev: #39327

    Documentation Changes

    • docs: update get-static-paths.md: #40205
    • Change image sizes docs to use em instead of px: #40288
    • Change sizes docs to use max-width in media query: #40290
    • docs: fix numbering in middleware docs: #40276

    Example Changes

    • Update next-forms example: #40284
    • Migrate with-context-api example to typescript: #40297

    Misc Changes

    • fix(cli): delete temp file after extraction: #40259
    • Fix test hydration check in Safari 10.1: #40285
    • chore: turn off debug mode on issue validator: #40301

    Credits

    Huge thanks to @ balazsorban44, @ sumiren, @ shuding, @ timneutkens, @ styfle, @ atcastle, @ HaNdTriX, @ bcheidemann, @ huozhi, and @ hanneslund for helping!

  • 12.2.6-canary.10 - 2022-09-05

    Core Changes

    • Fix styled-jsx macro imports: #40234
    • Ensure path can be specified for clearPreviewData: #40238

    Documentation Changes

    • docs: documents middleware matcher: #40180

    Example Changes

    • fix(examples/with-styled-components-babel): list should have unique key: #40215
    • Migrate image-component example to typescript: #40204
    • ref(with-sentry example): Explicitly set hideSourceMaps: #40079

    Misc Changes

    • fix(cli): do not throw error when extracting examples in Node 18+: #40182
    • Update to use specific swc version for PR stats: #40237

    Credits

    Huge thanks to @ feugy, @ jeferson-sb, @ balazsorban44, @ HaNdTriX, @ huozhi, and @ lobsterkatie for helping!

  • 12.2.6-canary.9 - 2022-09-05
    Read more
  • 12.2.6-canary.8 - 2022-09-01
    Read more
  • 12.2.6-canary.7 - 2022-08-30
    Read more
  • 12.2.6-canary.6 - 2022-08-29
    Read more
  • 12.2.6-canary.5 - 2022-08-24
    Read more
  • 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
  • ba4c575 v12.3.0
  • 9576a27 v12.2.6-canary.13
  • 0376534 docs: fix typo (#40354)
  • 56c5abd Remove warning for swcMinify being enabled (#40359)
  • 75e5616 Update `onLoadingComplete` for `next/future/image` to receive reference to `<img>` (#40326)
  • 5793301 fix(lint): disable `react/no-unknown-property` (#40331)
  • 712d98d Update docs for `remotePatterns` image config (#40350)
  • 66834d5 Fix `image-component` example types (#40352)
  • 2b9268a [Docs] Merge with-mobx-state-tree with with-mobx-state-tree-typescript example (#40306)
  • b85fcea [Docs] Remove babel from custom-server-typescript example (#40309)
  • 1aa341f added type to clientPromise in with-mongodb/lib (#40339)
  • 45d68ae Update README.md
  • 220e144 [edge] fix URLSearchParams lacking data from rewrite (#40260)
  • a4d907a refactor(next/swc): remove unnecessary field in `RemoveConsole` (#40296)
  • 0c58621 v12.2.6-canary.12
  • 588a61b [Docs] Migrate using-preact example to typescript (#40295)
  • 34fa5f8 [Docs] Update react-remove-properties example (#40307)
  • aa5be3f [Docs] Migrate with-react-jss to typescript (#40308)
  • 62c7eff Revert "Revert "Refactor Server Router" (#40328)" (#40333)
  • b86bf07 v12.2.6-canary.11
  • a9b9e00 fix(switchable-runtime): Make it possible to switch between edge and server runtime in dev (#39327)
  • d5e6eb1 Revert "Refactor Server Router" (#40328)
  • 35253e1 fix(switchable-runtime): make dev server not break when wrong runtime config is exported (#40312)
  • 084ad96 Fix static info parsing when export data fetching method as variable (#40317)

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

@var-kyle var-kyle requested a review from a team as a code owner September 30, 2022 05:14
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