[PR #2547] [CLOSED] chore(deps): bump tsup from 5.12.9 to 6.2.1 #3890

Closed
opened 2026-03-17 01:27:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2547
Author: @dependabot[bot]
Created: 8/1/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/tsup-6.2.1


📝 Commits (1)

  • 63837d3 chore(deps): bump tsup from 5.12.9 to 6.2.1

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 packages/hoppscotch-cli/package.json (+1 -1)
📝 packages/hoppscotch-data/package.json (+1 -1)
📝 packages/hoppscotch-js-sandbox/package.json (+1 -1)

📄 Description

Bumps tsup from 5.12.9 to 6.2.1.

Release notes

Sourced from tsup's releases.

v6.2.1

6.2.1 (2022-07-30)

Bug Fixes

  • properly log rollup errors (#682) (b595f72)
  • return a function in onSuccess to do cleanup (64deb61)

v6.2.0

6.2.0 (2022-07-25)

Bug Fixes

  • actually trigger rebuild when watched files change (135ff39)

Features

  • allow onSuccess callback in tsup config file (#657) (2087907)
  • improve minification for --target es5 (#664) (34df1da)
  • optimize tsconfig.json loading (#660) (407cec6)

v6.1.3

6.1.3 (2022-07-02)

Bug Fixes

v6.1.2

6.1.2 (2022-06-10)

Bug Fixes

  • make --minify work with es5 target, fix #653 (8230221)

v6.1.1

6.1.1 (2022-06-10)

Features

  • cli: add --tsconfig flag to accept custom tsconfig path (#652) (58d0145)
  • minor: use shell option for complex commands in onSuccess (#649) (be48b8b)

v6.1.0

... (truncated)

Commits
  • 241aaac chore(docs): we can use shell script now
  • 64deb61 fix: return a function in onSuccess to do cleanup
  • b595f72 fix: properly log rollup errors (#682)
  • 34df1da feat: improve minification for --target es5 (#664)
  • 407cec6 feat: optimize tsconfig.json loading (#660)
  • 2087907 feat: allow onSuccess callback in tsup config file (#657)
  • 135ff39 fix: actually trigger rebuild when watched files change
  • 8dbb97d test: fix decorator test
  • fcdcd8b test: ability to remove unused code
  • b44d69c chore: update deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2547 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsup-6.2.1` --- ### 📝 Commits (1) - [`63837d3`](https://github.com/hoppscotch/hoppscotch/commit/63837d3c6d800649f9b380546094d63c0127cf8f) chore(deps): bump tsup from 5.12.9 to 6.2.1 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-cli/package.json` (+1 -1) 📝 `packages/hoppscotch-data/package.json` (+1 -1) 📝 `packages/hoppscotch-js-sandbox/package.json` (+1 -1) </details> ### 📄 Description Bumps [tsup](https://github.com/egoist/tsup) from 5.12.9 to 6.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/egoist/tsup/releases">tsup's releases</a>.</em></p> <blockquote> <h2>v6.2.1</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.2.0...v6.2.1">6.2.1</a> (2022-07-30)</h2> <h3>Bug Fixes</h3> <ul> <li>properly log rollup errors (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/682">#682</a>) (<a href="https://github.com/egoist/tsup/commit/b595f72d8f1c03d59b70a3496db83dc7b4c01fb5">b595f72</a>)</li> <li>return a function in <code>onSuccess</code> to do cleanup (<a href="https://github.com/egoist/tsup/commit/64deb61f15d0832192af7f0f446997dfc3eda1b6">64deb61</a>)</li> </ul> <h2>v6.2.0</h2> <h1><a href="https://github.com/egoist/tsup/compare/v6.1.3...v6.2.0">6.2.0</a> (2022-07-25)</h1> <h3>Bug Fixes</h3> <ul> <li>actually trigger rebuild when watched files change (<a href="https://github.com/egoist/tsup/commit/135ff397cdd580f87af782ac19492d0f8edda08c">135ff39</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow onSuccess callback in tsup config file (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/657">#657</a>) (<a href="https://github.com/egoist/tsup/commit/20879071a9c0c279fb33ca59bd8e36f53437a1d8">2087907</a>)</li> <li>improve minification for <code>--target es5</code> (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/664">#664</a>) (<a href="https://github.com/egoist/tsup/commit/34df1da747a2153b39586a1362c601717f133724">34df1da</a>)</li> <li>optimize tsconfig.json loading (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/660">#660</a>) (<a href="https://github.com/egoist/tsup/commit/407cec60f9eac300c6a0b2cc5608cfd7d6340639">407cec6</a>)</li> </ul> <h2>v6.1.3</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.1.2...v6.1.3">6.1.3</a> (2022-07-02)</h2> <h3>Bug Fixes</h3> <ul> <li>fix <code>DataCloneError</code> when DTS is on (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/668">#668</a>) (<a href="https://github.com/egoist/tsup/commit/504031796c01db50cb3edc790a28de462a83a1d2">5040317</a>)</li> </ul> <h2>v6.1.2</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.1.1...v6.1.2">6.1.2</a> (2022-06-10)</h2> <h3>Bug Fixes</h3> <ul> <li>make <code>--minify</code> work with es5 target, fix <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/653">#653</a> (<a href="https://github.com/egoist/tsup/commit/8230221e4ee689cf070e8e288f098f8484404d53">8230221</a>)</li> </ul> <h2>v6.1.1</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.1.0...v6.1.1">6.1.1</a> (2022-06-10)</h2> <h3>Features</h3> <ul> <li><strong>cli:</strong> add <code>--tsconfig</code> flag to accept custom tsconfig path (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/652">#652</a>) (<a href="https://github.com/egoist/tsup/commit/58d0145e846def5a7a21a71ede8f58c2b72af92d">58d0145</a>)</li> <li><strong>minor:</strong> use shell option for complex commands in onSuccess (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/649">#649</a>) (<a href="https://github.com/egoist/tsup/commit/be48b8b7a5b0defaecf6c5d65b57f8efe8979dd2">be48b8b</a>)</li> </ul> <h2>v6.1.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/egoist/tsup/commit/241aaac5fca224a0767362561d1e1f986f5c1c9f"><code>241aaac</code></a> chore(docs): we can use shell script now</li> <li><a href="https://github.com/egoist/tsup/commit/64deb61f15d0832192af7f0f446997dfc3eda1b6"><code>64deb61</code></a> fix: return a function in <code>onSuccess</code> to do cleanup</li> <li><a href="https://github.com/egoist/tsup/commit/b595f72d8f1c03d59b70a3496db83dc7b4c01fb5"><code>b595f72</code></a> fix: properly log rollup errors (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/682">#682</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/34df1da747a2153b39586a1362c601717f133724"><code>34df1da</code></a> feat: improve minification for <code>--target es5</code> (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/664">#664</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/407cec60f9eac300c6a0b2cc5608cfd7d6340639"><code>407cec6</code></a> feat: optimize tsconfig.json loading (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/660">#660</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/20879071a9c0c279fb33ca59bd8e36f53437a1d8"><code>2087907</code></a> feat: allow onSuccess callback in tsup config file (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/657">#657</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/135ff397cdd580f87af782ac19492d0f8edda08c"><code>135ff39</code></a> fix: actually trigger rebuild when watched files change</li> <li><a href="https://github.com/egoist/tsup/commit/8dbb97dd7b0b7e51a7f63c14a9c3216cd994f4db"><code>8dbb97d</code></a> test: fix decorator test</li> <li><a href="https://github.com/egoist/tsup/commit/fcdcd8bcced030bda74bd2072e65aaa97e904c1d"><code>fcdcd8b</code></a> test: ability to remove unused code</li> <li><a href="https://github.com/egoist/tsup/commit/b44d69c7d0b37d80ae01d6f8ae721203905202ed"><code>b44d69c</code></a> chore: update deps</li> <li>Additional commits viewable in <a href="https://github.com/egoist/tsup/compare/v5.12.9...v6.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tsup&package-manager=npm_and_yarn&previous-version=5.12.9&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:27:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3890
No description provided.