railslove / rcvr-app

recover provides localities a privacy-compliant, safe, and easy way for their guests to check in. See https://www.recoverapp.de/ for more details.
https://recoverapp.de
GNU Affero General Public License v3.0
41 stars 6 forks source link

Bump next from 11.1.0 to 12.2.1 #500

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps next from 11.1.0 to 12.2.1.

Release notes

Sourced from next's releases.

v12.2.1

Core Changes

  • Remove unused layoutRaw config: #38120
  • Fix invalid config warning for runtime config: #38122
  • fix(next/config): update default config for the experimental: #38123
  • feat(next/swc): setup native next-swc crash reporter: #38076
  • Fix unnecessary flight render passes: #38133
  • Readds missing @next/next/no-assign-module-variable ESLint rule.: #38134
  • Fix failing to set initial ISR cache item in new folder: #38136
  • Add default experimental values: #38135
  • Fix error when next/future/image is missing width or height: #38132
  • docs(readme.md): remove broken 404 links: #38104
  • fix(#38106): use swc client config to pre-compile shared lib: #38137
  • Fix chunk path resolution: #38162
  • Revert "feat(next/swc): setup native next-swc crash reporter": #38170
  • fix(next/swc): set cache dir explicitly: #38175
  • Ensure @​swc/helpers do not rely on hoisting: #38174
  • Migrate rsc tests to app dir tests: #38158
  • Check for performance.getEntriesByName before calling: #38186
  • Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined.: #38183
  • Fix pageProps is missing when route changes: #38178
  • feat(next/build): send next-swc plugins telemetry: #38116
  • Ensure page.server.js matches correctly: #38236
  • Alias react and react-dom by default: #38245
  • Fix: convert head instances to array: #38252
  • [edge] Make runtime addressable in compile time: #38288
  • Ensure trailing slash is handled correctly with middleware: #38282
  • Fix CSS modules imported from client components in app dir: #38310
  • [edge] favor browser exports for edge compiler: #38319
  • Fix CSS modules imported from client components in app dir with next build: #38329
  • Honor NEXT_MANUAL_SIG_HANDLE flag in standalone mode: #38346
  • Display stack trace when error occurs in API route: #38289
  • Handle Client Rewrites Correctly: #38340
  • Fix global CSS file imports: #38339
  • [build] validate the exported config values: #38370
  • Correctly check if width is lte 0 in Image Optimization API: #38226
  • chore: shorten image blur svg placholder: #38157
  • Enable swc minifier in create next apps: #38215
  • Filter proper chunks from chunk group for client components: #38379
  • [edge] enable edge compiler source maps by default: #38365
  • Call Error.getInitialProps for the top level error: #21240
  • feat: build edge functions with node.js modules and fail at runtime: #38234
  • Implement new client-side router: #37551
  • Add param names into the tree: #38415
  • feat(next/swc): setup native next-swc crash reporter with platform supports: #38221
  • Ensure server components entries are not part of the pages buildmanifest: #38416
  • Add app-path-routes manifest: #38420

Documentation Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


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)
dependabot[bot] commented 2 years ago

Superseded by #501.