[PR #2401] [CLOSED] chore(deps): bump tsup from 5.12.9 to 6.1.0 #3788

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/tsup-6.1.0


📝 Commits (1)

  • 0a85b10 chore(deps): bump tsup from 5.12.9 to 6.1.0

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

Release notes

Sourced from tsup's releases.

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

6.0.0 (2022-05-25)

Upgrade guide

  • shims option is false by default: If you're dual-publishing (i.e. --format esm,cjs) and using platform specific API like import.meta.url, __dirname and __filename, you need to manually enable --shims flag now, because import.meta.url won't work in a cjs module, and __dirname, __filename won't work in an esm module.
  • target option is now node14 by default: previously it was node12, the minimal node version that tsup can run in is also changed to node14

New Features

Commits
  • 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
  • b9cd8d5 feat: new option outExtension
  • a175339 fix: add missing tsup-node command
  • 3bc55db chore(website): add analytics
  • 21d549c Revert "chore(deps): update postcss-load-config"
  • 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/2401 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/6/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsup-6.1.0` --- ### 📝 Commits (1) - [`0a85b10`](https://github.com/hoppscotch/hoppscotch/commit/0a85b10ae1a6ef8fe19aaca072c50c2d3cdad6c9) chore(deps): bump tsup from 5.12.9 to 6.1.0 ### 📊 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.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.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> <h1><a href="https://github.com/egoist/tsup/compare/v5.12.9...v6.0.0">6.0.0</a> (2022-05-25)</h1> <h2>Upgrade guide</h2> <ul> <li><code>shims</code> option is <code>false</code> by default: If you're dual-publishing (i.e. <code>--format esm,cjs</code>) and using platform specific API like <code>import.meta.url</code>, <code>__dirname</code> and <code>__filename</code>, you need to manually enable <code>--shims</code> flag now, because <code>import.meta.url</code> won't work in a <code>cjs</code> module, and <code>__dirname</code>, <code>__filename</code> won't work in an <code>esm</code> module.</li> <li><code>target</code> option is now <code>node14</code> by default: previously it was <code>node12</code>, the minimal node version that tsup can run in is also changed to <code>node14</code></li> </ul> <h2>New Features</h2> <ul> <li>New <code>treeshake</code> option: You can use Rollup for tree-shaking now, read more <a href="https://tsup.egoist.sh/#tree-shaking">https://tsup.egoist.sh/#tree-shaking</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/egoist/tsup/commit/b9cd8d5f0973f94d494b8b0d0e65121e5712ee49"><code>b9cd8d5</code></a> feat: new option <code>outExtension</code></li> <li><a href="https://github.com/egoist/tsup/commit/a1753393684b425d7f543a2a0a747df970c796fd"><code>a175339</code></a> fix: add missing <code>tsup-node</code> command</li> <li><a href="https://github.com/egoist/tsup/commit/3bc55db99c6694221932a7764374ad122c5cb811"><code>3bc55db</code></a> chore(website): add analytics</li> <li><a href="https://github.com/egoist/tsup/commit/21d549cc8a0116aa376114b921018aebb1fa5171"><code>21d549c</code></a> Revert &quot;chore(deps): update postcss-load-config&quot;</li> <li>Additional commits viewable in <a href="https://github.com/egoist/tsup/compare/v5.12.9...v6.1.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.1.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:22:19 +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#3788
No description provided.