Update all of jest: 25.3.0 → 25.5.1 (minor) #25
Merged
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ babel-jest (25.3.0 → 25.5.1) · Repo · Changelog
Release Notes
25.5.1
25.5.0
25.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 70 commits:
v25.5.1
chore: update changelog for release
fix: vary ESM cache by query (#9914)
fix: correctly serialize `Set` passed to worker (#9915)
fix: include missing `@types/graceful-fs` dep (#9913)
chore: roll new version of docs
v25.5.0
chore: update changelog for release
Make it easier to copy just one badge code (#9313)
Add an example for mocking non-default module export class (#9883)
fix: use graceful-fs all over instead of monkey patching fs (#9443)
chore: use `Map`s rather than objects as cache holders (#9902)
fix: do not transform internally imported files (#9900)
minor typographical fix (#9909)
fix: hoist imports of `@jest/globals` correctly (#9806)
chore: add teardown of `jest-runtime` (#9906)
fix: handle mismatch between circus and runtime versions (#9903)
Fix dead link to coverage CLI option (#9905)
chore: remove dated node 6 reference from docs (#9895)
Use the new serializer plugin API in example (#9847)
chore: remove unused catch clauses (#9893)
Prints the Symbol name into the error message with a custom asymmetric matcher (#9888)
Show coverage of sources related to tests in changed files (#9769)
fix: don't /// <reference types="jest" /> (#9875)
noCodeFrame respects noStackTrace (#9866)
chore: update example to react-native@0.62 (#9746)
Improve source map handling when instrumenting transformed code (#9811)
Update .vscode/launch.json settings (#9868)
chore: verify all packages have the same engine requirement (#9871)
fix: pass custom cached realpath function to `resolve` (#9873)
chore: mock stealthy-require in tests (#9855)
chore: update resolve (#9872)
chore: run CircleCI on node 14 (#9870)
Add an option to vscode settings to always use workspace TS (#9869)
fix(esm): handle parallel imports (#9858)
chore: run CI on Node 14 (#9861)
feat: add `@jest/globals` package for importing globals explici… (#9849)
chore: bump resolve package (#9859)
chore(runtime): simplify `createJestObjectFor` (#9857)
chore: fix symlink creation failures on windows in tests (#9852)
chore: skip mercurial tests when no hg installed (#9840)
fix: support import cjs from mjs (#9850)
fix(runtime): make require.cache compatible with Object.keys() (#9848)
feat(runtime): populate require.cache (#9841)
[jest-core] minor optimize matching paths (#9844)
v25.4.0
chore: update changelog for release
feat: support importing CommonJS from ESM files (#9842)
`[jest-runner]` Don't print warning to stdout when using `--json (#9843)
Revert "feat: add `@jest/globals` package for importing globals explicitly (#9801)"
fix: throw on nested test declarations (#9828)
feat: experimental ES Modules support (#9772)
Use optional chaining in toHaveLength matcher (#9826)
chore: target node 8.3, not 8.0 (#9827)
feat: support `async function`s in `toThrow` (#9817)
docs: update README for jest-worker (#9788)
chore: remove declaration maps (#9822)
fix(jest-each) Throws an error when too much arguments are pass… (#9818)
chore: type TestScheduler's testRunners object (#9804)
feat: Make console.error and warn log a stack trace and codeframe like thrown errors do (#9741)
chore: update yarn installation (#9803)
feat: add `@jest/globals` package for importing globals explicitly (#9801)
fix: `--only-changed` should include staged files (#9799)
docs: document missing aliases (#9802)
chore: use wrap in a few more snapshots (#9800)
chore: prevent max listeners warning in tests
fix(expect): accept functions in `toHaveLength` matcher (#9796)
update comment to match config (#9688)
docs: add CLA link to contributing docs (#9789)
chore: roll new version of docs
✳️ jest (25.3.0 → 25.5.1) · Repo · Changelog
Release Notes
25.5.1
25.5.0
25.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 70 commits:
v25.5.1
chore: update changelog for release
fix: vary ESM cache by query (#9914)
fix: correctly serialize `Set` passed to worker (#9915)
fix: include missing `@types/graceful-fs` dep (#9913)
chore: roll new version of docs
v25.5.0
chore: update changelog for release
Make it easier to copy just one badge code (#9313)
Add an example for mocking non-default module export class (#9883)
fix: use graceful-fs all over instead of monkey patching fs (#9443)
chore: use `Map`s rather than objects as cache holders (#9902)
fix: do not transform internally imported files (#9900)
minor typographical fix (#9909)
fix: hoist imports of `@jest/globals` correctly (#9806)
chore: add teardown of `jest-runtime` (#9906)
fix: handle mismatch between circus and runtime versions (#9903)
Fix dead link to coverage CLI option (#9905)
chore: remove dated node 6 reference from docs (#9895)
Use the new serializer plugin API in example (#9847)
chore: remove unused catch clauses (#9893)
Prints the Symbol name into the error message with a custom asymmetric matcher (#9888)
Show coverage of sources related to tests in changed files (#9769)
fix: don't /// <reference types="jest" /> (#9875)
noCodeFrame respects noStackTrace (#9866)
chore: update example to react-native@0.62 (#9746)
Improve source map handling when instrumenting transformed code (#9811)
Update .vscode/launch.json settings (#9868)
chore: verify all packages have the same engine requirement (#9871)
fix: pass custom cached realpath function to `resolve` (#9873)
chore: mock stealthy-require in tests (#9855)
chore: update resolve (#9872)
chore: run CircleCI on node 14 (#9870)
Add an option to vscode settings to always use workspace TS (#9869)
fix(esm): handle parallel imports (#9858)
chore: run CI on Node 14 (#9861)
feat: add `@jest/globals` package for importing globals explici… (#9849)
chore: bump resolve package (#9859)
chore(runtime): simplify `createJestObjectFor` (#9857)
chore: fix symlink creation failures on windows in tests (#9852)
chore: skip mercurial tests when no hg installed (#9840)
fix: support import cjs from mjs (#9850)
fix(runtime): make require.cache compatible with Object.keys() (#9848)
feat(runtime): populate require.cache (#9841)
[jest-core] minor optimize matching paths (#9844)
v25.4.0
chore: update changelog for release
feat: support importing CommonJS from ESM files (#9842)
`[jest-runner]` Don't print warning to stdout when using `--json (#9843)
Revert "feat: add `@jest/globals` package for importing globals explicitly (#9801)"
fix: throw on nested test declarations (#9828)
feat: experimental ES Modules support (#9772)
Use optional chaining in toHaveLength matcher (#9826)
chore: target node 8.3, not 8.0 (#9827)
feat: support `async function`s in `toThrow` (#9817)
docs: update README for jest-worker (#9788)
chore: remove declaration maps (#9822)
fix(jest-each) Throws an error when too much arguments are pass… (#9818)
chore: type TestScheduler's testRunners object (#9804)
feat: Make console.error and warn log a stack trace and codeframe like thrown errors do (#9741)
chore: update yarn installation (#9803)
feat: add `@jest/globals` package for importing globals explicitly (#9801)
fix: `--only-changed` should include staged files (#9799)
docs: document missing aliases (#9802)
chore: use wrap in a few more snapshots (#9800)
chore: prevent max listeners warning in tests
fix(expect): accept functions in `toHaveLength` matcher (#9796)
update comment to match config (#9688)
docs: add CLA link to contributing docs (#9789)
chore: roll new version of docs
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands