Skip to content

Commit 12f2026

Browse files
angular-robotjkrems
authored andcommitted
build: update all non-major dependencies
1 parent 3e7ec63 commit 12f2026

File tree

7 files changed

+144
-70
lines changed

7 files changed

+144
-70
lines changed

Diff for: WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ yarn_install(
131131

132132
http_archive(
133133
name = "aspect_bazel_lib",
134-
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
135-
strip_prefix = "bazel-lib-2.9.4",
136-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
134+
sha256 = "7b39d9f38b82260a8151b18dd4a6219d2d7fc4a0ac313d4f5a630ae6907d205d",
135+
strip_prefix = "bazel-lib-2.10.0",
136+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.10.0/bazel-lib-v2.10.0.tar.gz",
137137
)
138138

139139
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@babel/plugin-transform-runtime": "7.25.9",
8080
"@babel/preset-env": "7.26.0",
8181
"@babel/runtime": "7.26.0",
82-
"@bazel/bazelisk": "1.24.1",
82+
"@bazel/bazelisk": "1.25.0",
8383
"@bazel/buildifier": "7.3.1",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
@@ -115,8 +115,8 @@
115115
"@types/yargs": "^17.0.20",
116116
"@types/yargs-parser": "^21.0.0",
117117
"@types/yarnpkg__lockfile": "^1.1.5",
118-
"@typescript-eslint/eslint-plugin": "8.17.0",
119-
"@typescript-eslint/parser": "8.17.0",
118+
"@typescript-eslint/eslint-plugin": "8.18.0",
119+
"@typescript-eslint/parser": "8.18.0",
120120
"@vitejs/plugin-basic-ssl": "1.2.0",
121121
"@web/test-runner": "^0.19.0",
122122
"@yarnpkg/lockfile": "1.1.0",
@@ -164,12 +164,12 @@
164164
"lmdb": "3.2.0",
165165
"loader-utils": "3.3.1",
166166
"lodash": "^4.17.21",
167-
"magic-string": "0.30.14",
167+
"magic-string": "0.30.15",
168168
"mini-css-extract-plugin": "2.9.2",
169169
"mrmime": "2.0.0",
170170
"ng-packagr": "19.1.0-next.2",
171171
"npm": "^10.8.1",
172-
"npm-package-arg": "12.0.0",
172+
"npm-package-arg": "12.0.1",
173173
"npm-pick-manifest": "10.0.0",
174174
"open": "10.1.0",
175175
"ora": "5.4.1",
@@ -210,7 +210,7 @@
210210
"watchpack": "2.4.2",
211211
"webpack": "5.97.1",
212212
"webpack-dev-middleware": "7.4.2",
213-
"webpack-dev-server": "5.1.0",
213+
"webpack-dev-server": "5.2.0",
214214
"webpack-merge": "6.0.1",
215215
"webpack-subresource-integrity": "5.1.0",
216216
"yargs": "17.7.2",

Diff for: packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"https-proxy-agent": "7.0.6",
3434
"istanbul-lib-instrument": "6.0.3",
3535
"listr2": "8.2.5",
36-
"magic-string": "0.30.14",
36+
"magic-string": "0.30.15",
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",

Diff for: packages/angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ini": "5.0.0",
3333
"jsonc-parser": "3.3.1",
3434
"listr2": "8.2.5",
35-
"npm-package-arg": "12.0.0",
35+
"npm-package-arg": "12.0.1",
3636
"npm-pick-manifest": "10.0.0",
3737
"pacote": "20.0.0",
3838
"resolve": "1.22.8",

Diff for: packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tslib": "2.8.1",
5959
"webpack": "5.97.1",
6060
"webpack-dev-middleware": "7.4.2",
61-
"webpack-dev-server": "5.1.0",
61+
"webpack-dev-server": "5.2.0",
6262
"webpack-merge": "6.0.1",
6363
"webpack-subresource-integrity": "5.1.0"
6464
},

Diff for: packages/angular_devkit/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.3.1",
18-
"magic-string": "0.30.14",
18+
"magic-string": "0.30.15",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

0 commit comments

Comments
 (0)