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)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ jest (^27.0.6 → ^28.1.0) · Repo · Changelog
Release Notes
28.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
v28.1.0
chore: roll new version of the docs
chore: update changelog for release
Make it clearer that jest.setTimeout() is for the entire file (#12809)
feat: add `test.failing` method (#12610)
docs(upgrading): detail changes to NodeEnvironment export (#12812)
Update documentation for --filter CLI option (see #12260) (#12799)
fix(expect): adjust typings of `*CalledWith` matchers to allow a case there a mock was called with no arguments (#12807)
chore: add test that unreffed workers are not reported (#12798)
chore(docs): add readme to jest-types (#12791)
refactor(jest-haste-map): clean up code and types (#12795)
Do not collect `SIGNREQUEST` as open handles (#12789)
chore(jest-snapshot): add type tests for `SnapshotResolver` (#12788)
fix(expect-utils): Treat ImmutableJS Lists as Sets (#12763)
chore: set ESLint’s 'no-inferrable-types' rule to 'error' (#12785)
chore: update babel (#12780)
chore(jest-resolve): replace `process.versions.pnp` type declaration with `@types/pnpapi` devDependency (#12783)
refactor(@jest-reporters): move helpers from `utils.ts` into separate files (#12782)
feat(jest-environment-{node,jsdom}): allow specifying `customExportConditions` (#12774)
chore: update lockfile after release
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