Skip to content

build: update dependency typescript to v6.0.3#3639

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/patch-typescript-dependencies
Apr 30, 2026
Merged

build: update dependency typescript to v6.0.3#3639
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/patch-typescript-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 6.0.26.0.3 age adoption passing confidence

  • If you want to rebase/retry this PR, check this box

Release Notes

microsoft/TypeScript (typescript)

v6.0.3: TypeScript 6.0.3

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Apr 30, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread pnpm-lock.yaml
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).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

@alan-agius4 alan-agius4 merged commit e391d56 into angular:main Apr 30, 2026
12 checks passed
@alan-agius4
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/patch-typescript-dependencies branch April 30, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants