tsdown 0.18.2 → 0.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsdown",
3
3
  "type": "module",
4
- "version": "0.18.2",
4
+ "version": "0.18.4",
5
5
  "description": "The Elegant Bundler for Libraries",
6
6
  "author": "Kevin Deng <sxzz@sxzz.moe>",
7
7
  "license": "MIT",
@@ -84,26 +84,26 @@
84
84
  "import-without-cache": "^0.2.5",
85
85
  "obug": "^2.1.1",
86
86
  "picomatch": "^4.0.3",
87
- "rolldown": "1.0.0-beta.55",
88
- "rolldown-plugin-dts": "^0.19.1",
87
+ "rolldown": "1.0.0-beta.57",
88
+ "rolldown-plugin-dts": "^0.20.0",
89
89
  "semver": "^7.7.3",
90
90
  "tinyexec": "^1.0.2",
91
91
  "tinyglobby": "^0.2.15",
92
92
  "tree-kill": "^1.2.2",
93
93
  "unconfig-core": "^7.4.2",
94
- "unrun": "^0.2.20"
94
+ "unrun": "^0.2.21"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@arethetypeswrong/core": "^0.18.2",
98
- "@sxzz/eslint-config": "^7.4.3",
98
+ "@sxzz/eslint-config": "^7.4.4",
99
99
  "@sxzz/prettier-config": "^2.2.6",
100
100
  "@sxzz/test-utils": "^0.5.15",
101
101
  "@types/node": "^25.0.3",
102
102
  "@types/picomatch": "^4.0.2",
103
103
  "@types/semver": "^7.7.1",
104
- "@typescript/native-preview": "7.0.0-dev.20251221.1",
105
- "@unocss/eslint-plugin": "^66.5.10",
106
- "@vitejs/devtools": "^0.0.0-alpha.20",
104
+ "@typescript/native-preview": "7.0.0-dev.20251230.1",
105
+ "@unocss/eslint-plugin": "^66.5.12",
106
+ "@vitejs/devtools": "^0.0.0-alpha.22",
107
107
  "@vitest/coverage-v8": "4.0.16",
108
108
  "@vitest/ui": "^4.0.16",
109
109
  "@vueuse/core": "^14.1.0",
@@ -116,12 +116,13 @@
116
116
  "pkg-types": "^2.3.0",
117
117
  "prettier": "^3.7.4",
118
118
  "publint": "^0.3.16",
119
+ "rolldown-plugin-dts-snapshot": "^0.3.2",
119
120
  "rolldown-plugin-require-cjs": "^0.3.3",
120
121
  "typescript": "~5.9.3",
121
- "unocss": "^66.5.10",
122
- "unplugin-lightningcss": "^0.4.3",
122
+ "unocss": "^66.5.12",
123
+ "unplugin-lightningcss": "^0.4.4",
123
124
  "unplugin-unused": "^0.5.6",
124
- "vite": "^8.0.0-beta.2",
125
+ "vite": "^8.0.0-beta.5",
125
126
  "vitest": "^4.0.16"
126
127
  },
127
128
  "prettier": "@sxzz/prettier-config",
@@ -1,7 +0,0 @@
1
- //#region src/config.ts
2
- function defineConfig(options) {
3
- return options;
4
- }
5
-
6
- //#endregion
7
- export { defineConfig as t };