Skip to content

Bump @next/bundle-analyzer from 14.1.0 to 14.2.0

Bumps @next/bundle-analyzer from 14.1.0 to 14.2.0.

Release notes

Sourced from @​next/bundle-analyzer's releases.

v14.2.0

Core Changes

  • Update build worker warning to use debug: #60847
  • fix: added @​sentry/profiling-node to sep list to prevent build/bundle breakage: #60855
  • Optimize build trace ignores: #60859
  • Deprecation warning for config.analyticsId: #60677
  • chore: indicate staleness more prominently in next info output: #60376
  • Telemetry: createComponentTree span: #60857
  • chore: replace micromatch w/ picomatch: #60699
  • Report HMR latency as trace spans for Turbopack: #60799
  • Turbopack: always log HMR rebuild times: #60908
  • Error overlay refactors: #60886
  • Use precompiled source-map in overlay middleware: #60932
  • Use more precompiled deps in react-dev-overlay: #60959
  • Fix next phase for next build: #60969
  • chore: update turbopack: #60980
  • refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc: #59300
  • disable static generation on interception routes: #61004
  • Docs: Address community feedback: #60960
  • avoid output of webpack stats: #61023
  • Revert "refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc": #61021
  • fix useSelectedLayoutSegment's support for parallel routes: #60912
  • Dynamic APIs: #60645
  • Enable next.js version checker in turbopack: #61034
  • chore: Update terser to v5.27.0: #61068
  • Update swc_core to v0.87.28: #60876
  • update turbopack: #61015
  • Implement client_root for edge in Turbopack: #61024
  • fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: #60776
  • fix(image): warn when animated image is missing unoptimized prop: #61045
  • Fix version checker not displaying when version newer than npm: #61075
  • Fix sitemap generateSitemaps support for string id: #61088
  • ppr: ensure the router state tree is provided for interception routes: #61059
  • Improve the Server Actions SWC transform: #61001
  • Fix instrument bundling as client components: #60984
  • fix(turbopack): use correct layout for 404 page: #61032
  • fix: emotion import source should be enabled in SSR contexts: #61099
  • chore: update turbopack: #61090
  • fix(turbopack): custom page extensions for _app: #60789
  • Disable trace uploads with NEXT_TRACE_UPLOAD_DISABLE: #61101
  • add optimizeServerReact to config-shared: #61106
  • Fix filesystempublicroutes test for Turbopack: #61132
  • chore: upgrade webpack to 5.90.0: #61109
  • Add maxDuration to typescript plugin allowed exports: #59193
  • Upgrade Turbopack: #61190
  • build: remove sentry from the externals list: #61194
  • exclude default routes from isPageStatic check: #61173
  • Add stack trace to client rendering bailout error: #61200
  • chore: refactor image optimization to separate external/internal urls: #61172

... (truncated)

Commits

Merge request reports