Skip to content

Commit

Permalink
build(deps-dev): bump tsup from 7.2.0 to 8.0.1 (#317)
Browse files Browse the repository at this point in the history
Bumps [tsup](https://github.com/egoist/tsup) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v7.2.0...v8.0.1)

---
updated-dependencies:
- dependency-name: tsup
  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>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 3697196 commit e26b37c
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 147 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"turbo": "^1.10.15",
"typedoc": "^0.25.3",
"typedoc-plugin-missing-exports": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "*"
},
"dependencies": {
Expand Down
Loading

1 comment on commit e26b37c

@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: 100%
100% (1160/1160) 100% (277/277) 100% (239/239)
Title Tests Skipped Failures Errors Time
core 319 0 💤 0 ❌ 0 🔥 1m 31s ⏱️
network 79 0 💤 0 ❌ 0 🔥 54.822s ⏱️
errors 30 0 💤 0 ❌ 0 🔥 10.02s ⏱️

Please sign in to comment.