Skip to content

Commit

Permalink
chore: update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 22, 2021
1 parent 6373529 commit 83a7ca3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@

### Features

- `[jest-fake-timers]` Flush callbacks scheduled with `requestAnimationFrame` every 16ms when using legacy timers. ([#11523](https://github.com/facebook/jest/pull/11567))
- `[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)

### Fixes

- `[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))
- `[jest-core]` Support special characters like `@`, `+` and `()` on Windows with `--findRelatedTests` ([#11548](https://github.com/facebook/jest/pull/11548))
- `[jest-reporter]` Allow `node-notifier@10` as peer dependency ([#11523](https://github.com/facebook/jest/pull/11523))
- `[jest-reporter]` Update `v8-to-istanbul` ([#11523](https://github.com/facebook/jest/pull/11523))

### Chore & Maintenance

### Performance

## 27.0.5

### Features

- `[@jest/fake-timers]` Flush callbacks scheduled with `requestAnimationFrame` every 16ms when using legacy timers. ([#11523](https://github.com/facebook/jest/pull/11567))
- `[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)

### Fixes

- `[jest-core]` Support special characters like `@`, `+` and `()` on Windows with `--findRelatedTests` ([#11548](https://github.com/facebook/jest/pull/11548))
- `[@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))
- `[@jest/reporters]` Allow `node-notifier@10` as peer dependency ([#11523](https://github.com/facebook/jest/pull/11523))
- `[@jest/reporters]` Update `v8-to-istanbul` ([#11523](https://github.com/facebook/jest/pull/11523))

## 27.0.4

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest-junit": "^12.0.0",
"jest-mock": "workspace:*",
"jest-runner-tsd": "^1.1.0",
"jest-silent-reporter": "^0.4.0",
"jest-silent-reporter": "^0.5.0",
"jest-snapshot": "workspace:*",
"jest-snapshot-serializer-raw": "^1.1.0",
"jest-watch-typeahead": "^0.6.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ __metadata:
jest-junit: ^12.0.0
jest-mock: "workspace:*"
jest-runner-tsd: ^1.1.0
jest-silent-reporter: ^0.4.0
jest-silent-reporter: ^0.5.0
jest-snapshot: "workspace:*"
jest-snapshot-serializer-raw: ^1.1.0
jest-watch-typeahead: ^0.6.0
Expand Down Expand Up @@ -13190,13 +13190,13 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jest-silent-reporter@npm:^0.4.0":
version: 0.4.0
resolution: "jest-silent-reporter@npm:0.4.0"
"jest-silent-reporter@npm:^0.5.0":
version: 0.5.0
resolution: "jest-silent-reporter@npm:0.5.0"
dependencies:
chalk: ^4.0.0
jest-util: ^26.0.0
checksum: 6d1aff51325752f95a0f8ea39adf6c972c895fc05adee51908256f7bde6f514b8e8a9d8862aeef3be47f4dfc391c66b3c2097678cb0d01a0bc636ed746b81dc1
checksum: 287f520665c2f794b202eab959df809748a451c26e8e57322fd14014e3b920e7ad635a627c1a88740c17b5c06c29161ec2abbd8a8dee04f76a1a9f9bc125176a
languageName: node
linkType: hard

Expand Down

0 comments on commit 83a7ca3

Please sign in to comment.