An open index of dependabot pull requests across open source projects.

chore(deps-dev): bump tsdown from 0.11.13 to 0.21.1 in /packages/test-suite

Open
Number: #115
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: March 09, 2026 at 09:08 PM UTC
(3 months ago)
Updated: March 09, 2026 at 09:08 PM UTC
(3 months ago)
Description:

Bumps tsdown from 0.11.13 to 0.21.1.

Release notes

Sourced from tsdown's releases.

v0.21.1

   🚨 Breaking Changes

[!IMPORTANT] If you are using CSS features (e.g., CSS imports), you now need to manually install the @tsdown/css package:

npm install @tsdown/css -D
# or
pnpm add @tsdown/css -D

Note: CSS support is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.21.0 - Notable Changes

Breaking Changes

Dependency options renamed to deps namespace

The dependency-related options have been moved under a new deps namespace with clearer names:

  • external -> deps.neverBundle
  • noExternal -> deps.alwaysBundle
  • inlineOnly -> deps.onlyAllowBundle
  • skipNodeModulesBundle -> deps.skipNodeModulesBundle

Before:

export default defineConfig({
  external: ['vue'],
  noExternal: ['lodash'],
})

... (truncated)

Commits
  • 2b1be7e chore: release v0.21.1
  • 38ca9c1 chore: upgrade unrun
  • 34b7326 chore(deps): update dependency vite to ^8.0.0-beta.18 (#814)
  • 7aa0d7d chore(deps): update all non-major dependencies (#813)
  • b06b421 feat(css): support node_modules package resolution (#812)
  • 05dabf4 docs: remove FAQ additions and simplify hooks examples
  • 26bd50d chore(deps): update all non-major dependencies (#805)
  • 73d7d0f docs: comprehensive documentation review and update
  • 8e3fa9c refactor(css): improve LightningCSSOptions
  • b737941 feat(css): support ?inline query for CSS imports (#810)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tsdown since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Package Dependencies
Package:
tsdown
Ecosystem:
npm
Version Change:
0.11.13 → 0.21.1
Update Type:
Minor
Path:
/packages/test-suite
Technical Details
ID: 14501873
UUID: 4047920379
Node ID: PR_kwDOPrTqK87JMVM7
Host: GitHub
Repository: replane-dev/replane-javascript