Skip to content

Commit 8abfc06

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent facd77a commit 8abfc06

File tree

6 files changed

+353
-355
lines changed

6 files changed

+353
-355
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.17",
8+
"@vitest/coverage-v8": "4.0.18",
99
"jsdom": "27.4.0",
1010
"rxjs": "7.8.2",
11-
"vitest": "4.0.17"
11+
"vitest": "4.0.18"
1212
}
1313
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint-plugin-import": "2.32.0",
102102
"express": "5.2.1",
103103
"fast-glob": "3.3.3",
104-
"globals": "17.0.0",
104+
"globals": "17.1.0",
105105
"http-proxy": "^1.18.1",
106106
"http-proxy-middleware": "3.0.5",
107107
"husky": "9.1.7",
@@ -121,7 +121,7 @@
121121
"protractor": "~7.0.0",
122122
"puppeteer": "18.2.1",
123123
"quicktype-core": "23.2.6",
124-
"rollup": "4.55.3",
124+
"rollup": "4.56.0",
125125
"rollup-license-plugin": "~3.1.0",
126126
"rollup-plugin-dts": "6.3.0",
127127
"rollup-plugin-sourcemaps2": "0.5.4",
@@ -130,7 +130,7 @@
130130
"ts-node": "^10.9.1",
131131
"tslib": "2.8.1",
132132
"typescript": "5.9.3",
133-
"undici": "7.18.2",
133+
"undici": "7.19.1",
134134
"unenv": "^1.10.0",
135135
"verdaccio": "6.2.4",
136136
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.4",
40-
"rolldown": "1.0.0-beta.59",
41-
"sass": "1.97.2",
40+
"rolldown": "1.0.0-rc.1",
41+
"sass": "1.97.3",
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
45-
"undici": "7.18.2",
45+
"undici": "7.19.1",
4646
"vite": "7.3.1",
4747
"watchpack": "2.5.1"
4848
},
4949
"optionalDependencies": {
50-
"lmdb": "3.4.4"
50+
"lmdb": "3.5.0"
5151
},
5252
"devDependencies": {
5353
"@angular-devkit/core": "workspace:*",
@@ -57,7 +57,7 @@
5757
"ng-packagr": "21.2.0-next.0",
5858
"postcss": "8.5.6",
5959
"rxjs": "7.8.2",
60-
"vitest": "4.0.17"
60+
"vitest": "4.0.18"
6161
},
6262
"peerDependencies": {
6363
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"parse5-html-rewriting-stream": "8.0.0",
4040
"semver": "7.7.3",
4141
"yargs": "18.0.0",
42-
"zod": "4.3.5"
42+
"zod": "4.3.6"
4343
},
4444
"ng-update": {
4545
"migrations": "@schematics/angular/migrations/migration-collection.json",

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.97.2",
49+
"sass": "1.97.3",
5050
"sass-loader": "16.0.6",
5151
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",
@@ -69,7 +69,7 @@
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
7171
"ng-packagr": "21.2.0-next.0",
72-
"undici": "7.18.2"
72+
"undici": "7.19.1"
7373
},
7474
"peerDependencies": {
7575
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

0 commit comments

Comments
 (0)