Update jest monorepo
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
babel-jest | devDependencies | minor | ^25.5.1 | source | |
jest (source) | devDependencies | minor | ^25.5.4 | homepage, source |
Release Notes
facebook/jest
v25.5.1
Fixes
-
[jest-haste-map]
Add missing@types/graceful-fs
dependency (#9913) -
[jest-runner]
Correctly serializeSet
passed to worker (#9915) -
[jest-runtime]
Vary ESM cache by query (#9914)
v25.5.0
Features
-
[@jest/globals]
New package so Jest's globals can be explicitly imported (#9801) -
[jest-core]
Show coverage of sources related to tests in changed files (#9769) -
[jest-runtime]
Populaterequire.cache
(#9841)
Fixes
-
[*]
Usegraceful-fs
directly in every package instead of relying onfs
being monkey patched (#9443) -
[expect]
Prints the Symbol name into the error message with a custom asymmetric matcher (#9888) -
[jest-circus, jest-jasmine2]
Support older version ofjest-runtime
(#9903 & #9842) -
[@jest/environment]
Make sure not to reference Jest types (#9875) -
[jest-message-util]
Code frame printing should respect--noStackTrace
flag (#9866) -
[jest-runtime]
Support importing CJS from ESM usingimport
statements (#9850) -
[jest-runtime]
Support importing parallel dynamicimport
s (#9858) -
[jest-transform]
Improve source map handling when instrumenting transformed code (#9811)
Chore & Maintenance
-
[docs]
Add an example for mocking non-default export class
Performance
-
[jest-resolve]
Updateresolve
to a version using nativerealpath
, which is faster than the default JS implementation (#9872) -
[jest-resolve]
Pass custom cachedrealpath
function toresolve
(#9873) -
[jest-runtime]
Addteardown
method to clear any caches when tests complete (#9906) -
[jest-runtime]
Do not pass files required internally through transformation when loading them (#9900) -
[jest-runtime]
UseMap
s instead of object literals as cache holders (#9901)
v25.4.0
-
[expect]
Supportasync function
s intoThrow
(#9817) -
[jest-console]
Add code frame toconsole.error
andconsole.warn
(#9741) -
[jest-runtime, jest-jasmine2, jest-circus]
Experimental, limited ECMAScript Modules support (#9772 & #9842)
Fixes
-
[expect]
Restore support for passing functions totoHaveLength
matcher (#9796) -
[jest-changed-files]
--only-changed
should include staged files (#9799) -
[jest-circus]
Throw on nested test definitions (#9828) -
[jest-each]
each
will throw an error when called with too many arguments (#9818) -
[jest-runner]
Don't print warning to stdout when using--json
(#9843)
Chore & Maintenance
-
[*]
Do not generate TypeScript declaration source maps (#9822) -
[*]
Transpile code for Node 8.3, not 8.0 (#9827)
v25.3.0
Features
-
[babel-jest]
Support passingsupportsDynamicImport
andsupportsStaticESM
(#9766) -
[babel-preset-jest]
Enable all syntax plugins not enabled by default that works on current version of Node (#9774) -
[jest-circus]
Enable writing async test event handlers (#9397) -
[jest-runtime, @​jest/transformer]
Support passingsupportsDynamicImport
andsupportsStaticESM
(#9597)
Chore & Maintenance
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.