You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Hey! Changelogs info seems to be missing or might be in incorrect format. Please add the below template in PR description to ensure I can detect your changes: - (tag) changelog_text
OR
you can add tag in PR header too (tag) PR header
Valid tags: added, changed, deprecated, fixed , removed, security
Thanks!
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
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.4.0) · Repo · Changelog
Release Notes
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 25 commits:
v25.4.0chore: update changelog for releasefeat: 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 testsfix(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.4.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 25 commits:
v25.4.0chore: update changelog for releasefeat: 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 testsfix(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 docsDepfu 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