Skip to content

Commit 2293848

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 06df1d7 commit 2293848

File tree

6 files changed

+733
-300
lines changed

6 files changed

+733
-300
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,23 @@
7070
"@angular/router": "18.2.0-next.2",
7171
"@angular/service-worker": "18.2.0-next.2",
7272
"@babel/core": "7.24.9",
73-
"@babel/generator": "7.24.10",
73+
"@babel/generator": "7.25.0",
7474
"@babel/helper-annotate-as-pure": "7.24.7",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.24.7",
77-
"@babel/plugin-transform-async-generator-functions": "7.24.7",
77+
"@babel/plugin-transform-async-generator-functions": "7.25.0",
7878
"@babel/plugin-transform-async-to-generator": "7.24.7",
7979
"@babel/plugin-transform-runtime": "7.24.7",
80-
"@babel/preset-env": "7.24.8",
81-
"@babel/runtime": "7.24.8",
80+
"@babel/preset-env": "7.25.0",
81+
"@babel/runtime": "7.25.0",
8282
"@bazel/bazelisk": "1.19.0",
8383
"@bazel/buildifier": "7.1.2",
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.17",
88-
"@inquirer/prompts": "5.3.2",
89-
"@listr2/prompt-adapter-inquirer": "2.0.14",
87+
"@inquirer/confirm": "3.1.18",
88+
"@inquirer/prompts": "5.3.4",
89+
"@listr2/prompt-adapter-inquirer": "2.0.15",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
9292
"@types/babel__core": "7.20.5",
@@ -141,7 +141,7 @@
141141
"http-proxy": "^1.18.1",
142142
"http-proxy-middleware": "3.0.0",
143143
"https-proxy-agent": "7.0.5",
144-
"husky": "9.1.2",
144+
"husky": "9.1.3",
145145
"ini": "4.1.3",
146146
"istanbul-lib-instrument": "6.0.3",
147147
"jasmine": "^5.0.0",
@@ -157,7 +157,7 @@
157157
"less": "4.2.0",
158158
"less-loader": "12.2.0",
159159
"license-webpack-plugin": "4.0.2",
160-
"listr2": "8.2.3",
160+
"listr2": "8.2.4",
161161
"lmdb": "3.0.12",
162162
"loader-utils": "3.3.1",
163163
"lodash": "^4.17.21",
@@ -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.19.0",
183+
"rollup": "4.19.1",
184184
"rollup-plugin-sourcemaps": "^0.6.0",
185185
"rxjs": "7.8.1",
186186
"sass": "1.77.8",
@@ -198,7 +198,7 @@
198198
"tslib": "2.6.3",
199199
"typescript": "5.5.4",
200200
"undici": "6.19.4",
201-
"verdaccio": "5.31.1",
201+
"verdaccio": "5.32.0",
202202
"verdaccio-auth-memory": "^10.0.0",
203203
"vite": "5.3.5",
204204
"watchpack": "2.4.1",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
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.17",
27+
"@inquirer/confirm": "3.1.18",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",
3131
"esbuild": "0.23.0",
3232
"fast-glob": "3.3.2",
3333
"https-proxy-agent": "7.0.5",
34-
"listr2": "8.2.3",
34+
"listr2": "8.2.4",
3535
"lmdb": "3.0.12",
3636
"magic-string": "0.30.10",
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.6.1",
41-
"rollup": "4.19.0",
41+
"rollup": "4.19.1",
4242
"sass": "1.77.8",
4343
"semver": "7.6.3",
4444
"vite": "5.3.5",

packages/angular/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
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.3.2",
29-
"@listr2/prompt-adapter-inquirer": "2.0.14",
28+
"@inquirer/prompts": "5.3.4",
29+
"@listr2/prompt-adapter-inquirer": "2.0.15",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",
3232
"ini": "4.1.3",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "8.2.3",
34+
"listr2": "8.2.4",
3535
"npm-package-arg": "11.0.3",
3636
"npm-pick-manifest": "9.1.0",
3737
"pacote": "18.0.6",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.24.9",
15-
"@babel/generator": "7.24.10",
15+
"@babel/generator": "7.25.0",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.24.7",
18+
"@babel/plugin-transform-async-generator-functions": "7.25.0",
1919
"@babel/plugin-transform-async-to-generator": "7.24.7",
2020
"@babel/plugin-transform-runtime": "7.24.7",
21-
"@babel/preset-env": "7.24.8",
22-
"@babel/runtime": "7.24.8",
21+
"@babel/preset-env": "7.25.0",
22+
"@babel/runtime": "7.25.0",
2323
"@discoveryjs/json-ext": "0.6.0",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.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.3.2",
21+
"@inquirer/prompts": "5.3.4",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)