Skip to content

Commit 2bf8e7f

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 7d52941 commit 2bf8e7f

File tree

7 files changed

+275
-171
lines changed

7 files changed

+275
-171
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,23 @@
6969
"@angular/platform-server": "18.2.0-next.2",
7070
"@angular/router": "18.2.0-next.2",
7171
"@angular/service-worker": "18.2.0-next.2",
72-
"@babel/core": "7.24.9",
72+
"@babel/core": "7.25.2",
7373
"@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",
7777
"@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.25.0",
80+
"@babel/preset-env": "7.25.2",
8181
"@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.18",
88-
"@inquirer/prompts": "5.3.4",
87+
"@inquirer/confirm": "3.1.19",
88+
"@inquirer/prompts": "5.3.5",
8989
"@listr2/prompt-adapter-inquirer": "2.0.15",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.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.17.0",
116-
"@typescript-eslint/parser": "7.17.0",
115+
"@typescript-eslint/eslint-plugin": "7.18.0",
116+
"@typescript-eslint/parser": "7.18.0",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -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.3",
144+
"husky": "9.1.4",
145145
"ini": "4.1.3",
146146
"istanbul-lib-instrument": "6.0.3",
147147
"jasmine": "^5.0.0",
@@ -161,7 +161,7 @@
161161
"lmdb": "3.0.12",
162162
"loader-utils": "3.3.1",
163163
"lodash": "^4.17.21",
164-
"magic-string": "0.30.10",
164+
"magic-string": "0.30.11",
165165
"mini-css-extract-plugin": "2.9.0",
166166
"mrmime": "2.0.0",
167167
"ng-packagr": "18.2.0-next.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.24.9",
23+
"@babel/core": "7.25.2",
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.18",
27+
"@inquirer/confirm": "3.1.19",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",
@@ -33,7 +33,7 @@
3333
"https-proxy-agent": "7.0.5",
3434
"listr2": "8.2.4",
3535
"lmdb": "3.0.12",
36-
"magic-string": "0.30.10",
36+
"magic-string": "0.30.11",
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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.4",
28+
"@inquirer/prompts": "5.3.5",
2929
"@listr2/prompt-adapter-inquirer": "2.0.15",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.24.9",
14+
"@babel/core": "7.25.2",
1515
"@babel/generator": "7.25.0",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@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.25.0",
21+
"@babel/preset-env": "7.25.2",
2222
"@babel/runtime": "7.25.0",
2323
"@discoveryjs/json-ext": "0.6.0",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
@@ -41,7 +41,7 @@
4141
"less-loader": "12.2.0",
4242
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.3.1",
44-
"magic-string": "0.30.10",
44+
"magic-string": "0.30.11",
4545
"mini-css-extract-plugin": "2.9.0",
4646
"mrmime": "2.0.0",
4747
"open": "10.1.0",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
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.10",
18+
"magic-string": "0.30.11",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

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.4",
21+
"@inquirer/prompts": "5.3.5",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)