Skip to content

Commit 6f58a34

Browse files
fix(deps): update jest monorepo (#8843)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`29.5.2` -> `29.5.3`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.2/29.5.3) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.3/compatibility-slim/29.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.3/confidence-slim/29.5.2)](https://docs.renovatebot.com/merge-confidence/) | | [babel-jest](https://togithub.com/facebook/jest) | [`29.5.0` -> `29.6.1`](https://renovatebot.com/diffs/npm/babel-jest/29.5.0/29.6.1) | [![age](https://badges.renovateapi.com/packages/npm/babel-jest/29.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-jest/29.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-jest/29.6.1/compatibility-slim/29.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-jest/29.6.1/confidence-slim/29.5.0)](https://docs.renovatebot.com/merge-confidence/) | | [jest](https://jestjs.io/) ([source](https://togithub.com/facebook/jest)) | [`29.5.0` -> `29.6.1`](https://renovatebot.com/diffs/npm/jest/29.5.0/29.6.1) | [![age](https://badges.renovateapi.com/packages/npm/jest/29.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jest/29.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jest/29.6.1/compatibility-slim/29.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jest/29.6.1/confidence-slim/29.5.0)](https://docs.renovatebot.com/merge-confidence/) | | [jest-environment-jsdom](https://togithub.com/facebook/jest) | [`29.5.0` -> `29.6.1`](https://renovatebot.com/diffs/npm/jest-environment-jsdom/29.5.0/29.6.1) | [![age](https://badges.renovateapi.com/packages/npm/jest-environment-jsdom/29.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jest-environment-jsdom/29.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jest-environment-jsdom/29.6.1/compatibility-slim/29.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jest-environment-jsdom/29.6.1/confidence-slim/29.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/jest (babel-jest)</summary> ### [`v29.6.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#2961) [Compare Source](https://togithub.com/facebook/jest/compare/v29.6.0...v29.6.1) ##### Fixes - `[jest-circus]` Revert [#&#8203;14110](https://togithub.com/jestjs/jest/pull/14110) as it was a breaking change ([#&#8203;14304](https://togithub.com/jestjs/jest/pull/14304)) ### [`v29.6.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#2960) [Compare Source](https://togithub.com/facebook/jest/compare/v29.5.0...v29.6.0) ##### Features - `[jest-circus, jest-snapshot]` Add support for snapshot matchers in concurrent tests ([#&#8203;14139](https://togithub.com/jestjs/jest/pull/14139)) - `[jest-cli]` Include type definitions to generated config files ([#&#8203;14078](https://togithub.com/facebook/jest/pull/14078)) - `[jest-snapshot]` Support arrays as property matchers ([#&#8203;14025](https://togithub.com/facebook/jest/pull/14025)) - `[jest-core, jest-circus, jest-reporter, jest-runner]` Added support for reporting about start individual test cases using jest-circus ([#&#8203;14174](https://togithub.com/jestjs/jest/pull/14174)) ##### Fixes - `[jest-circus]` Prevent false test failures caused by promise rejections handled asynchronously ([#&#8203;14110](https://togithub.com/jestjs/jest/pull/14110)) - `[jest-config]` Handle frozen config object ([#&#8203;14054](https://togithub.com/facebook/jest/pull/14054)) - `[jest-config]` Allow `coverageDirectory` and `collectCoverageFrom` in project config ([#&#8203;14180](https://togithub.com/jestjs/jest/pull/14180)) - `[jest-core]` Always use workers in watch mode to avoid crashes ([#&#8203;14059](https://togithub.com/facebook/jest/pull/14059)). - `[jest-environment-jsdom, jest-environment-node]` Fix assignment of `customExportConditions` via `testEnvironmentOptions` when custom env subclass defines a default value ([#&#8203;13989](https://togithub.com/facebook/jest/pull/13989)) - `[jest-matcher-utils]` Fix copying value of inherited getters ([#&#8203;14007](https://togithub.com/facebook/jest/pull/14007)) - `[jest-mock]` Tweak typings to allow `jest.replaceProperty()` replace methods ([#&#8203;14008](https://togithub.com/facebook/jest/pull/14008)) - `[jest-mock]` Improve user input validation and error messages of `spyOn` and `replaceProperty` methods ([#&#8203;14087](https://togithub.com/facebook/jest/pull/14087)) - `[jest-runtime]` Bind `jest.isolateModulesAsync` to `this` ([#&#8203;14083](https://togithub.com/facebook/jest/pull/14083)) - `[jest-runtime]` Forward `wrapperLength` to the `Script` constructor as `columnOffset` for accurate debugging ([#&#8203;14148](https://togithub.com/facebook/jest/pull/14148)) - `[jest-runtime]` Guard `_isMockFunction` access with `in` ([#&#8203;14188](https://togithub.com/facebook/jest/pull/14188)) - `[jest-snapshot]` Fix a potential bug when not using prettier and improve performance ([#&#8203;14036](https://togithub.com/facebook/jest/pull/14036)) - `[@jest/transform]` Do not instrument `.json` modules ([#&#8203;14048](https://togithub.com/facebook/jest/pull/14048)) - `[jest-worker]` Restart a shut down worker before sending it a task ([#&#8203;14015](https://togithub.com/facebook/jest/pull/14015)) ##### Chore & Maintenance - `[*]` Update `semver` dependency to get vulnerability fix ([#&#8203;14262](https://togithub.com/jestjs/jest/pull/14262)) - `[docs]` Updated documentation for the `--runTestsByPath` CLI command ([#&#8203;14004](https://togithub.com/facebook/jest/pull/14004)) - `[docs]` Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable ([#&#8203;14056](https://togithub.com/facebook/jest/pull/14056)) - `[docs]` Update jest statistics of use and downloads in website Index. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM2LjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6512ca9 commit 6f58a34

51 files changed

Lines changed: 141 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"@tsd/typescript": "5.1.6",
6363
"@types/babel__generator": "7.6.4",
6464
"@types/fs-extra": "11.0.1",
65-
"@types/jest": "29.5.2",
65+
"@types/jest": "29.5.3",
6666
"@types/jscodeshift": "0.11.6",
6767
"@types/ncp": "2.0.5",
6868
"@types/prompts": "2.4.4",
6969
"all-contributors-cli": "6.26.0",
70-
"babel-jest": "29.5.0",
70+
"babel-jest": "29.6.1",
7171
"babel-plugin-auto-import": "1.1.0",
7272
"babel-plugin-remove-code": "0.0.6",
7373
"boxen": "5.1.2",
@@ -78,7 +78,7 @@
7878
"eslint": "8.43.0",
7979
"fast-glob": "3.2.12",
8080
"fs-extra": "11.1.1",
81-
"jest": "29.5.0",
81+
"jest": "29.6.1",
8282
"jest-runner-tsd": "5.0.0",
8383
"jscodeshift": "0.15.0",
8484
"lerna": "7.1.1",

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/split2": "4.2.0",
5959
"@types/yargs": "17.0.24",
6060
"aws-lambda": "1.0.7",
61-
"jest": "29.5.0",
61+
"jest": "29.6.1",
6262
"typescript": "5.1.6"
6363
},
6464
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/memjs": "1",
5050
"@types/pascalcase": "1.0.1",
5151
"@types/split2": "4.2.0",
52-
"jest": "29.5.0",
52+
"jest": "29.6.1",
5353
"memjs": "1.3.1",
5454
"redis": "4.6.7",
5555
"split2": "4.2.0",

packages/auth-providers/auth0/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "7.22.9",
3333
"@redwoodjs/api": "5.0.0",
3434
"@types/jsonwebtoken": "9.0.2",
35-
"jest": "29.5.0",
35+
"jest": "29.6.1",
3636
"typescript": "5.1.6"
3737
},
3838
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

packages/auth-providers/auth0/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "7.22.9",
3131
"@babel/core": "7.22.9",
3232
"@types/yargs": "17.0.24",
33-
"jest": "29.5.0",
33+
"jest": "29.6.1",
3434
"typescript": "5.1.6"
3535
},
3636
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

packages/auth-providers/auth0/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/cli": "7.22.9",
3232
"@babel/core": "7.22.9",
3333
"@types/react": "18.2.14",
34-
"jest": "29.5.0",
34+
"jest": "29.6.1",
3535
"react": "18.3.0-canary-035a41c4e-20230704",
3636
"typescript": "5.1.6"
3737
},

packages/auth-providers/azureActiveDirectory/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@redwoodjs/api": "5.0.0",
3434
"@types/aws-lambda": "8.10.119",
3535
"@types/jsonwebtoken": "9.0.2",
36-
"jest": "29.5.0",
36+
"jest": "29.6.1",
3737
"typescript": "5.1.6"
3838
},
3939
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

packages/auth-providers/azureActiveDirectory/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "7.22.9",
3131
"@babel/core": "7.22.9",
3232
"@types/yargs": "17.0.24",
33-
"jest": "29.5.0",
33+
"jest": "29.6.1",
3434
"typescript": "5.1.6"
3535
},
3636
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

packages/auth-providers/azureActiveDirectory/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "7.22.9",
3333
"@types/netlify-identity-widget": "1.9.3",
3434
"@types/react": "18.2.14",
35-
"jest": "29.5.0",
35+
"jest": "29.6.1",
3636
"react": "18.3.0-canary-035a41c4e-20230704",
3737
"typescript": "5.1.6"
3838
},

packages/auth-providers/clerk/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/core": "7.22.9",
3232
"@redwoodjs/api": "5.0.0",
3333
"@types/aws-lambda": "8.10.119",
34-
"jest": "29.5.0",
34+
"jest": "29.6.1",
3535
"typescript": "5.1.6"
3636
},
3737
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

0 commit comments

Comments
 (0)