Skip to content

Commit fd2b733

Browse files
committed
build: update all non-major dependencies
1 parent dce4bbf commit fd2b733

File tree

4 files changed

+129
-129
lines changed

4 files changed

+129
-129
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ npm_repositories()
199199

200200
http_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

207207
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@angular/service-worker": "20.0.0-next.4",
6363
"@bazel/bazelisk": "1.25.0",
6464
"@bazel/buildifier": "8.0.3",
65-
"@eslint/compat": "1.2.7",
65+
"@eslint/compat": "1.2.8",
6666
"@eslint/eslintrc": "3.3.1",
6767
"@eslint/js": "9.23.0",
6868
"@rollup/plugin-alias": "^5.1.1",
@@ -129,7 +129,7 @@
129129
"protractor": "~7.0.0",
130130
"puppeteer": "18.2.1",
131131
"quicktype-core": "23.0.171",
132-
"rollup": "4.38.0",
132+
"rollup": "4.39.0",
133133
"rollup-license-plugin": "~3.0.1",
134134
"rollup-plugin-sourcemaps": "^0.6.0",
135135
"semver": "7.7.1",

packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "7.0.0",
3838
"picomatch": "4.0.2",
3939
"piscina": "4.9.2",
40-
"rollup": "4.38.0",
40+
"rollup": "4.39.0",
4141
"sass": "1.86.1",
4242
"semver": "7.7.1",
4343
"source-map-support": "0.5.21",

0 commit comments

Comments
 (0)