Skip to content

Commit 4b0d6a9

Browse files
committed
build: update all non-major dependencies
1 parent c560d44 commit 4b0d6a9

File tree

6 files changed

+488
-424
lines changed

6 files changed

+488
-424
lines changed

modules/testing/builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"rxjs": "7.8.2",
8-
"vitest": "3.1.2"
8+
"vitest": "3.1.3"
99
}
1010
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
"@types/yargs": "^17.0.20",
9595
"@types/yargs-parser": "^21.0.0",
9696
"@types/yarnpkg__lockfile": "^1.1.5",
97-
"@typescript-eslint/eslint-plugin": "8.31.1",
98-
"@typescript-eslint/parser": "8.31.1",
97+
"@typescript-eslint/eslint-plugin": "8.32.0",
98+
"@typescript-eslint/parser": "8.32.0",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.3.3",
102102
"buffer": "6.0.3",
103-
"esbuild": "0.25.3",
104-
"esbuild-wasm": "0.25.3",
103+
"esbuild": "0.25.4",
104+
"esbuild-wasm": "0.25.4",
105105
"eslint": "9.26.0",
106106
"eslint-config-prettier": "10.1.2",
107107
"eslint-plugin-header": "3.1.1",
@@ -122,7 +122,7 @@
122122
"karma-jasmine": "~5.1.0",
123123
"karma-jasmine-html-reporter": "~2.1.0",
124124
"karma-source-map-support": "1.4.0",
125-
"listr2": "8.3.2",
125+
"listr2": "8.3.3",
126126
"lodash": "^4.17.21",
127127
"npm": "^11.0.0",
128128
"magic-string": "0.30.17",
@@ -132,7 +132,7 @@
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134134
"quicktype-core": "23.1.3",
135-
"rollup": "4.40.1",
135+
"rollup": "4.40.2",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.1",
138138
"shelljs": "^0.9.0",

packages/angular/build/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"@vitejs/plugin-basic-ssl": "2.0.0",
2828
"beasties": "0.3.3",
2929
"browserslist": "^4.23.0",
30-
"esbuild": "0.25.3",
30+
"esbuild": "0.25.4",
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "8.3.2",
34+
"listr2": "8.3.3",
3535
"magic-string": "0.30.17",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "7.1.0",
3838
"picomatch": "4.0.2",
3939
"piscina": "5.0.0",
40-
"rollup": "4.40.1",
40+
"rollup": "4.40.2",
4141
"sass": "1.87.0",
4242
"semver": "7.7.1",
4343
"source-map-support": "0.5.21",
@@ -46,7 +46,7 @@
4646
"watchpack": "2.4.2"
4747
},
4848
"optionalDependencies": {
49-
"lmdb": "3.2.6"
49+
"lmdb": "3.3.0"
5050
},
5151
"devDependencies": {
5252
"@angular/ssr": "workspace:*",
@@ -56,7 +56,7 @@
5656
"ng-packagr": "20.0.0-rc.0",
5757
"postcss": "8.5.3",
5858
"rxjs": "7.8.2",
59-
"vitest": "3.1.2"
59+
"vitest": "3.1.3"
6060
},
6161
"peerDependencies": {
6262
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.5.0",
29-
"@listr2/prompt-adapter-inquirer": "2.0.21",
29+
"@listr2/prompt-adapter-inquirer": "2.0.22",
3030
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",
3232
"ini": "5.0.0",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "8.3.2",
34+
"listr2": "8.3.3",
3535
"npm-package-arg": "12.0.2",
3636
"npm-pick-manifest": "10.0.0",
3737
"pacote": "20.0.0",

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "13.0.0",
3131
"css-loader": "7.1.2",
32-
"esbuild-wasm": "0.25.3",
32+
"esbuild-wasm": "0.25.4",
3333
"fast-glob": "3.3.3",
3434
"http-proxy-middleware": "3.0.5",
3535
"istanbul-lib-instrument": "6.0.3",
@@ -63,7 +63,7 @@
6363
"webpack-subresource-integrity": "5.1.0"
6464
},
6565
"optionalDependencies": {
66-
"esbuild": "0.25.3"
66+
"esbuild": "0.25.4"
6767
},
6868
"devDependencies": {
6969
"@angular/ssr": "workspace:*",

0 commit comments

Comments
 (0)