Skip to content

Bump tsdown from 0.20.3 to 0.21.1 in /bindings/js#925

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/bindings/js/tsdown-0.21.1
Closed

Bump tsdown from 0.20.3 to 0.21.1 in /bindings/js#925
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/bindings/js/tsdown-0.21.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps tsdown from 0.20.3 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

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)

Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.20.3 to 0.21.1.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.20.3...v0.21.1)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 9, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Superseded by #928.

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bindings/js/tsdown-0.21.1 branch March 16, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants