build: update dependency typescript to v6.0.3#3639
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request upgrades TypeScript from version 6.0.2 to 6.0.3 across the repository, including Bazel configurations, package manifests, and lockfiles. Feedback was provided regarding the deprecated uuid package versions (3.x, 8.x, and 9.x) identified in the lockfile updates, suggesting an upgrade to version 11 or later to mitigate maintenance and security risks.
| uuid@3.4.0: | ||
| resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} | ||
| deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. | ||
| deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). |
There was a problem hiding this comment.
The uuid package versions 3.x, 8.x, and 9.x are now officially deprecated and unsupported. While this PR only updates the deprecation messages in the lockfile, it highlights a significant maintenance risk. Consider upgrading all instances of uuid to version 11 or later to ensure continued support and security.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
6.0.2→6.0.3Release Notes
microsoft/TypeScript (typescript)
v6.0.3: TypeScript 6.0.3Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on: