Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Bump jest from 26.2.2 to 27.0.0 #327

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jest from 26.2.2 to 27.0.0.

Release notes

Sourced from jest's releases.

27.0.0

Features

  • [babel-jest] Add async transformation (#11192)
  • [jest-changed-files] Use '--' to separate paths from revisions (#11160)
  • [jest-circus] [BREAKING] Fail tests when multiple done() calls are made (#10624)
  • [jest-circus, jest-jasmine2] [BREAKING] Fail the test instead of just warning when describe returns a value (#10947)
  • [jest-config] [BREAKING] Default to Node testing environment instead of browser (JSDOM) (#9874)
  • [jest-config] [BREAKING] Use jest-circus as default test runner (#10686)
  • [jest-config] Add support for preset written in ESM (#11200)
  • [jest-config, jest-runtime] Support ESM for files other than .js and .mjs (#10823)
  • [jest-config, jest-runtime] [BREAKING] Use "modern" implementation as default for fake timers (#10874 & #11197)
  • [jest-config Allow passing forceNodeFilesystemAPI through to jest-haste-map (#11264)
  • [jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types] [BREAKING] Add custom HasteMap class implementation config option (#11107)
  • [jest-core] make TestWatcher extend emittery (#10324)
  • [jest-core] Run failed tests interactively the same way we do with snapshots (#10858)
  • [jest-core] more TestSequencer methods can be async (#10980)
  • [jest-core] Add support for testSequencer written in ESM (#11207)
  • [jest-core] Add support for globalSetup and globalTeardown written in ESM (#11267)
  • [jest-core] Add support for watchPlugins written in ESM (#11315)
  • [jest-core] Add support for runner written in ESM (#11232)
  • [jest-core] Add support for reporters written in ESM (#11427)
  • [jest-each] Add support for interpolation with object properties (#11388)
  • [jest-environment-node] Add AbortController to globals (#11182)
  • [@jest/fake-timers] Update to @sinonjs/fake-timers to v7 (#11198)
  • [jest-haste-map] Handle injected scm clocks (#10966)
  • [jest-haste-map] Add enableSymlinks configuration option to follow symlinks for test files (#9351)
  • [jest-repl, jest-runner] [BREAKING] Run transforms over environment (#8751)
  • [jest-repl] Add support for testEnvironment written in ESM (#11232)
  • [jest-runner] [BREAKING] set exit code to 1 if test logs after teardown (#10728)
  • [jest-runner] [BREAKING] Run transforms over runnner (#8823)
  • [jest-runner] [BREAKING] Run transforms over testRunnner (#8823)
  • [jest-runner] Possibility to use ESM for test environment (11033)
  • [jest-runner] Add support for testRunner written in ESM (#11232)
  • [jest-runtime] Detect reexports from CJS as named exports in ESM (#10988)
  • [jest-runtime] Support for async code transformations (#11191 & #11220)
  • [jest-reporters] Add static filepath property to all reporters (#11015)
  • [jest-snapshot] [BREAKING] Make prettier optional for inline snapshots - fall back to string replacement (#7792 & #11192)
  • [jest-snapshot] [BREAKING] Run transforms over snapshotResolver (#8751)
  • [jest-transform] Pass config options defined in Jest's config to transformer's process and getCacheKey functions (#10926)
  • [jest-transform] Add support for transformers written in ESM (#11163)
  • [jest-transform] [BREAKING] Do not export ScriptTransformer class, instead export the async function createScriptTransformer (#11163)
  • [jest-transform] Async code transformations (#9889)
  • [jest-transform] Support transpiled transformers (#11193)
  • [jest-transform] [BREAKING] requireAndTranspileModule always return a Promise, and the third parameter type is changed to RequireAndTranspileModuleOptions which accept applyInteropRequireDefault option (#11232)
  • [jest-transform] [BREAKING] createTranspilingRequire return function which return a Promise now (#11232)
  • [jest-util] add requireOrImportModule for importing CJS or ESM (#11199)
  • [jest-util] add applyInteropRequireDefault option on requireOrImportModule (#11232)
  • [jest-watcher] Added support for clearing the line when <C-u> is pressed in a watch mode pattern prompt (#11358)
  • [jest-worker] Add support for custom task queues and adds a PriorityQueue implementation. (#10921)

... (truncated)

Changelog

Sourced from jest's changelog.

27.0.0

Features

  • [babel-jest] Add async transformation (#11192)
  • [jest-changed-files] Use '--' to separate paths from revisions (#11160)
  • [jest-circus] [BREAKING] Fail tests when multiple done() calls are made (#10624)
  • [jest-circus, jest-jasmine2] [BREAKING] Fail the test instead of just warning when describe returns a value (#10947)
  • [jest-config] [BREAKING] Default to Node testing environment instead of browser (JSDOM) (#9874)
  • [jest-config] [BREAKING] Use jest-circus as default test runner (#10686)
  • [jest-config] Add support for preset written in ESM (#11200)
  • [jest-config, jest-runtime] Support ESM for files other than .js and .mjs (#10823)
  • [jest-config, jest-runtime] [BREAKING] Use "modern" implementation as default for fake timers (#10874 & #11197)
  • [jest-config Allow passing forceNodeFilesystemAPI through to jest-haste-map (#11264)
  • [jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types] [BREAKING] Add custom HasteMap class implementation config option (#11107)
  • [jest-core] make TestWatcher extend emittery (#10324)
  • [jest-core] Run failed tests interactively the same way we do with snapshots (#10858)
  • [jest-core] more TestSequencer methods can be async (#10980)
  • [jest-core] Add support for testSequencer written in ESM (#11207)
  • [jest-core] Add support for globalSetup and globalTeardown written in ESM (#11267)
  • [jest-core] Add support for watchPlugins written in ESM (#11315)
  • [jest-core] Add support for runner written in ESM (#11232)
  • [jest-core] Add support for reporters written in ESM (#11427)
  • [jest-each] Add support for interpolation with object properties (#11388)
  • [jest-environment-node] Add AbortController to globals (#11182)
  • [@jest/fake-timers] Update to @sinonjs/fake-timers to v7 (#11198)
  • [jest-haste-map] Handle injected scm clocks (#10966)
  • [jest-haste-map] Add enableSymlinks configuration option to follow symlinks for test files (#9351)
  • [jest-repl, jest-runner] [BREAKING] Run transforms over environment (#8751)
  • [jest-repl] Add support for testEnvironment written in ESM (#11232)
  • [jest-runner] [BREAKING] set exit code to 1 if test logs after teardown (#10728)
  • [jest-runner] [BREAKING] Run transforms over runnner (#8823)
  • [jest-runner] [BREAKING] Run transforms over testRunnner (#8823)
  • [jest-runner] Possibility to use ESM for test environment (11033)
  • [jest-runner] Add support for testRunner written in ESM (#11232)
  • [jest-runtime] Detect reexports from CJS as named exports in ESM (#10988)
  • [jest-runtime] Support for async code transformations (#11191 & #11220)
  • [jest-reporters] Add static filepath property to all reporters (#11015)
  • [jest-snapshot] [BREAKING] Make prettier optional for inline snapshots - fall back to string replacement (#7792 & #11192)
  • [jest-snapshot] [BREAKING] Run transforms over snapshotResolver (#8751)
  • [jest-transform] Pass config options defined in Jest's config to transformer's process and getCacheKey functions (#10926)
  • [jest-transform] Add support for transformers written in ESM (#11163)
  • [jest-transform] [BREAKING] Do not export ScriptTransformer class, instead export the async function createScriptTransformer (#11163)
  • [jest-transform] Async code transformations (#9889)
  • [jest-transform] Support transpiled transformers (#11193)
  • [jest-transform] [BREAKING] requireAndTranspileModule always return a Promise, and the third parameter type is changed to RequireAndTranspileModuleOptions which accept applyInteropRequireDefault option (#11232)
  • [jest-transform] [BREAKING] createTranspilingRequire return function which return a Promise now (#11232)
  • [jest-util] add requireOrImportModule for importing CJS or ESM (#11199)
  • [jest-util] add applyInteropRequireDefault option on requireOrImportModule (#11232)
  • [jest-watcher] Added support for clearing the line when <C-u> is pressed in a watch mode pattern prompt (#11358)

... (truncated)

Commits

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [jest](https://github.com/facebook/jest) from 26.2.2 to 27.0.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v26.2.2...v27.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 25, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Contributor Author

Superseded by #328.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/master/jest-27.0.0 branch May 25, 2021 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants