Skip to content

Commit 4a53d99

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 9f2d3f7 commit 4a53d99

File tree

7 files changed

+581
-502
lines changed

7 files changed

+581
-502
lines changed

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"@angular-devkit/architect": "workspace:*",
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
7-
"@vitest/coverage-v8": "4.0.0",
7+
"@vitest/coverage-v8": "4.0.3",
88
"jsdom": "27.0.1",
99
"rxjs": "7.8.2",
10-
"vitest": "4.0.0"
10+
"vitest": "4.0.3"
1111
}
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"karma-source-map-support": "1.4.0",
121121
"listr2": "9.0.5",
122122
"lodash": "^4.17.21",
123-
"magic-string": "0.30.19",
123+
"magic-string": "0.30.21",
124124
"prettier": "^3.0.0",
125125
"protractor": "~7.0.0",
126126
"puppeteer": "18.2.1",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.28.4",
23+
"@babel/core": "7.28.5",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.19",
@@ -32,7 +32,7 @@
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
3434
"listr2": "9.0.5",
35-
"magic-string": "0.30.19",
35+
"magic-string": "0.30.21",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
@@ -42,7 +42,7 @@
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
45-
"vite": "7.1.11",
45+
"vite": "7.1.12",
4646
"watchpack": "2.4.4"
4747
},
4848
"optionalDependencies": {
@@ -56,7 +56,7 @@
5656
"ng-packagr": "21.0.0-next.4",
5757
"postcss": "8.5.6",
5858
"rxjs": "7.8.2",
59-
"vitest": "4.0.0"
59+
"vitest": "4.0.3"
6060
},
6161
"peerDependencies": {
6262
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

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.9.0",
2929
"@listr2/prompt-adapter-inquirer": "3.0.5",
30-
"@modelcontextprotocol/sdk": "1.20.1",
30+
"@modelcontextprotocol/sdk": "1.20.2",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.40.1",
33+
"algoliasearch": "5.41.0",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "9.0.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.28.4",
15-
"@babel/generator": "7.28.3",
14+
"@babel/core": "7.28.5",
15+
"@babel/generator": "7.28.5",
1616
"@babel/helper-annotate-as-pure": "7.27.3",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.28.0",
1919
"@babel/plugin-transform-async-to-generator": "7.27.1",
20-
"@babel/plugin-transform-runtime": "7.28.3",
21-
"@babel/preset-env": "7.28.3",
20+
"@babel/plugin-transform-runtime": "7.28.5",
21+
"@babel/preset-env": "7.28.5",
2222
"@babel/runtime": "7.28.4",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
@@ -47,7 +47,7 @@
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
4949
"sass": "1.93.2",
50-
"sass-loader": "16.0.5",
50+
"sass-loader": "16.0.6",
5151
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",
5353
"source-map-support": "0.5.21",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.3.1",
18-
"magic-string": "0.30.19",
18+
"magic-string": "0.30.21",
1919
"ora": "9.0.0",
2020
"rxjs": "7.8.2"
2121
}

0 commit comments

Comments
 (0)