-
Notifications
You must be signed in to change notification settings - Fork 3
Update jest monorepo #811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/jest-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update jest monorepo #811
Conversation
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
a0313e4 to
fa598e6
Compare
fa598e6 to
01f135a
Compare
4e5419c to
35f65a2
Compare
35f65a2 to
8b4ab65
Compare
91baf80 to
5c0845c
Compare
5c0845c to
7f6a06b
Compare
8dcd86a to
8ce8742
Compare
15526bc to
874f8c7
Compare
dbb5d0a to
89c4516
Compare
e7dfbea to
2d7555c
Compare
2d7555c to
534d2a5
Compare
534d2a5 to
8d0e31b
Compare
8d0e31b to
cff5736
Compare
f06bf4d to
dc8ab69
Compare
dc8ab69 to
7499df7
Compare
7499df7 to
039e79b
Compare
9e49566 to
26de8d4
Compare
26de8d4 to
51eabfb
Compare
51eabfb to
ffd85b1
Compare
ffd85b1 to
46b79c0
Compare
46b79c0 to
4e623c4
Compare
3fe2de8 to
3039dfd
Compare
3039dfd to
1d80063
Compare
1d80063 to
2a1be75
Compare
aee914e to
0a64fcf
Compare
0a64fcf to
d85f7b0
Compare
d85f7b0 to
5b66b40
Compare
5b66b40 to
64c16bb
Compare
64c16bb to
64cd70e
Compare
523d5fd to
5c6a453
Compare
5c6a453 to
32fc5c7
Compare
32fc5c7 to
10fa41c
Compare
7c95d75 to
2e0363c
Compare
2e0363c to
b72088a
Compare
b72088a to
7873e81
Compare
7873e81 to
1ef9ab9
Compare
1ef9ab9 to
0c70f7c
Compare
0c70f7c to
a75f12d
Compare
a75f12d to
db7b6ad
Compare
db7b6ad to
cd8eb9a
Compare
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.6->25.5.125.2.7->25.5.4Release Notes
jestjs/jest (babel-jest)
v25.5.1: 25.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.0: 25.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.0: 25.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.0: 25.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)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 was generated by Mend Renovate. View the repository job log.