Skip to content

Commit ea9a2a6

Browse files
committed
chore(release): 21.0.0
1 parent 460f5be commit ea9a2a6

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [21.0.0](https://github.com/ngneat/spectator/compare/v20.0.0...v21.0.0) (2025-07-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* 🧨 removed TestBed.get support
11+
12+
* chore: 🤖 fix karma tests
13+
14+
* chore: 🤖 bump @angular-builders/jest to v20
15+
16+
* chore: 🤖 fix karma bug
17+
18+
`NODE_ENV=build yarn test` throws an error:
19+
20+
TypeError [ERR_INVALID_STATE]: Invalid state:
21+
Controller is already closed
22+
23+
bug: https://github.com/angular/angular-cli/pull/30653
24+
25+
Update Angular to latest version with Karma fix:
26+
27+
npx ng update @angular/core@latest @angular/cli@latest
28+
@angular/cdk@latest
29+
30+
* chore: 🤖 bump @angular peerDependencies to >= 20.0.0
31+
* 🧨 peerDependencies @angular/*: >= 20.0.0
32+
33+
* chore: 🤖 fix hanging Karma
34+
35+
"ERROR Some of your tests did a full page reload!"
36+
37+
### Features
38+
39+
* 🎸 upgrade to Angular v20 ([#711](https://github.com/ngneat/spectator/issues/711)) ([460f5be](https://github.com/ngneat/spectator/commit/460f5beef8468c70cf30a98e8adc86747122d5de)), closes [/github.com/karma-runner/karma/issues/3887#issuecomment-2717292474](https://github.com/ngneat//github.com/karma-runner/karma/issues/3887/issues/issuecomment-2717292474)
40+
541
## [20.0.0](https://github.com/ngneat/spectator/compare/v19.6.2...v20.0.0) (2025-06-22)
642

743

projects/spectator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ngneat/spectator",
33
"description": "A powerful tool to simplify your Angular tests",
44
"author": "Netanel Basal <[email protected]>",
5-
"version": "20.0.0",
5+
"version": "21.0.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)