chore(panel): selective dependency updates — Next family held at the 16.1.x pin (#560)

Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
Renzo F
2026-07-18 08:12:43 +02:00
committed by GitHub
co-authored by Renn F
parent 5cf667aaaf
commit f0782cb858
3 changed files with 924 additions and 1024 deletions
+8
View File
@@ -26,3 +26,11 @@ updates:
- "*"
allow:
- dependency-type: "all"
ignore:
# next 16.2.x froze the panel in-browser (the "tab-hostage" bug) —
# pinned at 16.1.x until a verified-fixed release. eslint-config-next's
# peer ceiling also holds eslint/typescript majors back; see PR #560.
- dependency-name: "next"
versions: ["16.2.x"]
- dependency-name: "eslint-config-next"
versions: ["16.2.x"]