chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0#25
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.21.10 to 0.22.0. - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](rolldown/tsdown@v0.21.10...v0.22.0) --- updated-dependencies: - dependency-name: tsdown dependency-version: 0.22.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: This major version bump of dev dependency tsdown includes breaking changes such as dropping Node.js <22.18.0 support, auto-enabling dts from tsconfig, and requiring a newer publint, which could disrupt the build pipeline and require manual configuration adjustments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps tsdown from 0.21.10 to 0.22.0.
Release notes
Sourced from tsdown's releases.
... (truncated)
Commits
e3b454bchore: release v0.22.0809fadadocs: remove rolldown warning from getting startedfabbabffeat: upgrade rolldown to v1.0.03e41fe3ci: add node 26 to test matrix6a0d98cfix(pkg): fix duplicate configuration warning logic (#935)85e65d8fix: explicitly drop node 23 supporta0f3a08chore: release v0.22.0-beta.31380ef4chore: upgrade deps8f07caev0.22 (#931)b001818chore: upgrade depsDependabot 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)Summary by cubic
개발 의존성
tsdown을 0.22.0으로 업데이트했습니다. 최신 빌드 체인과 호환되며 기본 동작 일부가 변경됩니다.tsconfig.json에서compilerOptions.declaration: true이면dts가 자동 활성화됩니다. 원치 않으면tsdown설정에서dts: false로 비활성화하세요.publint를 사용한다면 버전0.3.8+가 필요합니다.How to test
node -v가 22.18.0 이상.pnpm i && pnpm build && pnpm test.declaration: true인 프로젝트는.d.ts산출물이 기대대로 생성되는지 확인하세요. 필요 시dts: false로 조정 후 재빌드.publint를 사용한다면 0.3.8 이상으로 업데이트 후 CI가 통과하는지 확인하세요.Written for commit c3373aa. Summary will update on new commits. Review in cubic