Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Merge pull request #139 from xmtp/dependabot/npm_and_yarn/eslint-plug…
Browse files Browse the repository at this point in the history
…in-vitest-0.3.21
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
2 parents 45afddc + 011fc50 commit 9529e6c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vitest": "^0.3.2",
"eslint-plugin-vitest": "^0.3.21",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
Expand Down
72 changes: 59 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.20.0":
version: 6.20.0
resolution: "@typescript-eslint/scope-manager@npm:6.20.0"
dependencies:
"@typescript-eslint/types": "npm:6.20.0"
"@typescript-eslint/visitor-keys": "npm:6.20.0"
checksum: 2c1a644f2931454b34875f2e6dffad52a1fc7b6ac508d7d1ad3cd9da028a7dff9c6191feeea2c9ca691deba199ac9e83cbd0036914be4cd45b6954437f03c09a
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.18.0":
version: 6.18.0
resolution: "@typescript-eslint/type-utils@npm:6.18.0"
Expand Down Expand Up @@ -2809,6 +2819,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.20.0":
version: 6.20.0
resolution: "@typescript-eslint/types@npm:6.20.0"
checksum: 74ed1761e27c3c1a29fd260fe51096f42cfb1472b20390d6df6ec41de0420208f379e809de416e81cd7c00fdc3d5550b2391872be56bf4a1b0c595f71db0b1ea
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
Expand Down Expand Up @@ -2864,6 +2881,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.20.0":
version: 6.20.0
resolution: "@typescript-eslint/typescript-estree@npm:6.20.0"
dependencies:
"@typescript-eslint/types": "npm:6.20.0"
"@typescript-eslint/visitor-keys": "npm:6.20.0"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
minimatch: "npm:9.0.3"
semver: "npm:^7.5.4"
ts-api-utils: "npm:^1.0.1"
peerDependenciesMeta:
typescript:
optional: true
checksum: 55b280c6e71c79cb009ac80189a7f0e1aa9011bc7206c810bbb52d9703a894aa2817dfd44d947edf64d62f3aa0962e01f3423fcb21d2f39964a4840287d9e196
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.18.0":
version: 6.18.0
resolution: "@typescript-eslint/utils@npm:6.18.0"
Expand Down Expand Up @@ -2899,20 +2935,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^6.13.2":
version: 6.13.2
resolution: "@typescript-eslint/utils@npm:6.13.2"
"@typescript-eslint/utils@npm:^6.20.0":
version: 6.20.0
resolution: "@typescript-eslint/utils@npm:6.20.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@types/json-schema": "npm:^7.0.12"
"@types/semver": "npm:^7.5.0"
"@typescript-eslint/scope-manager": "npm:6.13.2"
"@typescript-eslint/types": "npm:6.13.2"
"@typescript-eslint/typescript-estree": "npm:6.13.2"
"@typescript-eslint/scope-manager": "npm:6.20.0"
"@typescript-eslint/types": "npm:6.20.0"
"@typescript-eslint/typescript-estree": "npm:6.20.0"
semver: "npm:^7.5.4"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 934282b612e5f78423bc375122258c5aec65fcdf9c25fd0521e3984686d1e5b950500f093c5f1c21a267be164bc7025d8f629dcfaa60573ad98c6e3861092076
checksum: 6d4604be6123e0073dd5e7dd357c95b370c678572d2e982478d0d6937d4d65f0cad0ac207b8b724f3bce239e64ba1ddd6bece11e1592734d8bf691177e6971e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -2946,6 +2982,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.20.0":
version: 6.20.0
resolution: "@typescript-eslint/visitor-keys@npm:6.20.0"
dependencies:
"@typescript-eslint/types": "npm:6.20.0"
eslint-visitor-keys: "npm:^3.4.1"
checksum: df066c73f3880ad78880c442f307e58f026e6047d9caab9d7c356d13276f4fe466fab3e8d19cdb1e6749e87639cb7c4babcfe118f554fcd2d3929ce9f4983216
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -3120,7 +3166,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.1.3"
eslint-plugin-promise: "npm:^6.1.1"
eslint-plugin-simple-import-sort: "npm:^10.0.0"
eslint-plugin-vitest: "npm:^0.3.2"
eslint-plugin-vitest: "npm:^0.3.21"
jest: "npm:^29.7.0"
prettier: "npm:^3.1.1"
ts-jest: "npm:^29.1.1"
Expand Down Expand Up @@ -5421,11 +5467,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vitest@npm:^0.3.2":
version: 0.3.12
resolution: "eslint-plugin-vitest@npm:0.3.12"
"eslint-plugin-vitest@npm:^0.3.21":
version: 0.3.21
resolution: "eslint-plugin-vitest@npm:0.3.21"
dependencies:
"@typescript-eslint/utils": "npm:^6.13.2"
"@typescript-eslint/utils": "npm:^6.20.0"
peerDependencies:
eslint: ">=8.0.0"
vitest: "*"
Expand All @@ -5434,7 +5480,7 @@ __metadata:
optional: true
vitest:
optional: true
checksum: 3850224a96c350f90bd96cea32b849722fe17cb0ffb84d9ca0c9dd66d7b1458fab06c2b5881305317cc4733cb29ab7dccfbce1adb6496bb3847d723a4a76027b
checksum: b6b4d24960e24f56a15fba8b07c8ea74911883fdb07bb090901d841f364c099f437f5a275ee3e3d60a4396e9586a0c760af58e88a46fe163efc41b37f0f3af0a
languageName: node
linkType: hard

Expand Down

0 comments on commit 9529e6c

Please sign in to comment.