Skip to content

️ deps(dev): Bump eslint-config-next from 12.0.7 to 12.0.8

Yogi Bot requested to merge dependabot-npm_and_yarn-eslint-config-next-12.0.8 into main

Bumps eslint-config-next from 12.0.7 to 12.0.8.

Release notes

Sourced from eslint-config-next's releases.

v12.0.8

Core Changes

  • Fix no-server-import-in-page eslint rule for subfolder middleware: #32139
  • Create Base Server: #32154
  • Revert support for render prop in <Main />: #32184
  • Refactor FS references in the Base Server: #32179
  • telemetry: collect feature usage for linting during build: #32022
  • Chore/load bindings improvements: #32191
  • fix(NODE_ENV): Warn when launching start or build on development: #14033
  • Fix crash in no-page-custom-font eslint rule when default export is unnamed.: #32251
  • Add docs for leveraging outputStandalone config: #32255
  • Replace raw-body with get-stream and bytes: #21915
  • Update to latest ncc and ensure caniuse-lite data is external : #32064
  • Update swc: #32210
  • Simplify custom Writable: #32247
  • Add shake exports transform to next-swc: #32253
  • Revert "Replace raw-body with get-stream and bytes": #32305
  • Re-open chore(deps): upgrade browserslist: #32300
  • Fix RSC link navigation: #32303
  • Compile escape-string-regexp: #32310
  • Add unstable_useRefreshRoot: #32342
  • Upate swc: #32365
  • fix unstable_useRefreshRoot typing: #32364
  • fix(next-swc/styled-jsx): Fix nth: #32358
  • Rename experimental vital hook: #32343
  • Inline server data response with partial hydration: #32330
  • Update jsx transform of swc: #32383
  • Fix running server with Polyfilled fetch: #32368
  • Fix dynamic routes with pages under index folder: #32440
  • Fixes #32338 missing Document components trigger an error for production builds: #32345
  • Fixes for inline embedding data in the web runtime: #32471
  • Add vitals and rsc to npm files: #32472
  • fixes to allow lazy compilation for import(): #32441
  • upgrade webpack and watchpack: #32173
  • Update to filter loader specific files from traces: #32267
  • Fix server data cache key: #32506
  • [middleware] Fix hydration for rewrites to dynamic pages: #32534
  • Ensure image-optimizer is traced for standalone mode: #32522
  • Remove unused classnames dependency from react-dev-overlay: #32487
  • next-swc: Emit errors and add tests to next-ssg: #32254
  • Include message body in redirect responses: #31886
  • Prevent NEXT_PHASE env change in workers: #28941
  • Check stack property for page export exceptions: #32289
  • fix(next-swc/styled-jsx): Fix interpolation in media query: #32490
  • Update swc: #32566
  • Add turbo / improve Rust build caching in GitHub Actions: #31464
  • Fix ReadableStream.pipeTo() being unimplemented in the web runtime: #32602
  • Ensure AMP optimizer is only excluded from trace when not used: #32577
  • Upgraded next-env dependencies: #32613

... (truncated)

Commits

Merge request reports