Skip to content

Commit 94b331e

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent c0e61f2 commit 94b331e

File tree

9 files changed

+416
-162
lines changed

9 files changed

+416
-162
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
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 = "714cf8ce95a198bab0a6a3adaffea99e929d2f01bf6d4a59a2e6d6af72b4818c",
135-
strip_prefix = "bazel-lib-2.7.8",
136-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.8/bazel-lib-v2.7.8.tar.gz",
134+
sha256 = "c780120ab99a4ca9daac69911eb06434b297214743ee7e0a1f1298353ef686db",
135+
strip_prefix = "bazel-lib-2.7.9",
136+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.9/bazel-lib-v2.7.9.tar.gz",
137137
)
138138

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
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",
8686
"@discoveryjs/json-ext": "0.6.0",
87-
"@inquirer/confirm": "3.1.15",
88-
"@inquirer/prompts": "5.2.0",
89-
"@listr2/prompt-adapter-inquirer": "2.0.13",
87+
"@inquirer/confirm": "3.1.17",
88+
"@inquirer/prompts": "5.3.0",
89+
"@listr2/prompt-adapter-inquirer": "2.0.14",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
9292
"@types/babel__core": "7.20.5",
@@ -112,8 +112,8 @@
112112
"@types/yargs": "^17.0.20",
113113
"@types/yargs-parser": "^21.0.0",
114114
"@types/yarnpkg__lockfile": "^1.1.5",
115-
"@typescript-eslint/eslint-plugin": "7.16.1",
116-
"@typescript-eslint/parser": "7.16.1",
115+
"@typescript-eslint/eslint-plugin": "7.17.0",
116+
"@typescript-eslint/parser": "7.17.0",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -145,7 +145,7 @@
145145
"ini": "4.1.3",
146146
"istanbul-lib-instrument": "6.0.3",
147147
"jasmine": "^5.0.0",
148-
"jasmine-core": "~5.1.0",
148+
"jasmine-core": "~5.2.0",
149149
"jasmine-spec-reporter": "~7.0.0",
150150
"jsonc-parser": "3.3.1",
151151
"karma": "~6.4.0",
@@ -166,7 +166,7 @@
166166
"mrmime": "2.0.0",
167167
"ng-packagr": "18.2.0-next.0",
168168
"npm": "^10.8.1",
169-
"npm-package-arg": "11.0.2",
169+
"npm-package-arg": "11.0.3",
170170
"open": "10.1.0",
171171
"ora": "5.4.1",
172172
"pacote": "18.0.6",
@@ -180,7 +180,7 @@
180180
"puppeteer": "18.2.1",
181181
"quicktype-core": "23.0.170",
182182
"resolve-url-loader": "5.0.0",
183-
"rollup": "4.18.1",
183+
"rollup": "4.19.0",
184184
"rollup-plugin-sourcemaps": "^0.6.0",
185185
"rxjs": "7.8.1",
186186
"sass": "1.77.8",
@@ -197,7 +197,7 @@
197197
"ts-node": "^10.9.1",
198198
"tslib": "2.6.3",
199199
"typescript": "5.5.3",
200-
"undici": "6.19.2",
200+
"undici": "6.19.4",
201201
"verdaccio": "5.31.1",
202202
"verdaccio-auth-memory": "^10.0.0",
203203
"vite": "5.3.4",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.24.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.24.7",
27-
"@inquirer/confirm": "3.1.15",
27+
"@inquirer/confirm": "3.1.17",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",
@@ -38,7 +38,7 @@
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.6.1",
41-
"rollup": "4.18.1",
41+
"rollup": "4.19.0",
4242
"sass": "1.77.8",
4343
"semver": "7.6.3",
4444
"vite": "5.3.4",

packages/angular/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "5.2.0",
29-
"@listr2/prompt-adapter-inquirer": "2.0.13",
28+
"@inquirer/prompts": "5.3.0",
29+
"@listr2/prompt-adapter-inquirer": "2.0.14",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",
3232
"ini": "4.1.3",
3333
"jsonc-parser": "3.3.1",
3434
"listr2": "8.2.3",
35-
"npm-package-arg": "11.0.2",
35+
"npm-package-arg": "11.0.3",
3636
"npm-pick-manifest": "9.1.0",
3737
"pacote": "18.0.6",
3838
"resolve": "1.22.8",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"esbuild": "0.23.0"
7474
},
7575
"devDependencies": {
76-
"undici": "6.19.2"
76+
"undici": "6.19.4"
7777
},
7878
"peerDependencies": {
7979
"@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "5.2.0",
21+
"@inquirer/prompts": "5.3.0",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

packages/angular_devkit/schematics_cli/schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",
2222
"@types/jasmine": "~5.1.0",
23-
"jasmine": "~5.1.0"
23+
"jasmine": "~5.2.0"
2424
}
2525
}

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/node": "^18.18.0",
1010
"browser-sync": "^3.0.0",
1111
"express": "^4.18.2",
12-
"jasmine-core": "~5.1.0",
12+
"jasmine-core": "~5.2.0",
1313
"jasmine-spec-reporter": "~7.0.0",
1414
"karma-chrome-launcher": "~3.2.0",
1515
"karma-coverage": "~2.2.0",

0 commit comments

Comments
 (0)