Skip to content

Commit

Permalink
chore(deps): update jest (#14845)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergey Tatarintsev <tatarintsev@prisma.io>
  • Loading branch information
renovate[bot] and SevInf committed Aug 17, 2022
1 parent a4fbc05 commit f0c092e
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 75 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.8.2",
"eslint-plugin-jest": "26.8.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eventemitter3": "4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -74,7 +74,7 @@
"@swc/jest": "0.2.22",
"@types/debug": "4.1.7",
"@types/fs-extra": "9.0.13",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/rimraf": "3.0.2",
"@types/ws": "8.5.3",
"chalk": "4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Expand Up @@ -83,7 +83,7 @@
"@swc/jest": "0.2.22",
"@timsuchanek/copy": "1.4.5",
"@types/debug": "4.1.7",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/js-levenshtein": "1.1.1",
"@types/mssql": "8.0.3",
"@types/node": "14.17.34",
Expand Down Expand Up @@ -126,7 +126,7 @@
"stacktrace-parser": "0.1.10",
"strip-ansi": "6.0.1",
"strip-indent": "3.0.0",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"ts-node": "10.8.1",
"tsd": "0.21.0",
"typescript": "4.7.4",
Expand Down
3 changes: 3 additions & 0 deletions packages/client/tests/functional/_utils/getTestSuiteInfo.ts
Expand Up @@ -133,6 +133,9 @@ export function getTestSuiteSchema(suiteMeta: TestSuiteMeta, matrixOptions: Reco
export function getTestSuiteMeta() {
const testsDir = path.join(path.dirname(__dirname), '/')
const testPath = expect.getState().testPath
if (testPath === undefined) {
throw new Error(`getTestSuiteMeta can be executed only within jest test`)
}
const testRootDirName = testPath.replace(testsDir, '').split(path.sep)[0]
const testRoot = path.join(testsDir, testRootDirName)
const rootRelativeTestPath = path.relative(testRoot, testPath)
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Expand Up @@ -13,7 +13,7 @@
},
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "12.20.55",
"esbuild": "0.14.47",
"jest": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-core/package.json
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@swc/core": "1.2.204",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
"esbuild": "0.14.47",
"jest": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Expand Up @@ -12,7 +12,7 @@
"@prisma/get-platform": "workspace:*",
"@swc/core": "1.2.197",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
"execa": "5.1.1",
"jest": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Expand Up @@ -16,7 +16,7 @@
"@prisma/engines-version": "4.3.0-13.6263eb57ecfe61a0fa05d847f7a34f3eba9fba5e",
"@swc/core": "1.2.197",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
"@types/node-fetch": "2.6.2",
"@types/progress": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-helper/package.json
Expand Up @@ -29,7 +29,7 @@
"@swc-node/register": "1.5.1",
"@swc/core": "1.2.204",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "12.20.55",
"esbuild": "0.14.47",
"jest": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-platform/package.json
Expand Up @@ -13,7 +13,7 @@
},
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
"jest": "28.1.3",
"typescript": "4.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation/package.json
Expand Up @@ -17,7 +17,7 @@
"typescript": "4.7.4",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"@types/jest": "28.1.6"
"@types/jest": "28.1.7"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Expand Up @@ -16,7 +16,7 @@
"@sindresorhus/slugify": "1.1.2",
"@swc/core": "1.2.204",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/mssql": "8.0.3",
"@types/node": "12.20.55",
"@types/pg": "8.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@swc/core": "1.2.204",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "12.20.55",
"@types/resolve": "1.20.2",
"esbuild": "0.14.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -21,7 +21,7 @@
"@prisma/internals": "workspace:*",
"@swc/core": "1.2.204",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "12.20.55",
"@types/pg": "8.6.5",
"@types/prompts": "2.0.14",
Expand Down

0 comments on commit f0c092e

Please sign in to comment.