Skip to content

Commit

Permalink
build(deps): bump tsup from 8.1.0 to 8.1.2 (#1060)
Browse files Browse the repository at this point in the history
* build(deps): bump tsup from 8.1.0 to 8.1.1

Bumps [tsup](https://github.com/egoist/tsup) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.1.0...v8.1.1)

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

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

* fix: fix issue

* test: try to fix error

* test: temporary test on the versions

* fix: fix turbo issue

---------

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]>
Co-authored-by: Rodolfo Pietro Calabrò <[email protected]>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
4 people authored Jul 18, 2024
1 parent afd567f commit 3084739
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-integration-test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, lts/*, latest]
node: [18, lts/*] #add 'latest' when turbo issue is solved
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, lts/*, latest]
node: [18, lts/*] #add 'latest' when turbo issue is solved
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"nyc": "^17.0.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.0",
"tsup": "^8.1.0",
"tsup": "^8.1.2",
"typedoc": "^0.26.4",
"typedoc-plugin-missing-exports": "^3.0.0",
"turbo": "^2.0.7",
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 @@ -39,7 +39,7 @@
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"tsup": "^8.1.0",
"tsup": "^8.1.2",
"typescript": "^5.5.3"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit 3084739

@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.66% (3531/3543) 98.77% (889/900) 99.85% (709/710)
Title Tests Skipped Failures Errors Time
core 467 0 💤 0 ❌ 0 🔥 1m 5s ⏱️
network 675 0 💤 0 ❌ 0 🔥 3m 56s ⏱️
errors 54 0 💤 0 ❌ 0 🔥 12.161s ⏱️

Please sign in to comment.