Skip to content

Commit abef037

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

5 files changed

Lines changed: 397 additions & 266 deletions

File tree

packages/angular/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2323
"@babel/core": "8.0.1",
24-
"@inquirer/confirm": "6.1.1",
24+
"@inquirer/confirm": "6.2.0",
2525
"@parcel/watcher": "2.6.0",
2626
"@vitejs/plugin-basic-ssl": "2.3.0",
2727
"beasties": "0.4.3",
@@ -33,12 +33,12 @@
3333
"listr2": "11.0.0",
3434
"magic-string": "1.2.1",
3535
"mrmime": "2.0.1",
36-
"oxc-parser": "0.145.0",
36+
"oxc-parser": "0.146.0",
3737
"parse5-html-rewriting-stream": "8.0.1",
3838
"picomatch": "4.0.5",
3939
"piscina": "5.3.0",
40-
"rolldown": "1.2.4",
41-
"sass": "1.102.0",
40+
"rolldown": "1.2.5",
41+
"sass": "1.103.0",
4242
"semver": "7.8.5",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.17",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@angular-devkit/core": "workspace:*",
5353
"@angular/ssr": "workspace:*",
54-
"@oxc-project/types": "0.145.0",
54+
"@oxc-project/types": "0.146.0",
5555
"istanbul-lib-instrument": "6.0.3",
5656
"jsdom": "30.0.1",
5757
"less": "4.9.0",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1616
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1717
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
18-
"@inquirer/prompts": "8.5.2",
18+
"@inquirer/prompts": "8.6.0",
1919
"@listr2/prompt-adapter-inquirer": "4.2.5",
2020
"@modelcontextprotocol/server": "2.0.0",
2121
"@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
@@ -46,7 +46,7 @@
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.102.0",
49+
"sass": "1.103.0",
5050
"sass-loader": "17.0.0",
5151
"semver": "7.8.5",
5252
"source-map-loader": "5.0.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "8.5.2"
21+
"@inquirer/prompts": "8.6.0"
2222
}
2323
}

0 commit comments

Comments
 (0)