From fab364dee7516a7cd998415ade5ef5c36a66c781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:04:03 +0000 Subject: [PATCH] chore(deps): update dependency @travi/eslint-config-jest to v1.0.92 --- .../jest-ts-reproduction/package-lock.json | 68 +++++++++---------- packages/jest-ts-reproduction/package.json | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/packages/jest-ts-reproduction/package-lock.json b/packages/jest-ts-reproduction/package-lock.json index 7111de46a..21ce62ec4 100644 --- a/packages/jest-ts-reproduction/package-lock.json +++ b/packages/jest-ts-reproduction/package-lock.json @@ -13,7 +13,7 @@ "@travi/any": "3.1.0", "@travi/babel-preset": "3.0.119", "@travi/eslint-config": "4.0.5", - "@travi/eslint-config-jest": "1.0.91", + "@travi/eslint-config-jest": "1.0.92", "ban-sensitive-files": "1.10.1", "c8": "9.1.0", "cross-env": "7.0.3", @@ -2028,15 +2028,40 @@ } }, "node_modules/@form8ion/eslint-config-jest": { - "version": "1.0.101", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-jest/-/eslint-config-jest-1.0.101.tgz", - "integrity": "sha512-tv4z00fAe0xR6F9iAdQLUFKWVUa+pUR9kX56j445LL3HdcsnJuKCnVQ7Ow8jJO6/5LFkBXrMC35Yoh2I8FkEkg==", + "version": "1.0.102", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-jest/-/eslint-config-jest-1.0.102.tgz", + "integrity": "sha512-3MEcvPUXwW5SpOqScp8tZCwIHODkDpXyEuFibCONhIogt6+zkck0WpbNIqHG7Fx2QZV/fkHpvK03vQj2nvzttg==", "dev": true, "dependencies": { - "eslint-plugin-jest": "27.6.3", + "eslint-plugin-jest": "27.8.0", "typescript": "^5.0.0" } }, + "node_modules/@form8ion/eslint-config-jest/node_modules/eslint-plugin-jest": { + "version": "27.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.8.0.tgz", + "integrity": "sha512-347hVFiu4ZKMYl5xFp0X81gLNwBdno0dl0CMpUMjwuAux9X/M2a7z+ab2VHmPL6XCT87q8nv1vaVzhIO4TE/hw==", + "dev": true, + "dependencies": { + "@typescript-eslint/utils": "^5.10.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0", + "eslint": "^7.0.0 || ^8.0.0", + "jest": "*" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + }, + "jest": { + "optional": true + } + } + }, "node_modules/@form8ion/remark-lint-preset": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/@form8ion/remark-lint-preset/-/remark-lint-preset-6.0.2.tgz", @@ -3453,12 +3478,12 @@ } }, "node_modules/@travi/eslint-config-jest": { - "version": "1.0.91", - "resolved": "https://registry.npmjs.org/@travi/eslint-config-jest/-/eslint-config-jest-1.0.91.tgz", - "integrity": "sha512-JUgca1O2li7UcECcCMxljbIkKxdUZiiqM/V+C1Ivjf8RBkQorOJcPPzjUawRAIYdb+u0iNklk/FK5KunUSAopg==", + "version": "1.0.92", + "resolved": "https://registry.npmjs.org/@travi/eslint-config-jest/-/eslint-config-jest-1.0.92.tgz", + "integrity": "sha512-hj6ZMqmMrdFse/J5LRrjBn/wxjsf9IUWPXrJyjlySJher40Kr5RdHfETPKHjz9NJ+hB2fK+yCIIWSH7kXMeyEA==", "dev": true, "dependencies": { - "@form8ion/eslint-config-jest": "1.0.101" + "@form8ion/eslint-config-jest": "1.0.102" } }, "node_modules/@trysound/sax": { @@ -6289,31 +6314,6 @@ "node": ">=0.10.0" } }, - "node_modules/eslint-plugin-jest": { - "version": "27.6.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz", - "integrity": "sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==", - "dev": true, - "dependencies": { - "@typescript-eslint/utils": "^5.10.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", - "eslint": "^7.0.0 || ^8.0.0", - "jest": "*" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - }, - "jest": { - "optional": true - } - } - }, "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", diff --git a/packages/jest-ts-reproduction/package.json b/packages/jest-ts-reproduction/package.json index 08dfb7200..d9cfdbadd 100644 --- a/packages/jest-ts-reproduction/package.json +++ b/packages/jest-ts-reproduction/package.json @@ -45,7 +45,7 @@ "@travi/any": "3.1.0", "@travi/babel-preset": "3.0.119", "@travi/eslint-config": "4.0.5", - "@travi/eslint-config-jest": "1.0.91", + "@travi/eslint-config-jest": "1.0.92", "ban-sensitive-files": "1.10.1", "c8": "9.1.0", "cross-env": "7.0.3",