Skip to content

Commit c73363c

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 4e6ba7c commit c73363c

File tree

8 files changed

+362
-360
lines changed

8 files changed

+362
-360
lines changed

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"browser-sync": "3.0.4",
8-
"@vitest/coverage-v8": "4.0.8",
8+
"@vitest/coverage-v8": "4.0.10",
99
"jsdom": "27.2.0",
1010
"rxjs": "7.8.2",
11-
"vitest": "4.0.8"
11+
"vitest": "4.0.10"
1212
}
1313
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"@types/yargs": "^17.0.20",
9494
"@types/yargs-parser": "^21.0.0",
9595
"@types/yarnpkg__lockfile": "^1.1.5",
96-
"@typescript-eslint/eslint-plugin": "8.46.4",
97-
"@typescript-eslint/parser": "8.46.4",
96+
"@typescript-eslint/eslint-plugin": "8.47.0",
97+
"@typescript-eslint/parser": "8.47.0",
9898
"ajv": "8.17.1",
9999
"ansi-colors": "4.1.3",
100100
"buffer": "6.0.3",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.4",
4040
"rolldown": "1.0.0-beta.50",
41-
"sass": "1.94.0",
41+
"sass": "1.94.1",
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
@@ -57,7 +57,7 @@
5757
"ng-packagr": "21.0.0-rc.1",
5858
"postcss": "8.5.6",
5959
"rxjs": "7.8.2",
60-
"vitest": "4.0.8"
60+
"vitest": "4.0.10"
6161
},
6262
"peerDependencies": {
6363
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.10.1",
2929
"@listr2/prompt-adapter-inquirer": "3.0.5",
30-
"@modelcontextprotocol/sdk": "1.21.1",
30+
"@modelcontextprotocol/sdk": "1.22.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.43.0",
33+
"algoliasearch": "5.44.0",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "9.0.5",
37-
"npm-package-arg": "13.0.1",
38-
"pacote": "21.0.3",
37+
"npm-package-arg": "13.0.2",
38+
"pacote": "21.0.4",
3939
"parse5-html-rewriting-stream": "8.0.0",
4040
"resolve": "1.22.11",
4141
"semver": "7.7.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"postcss-loader": "8.2.0",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.94.0",
49+
"sass": "1.94.1",
5050
"sass-loader": "16.0.6",
5151
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",
@@ -55,7 +55,7 @@
5555
"tinyglobby": "0.2.15",
5656
"tree-kill": "1.2.2",
5757
"tslib": "2.8.1",
58-
"webpack": "5.102.1",
58+
"webpack": "5.103.0",
5959
"webpack-dev-middleware": "7.4.5",
6060
"webpack-dev-server": "5.2.2",
6161
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.102.1",
25+
"webpack": "5.103.0",
2626
"webpack-dev-server": "5.2.2"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "21.0.0-rc.2",
3131
"@angular/compiler-cli": "21.0.0-rc.2",
3232
"typescript": "5.9.3",
33-
"webpack": "5.102.1"
33+
"webpack": "5.103.0"
3434
}
3535
}

0 commit comments

Comments
 (0)