facebook/jest
### [`v27.2.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2724)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.2.3...v27.2.4)
##### Features
- `[expect]` Add equality checks for Array Buffers in `expect.ToStrictEqual()` ([#11805](https://togithub.com/facebook/jest/pull/11805))
##### Fixes
- `[jest-snapshot]` Correctly indent inline snapshots ([#11560](https://togithub.com/facebook/jest/pull/11560))
### [`v27.2.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2723)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.2.2...v27.2.3)
##### Features
- `[@jest/fake-timers]` Update `@sinonjs/fake-timers` to v8 ([#11879](https://togithub.com/facebook/jest/pull/11879))
##### Fixes
- `[jest-config]` Parse `testEnvironmentOptions` if received from CLI ([#11902](https://togithub.com/facebook/jest/pull/11902))
- `[jest-reporters]` Call `destroy` on `v8-to-istanbul` converters to free memory ([#11896](https://togithub.com/facebook/jest/pull/11896))
### [`v27.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2722)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.2.1...v27.2.2)
##### Fixes
- `[jest-runtime]` Correct `wrapperLength` value for ESM modules. ([#11893](https://togithub.com/facebook/jest/pull/11893))
### [`v27.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2721)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.2.0...v27.2.1)
##### Features
- `[jest-transform]` Improve the unexpected token error message. ([#11807](https://togithub.com/facebook/jest/pull/11807))
##### Fixes
- `[jest-runtime]` Fix regression when using `jest.isolateModules` and mocks ([#11882](https://togithub.com/facebook/jest/pull/11882))
- `[jest-runtime]` Include test name when importing modules after test has completed ([#11885](https://togithub.com/facebook/jest/pull/11885))
- `[jest-runtime]` Error when ESM import is used after test is torn down ([#11885](https://togithub.com/facebook/jest/pull/11885))
### [`v27.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2720)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.1.1...v27.2.0)
##### Features
- `[jest-resolver, jest-runtime]` Pass `conditions` to custom resolvers to enable them to implement support for package.json `exports` field ([#11859](https://togithub.com/facebook/jest/pull/11859))
- `[jest-runtime]` Allow custom envs to specify `exportConditions` which is passed together with Jest's own conditions to custom resolvers ([#11863](https://togithub.com/facebook/jest/pull/11863))
##### Fixes
- `[@jest/reporters]` Use async transform if available to transform files with no coverage ([#11852](https://togithub.com/facebook/jest/pull/11852))
- `[jest-util]` Return correct value from `process.send` stub ([#11799](https://togithub.com/facebook/jest/pull/11799))
### [`v27.1.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2711)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.1.0...v27.1.1)
##### Features
- `[jest-runtime]` Add experimental, limited (and undocumented) support for mocking ECMAScript Modules ([#11818](https://togithub.com/facebook/jest/pull/11818))
##### Fixes
- `[jest-resolver]` Support `node:` prefix when importing Node core modules with ESM ([#11817](https://togithub.com/facebook/jest/pull/11817))
- `[jest-types]` Export the `PrettyFormatOptions` interface ([#11801](https://togithub.com/facebook/jest/pull/11801))
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
Coverage increased (+0.6%) to 90.816% when pulling a57f7b6bd75bdae531f022a08ad18ff3c4bc966f on renovate/jest-monorepo into b8bdcf02e23cecb4e66b45302d7e6522c4262bb1 on master.
This PR contains the following updates:
27.1.0
->27.2.4
Release Notes
facebook/jest
### [`v27.2.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2724) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.3...v27.2.4) ##### Features - `[expect]` Add equality checks for Array Buffers in `expect.ToStrictEqual()` ([#11805](https://togithub.com/facebook/jest/pull/11805)) ##### Fixes - `[jest-snapshot]` Correctly indent inline snapshots ([#11560](https://togithub.com/facebook/jest/pull/11560)) ### [`v27.2.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2723) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.2...v27.2.3) ##### Features - `[@jest/fake-timers]` Update `@sinonjs/fake-timers` to v8 ([#11879](https://togithub.com/facebook/jest/pull/11879)) ##### Fixes - `[jest-config]` Parse `testEnvironmentOptions` if received from CLI ([#11902](https://togithub.com/facebook/jest/pull/11902)) - `[jest-reporters]` Call `destroy` on `v8-to-istanbul` converters to free memory ([#11896](https://togithub.com/facebook/jest/pull/11896)) ### [`v27.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2722) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.1...v27.2.2) ##### Fixes - `[jest-runtime]` Correct `wrapperLength` value for ESM modules. ([#11893](https://togithub.com/facebook/jest/pull/11893)) ### [`v27.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2721) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.0...v27.2.1) ##### Features - `[jest-transform]` Improve the unexpected token error message. ([#11807](https://togithub.com/facebook/jest/pull/11807)) ##### Fixes - `[jest-runtime]` Fix regression when using `jest.isolateModules` and mocks ([#11882](https://togithub.com/facebook/jest/pull/11882)) - `[jest-runtime]` Include test name when importing modules after test has completed ([#11885](https://togithub.com/facebook/jest/pull/11885)) - `[jest-runtime]` Error when ESM import is used after test is torn down ([#11885](https://togithub.com/facebook/jest/pull/11885)) ### [`v27.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2720) [Compare Source](https://togithub.com/facebook/jest/compare/v27.1.1...v27.2.0) ##### Features - `[jest-resolver, jest-runtime]` Pass `conditions` to custom resolvers to enable them to implement support for package.json `exports` field ([#11859](https://togithub.com/facebook/jest/pull/11859)) - `[jest-runtime]` Allow custom envs to specify `exportConditions` which is passed together with Jest's own conditions to custom resolvers ([#11863](https://togithub.com/facebook/jest/pull/11863)) ##### Fixes - `[@jest/reporters]` Use async transform if available to transform files with no coverage ([#11852](https://togithub.com/facebook/jest/pull/11852)) - `[jest-util]` Return correct value from `process.send` stub ([#11799](https://togithub.com/facebook/jest/pull/11799)) ### [`v27.1.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2711) [Compare Source](https://togithub.com/facebook/jest/compare/v27.1.0...v27.1.1) ##### Features - `[jest-runtime]` Add experimental, limited (and undocumented) support for mocking ECMAScript Modules ([#11818](https://togithub.com/facebook/jest/pull/11818)) ##### Fixes - `[jest-resolver]` Support `node:` prefix when importing Node core modules with ESM ([#11817](https://togithub.com/facebook/jest/pull/11817)) - `[jest-types]` Export the `PrettyFormatOptions` interface ([#11801](https://togithub.com/facebook/jest/pull/11801))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.