-
Notifications
You must be signed in to change notification settings - Fork 34
build(deps-dev): bump the typescript group across 1 directory with 4 updates #2602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,8 +53,8 @@ | |
| "stylelint-config-standard": "^40.0.0", | ||
| "stylelint-csstree-validator": "^4.0.0", | ||
| "ts-json-schema-generator": "^2.5.0", | ||
| "typedoc": "^0.28.17", | ||
| "typescript": "^5.9.3", | ||
| "typedoc": "^0.28.19", | ||
| "typescript": "^6.0.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bumping
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bumping to
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This TypeScript 6 bump currently breaks the root typecheck:
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This TS 6 bump currently breaks the root checks. With this PR installed,
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This TS 6 bump currently breaks the root typecheck. With this diff applied, Because
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TypeScript 6.0 breaks build:
|
||
| "typescript-eslint": "^8.59.1" | ||
| }, | ||
| "dependencies": { | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This TS major bump is currently incompatible with
typescript-eslint@8.57.2(still peerstypescript <6.0.0), which causesnpm cito fail withERESOLVEbefore tests run. Recommend pairing this with atypescript-eslintbump to a TS6-compatible release (e.g.,8.58.2).