Skip to content

Commit 31bb443

Browse files
fix(deps): update dependency @next/eslint-plugin-next to v15.4.0-canary.55 (#26)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/eslint-plugin-next](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)) | [`15.4.0-canary.53` -> `15.4.0-canary.55`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/15.4.0-canary.53/15.4.0-canary.55) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2feslint-plugin-next/15.4.0-canary.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2feslint-plugin-next/15.4.0-canary.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2feslint-plugin-next/15.4.0-canary.53/15.4.0-canary.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2feslint-plugin-next/15.4.0-canary.53/15.4.0-canary.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js (@&#8203;next/eslint-plugin-next)</summary> ### [`v15.4.0-canary.55`](https://redirect.github.com/vercel/next.js/releases/tag/v15.4.0-canary.55) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.4.0-canary.54...v15.4.0-canary.55) ##### Core Changes - misc: remove leftover `clientInstrumentationHook` type: [#&#8203;79701](https://redirect.github.com/vercel/next.js/issues/79701) - cleanup(turbopack): Embed Global vs Specific channel type in the Rust type system: [#&#8203;79291](https://redirect.github.com/vercel/next.js/issues/79291) - \[dev-overlay] Show error overlay on any thrown value in /app: [#&#8203;79658](https://redirect.github.com/vercel/next.js/issues/79658) - \[dev-overlay] Move error handlers into dispatcher in /app: [#&#8203;79660](https://redirect.github.com/vercel/next.js/issues/79660) - Verify cache-busting param during segment prefetch: [#&#8203;79563](https://redirect.github.com/vercel/next.js/issues/79563) - update(turbopack): Update the messaging UX for timing writing files to disk: [#&#8203;79469](https://redirect.github.com/vercel/next.js/issues/79469) - \[dev-overlay] Move Redbox open/close into dispatcher: [#&#8203;79698](https://redirect.github.com/vercel/next.js/issues/79698) ##### Misc Changes - Turbopack Build: Fix middleware rewrite test: [#&#8203;79697](https://redirect.github.com/vercel/next.js/issues/79697) - Update flakey empty-project test: [#&#8203;79734](https://redirect.github.com/vercel/next.js/issues/79734) - Update Rspack production test manifest: [#&#8203;79645](https://redirect.github.com/vercel/next.js/issues/79645) - Update Turbopack development test manifest: [#&#8203;79646](https://redirect.github.com/vercel/next.js/issues/79646) - Update Rspack development test manifest: [#&#8203;79644](https://redirect.github.com/vercel/next.js/issues/79644) - perf(turbopack): Remove indent in intermediate string: [#&#8203;79754](https://redirect.github.com/vercel/next.js/issues/79754) - fix(turbopack): Use comments instead of AST nodes for unreachables: [#&#8203;79703](https://redirect.github.com/vercel/next.js/issues/79703) ##### Credits Huge thanks to [@&#8203;r34son](https://redirect.github.com/r34son), [@&#8203;Cy-Tek](https://redirect.github.com/Cy-Tek), [@&#8203;eps1lon](https://redirect.github.com/eps1lon), [@&#8203;timneutkens](https://redirect.github.com/timneutkens), [@&#8203;ijjk](https://redirect.github.com/ijjk), [@&#8203;acdlite](https://redirect.github.com/acdlite), and [@&#8203;kdy1](https://redirect.github.com/kdy1) for helping! ### [`v15.4.0-canary.54`](https://redirect.github.com/vercel/next.js/releases/tag/v15.4.0-canary.54) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.4.0-canary.53...v15.4.0-canary.54) ##### Core Changes - Turbopack: derive de/serialize for loader config: [#&#8203;79581](https://redirect.github.com/vercel/next.js/issues/79581) - Update font data: [#&#8203;79642](https://redirect.github.com/vercel/next.js/issues/79642) - Avoid bundling dev overlay in page template: [#&#8203;79641](https://redirect.github.com/vercel/next.js/issues/79641) - Enable preview builds for forks: [#&#8203;79648](https://redirect.github.com/vercel/next.js/issues/79648) ##### Misc Changes - chore(turbo-tasks): Remove old and unused `turbo-tasks-memory` backend: [#&#8203;79560](https://redirect.github.com/vercel/next.js/issues/79560) - Update Turbopack development test manifest: [#&#8203;79603](https://redirect.github.com/vercel/next.js/issues/79603) - Enforce consistency between packages in preview builds: [#&#8203;79610](https://redirect.github.com/vercel/next.js/issues/79610) - Turbopack: improve error handling when DB read/deserialization fails: [#&#8203;79545](https://redirect.github.com/vercel/next.js/issues/79545) - Docs IA 2.0: Create Forms guide: [#&#8203;79288](https://redirect.github.com/vercel/next.js/issues/79288) - Docs IA 2.0: Create intercepting and parallel routes API reference: [#&#8203;79405](https://redirect.github.com/vercel/next.js/issues/79405) - Docs IA 2.0: Add examples to layout.js: [#&#8203;79453](https://redirect.github.com/vercel/next.js/issues/79453) - Docs IA 2.0: Update template.js API reference: [#&#8203;79490](https://redirect.github.com/vercel/next.js/issues/79490) - Docs IA 2.0: Create Dynamic Segments API reference, add example to getting started. : [#&#8203;79439](https://redirect.github.com/vercel/next.js/issues/79439) - Turbopack: avoid panics due to eventual consistency: [#&#8203;79242](https://redirect.github.com/vercel/next.js/issues/79242) - Next IA 2.0: Create Route Groups API reference, simplifying wording: [#&#8203;79444](https://redirect.github.com/vercel/next.js/issues/79444) - Update Turbopack production test manifest: [#&#8203;79647](https://redirect.github.com/vercel/next.js/issues/79647) - Docs IA 2.0: Move Redirects page to guides: [#&#8203;79447](https://redirect.github.com/vercel/next.js/issues/79447) - Docs IA 2.0: Add `Caching and Revalidating` page: [#&#8203;79493](https://redirect.github.com/vercel/next.js/issues/79493) - Docs: scrub html in `ld+json` script: [#&#8203;79627](https://redirect.github.com/vercel/next.js/issues/79627) - Turbopack Build: Fix edge \_document test: [#&#8203;79628](https://redirect.github.com/vercel/next.js/issues/79628) - Turbopack Build: Fix conflicting page error: [#&#8203;79634](https://redirect.github.com/vercel/next.js/issues/79634) - Turbopack Build: Fix runtime value test: [#&#8203;79654](https://redirect.github.com/vercel/next.js/issues/79654) - Docs IA 2.0: Delete Error Handling page: [#&#8203;79495](https://redirect.github.com/vercel/next.js/issues/79495) - Turbopack Build: Skip edge stacktrace test: [#&#8203;79661](https://redirect.github.com/vercel/next.js/issues/79661) - Fix name tracking for closures in server actions transform: [#&#8203;79657](https://redirect.github.com/vercel/next.js/issues/79657) ##### Credits Huge thanks to [@&#8203;bgw](https://redirect.github.com/bgw), [@&#8203;wbinnssmith](https://redirect.github.com/wbinnssmith), [@&#8203;eps1lon](https://redirect.github.com/eps1lon), [@&#8203;sokra](https://redirect.github.com/sokra), [@&#8203;delbaoliveira](https://redirect.github.com/delbaoliveira), [@&#8203;icyJoseph](https://redirect.github.com/icyJoseph), [@&#8203;timneutkens](https://redirect.github.com/timneutkens), [@&#8203;ijjk](https://redirect.github.com/ijjk), and [@&#8203;unstubbable](https://redirect.github.com/unstubbable) 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TheCodeDestroyer/devkit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2 parents b96639f + 3e1ce4c commit 31bb443

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/dependencies-GH-26.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tcd-devkit/eslint-config-next": patch
3+
---
4+
5+
fix(deps): update dependency @next/eslint-plugin-next to v15.4.0-canary.55

packages/eslint/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"test:watch": "vitest --watch"
6666
},
6767
"dependencies": {
68-
"@next/eslint-plugin-next": "15.4.0-canary.53"
68+
"@next/eslint-plugin-next": "15.4.0-canary.55"
6969
},
7070
"devDependencies": {
7171
"@tcd-devkit/internal-utils": "workspace:*",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)