diff --git a/CHANGELOG.md b/CHANGELOG.md index db8108c9dd3b..3d7f5fb9ec55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 42f7ffe04460..3f211eb5bcf8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index e4c3c91bd730..07be698be544 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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