Commit 9c0f875
authored
fix(deps): update dependency eslint-config-next to v13.4.17 (#127)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://togithub.com/vercel/next.js)) | [`13.4.16` ->
`13.4.17`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.16/13.4.17)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vercel/next.js (eslint-config-next)</summary>
###
[`v13.4.17`](https://togithub.com/vercel/next.js/releases/tag/v13.4.17)
[Compare
Source](https://togithub.com/vercel/next.js/compare/v13.4.16...v13.4.17)
##### Core Changes
- Do not output pages 404 in tree view if app not-found is used:
[#​54051](https://togithub.com/vercel/next.js/issues/54051)
- Fix scroll bailout logic when targeting fixed/sticky elements:
[#​53873](https://togithub.com/vercel/next.js/issues/53873)
- Debug tracing: add updated modules and page to HMR span:
[#​53698](https://togithub.com/vercel/next.js/issues/53698)
- fix(next-swc): coerce mdxrs default options:
[#​54068](https://togithub.com/vercel/next.js/issues/54068)
- fix: don't add forceConsistentCasingInFileNames to tsconfig when ts
version >= 5.0:
[#​51564](https://togithub.com/vercel/next.js/issues/51564)
- fix(47299): allow testing pages with metadata in jsdom test
environment:
[#​53578](https://togithub.com/vercel/next.js/issues/53578)
- upgrade edge-runtime dependency:
[#​54117](https://togithub.com/vercel/next.js/issues/54117)
- Fix root not-found page tree loader structure:
[#​54080](https://togithub.com/vercel/next.js/issues/54080)
- chore: remove `as any` type cast:
[#​54074](https://togithub.com/vercel/next.js/issues/54074)
- chore: refactor to use `fs.promises.rm()`:
[#​54076](https://togithub.com/vercel/next.js/issues/54076)
- Refactor layout router creation in app-render:
[#​54126](https://togithub.com/vercel/next.js/issues/54126)
- chore(image): remove apple silicon workaround for versions older than
`[email protected]`:
[#​54125](https://togithub.com/vercel/next.js/issues/54125)
- fix routing bug when bfcache is hit following an mpa navigation:
[#​54081](https://togithub.com/vercel/next.js/issues/54081)
- Tracing: add opt-in flag to send a subset of development traces to
url: [#​53880](https://togithub.com/vercel/next.js/issues/53880)
- fix(edge): override init when cloning with `NextRequest`:
[#​54108](https://togithub.com/vercel/next.js/issues/54108)
- OpenTel: remove the internal (ipc) fetched from traces in a
non-verbose mode:
[#​54083](https://togithub.com/vercel/next.js/issues/54083)
- cleanup: remove unnecessary effect dep:
[#​54134](https://togithub.com/vercel/next.js/issues/54134)
- Next build: use exported `handle_issues` from turbopack:
[#​52972](https://togithub.com/vercel/next.js/issues/52972)
- node-web-streams: remove tee shim, use ReadableStream.tee:
[#​54079](https://togithub.com/vercel/next.js/issues/54079)
- Debug tracing: Include navigation through hydration timing:
[#​54078](https://togithub.com/vercel/next.js/issues/54078)
- fix: `cookies().has()` breaks in app-route:
[#​54112](https://togithub.com/vercel/next.js/issues/54112)
- Revert "fix(47299): allow testing pages with metadata in jsdom test
environment":
[#​54160](https://togithub.com/vercel/next.js/issues/54160)
##### Documentation Changes
- fix missing `'` in data-fetching/fetching-caching-and-revalidating:
[#​54058](https://togithub.com/vercel/next.js/issues/54058)
##### Example Changes
- Update Docker example to remove HOSTNAME:
[#​54102](https://togithub.com/vercel/next.js/issues/54102)
##### Misc Changes
- chore: hide "same on new version" without link:
[#​54048](https://togithub.com/vercel/next.js/issues/54048)
- chore(ci): small notes for the build steps:
[#​54073](https://togithub.com/vercel/next.js/issues/54073)
- chore: update lock bot wording:
[#​54099](https://togithub.com/vercel/next.js/issues/54099)
- Update `swc_core` to `v0.79.59`:
[#​54082](https://togithub.com/vercel/next.js/issues/54082)
- install-native.mjs: include `packageManager` field:
[#​54132](https://togithub.com/vercel/next.js/issues/54132)
##### Credits
Huge thanks to
[@​balazsorban44](https://togithub.com/balazsorban44),
[@​huozhi](https://togithub.com/huozhi),
[@​ztanner](https://togithub.com/ztanner),
[@​williamli](https://togithub.com/williamli),
[@​wbinnssmith](https://togithub.com/wbinnssmith),
[@​kwonoj](https://togithub.com/kwonoj),
[@​stefanprobst](https://togithub.com/stefanprobst),
[@​feugy](https://togithub.com/feugy),
[@​timneutkens](https://togithub.com/timneutkens),
[@​kdy1](https://togithub.com/kdy1),
[@​Kikobeats](https://togithub.com/Kikobeats),
[@​styfle](https://togithub.com/styfle),
[@​dvoytenko](https://togithub.com/dvoytenko),
[@​MaxLeiter](https://togithub.com/MaxLeiter), and
[@​devjiwonchoi](https://togithub.com/devjiwonchoi) for helping!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Johannes-Andersen/Johannes).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c03c270 commit 9c0f875
2 files changed
Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments