Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v7 (#230)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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://togithub.com/egoist/tsup)) | [`^6.5.0` ->
`^7.0.0`](https://renovatebot.com/diffs/npm/tsup/6.7.0/7.0.0) |
[![age](https://badges.renovateapi.com/packages/npm/tsup/7.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/tsup/7.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/tsup/7.0.0/compatibility-slim/6.7.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/tsup/7.0.0/confidence-slim/6.7.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>egoist/tsup</summary>

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

[Compare
Source](https://togithub.com/egoist/tsup/compare/v6.7.0...v7.0.0)

##### Bug Fixes

- **external:** match root paths on unix-like and windows
([#&#8203;891](https://togithub.com/egoist/tsup/issues/891))
([cfa6bba](https://togithub.com/egoist/tsup/commit/cfa6bba24bd215554a075baafa7dffc4c9f3dc18))
- prefix terser log with name
([#&#8203;899](https://togithub.com/egoist/tsup/issues/899))
([2f41663](https://togithub.com/egoist/tsup/commit/2f41663dc2a3b9f1357e0084ee731d2521b80d75))
- preserve top-level when running terser for IIFE
([#&#8203;900](https://togithub.com/egoist/tsup/issues/900))
([2c0435a](https://togithub.com/egoist/tsup/commit/2c0435a30fbaf67360ed46e5a23ae8bdb77b0a8a))
- Remove SWC and Terser minification clash
([#&#8203;881](https://togithub.com/egoist/tsup/issues/881))
([23e25cd](https://togithub.com/egoist/tsup/commit/23e25cd779238b81c084eec12f6aaf7382c49426))
- Update docs domain in schema.json
([#&#8203;901](https://togithub.com/egoist/tsup/issues/901))
([a036242](https://togithub.com/egoist/tsup/commit/a0362424a3204a0c0a510af7c90a5e5f90eba61d))

##### Features

- require nodejs 16 or above
([45832d9](https://togithub.com/egoist/tsup/commit/45832d999e50e68e299bdc9eee99cde9d8a18bba))
- support svelte-preprocess
([#&#8203;906](https://togithub.com/egoist/tsup/issues/906))
([3606e45](https://togithub.com/egoist/tsup/commit/3606e45dffe67431fe71c74820814bae8aadbcaa))
- Update esbuild version to latest for keeping unknown directives during
bundle ([#&#8203;925](https://togithub.com/egoist/tsup/issues/925))
([e2e70e8](https://togithub.com/egoist/tsup/commit/e2e70e8603f1bab828ad1ff22ac1a2687baa3413))

##### BREAKING CHANGES

-   require nodejs 16 or above
-   update esbuild to 0.18

</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-api-utils).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent 72a441e commit 56c4470
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 89 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"release-it": "^15.6.0",
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.1.0",
"tsup": "^6.5.0",
"tsup": "^7.0.0",
"typedoc": "^0.24.0",
"typedoc-plugin-coverage": "^2.0.0",
"typedoc-plugin-custom-validation": "^1.1.0",
Expand Down

0 comments on commit 56c4470

Please sign in to comment.