Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8 (#146)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Bug Fixes

- await postcss for async plugins
([#&#8203;1036](https://github.com/egoist/tsup/issues/1036))
([d4e22c5](https://github.com/egoist/tsup/commit/d4e22c5fb9e9a31bb3c1449abe0d8f2d86292c9e))

- ci!: drop node 16
([4c1ad38](https://github.com/egoist/tsup/commit/4c1ad387eb690c959a318287cc08dfadfe6ca011))

##### Features

- add experimental dts rollup using
[@&#8203;microsoft/api-extractor](https://github.com/microsoft/api-extractor)
([#&#8203;983](https://github.com/egoist/tsup/issues/983))
([61fc06c](https://github.com/egoist/tsup/commit/61fc06c6130391847a370a3efc1c6e7677ba6596))

##### BREAKING CHANGES

-   Drop node < 18

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

[Compare
Source](https://github.com/egoist/tsup/compare/v7.2.0...v7.3.0)

##### Bug Fixes

- add newline after cjsInterop
([b749a27](https://github.com/egoist/tsup/commit/b749a274be69aab14c64bc926a60c84faef7d173)),
closes [#&#8203;1022](https://github.com/egoist/tsup/issues/1022)
- process not found on windows
([#&#8203;1013](https://github.com/egoist/tsup/issues/1013))
([690af7b](https://github.com/egoist/tsup/commit/690af7b89939c0b4d4e02549c3ed90a1d9c8c50b))

##### Features

- support es3 target
([#&#8203;965](https://github.com/egoist/tsup/issues/965))
([1dbd86b](https://github.com/egoist/tsup/commit/1dbd86b73481520352bbc9bd24f365f052b3f67e))
- update esbuild to 0.19.2
([#&#8203;987](https://github.com/egoist/tsup/issues/987))
([e85437e](https://github.com/egoist/tsup/commit/e85437e662345f9be852ed5378d029c92ed43bcd))

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/ts-function-inliner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent 5b1691a commit 8f11c69
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"release-it": "^16.2.1",
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.2.1",
"tsup": "^7.2.0",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"yaml-eslint-parser": "^1.2.2"
Expand Down
Loading

0 comments on commit 8f11c69

Please sign in to comment.