Skip to content

Commit 83a7ca3

Browse files
committed
chore: update changelog for release
1 parent 6373529 commit 83a7ca3

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

CHANGELOG.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@
22

33
### Features
44

5-
- `[jest-fake-timers]` Flush callbacks scheduled with `requestAnimationFrame` every 16ms when using legacy timers. ([#11523](https://github.com/facebook/jest/pull/11567))
6-
- `[pretty-format]` Use `globalThis` (with polyfill if required) to bring support for esbuild's browser bundling mode ([#11569](https://github.com/facebook/jest/pull/11569)
7-
85
### Fixes
96

10-
- `[jest-fake-timers]` Do not add `setImmediate` and `clearImmediate` if they do not exist in the global environment ([#11599](https://github.com/facebook/jest/pull/11599))
11-
- `[jest-core]` Support special characters like `@`, `+` and `()` on Windows with `--findRelatedTests` ([#11548](https://github.com/facebook/jest/pull/11548))
12-
- `[jest-reporter]` Allow `node-notifier@10` as peer dependency ([#11523](https://github.com/facebook/jest/pull/11523))
13-
- `[jest-reporter]` Update `v8-to-istanbul` ([#11523](https://github.com/facebook/jest/pull/11523))
14-
157
### Chore & Maintenance
168

179
### Performance
1810

11+
## 27.0.5
12+
13+
### Features
14+
15+
- `[@jest/fake-timers]` Flush callbacks scheduled with `requestAnimationFrame` every 16ms when using legacy timers. ([#11523](https://github.com/facebook/jest/pull/11567))
16+
- `[pretty-format]` Use `globalThis` (with polyfill if required) to bring support for esbuild's browser bundling mode ([#11569](https://github.com/facebook/jest/pull/11569)
17+
18+
### Fixes
19+
20+
- `[jest-core]` Support special characters like `@`, `+` and `()` on Windows with `--findRelatedTests` ([#11548](https://github.com/facebook/jest/pull/11548))
21+
- `[@jest/fake-timers]` Do not add `setImmediate` and `clearImmediate` if they do not exist in the global environment ([#11599](https://github.com/facebook/jest/pull/11599))
22+
- `[@jest/reporters]` Allow `node-notifier@10` as peer dependency ([#11523](https://github.com/facebook/jest/pull/11523))
23+
- `[@jest/reporters]` Update `v8-to-istanbul` ([#11523](https://github.com/facebook/jest/pull/11523))
24+
1925
## 27.0.4
2026

2127
### Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"jest-junit": "^12.0.0",
5555
"jest-mock": "workspace:*",
5656
"jest-runner-tsd": "^1.1.0",
57-
"jest-silent-reporter": "^0.4.0",
57+
"jest-silent-reporter": "^0.5.0",
5858
"jest-snapshot": "workspace:*",
5959
"jest-snapshot-serializer-raw": "^1.1.0",
6060
"jest-watch-typeahead": "^0.6.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ __metadata:
26112611
jest-junit: ^12.0.0
26122612
jest-mock: "workspace:*"
26132613
jest-runner-tsd: ^1.1.0
2614-
jest-silent-reporter: ^0.4.0
2614+
jest-silent-reporter: ^0.5.0
26152615
jest-snapshot: "workspace:*"
26162616
jest-snapshot-serializer-raw: ^1.1.0
26172617
jest-watch-typeahead: ^0.6.0
@@ -13190,13 +13190,13 @@ fsevents@^1.2.7:
1319013190
languageName: node
1319113191
linkType: hard
1319213192

13193-
"jest-silent-reporter@npm:^0.4.0":
13194-
version: 0.4.0
13195-
resolution: "jest-silent-reporter@npm:0.4.0"
13193+
"jest-silent-reporter@npm:^0.5.0":
13194+
version: 0.5.0
13195+
resolution: "jest-silent-reporter@npm:0.5.0"
1319613196
dependencies:
1319713197
chalk: ^4.0.0
1319813198
jest-util: ^26.0.0
13199-
checksum: 6d1aff51325752f95a0f8ea39adf6c972c895fc05adee51908256f7bde6f514b8e8a9d8862aeef3be47f4dfc391c66b3c2097678cb0d01a0bc636ed746b81dc1
13199+
checksum: 287f520665c2f794b202eab959df809748a451c26e8e57322fd14014e3b920e7ad635a627c1a88740c17b5c06c29161ec2abbd8a8dee04f76a1a9f9bc125176a
1320013200
languageName: node
1320113201
linkType: hard
1320213202

0 commit comments

Comments
 (0)