Skip to content
Merged
Show file tree
Hide file tree
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 compat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"express-zod-api": "workspace:*",
"http-errors": "npm:http-errors@2.0.1",
"typescript": "npm:typescript@5.1.3",
"typescript-eslint": "npm:typescript-eslint@8.56.0",
"typescript-eslint": "npm:typescript-eslint@8.58.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The compat-test pins exact versions to verify the minimum supported combination. Bumping this from 8.56.0 to 8.58.0 effectively raises the minimum supported typescript-eslint version — but migration/package.json still declares "typescript-eslint": "^8.56.0" as a peer dependency, and migration/README.md documents the same ^8.56.0 requirement.

If the intent is to require 8.58+ (for official TS6 support), the peer dependency and README should be updated to match. If 8.56 is still a valid minimum (it just won't have TS6 support), then this bump may be unintended here.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

will do it in #3208 branch since already merged.
good find!

"zod": "npm:zod@4.1.13"
}
}
Loading
Loading