Skip to content

Commit bb5d98c

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

7 files changed

Lines changed: 494 additions & 507 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
"@types/watchpack": "^2.4.4",
9393
"@types/yargs": "^17.0.20",
9494
"@types/yargs-parser": "^21.0.0",
95-
"@typescript-eslint/eslint-plugin": "8.62.0",
96-
"@typescript-eslint/parser": "8.62.0",
95+
"@typescript-eslint/eslint-plugin": "8.62.1",
96+
"@typescript-eslint/parser": "8.62.1",
9797
"ajv": "8.20.0",
9898
"buffer": "6.0.3",
9999
"esbuild": "0.28.1",
100100
"esbuild-wasm": "0.28.1",
101-
"eslint": "10.5.0",
101+
"eslint": "10.6.0",
102102
"eslint-config-prettier": "10.1.8",
103103
"eslint-plugin-import": "2.32.0",
104104
"express": "5.2.1",
@@ -120,12 +120,12 @@
120120
"lodash": "^4.17.21",
121121
"magic-string": "0.30.21",
122122
"prettier": "^3.0.0",
123-
"puppeteer": "25.2.0",
123+
"puppeteer": "25.3.0",
124124
"quicktype-core": "23.2.6",
125125
"rollup": "4.62.2",
126126
"rollup-license-plugin": "~3.2.0",
127127
"rollup-plugin-dts": "6.4.1",
128-
"rollup-plugin-sourcemaps2": "0.5.7",
128+
"rollup-plugin-sourcemaps2": "0.5.8",
129129
"semver": "7.8.5",
130130
"source-map-support": "0.5.21",
131131
"tslib": "2.8.1",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
"esbuild": "0.28.1",
3131
"https-proxy-agent": "9.1.0",
3232
"jsonc-parser": "3.3.1",
33-
"listr2": "10.2.1",
33+
"listr2": "10.2.2",
3434
"magic-string": "0.30.21",
3535
"mrmime": "2.0.1",
3636
"parse5-html-rewriting-stream": "8.0.1",
3737
"picomatch": "4.0.4",
3838
"piscina": "5.2.0",
39-
"rolldown": "1.1.2",
39+
"rolldown": "1.1.4",
4040
"sass": "1.101.0",
4141
"semver": "7.8.5",
4242
"source-map-support": "0.5.21",
4343
"tinyglobby": "0.2.17",
44-
"vite": "8.1.0",
44+
"vite": "8.1.2",
4545
"watchpack": "2.5.2"
4646
},
4747
"optionalDependencies": {
@@ -54,7 +54,7 @@
5454
"jsdom": "29.1.1",
5555
"less": "4.6.7",
5656
"ng-packagr": "22.1.0-next.2",
57-
"postcss": "8.5.15",
57+
"postcss": "8.5.16",
5858
"rollup": "4.62.2",
5959
"rxjs": "7.8.2",
6060
"vitest": "4.1.9"

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
2222
"algoliasearch": "5.55.1",
2323
"jsonc-parser": "3.3.1",
24-
"listr2": "10.2.1",
24+
"listr2": "10.2.2",
2525
"npm-package-arg": "14.0.0",
2626
"parse5-html-rewriting-stream": "8.0.1",
2727
"semver": "7.8.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@discoveryjs/json-ext": "1.1.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.5.1",
26+
"autoprefixer": "10.5.2",
2727
"babel-loader": "10.1.1",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "14.0.0",
@@ -42,7 +42,7 @@
4242
"ora": "9.4.1",
4343
"picomatch": "4.0.4",
4444
"piscina": "5.2.0",
45-
"postcss": "8.5.15",
45+
"postcss": "8.5.16",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
@@ -54,7 +54,7 @@
5454
"terser": "5.48.0",
5555
"tinyglobby": "0.2.17",
5656
"tslib": "2.8.1",
57-
"webpack": "5.107.2",
57+
"webpack": "5.108.3",
5858
"webpack-dev-middleware": "8.0.3",
5959
"webpack-dev-server": "5.2.5",
6060
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.107.2",
25+
"webpack": "5.108.3",
2626
"webpack-dev-server": "5.2.5"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@angular/compiler": "22.1.0-next.3",
2121
"@angular/compiler-cli": "22.1.0-next.3",
2222
"typescript": "6.0.3",
23-
"webpack": "5.107.2"
23+
"webpack": "5.108.3"
2424
}
2525
}

0 commit comments

Comments
 (0)