Bump tsdown from 0.22.1 to 0.22.2

Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/compare/v0.22.1...v0.22.2)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-10 16:32:35 +00:00
committed by GitHub
parent 15ccb6ed8b
commit 59540c5990
2 changed files with 14 additions and 14 deletions
+13 -13
View File
@@ -2133,13 +2133,13 @@
}
},
"node_modules/tsdown": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/tsdown/-/tsdown-0.22.1.tgz",
"integrity": "sha512-Ldx1jLyDFEzsN/fMBi2TBVaZe4fuEJhIiHjQhX0pV7oa5uYz5Imdivs5mNzEXOrMEtFRR6C9BQ2YqLoroffB+Q==",
"version": "0.22.2",
"resolved": "https://registry.npmjs.org/tsdown/-/tsdown-0.22.2.tgz",
"integrity": "sha512-VX9gsyKXsTnBZjnIM4jsHl9aRv+GfgkE/k1hQslilaBfZMlaw3JuGR+6yhiU0QxWBtOCDnTjwOSoXzgB7Rr50g==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansis": "^4.3.0",
"ansis": "^4.3.1",
"cac": "^7.0.0",
"defu": "^6.1.7",
"empathic": "^2.0.1",
@@ -2147,11 +2147,11 @@
"import-without-cache": "^0.4.0",
"obug": "^2.1.1",
"picomatch": "^4.0.4",
"rolldown": "^1.0.2",
"rolldown-plugin-dts": "^0.25.1",
"semver": "^7.8.0",
"tinyexec": "^1.1.2",
"tinyglobby": "^0.2.16",
"rolldown": "~1.1.0",
"rolldown-plugin-dts": "^0.25.2",
"semver": "^7.8.1",
"tinyexec": "^1.2.4",
"tinyglobby": "^0.2.17",
"tree-kill": "^1.2.2",
"unconfig-core": "^7.5.0"
},
@@ -2166,8 +2166,8 @@
},
"peerDependencies": {
"@arethetypeswrong/core": "^0.18.1",
"@tsdown/css": "0.22.1",
"@tsdown/exe": "0.22.1",
"@tsdown/css": "0.22.2",
"@tsdown/exe": "0.22.2",
"@vitejs/devtools": "*",
"publint": "^0.3.8",
"tsx": "*",
@@ -2339,9 +2339,9 @@
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "25.9.2",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"tsdown": "^0.22.2",
"typescript": "6.0.3"
}
}
+1 -1
View File
@@ -35,7 +35,7 @@
"devDependencies": {
"@types/node": "25.9.2",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"tsdown": "0.22.2",
"typescript": "6.0.3"
}
}