Skip to content

Commit

Permalink
Merge pull request #1711 from trilitech/dependabot/npm_and_yarn/eslin…
Browse files Browse the repository at this point in the history
…t-1dee664204
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
2 parents e5e9b7f + e84b21f commit 40fa603
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-redux": "^4.1.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.1.3",
"typescript": "^5.5.4"
}
}
26 changes: 12 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7715,9 +7715,9 @@ __metadata:
eslint-plugin-react: "npm:^7.35.0"
eslint-plugin-react-hooks: "npm:^4.6.2"
eslint-plugin-react-redux: "npm:^4.1.0"
eslint-plugin-testing-library: "npm:^6.2.2"
eslint-plugin-testing-library: "npm:^6.3.0"
eslint-plugin-tsdoc: "npm:^0.3.0"
eslint-plugin-unused-imports: "npm:^3.2.0"
eslint-plugin-unused-imports: "npm:^4.1.3"
typescript: "npm:^5.5.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12289,14 +12289,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-testing-library@npm:^6.2.2":
version: 6.2.2
resolution: "eslint-plugin-testing-library@npm:6.2.2"
"eslint-plugin-testing-library@npm:^6.3.0":
version: 6.3.0
resolution: "eslint-plugin-testing-library@npm:6.3.0"
dependencies:
"@typescript-eslint/utils": "npm:^5.58.0"
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
checksum: 10/61947d0b81de1565c8627ec2d1e6636a8b6613cfe554a4671d011b3e88dfd77b498ce83b15bcf0a2df5570c44ad1d46d54058ed488f4e515d764196cbc6d65cf
checksum: 10/192b112f84f90cc7eee28965b3e7792e8d4cda71aa29690d8180f1ae9cd0e8d6a8851ee992d37285a76750f8638c04e76f768e1885168f060ca169b72ac9ec6c
languageName: node
linkType: hard

Expand All @@ -12310,18 +12310,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unused-imports@npm:^3.2.0":
version: 3.2.0
resolution: "eslint-plugin-unused-imports@npm:3.2.0"
dependencies:
eslint-rule-composer: "npm:^0.3.0"
"eslint-plugin-unused-imports@npm:^4.1.3":
version: 4.1.3
resolution: "eslint-plugin-unused-imports@npm:4.1.3"
peerDependencies:
"@typescript-eslint/eslint-plugin": 6 - 7
eslint: 8
"@typescript-eslint/eslint-plugin": ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
eslint: ^9.0.0 || ^8.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
checksum: 10/05ce3ae4278245caeb25af28aa6832ecd59d664633f31b1dd498798d27cb7f959e2af1b8feeef789a87755541f47b222156c29420f1777d4c5f022e842171ed7
checksum: 10/1606c6b1cfa4abb04e68c69c590385753fb5c1b9b2075f35c03747483ef0ea83e3100bb7458ea8920131eef901449c7f9e765a74c05d6706545c5b7bc8fad1fd
languageName: node
linkType: hard

Expand Down

1 comment on commit 40fa603

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title Lines Statements Branches Functions
apps/desktop Coverage: 84%
84.06% (1825/2171) 79.11% (860/1087) 78.79% (457/580)
apps/web Coverage: 84%
84.06% (1825/2171) 79.11% (860/1087) 78.79% (457/580)
packages/components Coverage: 96%
95% (114/120) 100% (48/48) 77.14% (27/35)
packages/core Coverage: 81%
82.46% (174/211) 70.75% (75/106) 81.13% (43/53)
packages/crypto Coverage: 100%
100% (28/28) 100% (3/3) 100% (5/5)
packages/data-polling Coverage: 98%
96.55% (140/145) 95.45% (21/22) 92.85% (39/42)
packages/multisig Coverage: 98%
98.4% (123/125) 89.47% (17/19) 100% (33/33)
packages/social-auth Coverage: 100%
100% (22/22) 100% (11/11) 100% (4/4)
packages/state Coverage: 84%
84.41% (769/911) 80.4% (160/199) 79.61% (289/363)
packages/tezos Coverage: 86%
85.1% (80/94) 92.85% (13/14) 82.14% (23/28)
packages/tzkt Coverage: 86%
84.05% (58/69) 81.25% (13/16) 76.92% (30/39)

Please sign in to comment.