Skip to content

Commit 6230540

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

File tree

5 files changed

+707
-381
lines changed

5 files changed

+707
-381
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.2",
6666
"@eslint/eslintrc": "3.3.1",
67-
"@eslint/js": "9.34.0",
67+
"@eslint/js": "9.35.0",
6868
"@rollup/plugin-alias": "^5.1.1",
6969
"@rollup/plugin-commonjs": "^28.0.0",
7070
"@rollup/plugin-json": "^6.1.0",
@@ -101,7 +101,7 @@
101101
"buffer": "6.0.3",
102102
"esbuild": "0.25.9",
103103
"esbuild-wasm": "0.25.9",
104-
"eslint": "9.34.0",
104+
"eslint": "9.35.0",
105105
"eslint-config-prettier": "10.1.8",
106106
"eslint-plugin-header": "3.1.1",
107107
"eslint-plugin-import": "2.32.0",
@@ -131,7 +131,7 @@
131131
"protractor": "~7.0.0",
132132
"puppeteer": "18.2.1",
133133
"quicktype-core": "23.2.6",
134-
"rollup": "4.50.0",
134+
"rollup": "4.50.1",
135135
"rollup-license-plugin": "~3.0.1",
136136
"semver": "7.7.2",
137137
"shelljs": "^0.10.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 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.3",
23+
"@babel/core": "7.28.4",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.16",
@@ -38,10 +38,10 @@
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.3",
4040
"rolldown": "1.0.0-beta.35",
41-
"sass": "1.92.0",
41+
"sass": "1.92.1",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
44-
"tinyglobby": "0.2.14",
44+
"tinyglobby": "0.2.15",
4545
"vite": "7.1.4",
4646
"watchpack": "2.4.4"
4747
},

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
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.3",
14+
"@babel/core": "7.28.4",
1515
"@babel/generator": "7.28.3",
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",
2020
"@babel/plugin-transform-runtime": "7.28.3",
2121
"@babel/preset-env": "7.28.3",
22-
"@babel/runtime": "7.28.3",
22+
"@babel/runtime": "7.28.4",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
@@ -47,7 +47,7 @@
4747
"postcss-loader": "8.2.0",
4848
"resolve-url-loader": "5.0.0",
4949
"rxjs": "7.8.2",
50-
"sass": "1.92.0",
50+
"sass": "1.92.1",
5151
"sass-loader": "16.0.5",
5252
"semver": "7.7.2",
5353
"source-map-loader": "5.0.0",

0 commit comments

Comments
 (0)