Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"auto-changelog": "^2.4.0",
"dts-bundle-generator": "^9.3.1",
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"eslint": "^10.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep eslint in @typescript-eslint supported peer range

Bumping eslint to ^10.0.0 makes the dependency graph internally inconsistent with the currently pinned @typescript-eslint packages: bun.lock shows both @typescript-eslint/eslint-plugin@8.54.0 and @typescript-eslint/parser@8.54.0 require peer eslint: ^8.57.0 || ^9.0.0, so this change can cause install/CI failures (or require force/legacy peer resolution) in environments that enforce peer dependencies.

Useful? React with 👍 / 👎.

"globals": "^17.2.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
Expand Down
Loading