File tree Expand file tree Collapse file tree 5 files changed +56
-54
lines changed
angular_devkit/build_angular Expand file tree Collapse file tree 5 files changed +56
-54
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ build --action_env=NG_FORCE_TTY=false
44# Required by `rules_ts`.
55common --@aspect_rules_ts//ts:skipLibCheck=always
66common --@aspect_rules_ts//ts:default_to_tsc_transpiler
7+ # TODO: remove this flag once we get to bazel version >7.
8+ common --incompatible_merge_fixed_and_default_shell_env
79
810# Make TypeScript compilation fast, by keeping a few copies of the compiler
911# running as daemons, and cache SourceFile AST's to reduce parse time.
Original file line number Diff line number Diff line change @@ -199,9 +199,9 @@ npm_repositories()
199199
200200http_archive(
201201 name = "aspect_rules_ts",
202- sha256 = "d584e4bc80674d046938563678117d17df962fe105395f6b1efe2e8a248b8100 ",
203- strip_prefix = "rules_ts-3.5.1 ",
204- url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.1 /rules_ts-v3.5.1 .tar.gz",
202+ sha256 = "fa5659a511f236b1ae6112258bff602fa20a40324b282734c841bc1e857797f3 ",
203+ strip_prefix = "rules_ts-3.5.2 ",
204+ url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.2 /rules_ts-v3.5.2 .tar.gz",
205205)
206206
207207load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
Original file line number Diff line number Diff line change 3838 "picomatch": "4.0.2",
3939 "piscina": "4.9.2",
4040 "rollup": "4.39.0",
41- "sass": "1.86.1 ",
41+ "sass": "1.86.2 ",
4242 "semver": "7.7.1",
4343 "source-map-support": "0.5.21",
4444 "tinyglobby": "0.2.12",
45- "vite": "6.2.4 ",
45+ "vite": "6.2.5 ",
4646 "watchpack": "2.4.2"
4747 },
4848 "optionalDependencies": {
5252 "@angular/ssr": "workspace:*",
5353 "@angular-devkit/core": "workspace:*",
5454 "less": "4.2.2",
55- "ng-packagr": "20.0.0-next.3 ",
55+ "ng-packagr": "20.0.0-next.4 ",
5656 "postcss": "8.5.3",
5757 "rxjs": "7.8.2"
5858 },
Original file line number Diff line number Diff line change 4848 "postcss-loader": "8.1.1",
4949 "resolve-url-loader": "5.0.0",
5050 "rxjs": "7.8.2",
51- "sass": "1.86.1 ",
51+ "sass": "1.86.2 ",
5252 "sass-loader": "16.0.5",
5353 "semver": "7.7.1",
5454 "source-map-loader": "5.0.0",
6868 "devDependencies": {
6969 "@angular/ssr": "workspace:*",
7070 "@web/test-runner": "0.20.0",
71- "browser-sync": "3.0.3 ",
72- "ng-packagr": "20.0.0-next.3 ",
71+ "browser-sync": "3.0.4 ",
72+ "ng-packagr": "20.0.0-next.4 ",
7373 "undici": "7.7.0"
7474 },
7575 "peerDependencies": {
You can’t perform that action at this time.
0 commit comments