Skip to content

Commit

Permalink
build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 (#1694
Browse files Browse the repository at this point in the history
)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
dependabot[bot] and fabiorigam authored Jan 24, 2025
1 parent 7e53065 commit f7013bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@jest/globals": "^29.7.0",
"@types/fs-extra": "^11.0.4",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-local-rules": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7876,10 +7876,10 @@ [email protected]:
eslint-plugin-react "^7.35.0"
eslint-plugin-react-hooks "^5.0.0"

eslint-config-prettier@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
eslint-config-prettier@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==

eslint-config-standard-with-typescript@^43.0.1:
version "43.0.1"
Expand Down

1 comment on commit f7013bc

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
98.98% (4371/4416) 97.14% (1394/1435) 98.9% (905/915)
Title Tests Skipped Failures Errors Time
core 836 0 💤 0 ❌ 0 🔥 2m 26s ⏱️
network 731 0 💤 0 ❌ 0 🔥 4m 57s ⏱️
errors 40 0 💤 0 ❌ 0 🔥 19.538s ⏱️
logging 3 0 💤 0 ❌ 0 🔥 20.141s ⏱️
hardhat-plugin 19 0 💤 0 ❌ 0 🔥 1m 0s ⏱️
aws-kms-adapter 23 0 💤 0 ❌ 0 🔥 1m 24s ⏱️
ethers-adapter 5 0 💤 0 ❌ 0 🔥 1m 16s ⏱️
rpc-proxy 37 0 💤 0 ❌ 0 🔥 1m 4s ⏱️

Please sign in to comment.