[PR #2816] [CLOSED] build(deps): bump tsup from 5.12.9 to 6.3.0 #4088

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2816
Author: @dependabot[bot]
Created: 10/24/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/tsup-6.3.0


📝 Commits (1)

  • dbc8b08 build(deps): bump tsup from 5.12.9 to 6.3.0

📊 Changes

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

View changed files

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

📄 Description

Bumps tsup from 5.12.9 to 6.3.0.

Release notes

Sourced from tsup's releases.

v6.3.0

6.3.0 (2022-10-17)

Bug Fixes

  • Configure Rollup's external to support subpaths too (#722) (2f9d370)
  • ignore rollup warning if silent is true (#707) (fb248e4)
  • respect noExternal option with Tsup node (#720) (bb2309a)
  • types: Add typing for platform: 'neutral' (#713) (9488ac0)
  • use loader from config for postcss (#744) (48b3381)

Features

  • allow to exclude dependencies from specific package.json (#717) (8d7ce9e)

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)

... (truncated)

Commits
  • 48b3381 fix: use loader from config for postcss (#744)
  • fd0d787 docs: Instructions for adding shims configuration (#740)
  • 5161f8f chore: fix a typo (#737)
  • 2f9d370 fix: Configure Rollup's external to support subpaths too (#722)
  • bb2309a fix: respect noExternal option with Tsup node (#720)
  • 3ab4b88 docs: add copy loader (#721)
  • 9488ac0 fix(types): Add typing for platform: 'neutral' (#713)
  • 8d7ce9e feat: allow to exclude dependencies from specific package.json (#717)
  • fb248e4 fix: ignore rollup warning if silent is true (#707)
  • d074dd9 fix(deps): update bundle-require, fix #695
  • 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/2816 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsup-6.3.0` --- ### 📝 Commits (1) - [`dbc8b08`](https://github.com/hoppscotch/hoppscotch/commit/dbc8b0820d991563b0bcb2be4b0f876276e1e231) build(deps): bump tsup from 5.12.9 to 6.3.0 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-cli/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.3.0. <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.3.0</h2> <h1><a href="https://github.com/egoist/tsup/compare/v6.2.3...v6.3.0">6.3.0</a> (2022-10-17)</h1> <h3>Bug Fixes</h3> <ul> <li>Configure Rollup's external to support subpaths too (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/722">#722</a>) (<a href="https://github.com/egoist/tsup/commit/2f9d370ab23b23ad38ebbf6959f503ea4231340a">2f9d370</a>)</li> <li>ignore rollup warning if silent is true (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/707">#707</a>) (<a href="https://github.com/egoist/tsup/commit/fb248e49360d328d42e0f6381c578874e3fea454">fb248e4</a>)</li> <li>respect noExternal option with Tsup node (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/720">#720</a>) (<a href="https://github.com/egoist/tsup/commit/bb2309a3840756fa9cd38888b0778dc953ca72dd">bb2309a</a>)</li> <li><strong>types:</strong> Add typing for platform: 'neutral' (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/713">#713</a>) (<a href="https://github.com/egoist/tsup/commit/9488ac0b44245a497f8d067c682adc0e72b02a13">9488ac0</a>)</li> <li>use loader from config for postcss (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/744">#744</a>) (<a href="https://github.com/egoist/tsup/commit/48b3381b15562490870b0cf32f15252038958384">48b3381</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow to exclude dependencies from specific package.json (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/717">#717</a>) (<a href="https://github.com/egoist/tsup/commit/8d7ce9e03fbcba4643ad1599bbdd9caa8e2e06bd">8d7ce9e</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/egoist/tsup/commit/48b3381b15562490870b0cf32f15252038958384"><code>48b3381</code></a> fix: use loader from config for postcss (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/744">#744</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/fd0d78739d2b5c6a96d33b092188aa8f3e45e5d2"><code>fd0d787</code></a> docs: Instructions for adding shims configuration (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/740">#740</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/5161f8fdab8846ea9b4bad565bf567945695a6e4"><code>5161f8f</code></a> chore: fix a typo (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/737">#737</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/2f9d370ab23b23ad38ebbf6959f503ea4231340a"><code>2f9d370</code></a> fix: Configure Rollup's external to support subpaths too (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/722">#722</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/bb2309a3840756fa9cd38888b0778dc953ca72dd"><code>bb2309a</code></a> fix: respect noExternal option with Tsup node (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/720">#720</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/3ab4b880c542f3d923d5befc93dd51f9337118bf"><code>3ab4b88</code></a> docs: add <code>copy</code> loader (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/721">#721</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/9488ac0b44245a497f8d067c682adc0e72b02a13"><code>9488ac0</code></a> fix(types): Add typing for platform: 'neutral' (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/713">#713</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/8d7ce9e03fbcba4643ad1599bbdd9caa8e2e06bd"><code>8d7ce9e</code></a> feat: allow to exclude dependencies from specific package.json (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/717">#717</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/fb248e49360d328d42e0f6381c578874e3fea454"><code>fb248e4</code></a> fix: ignore rollup warning if silent is true (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/707">#707</a>)</li> <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>Additional commits viewable in <a href="https://github.com/egoist/tsup/compare/v5.12.9...v6.3.0">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.3.0)](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:39:20 +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#4088
No description provided.