chore(deps-dev): bump tsdown from 0.11.13 to 0.21.1 in /packages/test-suite
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
Bumps tsdown from 0.11.13 to 0.21.1.
Release notes
Sourced from tsdown's releases.
v0.21.1
🚨 Breaking Changes
- css: Move all CSS support to
@tsdown/csspackage - by@sxzzin rolldown/tsdown#809 (1b1a1)[!IMPORTANT] If you are using CSS features (e.g., CSS imports), you now need to manually install the
@tsdown/csspackage:npm install @tsdown/css -D # or pnpm add @tsdown/css -DNote: CSS support is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.
🚀 Features
- css:
- Add
css.injectoption to preserve CSS imports in JS output - by@sxzzand Claude Haiku 4.5 in rolldown/tsdown#808 (ad745)- Support
?inlinequery for CSS imports - by@sxzzin rolldown/tsdown#810 (b7379)- Support
node_modulespackage resolution - by@sxzzand Claude Haiku 4.5 in rolldown/tsdown#812 (b06b4)🐞 Bug Fixes
- Generate correct filename for sass files when dts is enabled - by
@ocavuein rolldown/tsdown#802 (848a7)- css:
View changes on GitHub
v0.21.0 - Notable Changes
Breaking Changes
Dependency options renamed to
depsnamespaceThe dependency-related options have been moved under a new
depsnamespace with clearer names:
external->deps.neverBundlenoExternal->deps.alwaysBundleinlineOnly->deps.onlyAllowBundleskipNodeModulesBundle->deps.skipNodeModulesBundleBefore:
export default defineConfig({ external: ['vue'], noExternal: ['lodash'], })
... (truncated)
Commits
2b1be7echore: release v0.21.138ca9c1chore: upgrade unrun34b7326chore(deps): update dependency vite to ^8.0.0-beta.18 (#814)7aa0d7dchore(deps): update all non-major dependencies (#813)b06b421feat(css): supportnode_modulespackage resolution (#812)05dabf4docs: remove FAQ additions and simplify hooks examples26bd50dchore(deps): update all non-major dependencies (#805)73d7d0fdocs: comprehensive documentation review and update8e3fa9crefactor(css): improve LightningCSSOptionsb737941feat(css): support?inlinequery 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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
tsdown
npm
0.11.13 → 0.21.1
Minor
/packages/test-suite
Technical Details
| ID: | 14501873 |
| UUID: | 4047920379 |
| Node ID: | PR_kwDOPrTqK87JMVM7 |
| Host: | GitHub |
| Repository: | replane-dev/replane-javascript |