Skip to content

Commit b01871a

Browse files
committed
build: update typescript and @angular/* packages to latest
1 parent 0b24ffe commit b01871a

File tree

5 files changed

+873
-894
lines changed

5 files changed

+873
-894
lines changed

.bazelignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ bazel/integration/tests/package_mappings/node_modules/
88
bazel/integration/tests/playwright_chromium/node_modules
99

1010
bazel/node_modules
11-
bazel/spec-bundling/test/node_modules
11+
bazel/spec-bundling/test/node_modules
12+
.github/ng-renovate/node_modules

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ http_archive(
6363
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
6464

6565
rules_ts_dependencies(
66-
ts_integrity = "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
66+
# Obtained by: curl --silent https://registry.npmjs.org/typescript/5.9.2 | jq -r '.dist.integrity'
67+
ts_integrity = "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
6768
ts_version_from = "//bazel:package.json",
6869
)
6970

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"piscina": "^5.0.0",
1515
"send": "1.2.0",
1616
"true-case-path": "2.2.1",
17-
"typescript": "5.8.3",
17+
"typescript": "5.9.2",
1818
"wait-on": "^8.0.3",
1919
"yargs": "18.0.0",
2020
"protractor": "7.0.0",

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@angular/build": "20.0.0",
25-
"@angular/cdk": "20.0.0",
26-
"@angular/material": "20.0.0",
24+
"@angular/build": "20.2.0-next.3",
25+
"@angular/cdk": "20.2.0-next.3",
26+
"@angular/material": "20.2.0-next.3",
2727
"@babel/core": "^7.16.0",
2828
"@babel/plugin-transform-async-generator-functions": "^7.26.8",
2929
"@bazel/buildifier": "8.2.1",
@@ -52,24 +52,23 @@
5252
"tmp": "^0.2.1",
5353
"true-case-path": "^2.2.1",
5454
"tslib": "^2.5.2",
55-
"typescript": "5.8.3",
55+
"typescript": "5.9.2",
5656
"yargs": "18.0.0"
5757
},
5858
"devDependencies": {
5959
"@actions/core": "^1.4.0",
6060
"@actions/github": "^6.0.0",
61-
"@angular/animations": "20.0.0",
62-
"@angular/bazel": "14.1.0-next.2",
63-
"@angular/cli": "20.0.0",
64-
"@angular/common": "20.0.0",
65-
"@angular/compiler": "20.0.0",
66-
"@angular/compiler-cli": "20.0.0",
67-
"@angular/core": "20.0.0",
68-
"@angular/fire": "^20.0.0-rc",
69-
"@angular/forms": "20.0.0",
70-
"@angular/platform-browser": "20.0.0",
71-
"@angular/platform-browser-dynamic": "20.0.0",
72-
"@angular/router": "20.0.0",
61+
"@angular/animations": "20.2.0-next.3",
62+
"@angular/cli": "20.2.0-next.3",
63+
"@angular/common": "20.2.0-next.3",
64+
"@angular/compiler": "20.2.0-next.3",
65+
"@angular/compiler-cli": "20.2.0-next.3",
66+
"@angular/core": "20.2.0-next.3",
67+
"@angular/fire": "20.0.1",
68+
"@angular/forms": "20.2.0-next.3",
69+
"@angular/platform-browser": "20.2.0-next.3",
70+
"@angular/platform-browser-dynamic": "20.2.0-next.3",
71+
"@angular/router": "20.2.0-next.3",
7372
"@bazel/bazelisk": "^1.11.0",
7473
"@bazel/ibazel": "^0.25.0",
7574
"@bazel/jasmine": "5.8.1",

0 commit comments

Comments
 (0)