Skip to content

Commit ce73de1

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 1b12967 commit ce73de1

File tree

5 files changed

+388
-148
lines changed

5 files changed

+388
-148
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@bazel/buildifier": "8.2.1",
6262
"@eslint/compat": "2.0.0",
6363
"@eslint/eslintrc": "3.3.3",
64-
"@eslint/js": "9.39.1",
64+
"@eslint/js": "9.39.2",
6565
"@rollup/plugin-alias": "^6.0.0",
6666
"@rollup/plugin-commonjs": "^29.0.0",
6767
"@rollup/plugin-json": "^6.1.0",
@@ -96,7 +96,7 @@
9696
"buffer": "6.0.3",
9797
"esbuild": "0.27.1",
9898
"esbuild-wasm": "0.27.1",
99-
"eslint": "9.39.1",
99+
"eslint": "9.39.2",
100100
"eslint-config-prettier": "10.1.8",
101101
"eslint-plugin-header": "3.1.1",
102102
"eslint-plugin-import": "2.32.0",
@@ -122,7 +122,7 @@
122122
"protractor": "~7.0.0",
123123
"puppeteer": "18.2.1",
124124
"quicktype-core": "23.2.6",
125-
"rollup": "4.53.3",
125+
"rollup": "4.53.4",
126126
"rollup-license-plugin": "~3.1.0",
127127
"rollup-plugin-dts": "6.3.0",
128128
"rollup-plugin-sourcemaps2": "0.5.4",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
4545
"undici": "7.16.0",
46-
"vite": "7.2.7",
46+
"vite": "7.3.0",
4747
"watchpack": "2.4.4"
4848
},
4949
"optionalDependencies": {
@@ -53,7 +53,7 @@
5353
"@angular-devkit/core": "workspace:*",
5454
"@angular/ssr": "workspace:*",
5555
"jsdom": "27.3.0",
56-
"less": "4.4.2",
56+
"less": "4.5.1",
5757
"ng-packagr": "21.1.0-next.0",
5858
"postcss": "8.5.6",
5959
"rxjs": "7.8.2",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"resolve": "1.22.11",
4141
"semver": "7.7.3",
4242
"yargs": "18.0.0",
43-
"zod": "4.1.13"
43+
"zod": "4.2.0"
4444
},
4545
"ng-update": {
4646
"migrations": "@schematics/angular/migrations/migration-collection.json",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.22",
26+
"autoprefixer": "10.4.23",
2727
"babel-loader": "10.0.0",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "13.0.1",
@@ -33,7 +33,7 @@
3333
"istanbul-lib-instrument": "6.0.3",
3434
"jsonc-parser": "3.3.1",
3535
"karma-source-map-support": "1.4.0",
36-
"less": "4.4.2",
36+
"less": "4.5.1",
3737
"less-loader": "12.3.0",
3838
"license-webpack-plugin": "4.0.2",
3939
"loader-utils": "3.3.1",

0 commit comments

Comments
 (0)