-
-
Notifications
You must be signed in to change notification settings - Fork 186
Bump up TypeScript to 5.9 #1619
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
Conversation
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.
Pull Request Overview
This PR updates TypeScript from version 5.8.x to 5.9.2 across the entire project and bumps the main package version from 9.6.0 to 9.6.1.
- Updated TypeScript dependency to ~5.9.2 in all package.json files
- Updated peerDependency upper bound to support TypeScript < 5.10.0
- Updated @types/ts-expose-internals dependency to version 5.6.3
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
package.json | Main package version bump and TypeScript/peer dependency updates |
benchmark/package.json | TypeScript devDependency updated to 5.9.2 |
examples/package.json | TypeScript devDependency updated to 5.9.2 |
test-error/package.json | TypeScript devDependency updated to 5.9.2 |
test-esm/package.json | TypeScript devDependency updated to 5.9.2 |
test/package.json | TypeScript devDependency updated to 5.9.2 |
website/package.json | TypeScript devDependency updated to 5.9.2 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
This pull request updates the TypeScript version across the project and its dependencies, along with a minor version bump for the main package. The changes ensure compatibility with TypeScript 5.9.2 and update related dependencies accordingly.
TypeScript Version Updates:
~5.9.2
inpackage.json
,benchmark/package.json
,examples/package.json
,test-error/package.json
,test-esm/package.json
,test/package.json
, andwebsite/package.json
. This includes bothdevDependencies
andpeerDependencies
where applicable. [1] [2] [3] [4] [5] [6] [7] [8]Dependency Updates:
@types/ts-expose-internals
from5.5.4
to5.6.3
inpackage.json
and corresponding updates inpnpm-lock.yaml
. [1] [2] [3]Lockfile Adjustments:
pnpm-lock.yaml
to reflect the new TypeScript version (5.9.2
) and its dependencies, including changes to several snapshots and transitive dependencies. [1] [2] [3] [4] [5] [6] [7] [8] [9]Version Bump:
9.6.0
to9.6.1
inpackage.json
.