Skip to content

Commit ec56c47

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

File tree

6 files changed

+327
-118
lines changed

6 files changed

+327
-118
lines changed

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@angular-devkit/build-angular": "workspace:*",
77
"browser-sync": "3.0.4",
88
"@vitest/coverage-v8": "4.0.8",
9-
"jsdom": "27.1.0",
9+
"jsdom": "27.2.0",
1010
"rxjs": "7.8.2",
1111
"vitest": "4.0.8"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"puppeteer": "18.2.1",
128128
"quicktype-core": "23.2.6",
129129
"rollup": "4.53.2",
130-
"rollup-license-plugin": "~3.0.1",
130+
"rollup-license-plugin": "~3.1.0",
131131
"rollup-plugin-dts": "6.2.3",
132132
"rollup-plugin-sourcemaps2": "0.5.4",
133133
"semver": "7.7.3",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "7.28.5",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@inquirer/confirm": "5.1.20",
26+
"@inquirer/confirm": "5.1.21",
2727
"@vitejs/plugin-basic-ssl": "2.1.0",
2828
"beasties": "0.3.5",
2929
"browserslist": "^4.26.0",
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.4",
40-
"rolldown": "1.0.0-beta.49",
40+
"rolldown": "1.0.0-beta.50",
4141
"sass": "1.94.0",
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@angular-devkit/core": "workspace:*",
5454
"@angular/ssr": "workspace:*",
55-
"jsdom": "27.1.0",
55+
"jsdom": "27.2.0",
5656
"less": "4.4.2",
5757
"ng-packagr": "21.0.0-rc.1",
5858
"postcss": "8.5.6",

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.10.0",
28+
"@inquirer/prompts": "7.10.1",
2929
"@listr2/prompt-adapter-inquirer": "3.0.5",
3030
"@modelcontextprotocol/sdk": "1.21.1",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",

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.10.0",
21+
"@inquirer/prompts": "7.10.1",
2222
"ansi-colors": "4.1.3",
2323
"yargs-parser": "22.0.0"
2424
}

0 commit comments

Comments
 (0)