Skip to content

Commit

Permalink
fix(deps): update jest monorepo to v29.4.3 (#7651)
Browse files Browse the repository at this point in the history
* fix(deps): update jest monorepo to v29.4.3

* clear all in cache test too

* add david's fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
renovate[bot] and jtoar authored Mar 2, 2023
1 parent 37999cb commit 4d8f0a8
Show file tree
Hide file tree
Showing 48 changed files with 460 additions and 461 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/prompts": "2.4.2",
"all-contributors-cli": "6.24.0",
"ansi-colors": "4.1.3",
"babel-jest": "29.4.2",
"babel-jest": "29.4.3",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
Expand All @@ -77,7 +77,7 @@
"fast-glob": "3.2.12",
"fs-extra": "11.1.0",
"is-port-reachable": "3.1.0",
"jest": "29.4.2",
"jest": "29.4.3",
"jest-runner-tsd": "4.0.0",
"jscodeshift": "0.14.0",
"lerna": "6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/split2": "3.2.1",
"@types/yargs": "17.0.22",
"aws-lambda": "1.0.7",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/memjs": "1",
"@types/pascalcase": "1.0.1",
"@types/split2": "3.2.1",
"jest": "29.4.2",
"jest": "29.4.3",
"memjs": "1.3.0",
"redis": "4.6.5",
"split2": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/cache/__tests__/cacheFindMany.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jest.mock('@prisma/client', () => ({

describe('cacheFindMany', () => {
afterEach(() => {
jest.restoreAllMocks()
jest.clearAllMocks()
})

it('adds the collection to the cache based on latest updated user', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/jsonwebtoken": "9.0.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.111",
"@types/jsonwebtoken": "9.0.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "7.21.0",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.111",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@clerk/clerk-react": "4.11.6",
"@clerk/types": "3.28.4",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/crypto-js": "4.1.1",
"@types/md5": "2.3.2",
"@types/uuid": "9.0.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@simplewebauthn/typescript-types": "6.2.1",
"@types/secure-random-password": "0.2.1",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "7.21.0",
"@simplewebauthn/typescript-types": "6.2.1",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.111",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "7.21.0",
"@types/react": "18.0.28",
"firebase": "9.17.1",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.111",
"@types/jsonwebtoken": "9.0.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "7.21.0",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.111",
"@types/jsonwebtoken": "9.0.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/core": "7.21.0",
"@supabase/supabase-js": "1.35.7",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/jsonwebtoken": "9.0.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/react": "18.0.28",
"jest": "29.4.2",
"jest": "29.4.3",
"react": "18.2.0",
"supertokens-auth-react": "0.31.1",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "7.21.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"jest": "29.4.2",
"jest": "29.4.3",
"msw": "1.0.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/lodash.memoize": "4.1.7",
"@types/pascalcase": "1.0.1",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/crypto-js": "4.1.1",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/lib/__tests__/updateCheck.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Update is not available (1.0.0 -> 1.0.0)', () => {

afterEach(() => {
fs.__setMockFiles({})
jest.restoreAllMocks()
jest.clearAllMocks()
})

it('Produces the correct updateData.json file', async () => {
Expand Down Expand Up @@ -142,7 +142,7 @@ describe('Update is available (1.0.0 -> 2.0.0)', () => {

afterEach(() => {
fs.__setMockFiles({})
jest.restoreAllMocks()
jest.clearAllMocks()
})

it('Produces the correct updateData.json file', async () => {
Expand Down Expand Up @@ -217,7 +217,7 @@ describe('Update is available with rc tag (1.0.0-rc.1 -> 1.0.1-rc.58)', () => {

afterEach(() => {
fs.__setMockFiles({})
jest.restoreAllMocks()
jest.clearAllMocks()
})

it('Produces the correct updateData.json file', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"execa": "5.1.1",
"fast-glob": "3.2.12",
"findup-sync": "5.0.0",
"jest": "29.4.2",
"jest": "29.4.3",
"jscodeshift": "0.14.0",
"prettier": "2.8.4",
"tasuku": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"devDependencies": {
"@types/rimraf": "3.0.2",
"jest": "29.4.2"
"jest": "29.4.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@babel/cli": "7.21.0",
"@types/prompts": "2.4.2",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/cli": "7.21.0",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"graphql": "16.6.0",
"jest": "29.4.2",
"jest": "29.4.3",
"nodemon": "2.0.20",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/uuid": "9.0.1",
"@whatwg-node/fetch": "0.8.1",
"aws-lambda": "1.0.7",
"jest": "29.4.2",
"jest": "29.4.3",
"jsonwebtoken": "9.0.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/rimraf": "3.0.2",
"babel-plugin-tester": "11.0.4",
"graphql-tag": "2.12.6",
"jest": "29.4.2"
"jest": "29.4.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/core": "7.21.0",
"@types/mime-types": "2.1.1",
"babel-plugin-tester": "11.0.4",
"jest": "29.4.2",
"jest": "29.4.3",
"typescript": "4.9.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 4d8f0a8

Please sign in to comment.