fix(deps): update jest monorepo - #157
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
April 2, 2020 10:43
8bbe7bd to
8ff1827
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
April 3, 2020 08:09
c48a823 to
f7c525f
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 8, 2020 13:27
f7c525f to
7efa609
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 8, 2020 21:32
7efa609 to
d26dea2
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 17, 2020 22:48
d26dea2 to
e3372da
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
5 times, most recently
from
April 26, 2020 19:07
5ca7925 to
739ba96
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 28, 2020 19:57
739ba96 to
324207b
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 29, 2020 11:07
324207b to
161c979
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 29, 2020 22:02
161c979 to
6ec0ba0
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
3 times, most recently
from
May 5, 2020 20:57
aac8c1d to
ac94b6e
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
3 times, most recently
from
May 20, 2020 00:56
f621b5c to
dd8afb2
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 21, 2020 21:58
dd8afb2 to
f20d74a
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 30, 2020 06:07
f20d74a to
affe845
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 13, 2020 17:18
47c616b to
fd93ba9
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
3 times, most recently
from
July 24, 2020 20:44
a2e4342 to
bcaecfa
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 28, 2020 23:48
bcaecfa to
703cbba
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 17, 2020 16:25
703cbba to
7afae08
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
3 times, most recently
from
September 2, 2020 17:12
00931cb to
d9875db
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
September 10, 2020 18:54
0a43f45 to
6d37a48
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
5 times, most recently
from
September 17, 2020 20:26
1ba6198 to
7b8a4db
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
September 22, 2020 01:49
7b8a4db to
67d2fc0
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
4 times, most recently
from
October 9, 2020 08:54
7c49ced to
38ea15f
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
6 times, most recently
from
October 21, 2020 23:02
dcf7b92 to
9042430
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
October 27, 2020 01:53
00640f1 to
fff72a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.2.3->25.5.125.2.3->25.5.4Release Notes
facebook/jest
v25.5.1Compare Source
Fixes
[jest-haste-map]Add missing@types/graceful-fsdependency (#9913)[jest-runner]Correctly serializeSetpassed to worker (#9915)[jest-runtime]Vary ESM cache by query (#9914)v25.5.0Compare Source
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-fsdirectly in every package instead of relying onfsbeing 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--noStackTraceflag (#9866)[jest-runtime]Support importing CJS from ESM usingimportstatements (#9850)[jest-runtime]Support importing parallel dynamicimports (#9858)[jest-transform]Improve source map handling when instrumenting transformed code (#9811)Chore & Maintenance
[docs]Add an example for mocking non-default export classPerformance
[jest-resolve]Updateresolveto a version using nativerealpath, which is faster than the default JS implementation (#9872)[jest-resolve]Pass custom cachedrealpathfunction toresolve(#9873)[jest-runtime]Addteardownmethod to clear any caches when tests complete (#9906)[jest-runtime]Do not pass files required internally through transformation when loading them (#9900)[jest-runtime]UseMaps instead of object literals as cache holders (#9901)v25.4.0Compare Source
[expect]Supportasync functions intoThrow(#9817)[jest-console]Add code frame toconsole.errorandconsole.warn(#9741)[jest-runtime, jest-jasmine2, jest-circus]Experimental, limited ECMAScript Modules support (#9772 & #9842)Fixes
[expect]Restore support for passing functions totoHaveLengthmatcher (#9796)[jest-changed-files]--only-changedshould include staged files (#9799)[jest-circus]Throw on nested test definitions (#9828)[jest-each]eachwill 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.0Compare Source
Features
[babel-jest]Support passingsupportsDynamicImportandsupportsStaticESM(#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 passingsupportsDynamicImportandsupportsStaticESM(#9597)Chore & Maintenance
[*]Replaceanys withunknowns (#9626)[@jest/transform]Expose typeCacheKeyOptionsforgetCacheKey(#9762)[@jest/types]Correct typetestRegexforProjectConfig(#9780)v25.2.6Compare Source
Chore & Maintenance
[*]25.2.5 was published without changes from 25.2.4 - 25.2.6 includes all changes from that version.v25.2.4Compare Source
Features
[jest-message-util]Check for common errors when using the wrong test environment (#8245)Fixes
[jest-circus]Fix type elision of jest-runtime imports (#9717)[@jest/transform]Fix coverage reporter for uncovered files without transformers, reverting #9460 (#9724)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.