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.1) · Repo · Changelog
Release Notes
28.1.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
v28.1.1
chore: update changelog for release
fix(jest-runtime): correctly report V8 coverage with `resetModules: true` (#12912)
fix(@jest/types): replace constrain with default type in one of `each` overrides (#12905)
chore(website): fix `iframe` issue and upgrade dependencies (#12910)
chore: bump `typescript` to v4.7.3 (#12909)
Change banner style according to width (#12810)
chore(lint): enable recommended configs (#12902)
fix typo/punctuation in MockFunctionAPI.md (#12887)
chore: bump `typescript` to v4.7 (#12901)
chore: update eslint (#12900)
chore: update ts-node (#12894)
fix(expect-utils): Fix deep equality of ImmutableJS OrderedMaps (#12899)
Grammatically updated the contribution.md (#12886)
docs: correct spelling of "latter" (#12896)
feat(@jest/types): infer argument types passed to `test` and `describe` functions from `each` tables (#12885)
docs: use `docusaurus-remark-plugin-tab-blocks` to format tabs with code examples (#12859)
chore: update yarn (#12878)
chore: update react-native (#12863)
chore: update `vscode` config (#12872)
docs: update link in article "Jest joins OpenJS Foundation" (#12870)
docs: add execution order documentation for `after*` hooks (#12865)
feat(jest): expose `Config` type from `jest` (#12848)
fix(docs): fix typo in packageFilter code example (#12851)
Fix: Handle multiline comments in parseWithComments (#12845)
docs: improve `setupFilesAfterEnv` documentation (#12846)
docs: add two more admonitions to `Configuration.md` (#12847)
chore(ci): streamline CI runs (#12840)
fix(jest-worker): make `JestWorkerFarm` helper type to include methods that take more than one argument (#12839)
Doc: rootdir affects preset resolution (#12817)
Document differences in coverage ignore comments between providers (#12836)
Add OpenJS Foundation announcement
chore(ci): refactor `ts-node` compatibility tests (#12834)
chore(docs): updated docs with jsdom changes (#12831)
chore(dev-scripts): rework options passed to `glob` (#12829)
chore(docs): fix typo
refactor(@jest/reporters): improve annotation formatting of `GitHubActionsReporter` (#12826)
chore: bump walker from 1.0.7 to 1.0.8 (#12324)
chore: update jest-runner-tsd (#12816)
chore: update `glob` package (#12709)
refactor: make it easier to add an exception to same version rule (#12815)
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