[PR #2673] [CLOSED] chore(deps): bump tsup from 5.12.9 to 6.2.3 #3979

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2673
Author: @dependabot[bot]
Created: 9/19/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/tsup-6.2.3


📝 Commits (1)

  • b5d3749 chore(deps): bump tsup from 5.12.9 to 6.2.3

📊 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.3.

Release notes

Sourced from tsup's releases.

v6.2.3

6.2.3 (2022-08-26)

Bug Fixes

  • deps: update bundle-require, fix #695 (d074dd9)
  • pass globalName to rollup for tree-shaking iife build (#692) (900a260)
  • respect exit code from onSuccess process, closes #697 (dd9ef53)

v6.2.2

6.2.2 (2022-08-12)

Bug Fixes

  • deps: upgrade esbuild to 0.15, resolves #690 (c3dc8d8)
  • don't transform to cjs twice, resolves #675 (7000c8b)
  • make --treeshake work with hashbang (c06b5e1)

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

... (truncated)

Commits
  • d074dd9 fix(deps): update bundle-require, fix #695
  • dd9ef53 fix: respect exit code from onSuccess process, closes #697
  • 900a260 fix: pass globalName to rollup for tree-shaking iife build (#692)
  • 7000c8b fix: don't transform to cjs twice, resolves #675
  • c06b5e1 fix: make --treeshake work with hashbang
  • c3dc8d8 fix(deps): upgrade esbuild to 0.15, resolves #690
  • dda4b3c chore: update analytics id
  • 47e6f4d chore(docs): update url
  • eb3a034 chore: update docs url
  • 52bc732 chore(pkg): add description
  • 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/2673 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/19/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsup-6.2.3` --- ### 📝 Commits (1) - [`b5d3749`](https://github.com/hoppscotch/hoppscotch/commit/b5d374938955ee2004092e63da309a8963cf660c) chore(deps): bump tsup from 5.12.9 to 6.2.3 ### 📊 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.3. <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.3</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.2.2...v6.2.3">6.2.3</a> (2022-08-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update bundle-require, fix <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/695">#695</a> (<a href="https://github.com/egoist/tsup/commit/d074dd9c33adf85bcd149e79c9d141517a956ce0">d074dd9</a>)</li> <li>pass globalName to rollup for tree-shaking iife build (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/692">#692</a>) (<a href="https://github.com/egoist/tsup/commit/900a260e4f6e98a6ed5b70165339a669dd2a8d38">900a260</a>)</li> <li>respect exit code from onSuccess process, closes <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/697">#697</a> (<a href="https://github.com/egoist/tsup/commit/dd9ef53e8442237b5c562806167c193b8d1d9836">dd9ef53</a>)</li> </ul> <h2>v6.2.2</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.2.1...v6.2.2">6.2.2</a> (2022-08-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> upgrade esbuild to 0.15, resolves <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/690">#690</a> (<a href="https://github.com/egoist/tsup/commit/c3dc8d8cc538e1639a8e169c04aad719bcf097f8">c3dc8d8</a>)</li> <li>don't transform to cjs twice, resolves <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/675">#675</a> (<a href="https://github.com/egoist/tsup/commit/7000c8b6f5e69b801754a1846844cfc966f84571">7000c8b</a>)</li> <li>make --treeshake work with hashbang (<a href="https://github.com/egoist/tsup/commit/c06b5e14269c1b1cba28d6951896bae6709d4d1a">c06b5e1</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/egoist/tsup/commit/d074dd9c33adf85bcd149e79c9d141517a956ce0"><code>d074dd9</code></a> fix(deps): update bundle-require, fix <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/695">#695</a></li> <li><a href="https://github.com/egoist/tsup/commit/dd9ef53e8442237b5c562806167c193b8d1d9836"><code>dd9ef53</code></a> fix: respect exit code from onSuccess process, closes <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/697">#697</a></li> <li><a href="https://github.com/egoist/tsup/commit/900a260e4f6e98a6ed5b70165339a669dd2a8d38"><code>900a260</code></a> fix: pass globalName to rollup for tree-shaking iife build (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/692">#692</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/7000c8b6f5e69b801754a1846844cfc966f84571"><code>7000c8b</code></a> fix: don't transform to cjs twice, resolves <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/675">#675</a></li> <li><a href="https://github.com/egoist/tsup/commit/c06b5e14269c1b1cba28d6951896bae6709d4d1a"><code>c06b5e1</code></a> fix: make --treeshake work with hashbang</li> <li><a href="https://github.com/egoist/tsup/commit/c3dc8d8cc538e1639a8e169c04aad719bcf097f8"><code>c3dc8d8</code></a> fix(deps): upgrade esbuild to 0.15, resolves <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/690">#690</a></li> <li><a href="https://github.com/egoist/tsup/commit/dda4b3cdb597252cdc23fcbd567caacb43c60fd6"><code>dda4b3c</code></a> chore: update analytics id</li> <li><a href="https://github.com/egoist/tsup/commit/47e6f4d8cb31020554daa857fb411b117a5f43a2"><code>47e6f4d</code></a> chore(docs): update url</li> <li><a href="https://github.com/egoist/tsup/commit/eb3a03441c111002b0eceb08dd30c4e9850158c7"><code>eb3a034</code></a> chore: update docs url</li> <li><a href="https://github.com/egoist/tsup/commit/52bc7321007691e0ff153dd929046643f56f7d44"><code>52bc732</code></a> chore(pkg): add description</li> <li>Additional commits viewable in <a href="https://github.com/egoist/tsup/compare/v5.12.9...v6.2.3">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.3)](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:32:54 +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#3979
No description provided.