This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ jest (24.1.0 → 28.1.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
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