Skip to content

Commit 39a0a15

Browse files
chore(deps): update rolldown-related dependencies (#21095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 8e67ba7 commit 39a0a15

File tree

7 files changed

+332
-131
lines changed

7 files changed

+332
-131
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.56.1",
6767
"prettier": "3.6.2",
68-
"rolldown": "^1.0.0-beta.46",
68+
"rolldown": "^1.0.0-beta.47",
6969
"rollup": "^4.43.0",
7070
"simple-git-hooks": "^2.13.1",
7171
"tsx": "^4.20.6",

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"cross-spawn": "^7.0.6",
3838
"mri": "^1.2.0",
3939
"picocolors": "^1.1.1",
40-
"tsdown": "^0.15.12"
40+
"tsdown": "^0.16.1"
4141
}
4242
}

packages/create-vite/tsdown.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
import path from 'node:path'
2-
import url from 'node:url'
32
import { defineConfig } from 'tsdown'
43
import licensePlugin from '../vite/rollupLicensePlugin.ts'
54

6-
const __dirname = path.dirname(url.fileURLToPath(import.meta.url))
7-
85
export default defineConfig(() => ({
96
entry: ['src/index.ts'],
107
target: 'node20',
118
minify: true,
9+
fixedExtension: false,
1210
plugins: [
1311
licensePlugin(
14-
path.resolve(__dirname, './LICENSE'),
12+
path.resolve(import.meta.dirname, './LICENSE'),
1513
'create-vite license',
1614
'create-vite',
1715
'# License of the files in the directories starting with "template-" in create-vite\n' +

packages/plugin-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"acorn": "^8.15.0",
6262
"fdir": "^6.5.0",
6363
"picocolors": "^1.1.1",
64-
"tsdown": "^0.15.12",
64+
"tsdown": "^0.16.1",
6565
"vite": "workspace:*"
6666
}
6767
}

packages/plugin-legacy/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
target: 'node20',
1414
tsconfig: false, // disable tsconfig `paths` when bundling
1515
dts: true,
16+
fixedExtension: false,
1617
hooks: {
1718
async 'build:done'() {
1819
validateAllDepsForRolldownViteIsIncluded()

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
"postcss-modules": "^6.0.1",
138138
"premove": "^4.0.0",
139139
"resolve.exports": "^2.0.3",
140-
"rolldown": "^1.0.0-beta.46",
141-
"rolldown-plugin-dts": "^0.17.3",
140+
"rolldown": "^1.0.0-beta.47",
141+
"rolldown-plugin-dts": "^0.17.4",
142142
"rollup-plugin-license": "^3.6.0",
143143
"sass": "^1.93.3",
144144
"sass-embedded": "^1.93.3",

0 commit comments

Comments
 (0)