facebook/jest
### [`v27.3.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2731)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.3.0...v27.3.1)
##### Fixes
- `[expect]` Make `expect` extension properties `configurable` ([#11978](https://togithub.com/facebook/jest/pull/11978))
- `[expect]` Fix `.any()` checks on primitive wrapper classes ([#11976](https://togithub.com/facebook/jest/pull/11976))
##### Chore & Maintenance
- `[expect]` `BigInt` global is always defined, don't check for its existence at runtime ([#11979](https://togithub.com/facebook/jest/pull/11979))
- `[jest-config, jest-util]` Use `ci-info` instead of `is-ci` to detect CI environment ([#11973](https://togithub.com/facebook/jest/pull/11973))
### [`v27.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2730)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.2.5...v27.3.0)
##### Features
- `[jest-config]` Add `testEnvironmentOptions.html` to apply to jsdom input ([#11950](https://togithub.com/facebook/jest/pull/11950))
- `[jest-resolver]` Support default export (`.`) in `exports` field *if* `main` is missing ([#11919](https://togithub.com/facebook/jest/pull/11919))
##### Fixes
- `[expect]` Tweak and improve types ([#11949](https://togithub.com/facebook/jest/pull/11949))
- `[jest-runtime]` Ensure absolute paths can be resolved within test modules ([#11943](https://togithub.com/facebook/jest/pull/11943))
- `[jest-runtime]` Fix `instanceof` for `ModernFakeTimers` and `LegacyFakeTimers` methods ([#11946](https://togithub.com/facebook/jest/pull/11946))
### [`v27.2.5`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2725)
[Compare Source](https://togithub.com/facebook/jest/compare/v27.2.4...v27.2.5)
##### Features
- `[jest-config]` Warn when multiple Jest configs are located ([#11922](https://togithub.com/facebook/jest/pull/11922))
##### Fixes
- `[expect]` Pass matcher context to asymmetric matchers ([#11926](https://togithub.com/facebook/jest/pull/11926) & [#11930](https://togithub.com/facebook/jest/pull/11930))
- `[expect]` Improve TypeScript types ([#11931](https://togithub.com/facebook/jest/pull/11931))
- `[expect]` Improve typings of `toThrow()` and `toThrowError()` matchers ([#11929](https://togithub.com/facebook/jest/pull/11929))
- `[jest-cli]` Improve `--help` printout by removing defunct `--browser` option ([#11914](https://togithub.com/facebook/jest/pull/11914))
- `[jest-haste-map]` Use distinct cache paths for different values of `computeDependencies` ([#11916](https://togithub.com/facebook/jest/pull/11916))
- `[@jest/reporters]` Do not buffer `console.log`s when using verbose reporter ([#11054](https://togithub.com/facebook/jest/pull/11054))
##### Chore & Maintenance
- `[expect]` Export default matchers ([#11932](https://togithub.com/facebook/jest/pull/11932))
- `[@jest/types]` Mark deprecated configuration options as `@deprecated` ([#11913](https://togithub.com/facebook/jest/pull/11913))
### [`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))
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
27.0.1
->27.0.2
27.1.1
->27.3.1
Release Notes
facebook/jest
### [`v27.3.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2731) [Compare Source](https://togithub.com/facebook/jest/compare/v27.3.0...v27.3.1) ##### Fixes - `[expect]` Make `expect` extension properties `configurable` ([#11978](https://togithub.com/facebook/jest/pull/11978)) - `[expect]` Fix `.any()` checks on primitive wrapper classes ([#11976](https://togithub.com/facebook/jest/pull/11976)) ##### Chore & Maintenance - `[expect]` `BigInt` global is always defined, don't check for its existence at runtime ([#11979](https://togithub.com/facebook/jest/pull/11979)) - `[jest-config, jest-util]` Use `ci-info` instead of `is-ci` to detect CI environment ([#11973](https://togithub.com/facebook/jest/pull/11973)) ### [`v27.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2730) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.5...v27.3.0) ##### Features - `[jest-config]` Add `testEnvironmentOptions.html` to apply to jsdom input ([#11950](https://togithub.com/facebook/jest/pull/11950)) - `[jest-resolver]` Support default export (`.`) in `exports` field *if* `main` is missing ([#11919](https://togithub.com/facebook/jest/pull/11919)) ##### Fixes - `[expect]` Tweak and improve types ([#11949](https://togithub.com/facebook/jest/pull/11949)) - `[jest-runtime]` Ensure absolute paths can be resolved within test modules ([#11943](https://togithub.com/facebook/jest/pull/11943)) - `[jest-runtime]` Fix `instanceof` for `ModernFakeTimers` and `LegacyFakeTimers` methods ([#11946](https://togithub.com/facebook/jest/pull/11946)) ### [`v27.2.5`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2725) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.4...v27.2.5) ##### Features - `[jest-config]` Warn when multiple Jest configs are located ([#11922](https://togithub.com/facebook/jest/pull/11922)) ##### Fixes - `[expect]` Pass matcher context to asymmetric matchers ([#11926](https://togithub.com/facebook/jest/pull/11926) & [#11930](https://togithub.com/facebook/jest/pull/11930)) - `[expect]` Improve TypeScript types ([#11931](https://togithub.com/facebook/jest/pull/11931)) - `[expect]` Improve typings of `toThrow()` and `toThrowError()` matchers ([#11929](https://togithub.com/facebook/jest/pull/11929)) - `[jest-cli]` Improve `--help` printout by removing defunct `--browser` option ([#11914](https://togithub.com/facebook/jest/pull/11914)) - `[jest-haste-map]` Use distinct cache paths for different values of `computeDependencies` ([#11916](https://togithub.com/facebook/jest/pull/11916)) - `[@jest/reporters]` Do not buffer `console.log`s when using verbose reporter ([#11054](https://togithub.com/facebook/jest/pull/11054)) ##### Chore & Maintenance - `[expect]` Export default matchers ([#11932](https://togithub.com/facebook/jest/pull/11932)) - `[@jest/types]` Mark deprecated configuration options as `@deprecated` ([#11913](https://togithub.com/facebook/jest/pull/11913)) ### [`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))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.