Conversation
34baaab to
98d9d6f
Compare
There was a problem hiding this comment.
All these backwards-compatible versions are here to avoid deprecation warnings, rather than compilation errors like during the 4.8 update.
39acefc to
0483be5
Compare
There was a problem hiding this comment.
Kind of annoying to have to duplicate this function, but I didn't want the schematics code to do deep imports into the compiler.
packages/compiler-cli/ngcc/test/execution/cluster/worker_spec.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/ts_compatibility/src/ts_cross_version_utils.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/ts_compatibility/src/ts_cross_version_utils.ts
Outdated
Show resolved
Hide resolved
package.json
Outdated
There was a problem hiding this comment.
Just noting here that we do still support Node 14, so we'll have to be careful with using the Node 16 types in the repo.
Updates to TypeScript 4.9 and resolves some of the errors and deprecation warnings that showed up as a result.
|
Pushed another change to bump to the 4.9 stable version. |
|
This PR was merged into the repository by commit dd42974. |
|
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 to TypeScript 4.9 and resolves some of the errors and deprecation warnings that showed up as a result. PR Close angular#48005
Updates to TypeScript 4.9 and resolves some of the errors and deprecation warnings that showed up as a result.