Skip to content

Commit 5f17766

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 51272f7 commit 5f17766

File tree

6 files changed

+231
-168
lines changed

6 files changed

+231
-168
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"ts-node": "^10.9.1",
142142
"tslib": "2.8.1",
143143
"typescript": "5.8.3",
144-
"undici": "7.11.0",
144+
"undici": "7.12.0",
145145
"unenv": "^1.10.0",
146146
"verdaccio": "6.1.5",
147147
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"magic-string": "0.30.17",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "8.0.0",
38-
"picomatch": "4.0.2",
38+
"picomatch": "4.0.3",
3939
"piscina": "5.1.3",
4040
"rollup": "4.45.1",
4141
"sass": "1.89.2",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.14",
45-
"vite": "7.0.4",
45+
"vite": "7.0.5",
4646
"watchpack": "2.4.4"
4747
},
4848
"optionalDependencies": {
@@ -52,7 +52,7 @@
5252
"@angular/ssr": "workspace:*",
5353
"@angular-devkit/core": "workspace:*",
5454
"jsdom": "26.1.0",
55-
"less": "4.3.0",
55+
"less": "4.4.0",
5656
"ng-packagr": "20.1.0-rc.0",
5757
"postcss": "8.5.6",
5858
"rxjs": "7.8.2",

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.6.0",
2929
"@listr2/prompt-adapter-inquirer": "3.0.1",
30-
"@modelcontextprotocol/sdk": "1.15.1",
30+
"@modelcontextprotocol/sdk": "1.16.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.32.0",
33+
"algoliasearch": "5.34.0",
3434
"ini": "5.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "9.0.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"istanbul-lib-instrument": "6.0.3",
3535
"jsonc-parser": "3.3.1",
3636
"karma-source-map-support": "1.4.0",
37-
"less": "4.3.0",
37+
"less": "4.4.0",
3838
"less-loader": "12.3.0",
3939
"license-webpack-plugin": "4.0.2",
4040
"loader-utils": "3.3.1",
4141
"mini-css-extract-plugin": "2.9.2",
4242
"open": "10.2.0",
4343
"ora": "8.2.0",
44-
"picomatch": "4.0.2",
44+
"picomatch": "4.0.3",
4545
"piscina": "5.1.3",
4646
"postcss": "8.5.6",
4747
"postcss-loader": "8.1.1",
@@ -69,7 +69,7 @@
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
7171
"ng-packagr": "20.1.0-rc.0",
72-
"undici": "7.11.0"
72+
"undici": "7.12.0"
7373
},
7474
"peerDependencies": {
7575
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ajv": "8.17.1",
2929
"ajv-formats": "3.0.1",
3030
"jsonc-parser": "3.3.1",
31-
"picomatch": "4.0.2",
31+
"picomatch": "4.0.3",
3232
"rxjs": "7.8.2",
3333
"source-map": "0.7.4"
3434
},

0 commit comments

Comments
 (0)