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

Bump next from 12.2.3 to 12.2.4 in /demo/next-app #519

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2022

Bumps next from 12.2.3 to 12.2.4.

Release notes

Sourced from next's releases.

v12.2.4

Core Changes

  • Fix error message typos: #38894
  • Update to latest version of @​vercel/nft: #38878
  • fix(#38090): add missing analyticsId to config schema: #38911
  • Ensure hash on initial request is preserved in new router: #38913
  • Remove unnecessary assertions: #38899
  • Clear unnecessary code: #38900
  • fix: Impl attachRequestMeta in base server to handle meta differently in edge and node servers: #38932
  • feat: enhance warning messages about unanalyzable config field: #38907
  • fix: fix generateEtags type inside schema: #38936
  • Refactor router reducer: #38983
  • Add state comparison to router: #38422
  • update webpack: #38988
  • Update config schema for empty basePath: #38998
  • Add handling for prefetching onTouchStart and initial mobile testing : #38805
  • Add additional comments to new router: #38986
  • Update config-schema for relay field to be less strict: #39010
  • Add config for opting out of optimistic client cache behavior: #38774
  • Fix tracing edge-runtime dependencies: #39009
  • Ensure dangerouslyAllowSVG is passed correctly: #39031
  • Handle getStaticPaths error inside worker to avoid serializing: #39032
  • chore: enable swc externalHelpers when pre-compile: #38182
  • Update to use HEAD request for On-Demand ISR: #39038
  • chore: Clean up imports and unused code: #39044
  • Replace node-sass test dependency with sass: #39053
  • Add comments in new router reducer: #39025
  • Add additional comments for reducer/cachenode: #39065
  • fix: print Request & Response properties: #38903
  • fix: show asPath on large page data warning: #39071
  • Remove RSC rendering from render: #39045
  • Ensure query is updated correctly with shallow and middleware: #39086
  • Update pre-compiled to fix check: #39089
  • Fix unhandled rejections with edge runtime: #39091
  • feat(next-swc): Update swc: #39055
  • Collect telemetry for next/future/image: #39046
  • [Script] Adds onReady prop to next/script: #38849
  • Ensure we hard navigate for failed _next/data with middleware: #39148
  • Refactor Flight plugins to use types.: #39136
  • Fix middleware + afterFiles SSG rewrite case: #39153
  • Update swc minifier: #39158
  • Fix incorrect component cache for middleware cases: #39159
  • Add shared dynamic api: #39163
  • Add exportPathMap config type/schema field: #39171
  • Fix default error style overrides: #39169
  • refactor: return single middleware from getMiddleware in dev server: #39177
  • fix(#11930): rewritten api routes can correctly handle cors in dev mode: #38937
  • refactor: simplify middleware execution: #39192
  • Add missing @​napi-rs/cli devDependency to next-swc: #39164

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch from 872b3ee to 322dbf4 Compare September 9, 2022 09:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch 5 times, most recently from c91729c to f62b352 Compare October 20, 2022 05:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch from f62b352 to b0a0e50 Compare October 21, 2022 00:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch 2 times, most recently from 485c7be to ed771a8 Compare October 28, 2022 07:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch from ed771a8 to 475cdd8 Compare November 8, 2022 20:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch 3 times, most recently from 2825eab to e6b054a Compare November 29, 2022 07:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch 2 times, most recently from caaf166 to c7cd1e2 Compare December 6, 2022 06:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch from c7cd1e2 to ccfcc8c Compare December 6, 2022 08:31
Bumps [next](https://github.com/vercel/next.js) from 12.2.3 to 12.2.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.2.3...v12.2.4)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch from ccfcc8c to 0774f5a Compare December 6, 2022 15:15
@chaitanyapotti chaitanyapotti merged commit b4792f7 into master Dec 6, 2022
@chaitanyapotti chaitanyapotti deleted the dependabot/npm_and_yarn/demo/next-app/next-12.2.4 branch December 6, 2022 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant