forest-express-mongoose
forest-express-mongoose copied to clipboard
chore(deps-dev): bump jest and @types/jest
Bumps jest and @types/jest. These dependencies needed to be updated together.
Updates jest from 26.6.3 to 29.4.3
Release notes
Sourced from jest's releases.
v29.4.3
Features
[expect]UpdatetoThrow()to be able to use errorcauses (#13606)[jest-core]allow to useworkerIdleMemoryLimitwith only 1 worker orrunInBandoption (#13846)[jest-message-util]Add support for errorcauses (#13868 & #13912)[jest-runtime]Revertimport assertionsfor JSON modules as it's been relegated to Stage 2 (#13911)Fixes
[@jest/expect-utils]subsetEqualityshould consider also an object's inherited string keys (#13824)[jest-mock]Clear mock state whenjest.restoreAllMocks()is called (#13867)[jest-mock]PreventmockImplementationOnceandmockReturnValueOncebleeding intowithImplementation(#13888)[jest-mock]Do not restore mocks whenjest.resetAllMocks()is called (#13866)New Contributors
@​brodomade their first contribution in facebook/jest#13868@​DannyNemermade their first contribution in facebook/jest#13878@​ghussemade their first contribution in facebook/jest#13846@​broofamade their first contribution in facebook/jest#13911Full Changelog: https://github.com/facebook/jest/compare/v29.4.2...v29.4.3
v29.4.2
Features
[@jest/core]Instrument significant lifecycle events withperformance.mark()(#13859)Fixes
[expect, @jest/expect]Provide type ofactualas a generic argument toMatchersto allow better-typed extensions (#13848)[jest-circus]Added explicit mention of test failing becausedone()is not being called in error message (#13847)[jest-runtime]Handle CJS re-exports of node core modules from ESM (#13856)[jest-transform]Downgradewrite-file-atomicto v4 (#13853)[jest-worker]Ignore IPC messages not intended for Jest (#13543)Chore & Maintenance
[*]make sure to exclude.eslintcachefrom published module (#13832)[docs]Cleanup incorrect links in CHANGELOG.md (#13857)New Contributors
@​benjaminjkraftmade their first contribution in facebook/jest#13848@​LinusUmade their first contribution in facebook/jest#13543@​SuperSodaSeamade their first contribution in facebook/jest#13857@​kowalskimade their first contribution in facebook/jest#13856Full Changelog: https://github.com/facebook/jest/compare/v29.4.1...v29.4.2
v29.4.1
... (truncated)
Changelog
Sourced from jest's changelog.
29.4.3
Features
[expect]UpdatetoThrow()to be able to use errorcauses (#13606)[jest-core]allow to useworkerIdleMemoryLimitwith only 1 worker orrunInBandoption (#13846)[jest-message-util]Add support for errorcauses (#13868 & #13912)[jest-runtime]Revertimport assertionsfor JSON modules as it's been relegated to Stage 2 (#13911)Fixes
[@jest/expect-utils]subsetEqualityshould consider also an object's inherited string keys (#13824)[jest-mock]Clear mock state whenjest.restoreAllMocks()is called (#13867)[jest-mock]PreventmockImplementationOnceandmockReturnValueOncebleeding intowithImplementation(#13888)[jest-mock]Do not restore mocks whenjest.resetAllMocks()is called (#13866)29.4.2
Features
[@jest/core]Instrument significant lifecycle events withperformance.mark()(#13859)Fixes
[expect, @jest/expect]Provide type ofactualas a generic argument toMatchersto allow better-typed extensions (#13848)[jest-circus]Added explicit mention of test failing becausedone()is not being called in error message (#13847)[jest-runtime]Handle CJS re-exports of node core modules from ESM (#13856)[jest-transform]Downgradewrite-file-atomicto v4 (#13853)[jest-worker]Ignore IPC messages not intended for Jest (#13543)Chore & Maintenance
[*]make sure to exclude.eslintcachefrom published module (#13832)[docs]Cleanup incorrect links in CHANGELOG.md (#13857)29.4.1
Features
[expect, jest-circus, @jest/types]ImplementnumPassingAssertsof testResults to track the number of passing asserts in a test (#13795)[jest-core]Add newlines to JSON output (#13817)[@jest/reporters]Automatic log folding in GitHub Actions Reporter (#13626)Fixes
[@jest/expect-utils]toMatchObjectdiffs should includeSymbolproperties (#13810)[jest-runtime]Handle missingreplaceProperty(#13823)[@jest/types]Add partial support fordonecallbacks in typings ofeach(#13756)29.4.0
... (truncated)
Commits
a49c886v29.4.36d2632aUpdate copyrights with Meta Platforms, restore original license in Jasmine fo...f0fc92ev29.4.2bc7b20cchore: make sure to exclude .eslintcache from published module (#13832)bc84c8av29.4.14bc0e8av29.4.06e5b1d6chore: update typescript (#13616)05deb83v29.3.184b8de9v29.3.00a8edbev29.2.2- Additional commits viewable in compare view
Updates @types/jest from 26.0.13 to 29.4.0
Commits
- See full diff in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Code Climate has analyzed commit 4dcafd4c and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (95% is the threshold).
This pull request will bring the total coverage in the repository to 86.6%.
View more on Code Climate.