Prisma-Examples
Prisma-Examples copied to clipboard
Upgrade jest to version 28.1.3
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.4.7 → ^28.1.3) · Repo · Changelog
Release Notes
28.1.3
Features
[jest-leak-detector]
Use nativeFinalizationRegistry
when it exists to get rid of external C dependency (#12973)Fixes
[jest-changed-files]
Fix a lock-up after repeated invocations (#12757)[@jest/expect-utils]
Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]
Add index signature support forspyOn
types (#13013, #13020)[jest-snapshot]
Fix indentation of awaited inline snapshots (#12986)Chore & Maintenance
[*]
Replace internal usage ofpretty-format/ConvertAnsi
withjest-serializer-ansi-escapes
(#12935, #13004)[docs]
Update spyOn docs (#13000)New Contributors
- @joshkel made their first contribution in #12960
- @enrilzhou made their first contribution in #12973
- @milahu made their first contribution in #12983
- @MiguelYax made their first contribution in #13000
- @kaffarell made their first contribution in #13015
- @TheKhanj made their first contribution in #12988
- @Fdawgs made their first contribution in #13019
Full Changelog: v28.1.2...v28.1.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
v28.1.3
chore: update changelog for release
chore: update docusaurus (#13021)
refactor(jest-mock): simplify `PropertyLikeKeys` utility type (#13020)
fix: missing spaces in string concats (#13019)
chore: bump `typescript` and related dependencies (#13017)
Update JestCommunity.md (#12988)
chore: update react-native example (#13016)
chore: fixed changelog.md typo (#13015)
chore: update babel
chore: update lint dependencies (#13014)
Update spyOn docs (#13000)
Refine babel-plugin-jest-hoist typings (#13011)
fix(jest-mock): add index signature support for `spyOn` types (#13013)
fix(scripts): also check for package.json (#12983)
chore: bump `jest-serialiser-ansi-escapes` (#13004)
chore: replace `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` (#12935)
docs: minor grammar correction from "as document" to "as documented" (#12995)
Correct `await`-ed inline snapshot indentation (#12986)
feat(jest-leak-detector): use FinalizationRegistry when it exists to get rid of external dependency (#12973)
chore: bump `jest-runner-tsd` (#12981)
fix: Switch from throat to p-limit (#12960)
feat: upgrade TypeBox (#12979)
fix(expect-utils): Fix equalityof ImmutableJS OrderedSets (#12977)
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
- @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)