[PR #2487] [CLOSED] chore(deps): bump tsup from 5.12.9 to 6.1.3 #3844

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2487
Author: @dependabot[bot]
Created: 7/4/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/tsup-6.1.3


📝 Commits (1)

  • e02ae8a chore(deps): bump tsup from 5.12.9 to 6.1.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.1.3.

Release notes

Sourced from tsup's releases.

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

6.1.0 (2022-06-05)

Bug Fixes

  • allow format to be a string in config file (0a96985)
  • ignore esbuild warning if silent is true (#643) (36e2199)

Features

  • allow to use an object as entry with --entry flag (33a7c5f)
  • new option outExtension (b9cd8d5)
  • support custom config file with --config flag (90f2d1a)

v6.0.1

6.0.1 (2022-05-25)

Bug Fixes

  • add missing tsup-node command (a175339)

v6.0.0

... (truncated)

Commits
  • 5040317 fix: fix DataCloneError when DTS is on (#668)
  • 8230221 fix: make --minify work with es5 target, fix #653
  • 58d0145 feat(cli): add --tsconfig flag to accept custom tsconfig path (#652)
  • be48b8b feat(minor): use shell option for complex commands in onSuccess (#649)
  • 36e2199 fix: ignore esbuild warning if silent is true (#643)
  • c3f336d docs: --entry flag
  • 33a7c5f feat: allow to use an object as entry with --entry flag
  • 0a96985 fix: allow format to be a string in config file
  • 90f2d1a feat: support custom config file with --config flag
  • ce599ad chore(docs): add link to paka
  • 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/2487 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsup-6.1.3` --- ### 📝 Commits (1) - [`e02ae8a`](https://github.com/hoppscotch/hoppscotch/commit/e02ae8af154f81b5ee391010956078275c920018) chore(deps): bump tsup from 5.12.9 to 6.1.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.1.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.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> <h1><a href="https://github.com/egoist/tsup/compare/v6.0.1...v6.1.0">6.1.0</a> (2022-06-05)</h1> <h3>Bug Fixes</h3> <ul> <li>allow <code>format</code> to be a string in config file (<a href="https://github.com/egoist/tsup/commit/0a969854fa76cc671041ffa5e71bfa5aec3a2314">0a96985</a>)</li> <li>ignore esbuild warning if silent is true (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/643">#643</a>) (<a href="https://github.com/egoist/tsup/commit/36e21993685a4bcd77d528640bc5383240368857">36e2199</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow to use an object as entry with <code>--entry</code> flag (<a href="https://github.com/egoist/tsup/commit/33a7c5f94e734b10c6fc9cf444edb8685dabdf58">33a7c5f</a>)</li> <li>new option <code>outExtension</code> (<a href="https://github.com/egoist/tsup/commit/b9cd8d5f0973f94d494b8b0d0e65121e5712ee49">b9cd8d5</a>)</li> <li>support custom config file with <code>--config</code> flag (<a href="https://github.com/egoist/tsup/commit/90f2d1ae3abbf6eeb965f791b3ddf199bc3cc95d">90f2d1a</a>)</li> </ul> <h2>v6.0.1</h2> <h2><a href="https://github.com/egoist/tsup/compare/v6.0.0...v6.0.1">6.0.1</a> (2022-05-25)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing <code>tsup-node</code> command (<a href="https://github.com/egoist/tsup/commit/a1753393684b425d7f543a2a0a747df970c796fd">a175339</a>)</li> </ul> <h2>v6.0.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/egoist/tsup/commit/504031796c01db50cb3edc790a28de462a83a1d2"><code>5040317</code></a> fix: fix <code>DataCloneError</code> when DTS is on (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/668">#668</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/8230221e4ee689cf070e8e288f098f8484404d53"><code>8230221</code></a> fix: make <code>--minify</code> work with es5 target, fix <a href="https://github-redirect.dependabot.com/egoist/tsup/issues/653">#653</a></li> <li><a href="https://github.com/egoist/tsup/commit/58d0145e846def5a7a21a71ede8f58c2b72af92d"><code>58d0145</code></a> feat(cli): add <code>--tsconfig</code> flag to accept custom tsconfig path (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/652">#652</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/be48b8b7a5b0defaecf6c5d65b57f8efe8979dd2"><code>be48b8b</code></a> feat(minor): use shell option for complex commands in onSuccess (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/649">#649</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/36e21993685a4bcd77d528640bc5383240368857"><code>36e2199</code></a> fix: ignore esbuild warning if silent is true (<a href="https://github-redirect.dependabot.com/egoist/tsup/issues/643">#643</a>)</li> <li><a href="https://github.com/egoist/tsup/commit/c3f336dc8072fa4c1159dd0177e390086f1447d0"><code>c3f336d</code></a> docs: <code>--entry</code> flag</li> <li><a href="https://github.com/egoist/tsup/commit/33a7c5f94e734b10c6fc9cf444edb8685dabdf58"><code>33a7c5f</code></a> feat: allow to use an object as entry with <code>--entry</code> flag</li> <li><a href="https://github.com/egoist/tsup/commit/0a969854fa76cc671041ffa5e71bfa5aec3a2314"><code>0a96985</code></a> fix: allow <code>format</code> to be a string in config file</li> <li><a href="https://github.com/egoist/tsup/commit/90f2d1ae3abbf6eeb965f791b3ddf199bc3cc95d"><code>90f2d1a</code></a> feat: support custom config file with <code>--config</code> flag</li> <li><a href="https://github.com/egoist/tsup/commit/ce599adc93435bbc17f306e08b31cec862950c8d"><code>ce599ad</code></a> chore(docs): add link to paka</li> <li>Additional commits viewable in <a href="https://github.com/egoist/tsup/compare/v5.12.9...v6.1.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.1.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:25: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#3844
No description provided.