From 24586afc85a175d95db77d2c3f698f1865f12979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:28:22 +0000 Subject: [PATCH] chore(deps-dev): bump tsdown from 0.20.3 to 0.21.0 Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.20.3 to 0.21.0. - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](https://github.com/rolldown/tsdown/compare/v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: tsdown dependency-version: 0.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bdb13a..0df17a8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "oxfmt": "^0.28.0", "oxlint": "^1.43.0", "publint": "^0.3.15", - "tsdown": "^0.20.3", + "tsdown": "^0.21.0", "typescript": "^5.9.3", "ultracite": "7.1.5" },