Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83a7ca3

Browse filesBrowse files
committed
chore: update changelog for release
1 parent 6373529 commit 83a7ca3
Copy full SHA for 83a7ca3

File tree

Expand file treeCollapse file tree

3 files changed

+20
-14
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+20
-14
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-8Lines changed: 14 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
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",
Collapse file

‎yarn.lock‎

Copy file name to clipboardExpand all lines: yarn.lock
+5-5Lines changed: 5 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.