Skip to content

️ deps: Bump next from 12.0.5-canary.16 to 12.0.5

Yogi Bot requested to merge dependabot-npm_and_yarn-next-12.0.5 into main

Bumps next from 12.0.5-canary.16 to 12.0.5.

Release notes

Sourced from next's releases.

v12.0.5

Core Changes

  • Add a swc transform for removal of console.* calls.: #31449
  • Support ESLint v8: #29865
  • fix: allow next lint without eslint-config-next installed: #29823
  • Remove TextEncoder and TextDecoder wrappers: #31490
  • simplify output messages: #31454
  • update webpack: #31455
  • NextResponse: add .json static method: #31483
  • Use _error for development in streaming: #31466
  • Refactor the middleware SSR loader: #31508
  • Add detection for Google-PageRenderer bot: #31521
  • Click-to-open error state for development overlay #14461: #21819
  • Ensure only one doctype is rendered: #31534
  • Update swc: #31540
  • Add/wasm build: #31470
  • telemetry: track usage of 'optimizeFonts': #31522
  • Make missing Document components an error: #31505
  • Adjust AVIF size so that its smaller than WebP size: #31494
  • Fix unhandled rejection on route change in dev: #31554
  • Re-add native package folders and ensure wasm artifacts are downloaded: #31561
  • Fix HMR for middleware #30791: #31548
  • Minor simplifications to renderToWebStream: #31553
  • Fix accessing router before ready for HMR ping: #31588
  • Implement SWC port of next-page-disallow-re-export-all-exports: #31582
  • [ESLint] Prevent no-html-link-for-pages from warning for static files: #31495
  • Move root div to an app wrapper: #31596
  • Add types for geo lat and long: #31624
  • Fix non-concurrent function _document: #31628
  • Remove outdated comment about string children being deprecated in next/link: #30606
  • fix(middleware): consider localhost variations: #31603
  • Update swc: #31639
  • Extract next-swc Rust code into its own package: #31635
  • Fix dev router usage before router initializing: #31632
  • avoid mutating response.cookie options: #31679
  • Add cookies and headers for request using in RSC: #31623
  • Remove trace_target env var in favor of .next/trace: #31697
  • Add error link when hydration error occurs: #31519
  • Fix initial compile timing incorrect measurement: #31733
  • Lazily init getStaticPathsWorker: #31760
  • Remove noop import: #31722
  • update webpack: #31759
  • Fix wasm loading: #31772
  • Remove some watcher hacks and update version: #31768
  • Improve and refactor some types: #31704
  • read file in swc when no loaders follow the next-swc-loader: #31682
  • Lazy-load postcss: #31762
  • update webpack: #31798
  • Ensure middleware order is preserved: #31801

... (truncated)

Commits

Merge request reports