Skip to content

Bump eslint-config-next from 13.4.13 to 14.0.4

Bumps eslint-config-next from 13.4.13 to 14.0.4.

Release notes

Sourced from eslint-config-next's releases.

v14.0.4

Core Changes

  • Remove early return that is duplicated in useSearchParams: #58545
  • Support passing a relative string to pushState/replaceState: #58438
  • [.next/trace] Record start-dev-server trace span: #58469
  • Update React from 593ecee66 to 2c338b16f.: #58553
  • turbopack: Fix pageExtensions with dots: #58504
  • fix: revalidation with file-system-cache: #58508
  • fix: fetch() behavior when "dynamic" is "force-dynamic: #58484
  • Add cacheNodeSeedData to RSC payload: #58566
  • Lift subtree data out of React tree: #58569
  • fix(next-core): allow runtime segment option in pages/api: #58409
  • Update rust-toolchain to 2023-11-16: #58558
  • refactor: Add lightningcss mode for turbopack-css: #58471
  • fix: avoid race condition when download swc wasm: #58536
  • Removed unused route resolver code: #58702
  • Add experimental.windowHistorySupport to Turbopack supported options: #58717
  • Improve Server Actions compiler: #58391
  • Seed CacheNodes immediately after receiving response: #58669
  • Turbopack: improve error display: #58734
  • fix node externals resolving: #58129
  • disable static prefetching behavior for dynamic segments: #58609
  • fix: ensure DynamicUsageErrors caught during render bubble up: #58747
  • fix image.domains deprecation warning: #58656
  • fix waitUntil handling in pipeToNodeResponse: #58744
  • Use consistent resolve extensions alias for compiler: #58725
  • Turbopack: Use styled issue titles and details: #58743
  • route handlers: make req.cookies opt you into dynamic: #58769
  • OpenTelemetry: a more reliable way to establish a root context: #58662
  • Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #58735
  • [Instrumentation] Don't treat instrumentation hook as pages: #58775
  • Fix turboFlag set to false: #58795
  • [.next/trace] Track server requests and memory usage: #58690
  • place virtual module inside the project directory: #58798
  • fix rewrites to edge routes: #58797
  • Polish unsupported metadata warning with doc link: #58750
  • Enable .mjs extension config in Turbopack: #58825
  • Turbopack: align automatic externals code with webpack: #58851
  • Upgrade Turbopack: #58859
  • OpenTelemetry: propagate context to sandbox: #58791
  • fix uniqueness of layers: #58872
  • disable flushToDisk during generateStaticParams: #58871
  • Turbopack: enable some node.js builtin in edge runtime: #58850
  • add NEXT_TRIGGER_URL env var to show request triggering a compilation: #58762
  • Update swc_core to v0.86.81: #58517
  • Trace server updates: #58694
  • remove duplicate util file for redirect status: #58878
  • fix(windows): workaround for intermittent locks on windows when renaming files: #58835
  • unify server action detection logic: #58879

... (truncated)

Commits

Merge request reports