Skip to content

Commit

Permalink
build(deps-dev): bump typescript-eslint from 8.11.0 to 8.16.0 (#1555)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript-eslint from 8.11.0 to 8.17.0

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.11.0 to 8.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: using 8.16.0 instead

* chore: fixed vulnerability

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Miguel Angel Rojo <[email protected]>
Co-authored-by: Miguel Angel Rojo Fernandez <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent f899478 commit 4999f57
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 212 deletions.
1 change: 0 additions & 1 deletion apps/sdk-vite-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^6.0.2",
"vitest": "^2.1.6",
"vitest-browser-react": "^0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"typedoc": "^0.26.8",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "8.16.0"
},
"peerDependencies": {
"hardhat": "^2.22.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vechain/sdk-network": "1.0.0-rc.4",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
Loading

1 comment on commit 4999f57

@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%
99% (4368/4412) 97.56% (1400/1435) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 20s ⏱️
network 727 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 45s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.37s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.805s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 59.379s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 29s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 14s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 3s ⏱️

Please sign in to comment.