Skip to content

Commit

Permalink
build(deps-dev): bump tsup from 8.3.0 to 8.3.5 (#1624)
Browse files Browse the repository at this point in the history
Bumps [tsup](https://github.com/egoist/tsup) from 8.3.0 to 8.3.5.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.3.0...v8.3.5)

---
updated-dependencies:
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <73019897+fabiorigam@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fabiorigam authored Jan 2, 2025
1 parent f9e7169 commit b026340
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 285 deletions.
2 changes: 1 addition & 1 deletion apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"nyc": "^17.1.0",
"prettier": "^3.4.1",
"ts-jest": "^29.2.5",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.1.0",
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 @@ -53,7 +53,7 @@
"@types/node": "^22.7.9",
"cross-env": "^7.0.3",
"testcontainers": "^10.14.0",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
Loading

1 comment on commit b026340

@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% (4370/4414) 97.55% (1399/1434) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 21s ⏱️
network 729 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 48s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 16.531s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.231s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 58.823s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 10s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 13s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️

Please sign in to comment.