Skip to content

Commit 7c2e1ca

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

9 files changed

Lines changed: 780 additions & 771 deletions

File tree

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@vitest/coverage-v8": "4.1.10",
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
10-
"jsdom": "30.0.0",
10+
"jsdom": "30.0.1",
1111
"ng-packagr": "22.2.0-next.2",
1212
"rxjs": "7.8.2",
1313
"vitest": "4.1.10"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@rollup/plugin-commonjs": "^29.0.0",
7171
"@rollup/plugin-json": "^6.1.0",
7272
"@rollup/plugin-node-resolve": "16.0.3",
73-
"@rollup/wasm-node": "4.62.2",
73+
"@rollup/wasm-node": "4.62.3",
7474
"@stylistic/eslint-plugin": "^5.0.0",
7575
"@tony.ganchev/eslint-plugin-header": "~3.4.0",
7676
"@types/babel__core": "7.20.5",
@@ -98,12 +98,12 @@
9898
"buffer": "6.0.3",
9999
"esbuild": "0.28.1",
100100
"esbuild-wasm": "0.28.1",
101-
"eslint": "10.7.0",
101+
"eslint": "10.8.0",
102102
"eslint-config-prettier": "10.1.8",
103103
"eslint-plugin-import": "2.32.0",
104104
"express": "5.2.1",
105105
"fast-glob": "3.3.3",
106-
"globals": "17.7.0",
106+
"globals": "17.8.0",
107107
"http-proxy": "^1.18.1",
108108
"http-proxy-middleware": "4.2.0",
109109
"husky": "9.1.7",
@@ -120,18 +120,18 @@
120120
"lodash": "^4.17.21",
121121
"magic-string": "1.1.0",
122122
"prettier": "^3.0.0",
123-
"puppeteer": "25.3.0",
123+
"puppeteer": "25.4.0",
124124
"quicktype-core": "26.0.0",
125-
"rollup": "4.62.2",
125+
"rollup": "4.62.3",
126126
"rollup-license-plugin": "~3.2.0",
127127
"rollup-plugin-dts": "6.4.1",
128128
"rollup-plugin-sourcemaps2": "0.5.8",
129129
"semver": "7.8.5",
130130
"source-map-support": "0.5.21",
131131
"tslib": "2.8.1",
132-
"undici": "8.8.0",
132+
"undici": "8.9.0",
133133
"unenv": "^1.10.0",
134-
"verdaccio": "6.8.0",
134+
"verdaccio": "6.9.0",
135135
"verdaccio-auth-memory": "^13.0.0",
136136
"zone.js": "^0.16.0"
137137
},

packages/angular/build/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"listr2": "11.0.0",
3434
"magic-string": "1.1.0",
3535
"mrmime": "2.0.1",
36-
"oxc-parser": "0.141.0",
36+
"oxc-parser": "0.142.0",
3737
"parse5-html-rewriting-stream": "8.0.1",
3838
"picomatch": "4.0.5",
3939
"piscina": "5.3.0",
4040
"rolldown": "1.2.0",
41-
"sass": "1.101.7",
41+
"sass": "1.102.0",
4242
"semver": "7.8.5",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.17",
@@ -51,13 +51,13 @@
5151
"devDependencies": {
5252
"@angular-devkit/core": "workspace:*",
5353
"@angular/ssr": "workspace:*",
54-
"@oxc-project/types": "0.141.0",
54+
"@oxc-project/types": "0.142.0",
5555
"istanbul-lib-instrument": "6.0.3",
56-
"jsdom": "30.0.0",
57-
"less": "4.8.0",
56+
"jsdom": "30.0.1",
57+
"less": "4.8.1",
5858
"ng-packagr": "22.2.0-next.2",
59-
"postcss": "8.5.22",
60-
"rollup": "4.62.2",
59+
"postcss": "8.5.24",
60+
"rollup": "4.62.3",
6161
"rxjs": "7.8.2",
6262
"vitest": "4.1.10"
6363
},

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
1818
"@inquirer/prompts": "8.5.2",
1919
"@listr2/prompt-adapter-inquirer": "4.2.5",
20-
"@modelcontextprotocol/sdk": "1.29.0",
20+
"@modelcontextprotocol/sdk": "1.30.0",
2121
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
2222
"jsonc-parser": "3.3.1",
2323
"listr2": "11.0.0",
2424
"npm-package-arg": "14.0.0",
2525
"parse5-html-rewriting-stream": "8.0.1",
2626
"semver": "7.8.5",
27-
"yargs": "18.0.0",
27+
"yargs": "18.1.0",
2828
"zod": "4.4.3"
2929
},
3030
"ng-update": {

packages/angular_devkit/build_angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8.0",
36+
"less": "4.8.1",
3737
"less-loader": "13.0.0",
3838
"license-webpack-plugin": "4.0.2",
3939
"loader-utils": "3.3.1",
@@ -42,20 +42,20 @@
4242
"ora": "9.4.1",
4343
"picomatch": "4.0.5",
4444
"piscina": "5.3.0",
45-
"postcss": "8.5.22",
45+
"postcss": "8.5.24",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.101.7",
49+
"sass": "1.102.0",
5050
"sass-loader": "17.0.0",
5151
"semver": "7.8.5",
5252
"source-map-loader": "5.0.0",
5353
"source-map-support": "0.5.21",
5454
"terser": "5.49.0",
5555
"tinyglobby": "0.2.17",
5656
"tslib": "2.8.1",
57-
"webpack": "5.109.0",
58-
"webpack-dev-middleware": "8.0.4",
57+
"webpack": "5.109.2",
58+
"webpack-dev-middleware": "8.1.0",
5959
"webpack-dev-server": "5.2.6",
6060
"webpack-merge": "6.0.1",
6161
"webpack-subresource-integrity": "5.1.0"
@@ -67,7 +67,7 @@
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
6969
"ng-packagr": "22.2.0-next.2",
70-
"undici": "8.8.0"
70+
"undici": "8.9.0"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",

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.109.0",
25+
"webpack": "5.109.2",
2626
"webpack-dev-server": "5.2.6"
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.2.0-next.0",
2121
"@angular/compiler-cli": "22.2.0-next.0",
2222
"typescript": "6.0.3",
23-
"webpack": "5.109.0"
23+
"webpack": "5.109.2"
2424
}
2525
}

0 commit comments

Comments
 (0)