Skip to content

Commit ba786a8

Browse files
committed
build: update dependency typescript to v6.0.2
See associated pull request for more information.
1 parent f98cc82 commit ba786a8

File tree

5 files changed

+78
-78
lines changed

5 files changed

+78
-78
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext")
175175
rules_ts_ext.deps(
176176
name = "angular_cli_npm_typescript",
177177
# Obtained by: npm info typescript@6.0.1-rc dist.integrity
178-
ts_integrity = "sha512-7XlzYb+p/7YxX6qSOzwB4mxVFRdAgWWkj1PgAZ+jzldeuFV6Z77vwFbNxHsUXAL/bhlWY2jCT8shLwDJR8337g==",
179-
ts_version = "6.0.1-rc",
178+
ts_integrity = "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
179+
ts_version = "6.0.2",
180180
)
181181
use_repo(rules_ts_ext, **{"npm_typescript": "angular_cli_npm_typescript"})
182182

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"semver": "7.7.4",
129129
"source-map-support": "0.5.21",
130130
"tslib": "2.8.1",
131-
"typescript": "6.0.1-rc",
131+
"typescript": "6.0.2",
132132
"undici": "7.24.5",
133133
"unenv": "^1.10.0",
134134
"verdaccio": "6.3.2",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
3030
"@angular/compiler": "22.0.0-next.3",
3131
"@angular/compiler-cli": "22.0.0-next.3",
32-
"typescript": "6.0.1-rc",
32+
"typescript": "6.0.2",
3333
"webpack": "5.105.4"
3434
}
3535
}

0 commit comments

Comments
 (0)