Skip to content

Commit 500efa5

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 9af4f76 commit 500efa5

File tree

6 files changed

+408
-408
lines changed

6 files changed

+408
-408
lines changed

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"@vitest/coverage-v8": "4.0.6",
8-
"jsdom": "27.0.1",
8+
"jsdom": "27.1.0",
99
"rxjs": "7.8.2",
1010
"vitest": "4.0.6"
1111
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"@babel/core": "7.28.5",
6262
"@bazel/bazelisk": "1.26.0",
6363
"@bazel/buildifier": "8.2.1",
64-
"@eslint/compat": "1.4.0",
64+
"@eslint/compat": "1.4.1",
6565
"@eslint/eslintrc": "3.3.1",
66-
"@eslint/js": "9.38.0",
66+
"@eslint/js": "9.39.0",
6767
"@rollup/plugin-alias": "^6.0.0",
6868
"@rollup/plugin-commonjs": "^28.0.0",
6969
"@rollup/plugin-json": "^6.1.0",
@@ -97,15 +97,15 @@
9797
"ajv": "8.17.1",
9898
"ansi-colors": "4.1.3",
9999
"buffer": "6.0.3",
100-
"esbuild": "0.25.11",
101-
"esbuild-wasm": "0.25.11",
102-
"eslint": "9.38.0",
100+
"esbuild": "0.25.12",
101+
"esbuild-wasm": "0.25.12",
102+
"eslint": "9.39.0",
103103
"eslint-config-prettier": "10.1.8",
104104
"eslint-plugin-header": "3.1.1",
105105
"eslint-plugin-import": "2.32.0",
106106
"express": "5.1.0",
107107
"fast-glob": "3.3.3",
108-
"globals": "16.4.0",
108+
"globals": "16.5.0",
109109
"http-proxy": "^1.18.1",
110110
"http-proxy-middleware": "3.0.5",
111111
"husky": "9.1.7",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-basic-ssl": "2.1.0",
2828
"beasties": "0.3.5",
2929
"browserslist": "^4.26.0",
30-
"esbuild": "0.25.11",
30+
"esbuild": "0.25.12",
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
@@ -38,7 +38,7 @@
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.3",
4040
"rolldown": "1.0.0-beta.45",
41-
"sass": "1.93.2",
41+
"sass": "1.93.3",
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@angular/ssr": "workspace:*",
5353
"@angular-devkit/core": "workspace:*",
54-
"jsdom": "27.0.1",
54+
"jsdom": "27.1.0",
5555
"less": "4.4.2",
5656
"ng-packagr": "21.0.0-rc.0",
5757
"postcss": "8.5.6",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modelcontextprotocol/sdk": "1.20.2",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.41.0",
33+
"algoliasearch": "5.42.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "13.0.1",
3030
"css-loader": "7.1.2",
31-
"esbuild-wasm": "0.25.11",
31+
"esbuild-wasm": "0.25.12",
3232
"http-proxy-middleware": "3.0.5",
3333
"istanbul-lib-instrument": "6.0.3",
3434
"jsonc-parser": "3.3.1",
@@ -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.93.2",
49+
"sass": "1.93.3",
5050
"sass-loader": "16.0.6",
5151
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",
@@ -62,7 +62,7 @@
6262
"webpack-subresource-integrity": "5.1.0"
6363
},
6464
"optionalDependencies": {
65-
"esbuild": "0.25.11"
65+
"esbuild": "0.25.12"
6666
},
6767
"devDependencies": {
6868
"@angular/ssr": "workspace:*",

0 commit comments

Comments
 (0)