Skip to content

Commit 09752f3

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

File tree

6 files changed

+350
-130
lines changed

6 files changed

+350
-130
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@
126126
"lodash": "^4.17.21",
127127
"npm": "^11.0.0",
128128
"magic-string": "0.30.17",
129-
"rollup-plugin-dts": "6.2.1",
129+
"rollup-plugin-dts": "6.2.3",
130130
"rollup-plugin-sourcemaps2": "0.5.3",
131131
"prettier": "^3.0.0",
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134134
"quicktype-core": "23.2.6",
135-
"rollup": "4.46.2",
135+
"rollup": "4.46.3",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.2",
138138
"shelljs": "^0.10.0",
@@ -141,7 +141,7 @@
141141
"ts-node": "^10.9.1",
142142
"tslib": "2.8.1",
143143
"typescript": "5.9.2",
144-
"undici": "7.13.0",
144+
"undici": "7.14.0",
145145
"unenv": "^1.10.0",
146146
"verdaccio": "6.1.6",
147147
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "7.28.3",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@inquirer/confirm": "5.1.14",
26+
"@inquirer/confirm": "5.1.15",
2727
"@vitejs/plugin-basic-ssl": "2.1.0",
2828
"beasties": "0.3.5",
2929
"browserslist": "^4.23.0",
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.3",
40-
"rolldown": "1.0.0-beta.32",
40+
"rolldown": "1.0.0-beta.33",
4141
"sass": "1.90.0",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.8.2",
28+
"@inquirer/prompts": "7.8.3",
2929
"@listr2/prompt-adapter-inquirer": "3.0.1",
3030
"@modelcontextprotocol/sdk": "1.17.3",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
7171
"ng-packagr": "20.2.0-rc.0",
72-
"undici": "7.13.0"
72+
"undici": "7.14.0"
7373
},
7474
"peerDependencies": {
7575
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.8.2",
21+
"@inquirer/prompts": "7.8.3",
2222
"ansi-colors": "4.1.3",
2323
"yargs-parser": "22.0.0"
2424
}

0 commit comments

Comments
 (0)