Merge pull request #179 from jwetzell/dependabot/npm_and_yarn/tsdown-0.22.2

Bump tsdown from 0.22.1 to 0.22.2
This commit is contained in:
Joel Wetzell
2026-06-10 11:29:27 -05:00
committed by GitHub
2 changed files with 14 additions and 14 deletions
+13 -13
View File
@@ -2121,13 +2121,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",
@@ -2135,11 +2135,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"
},
@@ -2154,8 +2154,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": "*",
@@ -2329,8 +2329,8 @@
"devDependencies": {
"@types/node": "25.9.1",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"typescript": "^6.0.3"
"tsdown": "^0.22.2",
"typescript": "6.0.3"
}
}
}
+1 -1
View File
@@ -35,7 +35,7 @@
"devDependencies": {
"@types/node": "25.9.1",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"tsdown": "0.22.2",
"typescript": "6.0.3"
}
}