Merge pull request #170 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:36:12 -05:00
committed by GitHub
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -17,7 +17,7 @@
"globals": "17.6.0",
"prettier": "3.8.3",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"tsdown": "0.22.2",
"typescript": "6.0.3",
"typescript-eslint": "8.60.1"
}
@@ -2119,13 +2119,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",
@@ -2133,11 +2133,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"
},
@@ -2152,8 +2152,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": "*",
+1 -1
View File
@@ -41,7 +41,7 @@
"globals": "17.6.0",
"prettier": "3.8.3",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"tsdown": "0.22.2",
"typescript": "6.0.3",
"typescript-eslint": "8.60.1"
}