-
Notifications
You must be signed in to change notification settings - Fork 11.9k
build: update to TypeScript 5.7 #28992
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
0cf1c64
to
b042878
Compare
packages/schematics/angular/utility/latest-versions/package.json
Outdated
Show resolved
Hide resolved
0d360b4
to
9c1750d
Compare
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.
These peer dependencies are not valid.
The string value need to be an exact match to ^19.0.0 || ^19.1.0-next.0
, any other value is not valid and will cause the release checks to fail.
I have a PR to bump the packages #29007
This won't allow any other 19.0.x versions though (e.g. 19.0.1). I think the right thing to do is to require only 19.1.x in the next minor. |
Sorry I was meant to be |
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.
Looks like there are a couple of places where typescript has not been updated.
packages/angular_devkit/schematics_cli/blank/project-files/package.json
packages/angular_devkit/schematics_cli/schematic/files/package.json
packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json
Show resolved
Hide resolved
packages/schematics/angular/utility/latest-versions/package.json
Outdated
Show resolved
Hide resolved
Updates the repo to use TypeScript 5.7.
Should be ready to go now. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates the repo to use TypeScript 5.7.