Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

chore(deps-dev): bump eslint-config-next from 12.0.7 to 13.0.6#303

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-config-next-13.0.6
Closed

chore(deps-dev): bump eslint-config-next from 12.0.7 to 13.0.6#303
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-config-next-13.0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps eslint-config-next from 12.0.7 to 13.0.6.

Release notes

Sourced from eslint-config-next's releases.

v13.0.6

Core Changes

  • test(integration): allow to run --turbo dev server tests dynamically : #42967
  • Ensure loaderFile is included in webpack cache key: #43315
  • Improve @​next/font error handling: #43298
  • Improve RSC plugin to provide better errors: #42435
  • fix appDir returning 404 in production with "output": "standalone": #43268
  • Fix outputting un-necessary trace files for edge functions: #43304
  • fix: apply default export interop to pages/_app: #43335
  • Fix package resolution issue in app dir: #43349
  • Get correct chunks in flight-manifest on Windows: #43334
  • Resolve RSC / HTML rendering errors in error overlay: #43332
  • App directory next/link dynamic href dev error: #43074
  • Add ref forwarding for next/image: #43193
  • Always transform styled-jsx for rsc and error with client-only condition: #43386
  • dynamic = 'error' should only throw if page didn't get exported: #43377
  • fix output: "standalone" returning 500 error on certain pages when built without pages/: #43336
  • Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #43242
  • Add gSP and gSSP checks for both server and client layers in the SWC transform: #43391
  • Make sure the TS plugin works for src/app: #43412
  • Remove stack trace from full reload warning: #43453
  • Upgrade compiled undici: #43481
  • Fix missing cleanup process in flight plugin globals: #43297
  • Fix matchers in middleware manifest: #43549
  • rsc: bundle legacy head as client component: #43425
  • Remove useState from next/image: #43587
  • Group redirect status imports: #43480
  • Fix Failed to copy traced files for Edge functions and handle its files with middleware-manifest.json: #43326
  • Update next/link default legacyBehavior: #42623
  • fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #43395
  • Minimized runtime errors in app dir: #43511

Documentation Changes

  • Add link back to font video in Font docs.: #43440
  • docs: update known Safari bug: #43513
  • Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #43472
  • Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #43443
  • adding note that edge api routes are not supported with ISR: #43572
  • Improve docs for URL Imports: #43615

Example Changes

  • chore(examples): Deprecate cms-strapi: #43325
  • Add example commands for creating reproductions: #43375
  • updates with-supertokens example: #43379
  • Fix with-docker-compose example: #43419
  • chore(examples): fix CLI commands for MobX examples: #43534
  • Simplify and convert with-vercel-fetch example to TypeScript: #43403

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

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.0.7 to 13.0.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.0.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2022
@vercel
Copy link

vercel bot commented Dec 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-form-generator ✅ Ready (Inspect) Visit Preview Dec 5, 2022 at 1:47AM (UTC)

@github-actions github-actions bot added the repo label Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #303 (d3181c1) into main (d4aa28e) will increase coverage by 24.11%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #303       +/-   ##
===========================================
+ Coverage   61.16%   85.27%   +24.11%     
===========================================
  Files           7        7               
  Lines         515      197      -318     
  Branches      157       66       -91     
===========================================
- Hits          315      168      -147     
+ Misses        200       29      -171     
Impacted Files Coverage Δ
src/components/ui/Field/validation.ts 91.66% <0.00%> (-2.28%) ⬇️
src/components/ui/FormAutomatic/index.tsx 100.00% <0.00%> (ø)
src/components/ui/Field/index.tsx 74.73% <0.00%> (+20.13%) ⬆️
src/components/ui/Fieldset/index.tsx 97.43% <0.00%> (+27.91%) ⬆️
src/components/ui/Form/index.tsx 95.65% <0.00%> (+36.98%) ⬆️
src/components/Main/index.tsx 88.23% <0.00%> (+38.81%) ⬆️
src/components/ui/CodeBlock/index.tsx 100.00% <0.00%> (+50.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc17a1e...d3181c1. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #315.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-config-next-13.0.6 branch December 19, 2022 01:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants