create-issue-branch
create-issue-branch copied to clipboard
Bump jest from 29.0.1 to 29.0.3
Bumps jest from 29.0.1 to 29.0.3.
Release notes
Sourced from jest's releases.
v29.0.3
Features
[@jest/environment, jest-runtime]Allow passing a generic type argument tojest.createMockFromModule<T>()method (#13202)[expect]ExposeExpectationResulttype (#13240)[jest-snapshot]ExposeContexttype (#13240)[@jest/globals]Addjest.Mocktype helper (#13235)Fixes
[jest-core]CaptureexecErrorduringTestScheduler.scheduleTestsand dispatch to reporters (#13203)[jest-resolve]Make sure to resolve module paths after looking atexports(#13242)[jest-resolve]Improve error on module not found deep in therequirestack (#8704)[jest-snapshot]Fix typings of snapshot matchers (#13240)Chore & Maintenance
[*]Fix inconsistent workspace prefixes (#13217)[jest-haste-map]Expose a minimal public API to TypeScript (#13023)New Contributors
@iamWingmade their first contribution in facebook/jest#13191@shinximade their first contribution in facebook/jest#12930@bmishmade their first contribution in facebook/jest#13217@maschwenkmade their first contribution in facebook/jest#13226Full Changelog: https://github.com/facebook/jest/compare/v29.0.2...v29.0.3
v29.0.2
Features
[jest-transform]ExposeTransformFactorytype (#13184)Fixes
[babel-plugin-jest-hoist]Support importedjestin mock factory (#13188)[jest-mock]Align the behavior and return type ofgenerateFromMetadatamethod (#13207)[jest-runtime]Supportjest.resetModules()with ESM (#13211)New Contributors
@momokidmade their first contribution in facebook/jest#13194Full Changelog: https://github.com/facebook/jest/compare/v29.0.1...v29.0.2
Changelog
Sourced from jest's changelog.
29.0.3
Features
[@jest/environment, jest-runtime]Allow passing a generic type argument tojest.createMockFromModule<T>()method (#13202)[expect]ExposeExpectationResulttype (#13240)[jest-snapshot]ExposeContexttype (#13240)[@jest/globals]Addjest.Mocktype helper (#13235)Fixes
[jest-core]CaptureexecErrorduringTestScheduler.scheduleTestsand dispatch to reporters (#13203)[jest-resolve]Make sure to resolve module paths after looking atexports(#13242)[jest-resolve]Improve error on module not found deep in therequirestack (#8704)[jest-snapshot]Fix typings of snapshot matchers (#13240)Chore & Maintenance
[*]Fix inconsistent workspace prefixes (#13217)[jest-haste-map]Expose a minimal public API to TypeScript (#13023)29.0.2
Features
[jest-transform]ExposeTransformFactorytype (#13184)Fixes
Commits
77f865dv29.0.3616fcf5v29.0.2132e815chore: update to TypeScript 4.8 (#13177)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 87.51% // Head: 87.51% // No change to project coverage :thumbsup:
Coverage data is based on head (
a71dfe4) compared to base (5844cd1). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## main #641 +/- ##
=======================================
Coverage 87.51% 87.51%
=======================================
Files 12 12
Lines 737 737
Branches 149 149
=======================================
Hits 645 645
Misses 85 85
Partials 7 7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Looks like jest is up-to-date now, so this is no longer needed.