Skip to content

Commit

Permalink
chore(deps): update dependency tsup to ^8.3.0 (#1655)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tsup](https://tsup.egoist.dev/)
([source](https://redirect.github.com/egoist/tsup)) | [`^8.2.4` ->
`^8.3.0`](https://renovatebot.com/diffs/npm/tsup/8.2.4/8.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tsup/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsup/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsup/8.2.4/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsup/8.2.4/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>egoist/tsup (tsup)</summary>

###
[`v8.3.0`](https://redirect.github.com/egoist/tsup/releases/tag/v8.3.0)

[Compare
Source](https://redirect.github.com/egoist/tsup/compare/v8.2.4...v8.3.0)

##### Bug Fixes

- fix `experimentalDts` file cleaning and watching
([#&#8203;1199](https://redirect.github.com/egoist/tsup/issues/1199))
([76dc18b](https://redirect.github.com/egoist/tsup/commit/76dc18b7036c408e6fc5254e3eeb3430f65c7866))

##### Features

- add support for `cts` and `mts` config files
([#&#8203;1178](https://redirect.github.com/egoist/tsup/issues/1178))
([ec811b3](https://redirect.github.com/egoist/tsup/commit/ec811b3b7d22479c230292a024f1dee5d171b0ea))
- add support for async `injectStyle`
([#&#8203;1193](https://redirect.github.com/egoist/tsup/issues/1193))
([f25a9db](https://redirect.github.com/egoist/tsup/commit/f25a9db77d22c91ea8f6bd1ed31ea8415d0a7d5d))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent cf3c823 commit 6746ec9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"prettier-plugin-sh": "^0.14.0",
"release-it": "^17.6.0",
"sentences-per-line": "^0.2.1",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"tsx": "^4.17.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.1.0",
Expand Down
41 changes: 31 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6746ec9

Please sign in to comment.