Skip to content

Commit f0db4dd

Browse files
authored
build: update to TypeScript 6 stable (#32976)
Updates the repo to the stable version of TypeScript 6.
1 parent 0475c42 commit f0db4dd

File tree

5 files changed

+151
-151
lines changed

5 files changed

+151
-151
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ use_repo(yq, "yq_toolchains")
4949
rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext")
5050
rules_ts_ext.deps(
5151
name = "components_npm_typescript",
52-
# Obtained by: curl --silent https://registry.npmjs.org/typescript/6.0.1-rc | jq -r '.dist.integrity'
53-
ts_integrity = "sha512-7XlzYb+p/7YxX6qSOzwB4mxVFRdAgWWkj1PgAZ+jzldeuFV6Z77vwFbNxHsUXAL/bhlWY2jCT8shLwDJR8337g==",
54-
ts_version = "6.0.1-rc",
52+
# Obtained by: curl --silent https://registry.npmjs.org/typescript/6.0.2 | jq -r '.dist.integrity'
53+
ts_integrity = "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
54+
ts_version = "6.0.2",
5555
)
5656
use_repo(rules_ts_ext, **{"npm_typescript": "components_npm_typescript"})
5757

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.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"sass": "1.98.0",
7979
"shelljs": "^0.10.0",
8080
"ts-node": "10.9.2",
81-
"typescript": "6.0.1-rc"
81+
"typescript": "6.0.2"
8282
}
8383
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@
145145
"tsickle": "0.46.3",
146146
"tslint": "^6.1.3",
147147
"tsutils": "^3.21.0",
148-
"typescript": "6.0.1-rc",
148+
"typescript": "6.0.2",
149149
"vrsource-tslint-rules": "6.0.0",
150150
"yaml": "^2.8.1",
151151
"yargs": "^18.0.0",
152152
"zx": "^8.0.0"
153153
},
154154
"pnpm": {
155155
"overrides": {
156-
"typescript": "6.0.1-rc"
156+
"typescript": "6.0.2"
157157
},
158158
"onlyBuiltDependencies": [],
159159
"packageExtensions": {

0 commit comments

Comments
 (0)