Changelog
*Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).*
> ## 24.3.1
>
> ### Fixes
>
> - `[jest-cli]` export functions compatible with `import {default}` ([#8080](https://github-redirect.dependabot.com/facebook/jest/pull/8080))
> - `[jest-worker]`: Fix retries and error notification in workers ([#8079](https://github-redirect.dependabot.com/facebook/jest/pull/8079))
>
> ### Chore & Maintenance
>
> - `[pretty-format]`: Use `react-is` instead of manual `$$typeof` checks ([#8060](https://github-redirect.dependabot.com/facebook/jest/pull/8060))
>
> ## 24.3.0
>
> We skipped 24.2.0 because a draft was accidentally published. Please use `24.3.0` or a newer version instead.
>
> ### Features
>
> - `[expect]`: Improve report when matcher fails, part 10 ([#7960](https://github-redirect.dependabot.com/facebook/jest/pull/7960))
> - `[expect]`: Improve report when matcher fails, part 11 ([#8008](https://github-redirect.dependabot.com/facebook/jest/pull/8008))
> - `[expect]`: Improve report when matcher fails, part 12 ([#8033](https://github-redirect.dependabot.com/facebook/jest/pull/8033))
> - `[expect]`: Improve report when matcher fails, part 7 ([#7866](https://github-redirect.dependabot.com/facebook/jest/pull/7866))
> - `[expect]`: Improve report when matcher fails, part 8 ([#7876](https://github-redirect.dependabot.com/facebook/jest/pull/7876))
> - `[expect]`: Improve report when matcher fails, part 9 ([#7940](https://github-redirect.dependabot.com/facebook/jest/pull/7940))
> - `[jest-circus/jest-jasmine2]` Warn if describe returns a value ([#7852](https://github-redirect.dependabot.com/facebook/jest/pull/7852))
> - `[jest-config]` Print error information on preset normalization error ([#7935](https://github-redirect.dependabot.com/facebook/jest/pull/7935))
> - `[jest-get-type]` Add `isPrimitive` function ([#7708](https://github-redirect.dependabot.com/facebook/jest/pull/7708))
> - `[jest-haste-map]` Add `skipPackageJson` option ([#7778](https://github-redirect.dependabot.com/facebook/jest/pull/7778))
> - `[jest-util]` Add `isPromise` ([#7852](https://github-redirect.dependabot.com/facebook/jest/pull/7852))
> - `[pretty-format]` Support `React.memo` ([#7891](https://github-redirect.dependabot.com/facebook/jest/pull/7891))
>
> ### Fixes
>
> - `[expect]` Fix `toStrictEqual` not considering arrays with objects having undefined values correctly ([#7938](https://github-redirect.dependabot.com/facebook/jest/pull/7938))
> - `[expect]` Fix custom async matcher stack trace ([#7652](https://github-redirect.dependabot.com/facebook/jest/pull/7652))
> - `[expect]` Fix non-object received value in toHaveProperty ([#7986](https://github-redirect.dependabot.com/facebook/jest/pull/7986), [#8067](https://github-redirect.dependabot.com/facebook/jest/pull/8067))
> - `[expect]` Fix non-symmetric equal for Number ([#7948](https://github-redirect.dependabot.com/facebook/jest/pull/7948))
> - `[expect]` Remove duck typing and obsolete browser support code when comparing DOM nodes and use DOM-Level-3 API instead ([#7995](https://github-redirect.dependabot.com/facebook/jest/pull/7995))
> - `[jest-changed-files]` Fix `getChangedFilesFromRoots` to not return parts of the commit messages as if they were files, when the commit messages contained multiple paragraphs ([#7961](https://github-redirect.dependabot.com/facebook/jest/pull/7961))
> - `[jest-changed-files]` Fix pattern for HG changed files ([#8066](https://github-redirect.dependabot.com/facebook/jest/pull/8066))
> - `[jest-changed-files]` Improve default file selection for Mercurial repos ([#7880](https://github-redirect.dependabot.com/facebook/jest/pull/7880))
> - `[jest-circus]` Fix bug with test.only ([#7888](https://github-redirect.dependabot.com/facebook/jest/pull/7888))
> - `[jest-circus]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github-redirect.dependabot.com/facebook/jest/pull/8005))
> - `[jest-cli]` Fix prototype pollution vulnerability in dependency ([#7904](https://github-redirect.dependabot.com/facebook/jest/pull/7904))
> - `[jest-cli]` Refactor `-o` and `--coverage` combined ([#7611](https://github-redirect.dependabot.com/facebook/jest/pull/7611))
> - `[jest-environment-node]` Add missing globals: TextEncoder and TextDecoder ([#8022](https://github-redirect.dependabot.com/facebook/jest/pull/8022))
> - `[jest-haste-map]` Enforce uniqueness in names (mocks and haste ids) ([#8002](https://github-redirect.dependabot.com/facebook/jest/pull/8002))
> - `[jest-jasmine2]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github-redirect.dependabot.com/facebook/jest/pull/8005))
> - `[jest-mock]` Adds a type check to `prototype` to allow mocks of objects with a primitive `prototype` property. ([#8040](https://github-redirect.dependabot.com/facebook/jest/pull/8040))
> - `[jest-transform]` Normalize config and remove unnecessary checks, convert `TestUtils.js` to TypeScript ([#7801](https://github-redirect.dependabot.com/facebook/jest/pull/7801))
> - `[jest-util]`Make sure to not fail if unable to assign `toStringTag` to the `process` object, which is read only in Node 12 ([#8050](https://github-redirect.dependabot.com/facebook/jest/pull/8050))
> ... (truncated)
Commits
- [`65c6e9d`](https://github.com/facebook/jest/commit/65c6e9d5e398711c011078bb72648c77fc8a8cb3) v24.3.1
- [`0c9737e`](https://github.com/facebook/jest/commit/0c9737e583c6bb90c51baa282e83b8e2066326fb) Fix retries and error notification in workers ([#8079](https://github-redirect.dependabot.com/facebook/jest/issues/8079))
- [`b0cbcbf`](https://github.com/facebook/jest/commit/b0cbcbf3f813db9a66a5bfbe822e15d59d157064) export functions compatible with `import jest from 'jest'` ([#8081](https://github-redirect.dependabot.com/facebook/jest/issues/8081))
- [`5c726bd`](https://github.com/facebook/jest/commit/5c726bdf63002696d3e0872583665c568f0ccf65) chore: update ansi-escape types
- [`b63b279`](https://github.com/facebook/jest/commit/b63b279ca832613d2685611d3f98ee175250e9ac) chore: refresh lockfile
- [`d4e91c3`](https://github.com/facebook/jest/commit/d4e91c3fe2c4b37ba6af3de10f10d3de9b488876) use react-is in pretty-format ([#8060](https://github-redirect.dependabot.com/facebook/jest/issues/8060))
- [`36484b5`](https://github.com/facebook/jest/commit/36484b51517a91fb9ec99db922f087488ea6ddad) Release 24.3.0
- [`eaf9669`](https://github.com/facebook/jest/commit/eaf9669240240761d030c78f6c226c4e41fea630) Improve changelog for next minor release ([#8075](https://github-redirect.dependabot.com/facebook/jest/issues/8075))
- [`eae9654`](https://github.com/facebook/jest/commit/eae96542941b55f929eaeadbd87e48604f8819f6) Fix pattern for HG changed files ([#8066](https://github-redirect.dependabot.com/facebook/jest/issues/8066))
- [`690221b`](https://github.com/facebook/jest/commit/690221b5db85e024e2738d30ed2633275d4c63ab) Warn if describe returns a value ([#7852](https://github-redirect.dependabot.com/facebook/jest/issues/7852))
- Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.6.0...v24.3.1)
Maintainer changes
This version was pushed to npm by [rubennorte](https://www.npmjs.com/~rubennorte), 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.3.1.
Changelog
*Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).* > ## 24.3.1 > > ### Fixes > > - `[jest-cli]` export functions compatible with `import {default}` ([#8080](https://github-redirect.dependabot.com/facebook/jest/pull/8080)) > - `[jest-worker]`: Fix retries and error notification in workers ([#8079](https://github-redirect.dependabot.com/facebook/jest/pull/8079)) > > ### Chore & Maintenance > > - `[pretty-format]`: Use `react-is` instead of manual `$$typeof` checks ([#8060](https://github-redirect.dependabot.com/facebook/jest/pull/8060)) > > ## 24.3.0 > > We skipped 24.2.0 because a draft was accidentally published. Please use `24.3.0` or a newer version instead. > > ### Features > > - `[expect]`: Improve report when matcher fails, part 10 ([#7960](https://github-redirect.dependabot.com/facebook/jest/pull/7960)) > - `[expect]`: Improve report when matcher fails, part 11 ([#8008](https://github-redirect.dependabot.com/facebook/jest/pull/8008)) > - `[expect]`: Improve report when matcher fails, part 12 ([#8033](https://github-redirect.dependabot.com/facebook/jest/pull/8033)) > - `[expect]`: Improve report when matcher fails, part 7 ([#7866](https://github-redirect.dependabot.com/facebook/jest/pull/7866)) > - `[expect]`: Improve report when matcher fails, part 8 ([#7876](https://github-redirect.dependabot.com/facebook/jest/pull/7876)) > - `[expect]`: Improve report when matcher fails, part 9 ([#7940](https://github-redirect.dependabot.com/facebook/jest/pull/7940)) > - `[jest-circus/jest-jasmine2]` Warn if describe returns a value ([#7852](https://github-redirect.dependabot.com/facebook/jest/pull/7852)) > - `[jest-config]` Print error information on preset normalization error ([#7935](https://github-redirect.dependabot.com/facebook/jest/pull/7935)) > - `[jest-get-type]` Add `isPrimitive` function ([#7708](https://github-redirect.dependabot.com/facebook/jest/pull/7708)) > - `[jest-haste-map]` Add `skipPackageJson` option ([#7778](https://github-redirect.dependabot.com/facebook/jest/pull/7778)) > - `[jest-util]` Add `isPromise` ([#7852](https://github-redirect.dependabot.com/facebook/jest/pull/7852)) > - `[pretty-format]` Support `React.memo` ([#7891](https://github-redirect.dependabot.com/facebook/jest/pull/7891)) > > ### Fixes > > - `[expect]` Fix `toStrictEqual` not considering arrays with objects having undefined values correctly ([#7938](https://github-redirect.dependabot.com/facebook/jest/pull/7938)) > - `[expect]` Fix custom async matcher stack trace ([#7652](https://github-redirect.dependabot.com/facebook/jest/pull/7652)) > - `[expect]` Fix non-object received value in toHaveProperty ([#7986](https://github-redirect.dependabot.com/facebook/jest/pull/7986), [#8067](https://github-redirect.dependabot.com/facebook/jest/pull/8067)) > - `[expect]` Fix non-symmetric equal for Number ([#7948](https://github-redirect.dependabot.com/facebook/jest/pull/7948)) > - `[expect]` Remove duck typing and obsolete browser support code when comparing DOM nodes and use DOM-Level-3 API instead ([#7995](https://github-redirect.dependabot.com/facebook/jest/pull/7995)) > - `[jest-changed-files]` Fix `getChangedFilesFromRoots` to not return parts of the commit messages as if they were files, when the commit messages contained multiple paragraphs ([#7961](https://github-redirect.dependabot.com/facebook/jest/pull/7961)) > - `[jest-changed-files]` Fix pattern for HG changed files ([#8066](https://github-redirect.dependabot.com/facebook/jest/pull/8066)) > - `[jest-changed-files]` Improve default file selection for Mercurial repos ([#7880](https://github-redirect.dependabot.com/facebook/jest/pull/7880)) > - `[jest-circus]` Fix bug with test.only ([#7888](https://github-redirect.dependabot.com/facebook/jest/pull/7888)) > - `[jest-circus]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github-redirect.dependabot.com/facebook/jest/pull/8005)) > - `[jest-cli]` Fix prototype pollution vulnerability in dependency ([#7904](https://github-redirect.dependabot.com/facebook/jest/pull/7904)) > - `[jest-cli]` Refactor `-o` and `--coverage` combined ([#7611](https://github-redirect.dependabot.com/facebook/jest/pull/7611)) > - `[jest-environment-node]` Add missing globals: TextEncoder and TextDecoder ([#8022](https://github-redirect.dependabot.com/facebook/jest/pull/8022)) > - `[jest-haste-map]` Enforce uniqueness in names (mocks and haste ids) ([#8002](https://github-redirect.dependabot.com/facebook/jest/pull/8002)) > - `[jest-jasmine2]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github-redirect.dependabot.com/facebook/jest/pull/8005)) > - `[jest-mock]` Adds a type check to `prototype` to allow mocks of objects with a primitive `prototype` property. ([#8040](https://github-redirect.dependabot.com/facebook/jest/pull/8040)) > - `[jest-transform]` Normalize config and remove unnecessary checks, convert `TestUtils.js` to TypeScript ([#7801](https://github-redirect.dependabot.com/facebook/jest/pull/7801)) > - `[jest-util]`Make sure to not fail if unable to assign `toStringTag` to the `process` object, which is read only in Node 12 ([#8050](https://github-redirect.dependabot.com/facebook/jest/pull/8050)) > ... (truncated)Commits
- [`65c6e9d`](https://github.com/facebook/jest/commit/65c6e9d5e398711c011078bb72648c77fc8a8cb3) v24.3.1 - [`0c9737e`](https://github.com/facebook/jest/commit/0c9737e583c6bb90c51baa282e83b8e2066326fb) Fix retries and error notification in workers ([#8079](https://github-redirect.dependabot.com/facebook/jest/issues/8079)) - [`b0cbcbf`](https://github.com/facebook/jest/commit/b0cbcbf3f813db9a66a5bfbe822e15d59d157064) export functions compatible with `import jest from 'jest'` ([#8081](https://github-redirect.dependabot.com/facebook/jest/issues/8081)) - [`5c726bd`](https://github.com/facebook/jest/commit/5c726bdf63002696d3e0872583665c568f0ccf65) chore: update ansi-escape types - [`b63b279`](https://github.com/facebook/jest/commit/b63b279ca832613d2685611d3f98ee175250e9ac) chore: refresh lockfile - [`d4e91c3`](https://github.com/facebook/jest/commit/d4e91c3fe2c4b37ba6af3de10f10d3de9b488876) use react-is in pretty-format ([#8060](https://github-redirect.dependabot.com/facebook/jest/issues/8060)) - [`36484b5`](https://github.com/facebook/jest/commit/36484b51517a91fb9ec99db922f087488ea6ddad) Release 24.3.0 - [`eaf9669`](https://github.com/facebook/jest/commit/eaf9669240240761d030c78f6c226c4e41fea630) Improve changelog for next minor release ([#8075](https://github-redirect.dependabot.com/facebook/jest/issues/8075)) - [`eae9654`](https://github.com/facebook/jest/commit/eae96542941b55f929eaeadbd87e48604f8819f6) Fix pattern for HG changed files ([#8066](https://github-redirect.dependabot.com/facebook/jest/issues/8066)) - [`690221b`](https://github.com/facebook/jest/commit/690221b5db85e024e2738d30ed2633275d4c63ab) Warn if describe returns a value ([#7852](https://github-redirect.dependabot.com/facebook/jest/issues/7852)) - Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.6.0...v24.3.1)Maintainer changes
This version was pushed to npm by [rubennorte](https://www.npmjs.com/~rubennorte), 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.