Changelog
*Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).*
> ## 24.7.1
>
> ### Fixes
>
> - `[@jest/config]` Normalize `testSequencer` to its absolute path ([#8267](https://github-redirect.dependabot.com/facebook/jest/pull/8267))
> - `[@jest/console]` Print to stderr when calling `console.error`, `console.warn` or `console.assert` using the `jest-runtime` CLI ([#8261](https://github-redirect.dependabot.com/facebook/jest/pull/8261))
>
> ## 24.7.0
>
> ### Features
>
> - `[@jest/core, @jest/test-sequencer]` Move `testSequencer` to individual package `@jest/test-sequencer` ([#8223](https://github-redirect.dependabot.com/facebook/jest/pull/8223))
> - `[@jest/core, jest-cli, jest-config]` Add option `testSequencer` allow user use custom sequencer. ([#8223](https://github-redirect.dependabot.com/facebook/jest/pull/8223))
>
> ### Fixes
>
> - `[expect]` Add negative equality tests for iterables ([#8260](https://github-redirect.dependabot.com/facebook/jest/pull/8260))
> - `[jest-haste-map]` Resolve fs watcher EMFILE error ([#8258](https://github-redirect.dependabot.com/facebook/jest/pull/8258))
>
> ### Chore & Maintenance
>
> - `[expect]` Remove repetition of matcherName and options in matchers ([#8224](https://github-redirect.dependabot.com/facebook/jest/pull/8224))
>
> ### Performance
>
> ## 24.6.0
>
> ### Features
>
> - `[expect]`: Improve report when matcher fails, part 13 ([#8077](https://github-redirect.dependabot.com/facebook/jest/pull/8077))
> - `[@jest/core]` Filter API pre-filter setup hook ([#8142](https://github-redirect.dependabot.com/facebook/jest/pull/8142))
> - `[jest-snapshot]` Improve report when matcher fails, part 14 ([#8132](https://github-redirect.dependabot.com/facebook/jest/pull/8132))
> - `[@jest/reporter]` Display todo and skip test descriptions when verbose is true ([#8038](https://github-redirect.dependabot.com/facebook/jest/pull/8038))
> - `[jest-runner]` Support default exports for test environments ([#8163](https://github-redirect.dependabot.com/facebook/jest/pull/8163))
> - `[pretty-format]` Support React.Suspense ([#8180](https://github-redirect.dependabot.com/facebook/jest/pull/8180))
> - `[jest-snapshot]` Indent inline snapshots ([#8198](https://github-redirect.dependabot.com/facebook/jest/pull/8198))
> - `[jest-config]` Support colors in `displayName` configuration ([#8025](https://github-redirect.dependabot.com/facebook/jest/pull/8025))
>
> ### Fixes
>
> - `[jest-circus]` Fix test retries with beforeAll/beforeEach failures ([#8227](https://github-redirect.dependabot.com/facebook/jest/pull/8227))
> - `[expect]` Fix circular references in iterable equality ([#8160](https://github-redirect.dependabot.com/facebook/jest/pull/8160))
> - `[jest-changed-files]` Change method of obtaining git root ([#8052](https://github-redirect.dependabot.com/facebook/jest/pull/8052))
> - `[jest-each]` Fix test function type ([#8145](https://github-redirect.dependabot.com/facebook/jest/pull/8145))
> - `[jest-fake-timers]` `getTimerCount` not taking immediates and ticks into account ([#8139](https://github-redirect.dependabot.com/facebook/jest/pull/8139))
> - `[jest-runtime]` Allow json file as manual mock ([#8159](https://github-redirect.dependabot.com/facebook/jest/pull/8159))
> - `[pretty-format]` Print `BigInt` as a readable number instead of `{}` ([#8138](https://github-redirect.dependabot.com/facebook/jest/pull/8138))
> - `[jest-core]` Fix ability to transform dependencies required from globalSetup script ([#8143](https://github-redirect.dependabot.com/facebook/jest/pull/8143))
> - `[@jest/reporters]` Fix Cannot read property converageData of null ([#8168](https://github-redirect.dependabot.com/facebook/jest/pull/8168))
> - `[jest-worker]` `JEST_WORKER_ID` starts at 1 ([#8205](https://github-redirect.dependabot.com/facebook/jest/pull/8205))
> ... (truncated)
Commits
- [`f3dab7c`](https://github.com/facebook/jest/commit/f3dab7cd92006540ecee5a0b8b6811608861bd52) Release 24.7.1
- [`0efb1d7`](https://github.com/facebook/jest/commit/0efb1d7809cb96ae87a7601e7802f1dab3774280) Resolves the test sequencer even when not explicitly set ([#8267](https://github-redirect.dependabot.com/facebook/jest/issues/8267))
- [`3e92cb1`](https://github.com/facebook/jest/commit/3e92cb11d7533998d1a2697f59653945b0bd3266) CustomConsole: print console.error and console.assert to stderr ([#8261](https://github-redirect.dependabot.com/facebook/jest/issues/8261))
- [`c85a5e9`](https://github.com/facebook/jest/commit/c85a5e9b1a8a82d837418d79bdb98493b4df460b) Release 24.7.0
- [`eb04136`](https://github.com/facebook/jest/commit/eb0413622542bc0f70c32950d9daeeab9f6802ac) Fix incorrect directory field. ([#8262](https://github-redirect.dependabot.com/facebook/jest/issues/8262))
- [`96c19a6`](https://github.com/facebook/jest/commit/96c19a68ed10b518736a779ea135ef1437d136a6) [expect] Add negative equality tests ([#8260](https://github-redirect.dependabot.com/facebook/jest/issues/8260))
- [`f88ae4b`](https://github.com/facebook/jest/commit/f88ae4bee0886abc48370b6dd672af84e7bbd2de) Fix fs watcher EMFILE error. ([#8258](https://github-redirect.dependabot.com/facebook/jest/issues/8258))
- [`228b7d1`](https://github.com/facebook/jest/commit/228b7d15e2e1c641108abc2f125d9ce959063fcb) correct / clean up changelog
- [`b8378d3`](https://github.com/facebook/jest/commit/b8378d3b66f9bd424c8b91e556682b7057be9732) chore: Remove repetition of matcherName and options in matchers ([#8224](https://github-redirect.dependabot.com/facebook/jest/issues/8224))
- [`9c5c449`](https://github.com/facebook/jest/commit/9c5c449423776d8350ed8f5bcfd8751ae4af78c8) Add fuzzing based tests in Jest (retry PR8012) ([#8164](https://github-redirect.dependabot.com/facebook/jest/issues/8164))
- Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.6.0...v24.7.1)
Maintainer changes
This version was pushed to npm by [scotthovestadt](https://www.npmjs.com/~scotthovestadt), a new releaser for jest since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps jest from 23.6.0 to 24.7.1.
Changelog
*Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).* > ## 24.7.1 > > ### Fixes > > - `[@jest/config]` Normalize `testSequencer` to its absolute path ([#8267](https://github-redirect.dependabot.com/facebook/jest/pull/8267)) > - `[@jest/console]` Print to stderr when calling `console.error`, `console.warn` or `console.assert` using the `jest-runtime` CLI ([#8261](https://github-redirect.dependabot.com/facebook/jest/pull/8261)) > > ## 24.7.0 > > ### Features > > - `[@jest/core, @jest/test-sequencer]` Move `testSequencer` to individual package `@jest/test-sequencer` ([#8223](https://github-redirect.dependabot.com/facebook/jest/pull/8223)) > - `[@jest/core, jest-cli, jest-config]` Add option `testSequencer` allow user use custom sequencer. ([#8223](https://github-redirect.dependabot.com/facebook/jest/pull/8223)) > > ### Fixes > > - `[expect]` Add negative equality tests for iterables ([#8260](https://github-redirect.dependabot.com/facebook/jest/pull/8260)) > - `[jest-haste-map]` Resolve fs watcher EMFILE error ([#8258](https://github-redirect.dependabot.com/facebook/jest/pull/8258)) > > ### Chore & Maintenance > > - `[expect]` Remove repetition of matcherName and options in matchers ([#8224](https://github-redirect.dependabot.com/facebook/jest/pull/8224)) > > ### Performance > > ## 24.6.0 > > ### Features > > - `[expect]`: Improve report when matcher fails, part 13 ([#8077](https://github-redirect.dependabot.com/facebook/jest/pull/8077)) > - `[@jest/core]` Filter API pre-filter setup hook ([#8142](https://github-redirect.dependabot.com/facebook/jest/pull/8142)) > - `[jest-snapshot]` Improve report when matcher fails, part 14 ([#8132](https://github-redirect.dependabot.com/facebook/jest/pull/8132)) > - `[@jest/reporter]` Display todo and skip test descriptions when verbose is true ([#8038](https://github-redirect.dependabot.com/facebook/jest/pull/8038)) > - `[jest-runner]` Support default exports for test environments ([#8163](https://github-redirect.dependabot.com/facebook/jest/pull/8163)) > - `[pretty-format]` Support React.Suspense ([#8180](https://github-redirect.dependabot.com/facebook/jest/pull/8180)) > - `[jest-snapshot]` Indent inline snapshots ([#8198](https://github-redirect.dependabot.com/facebook/jest/pull/8198)) > - `[jest-config]` Support colors in `displayName` configuration ([#8025](https://github-redirect.dependabot.com/facebook/jest/pull/8025)) > > ### Fixes > > - `[jest-circus]` Fix test retries with beforeAll/beforeEach failures ([#8227](https://github-redirect.dependabot.com/facebook/jest/pull/8227)) > - `[expect]` Fix circular references in iterable equality ([#8160](https://github-redirect.dependabot.com/facebook/jest/pull/8160)) > - `[jest-changed-files]` Change method of obtaining git root ([#8052](https://github-redirect.dependabot.com/facebook/jest/pull/8052)) > - `[jest-each]` Fix test function type ([#8145](https://github-redirect.dependabot.com/facebook/jest/pull/8145)) > - `[jest-fake-timers]` `getTimerCount` not taking immediates and ticks into account ([#8139](https://github-redirect.dependabot.com/facebook/jest/pull/8139)) > - `[jest-runtime]` Allow json file as manual mock ([#8159](https://github-redirect.dependabot.com/facebook/jest/pull/8159)) > - `[pretty-format]` Print `BigInt` as a readable number instead of `{}` ([#8138](https://github-redirect.dependabot.com/facebook/jest/pull/8138)) > - `[jest-core]` Fix ability to transform dependencies required from globalSetup script ([#8143](https://github-redirect.dependabot.com/facebook/jest/pull/8143)) > - `[@jest/reporters]` Fix Cannot read property converageData of null ([#8168](https://github-redirect.dependabot.com/facebook/jest/pull/8168)) > - `[jest-worker]` `JEST_WORKER_ID` starts at 1 ([#8205](https://github-redirect.dependabot.com/facebook/jest/pull/8205)) > ... (truncated)Commits
- [`f3dab7c`](https://github.com/facebook/jest/commit/f3dab7cd92006540ecee5a0b8b6811608861bd52) Release 24.7.1 - [`0efb1d7`](https://github.com/facebook/jest/commit/0efb1d7809cb96ae87a7601e7802f1dab3774280) Resolves the test sequencer even when not explicitly set ([#8267](https://github-redirect.dependabot.com/facebook/jest/issues/8267)) - [`3e92cb1`](https://github.com/facebook/jest/commit/3e92cb11d7533998d1a2697f59653945b0bd3266) CustomConsole: print console.error and console.assert to stderr ([#8261](https://github-redirect.dependabot.com/facebook/jest/issues/8261)) - [`c85a5e9`](https://github.com/facebook/jest/commit/c85a5e9b1a8a82d837418d79bdb98493b4df460b) Release 24.7.0 - [`eb04136`](https://github.com/facebook/jest/commit/eb0413622542bc0f70c32950d9daeeab9f6802ac) Fix incorrect directory field. ([#8262](https://github-redirect.dependabot.com/facebook/jest/issues/8262)) - [`96c19a6`](https://github.com/facebook/jest/commit/96c19a68ed10b518736a779ea135ef1437d136a6) [expect] Add negative equality tests ([#8260](https://github-redirect.dependabot.com/facebook/jest/issues/8260)) - [`f88ae4b`](https://github.com/facebook/jest/commit/f88ae4bee0886abc48370b6dd672af84e7bbd2de) Fix fs watcher EMFILE error. ([#8258](https://github-redirect.dependabot.com/facebook/jest/issues/8258)) - [`228b7d1`](https://github.com/facebook/jest/commit/228b7d15e2e1c641108abc2f125d9ce959063fcb) correct / clean up changelog - [`b8378d3`](https://github.com/facebook/jest/commit/b8378d3b66f9bd424c8b91e556682b7057be9732) chore: Remove repetition of matcherName and options in matchers ([#8224](https://github-redirect.dependabot.com/facebook/jest/issues/8224)) - [`9c5c449`](https://github.com/facebook/jest/commit/9c5c449423776d8350ed8f5bcfd8751ae4af78c8) Add fuzzing based tests in Jest (retry PR8012) ([#8164](https://github-redirect.dependabot.com/facebook/jest/issues/8164)) - Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.6.0...v24.7.1)Maintainer changes
This version was pushed to npm by [scotthovestadt](https://www.npmjs.com/~scotthovestadt), a new releaser for jest since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.