ROhta / bingo_next

GNU General Public License v3.0
0 stars 0 forks source link

[skip ci](deps): Bump next from 13.3.4 to 13.4.0 #424

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps next from 13.3.4 to 13.4.0.

Release notes

Sourced from next's releases.

v13.4.0

Core Changes

  • More fluent GraphTraversal API: #49028
  • fix GlobalError interop and add test case: #49033
  • Add flag to switch to the experimental channel: #48896
  • Fix extra block element in body: #49034
  • Fixed next-types-plugin causing Typescript errors when "type": "module" is set: #49027
  • Fixed middleware's edge-chunks not being copied in copyTracedFiles: #48723
  • Rename experimentalReact: #49046
  • app router: don't unmount/remount on search param changes: #49047
  • style: remove useless React.Fragment tag on next/image: #48997
  • feat: add draft mode to next/headers: #48789
  • Fix next dev failing for app when __NEXT_DISABLE_MEMORY_WATCHER is set: #49056
  • fix(next-core): interop non string record values in env: #49057
  • feat(next-core): support capsize for google font fallback: #48967
  • chore: use includes replace indexOf: #48901
  • feat: make enableUndici: true default and remove node-fetch: #49061
  • fix(next_core): do not apply user config to internal assets: #48210
  • update turbopack: #49071
  • allow to use different blur placeholder modes: #49070
  • Use route metadata to trace in node-file-trace: #49080
  • fix quoted env vars from next config: #49090
  • find and handle not-found page in app dir: #49095
  • Update revalidate handling for app: #49062
  • Update turbopack warning: #49051
  • Add validation to server methods: #49104
  • use ws instead of undici.WebSocket: #49100
  • chore: rename draft mode enabled to isEnabled: #49096
  • add test cases for error handling: #49093
  • improve test case stability: #49036
  • Optimize non-dynamic metadata routes to static in production build: #49109
  • Allow setting runtime in layouts in type declarations: #49117
  • Tweak app cache handling for paths: #49108
  • add test case for non-enumerable exports: #49106
  • Skip handler for POST requests when no action ID is found: #49119
  • Fix edge runtime detection from layouts: #49126
  • Fix cross-worker revalidate API: #49101
  • app router: Fix infinite redirect loop in MPA navigation: #49058
  • Only read digest from error instance: #49132
  • Static generate dynamic sitemaps: #49114
  • Remove writing vscode config: #49133
  • Revert "Fix cross-worker revalidate API": #49138
  • Revert "Revert "Fix cross-worker revalidate API" (#49138)": #49141
  • fix(ts): make ReadonlyHeaders more compatible with Headers: #49075
  • app-router: update prefetch heuristic to traverse until until we hit a loading boundary: #49077
  • Forward response to edge runtime for response modification: #49145
  • Polyfill Blob for Node.js < 18: #49156
  • Update compilation target of @​next/react-dev-overlay: #49153
  • Fix CSS module imports not included in root not-found file: #49155

... (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)