Skip to content

Commit 425fabb

Browse files
author
Angular Builds
committed
377780a fix(@angular/build): ensure TestBed setup is robust in non-isolated Vitest
1 parent 50039a7 commit 425fabb

File tree

16 files changed

+116
-60
lines changed

16 files changed

+116
-60
lines changed

‎package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/build",
3-
"version": "21.1.0-next.0+sha-0aab115",
3+
"version": "21.1.0-next.0+sha-377780a",
44
"description": "Official build system for Angular",
55
"keywords": [
66
"Angular CLI",
@@ -23,15 +23,15 @@
2323
"builders": "builders.json",
2424
"dependencies": {
2525
"@ampproject/remapping": "2.3.0",
26-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0aab115",
26+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#377780a",
2727
"@babel/core": "7.28.5",
2828
"@babel/helper-annotate-as-pure": "7.27.3",
2929
"@babel/helper-split-export-declaration": "7.24.7",
30-
"@inquirer/confirm": "5.1.19",
30+
"@inquirer/confirm": "5.1.20",
3131
"@vitejs/plugin-basic-ssl": "2.1.0",
3232
"beasties": "0.3.5",
3333
"browserslist": "^4.26.0",
34-
"esbuild": "0.25.12",
34+
"esbuild": "0.26.0",
3535
"https-proxy-agent": "7.0.6",
3636
"istanbul-lib-instrument": "6.0.3",
3737
"jsonc-parser": "3.3.1",
@@ -40,18 +40,18 @@
4040
"mrmime": "2.0.1",
4141
"parse5-html-rewriting-stream": "8.0.0",
4242
"picomatch": "4.0.3",
43-
"piscina": "5.1.3",
43+
"piscina": "5.1.4",
4444
"rolldown": "1.0.0-beta.47",
4545
"sass": "1.93.3",
4646
"semver": "7.7.3",
4747
"source-map-support": "0.5.21",
4848
"tinyglobby": "0.2.15",
4949
"undici": "7.16.0",
50-
"vite": "7.2.1",
50+
"vite": "7.2.2",
5151
"watchpack": "2.4.4"
5252
},
5353
"optionalDependencies": {
54-
"lmdb": "3.4.3"
54+
"lmdb": "3.4.4"
5555
},
5656
"peerDependencies": {
5757
"@angular/compiler": "^21.0.0-next.0",
@@ -61,7 +61,7 @@
6161
"@angular/platform-browser": "^21.0.0-next.0",
6262
"@angular/platform-server": "^21.0.0-next.0",
6363
"@angular/service-worker": "^21.0.0-next.0",
64-
"@angular/ssr": "github:angular/angular-ssr-builds#0aab115",
64+
"@angular/ssr": "github:angular/angular-ssr-builds#377780a",
6565
"karma": "^6.4.0",
6666
"less": "^4.2.0",
6767
"ng-packagr": "^21.0.0-next.0",

‎src/builders/dev-server/vite/index.js‎

Lines changed: 8 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)