Skip to content

chore(deps-dev): bump tsdown from 0.20.3 to 0.21.1#1650

Merged
js2me merged 1 commit intomainfrom
dependabot/bun/tsdown-0.21.1
Mar 11, 2026
Merged

chore(deps-dev): bump tsdown from 0.20.3 to 0.21.1#1650
js2me merged 1 commit intomainfrom
dependabot/bun/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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 9, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 9, 2026

⚠️ No Changeset found

Latest commit: 38d32dc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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 force-pushed the dependabot/bun/tsdown-0.21.1 branch from 6cbc79a to 38d32dc Compare March 10, 2026 07:45
@js2me js2me merged commit 61cb536 into main Mar 11, 2026
9 checks passed
@js2me js2me deleted the dependabot/bun/tsdown-0.21.1 branch March 11, 2026 09:04
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.

1 participant