Skip to content

Commit b882566

Browse files
fix(deps): update rolldown-related dependencies (#23405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <green@sapphi.red>
1 parent e2b597d commit b882566

6 files changed

Lines changed: 447 additions & 178 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"oxfmt": "^0.64.0",
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.62.1",
67-
"rolldown": "~1.2.5",
67+
"rolldown": "~1.2.6",
6868
"rollup": "^4.59.0",
6969
"simple-git-hooks": "^2.13.1",
7070
"tsx": "^4.23.12",

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"lightningcss": "^1.33.0",
7373
"picomatch": "^4.0.5",
7474
"postcss": "^8.5.26",
75-
"rolldown": "~1.2.5",
75+
"rolldown": "~1.2.6",
7676
"tinyglobby": "^0.2.17"
7777
},
7878
"devDependencies": {
@@ -122,7 +122,7 @@
122122
"postcss-modules": "^9.0.1",
123123
"premove": "^4.0.0",
124124
"resolve.exports": "^2.0.3",
125-
"rolldown-plugin-dts": "^0.28.2",
125+
"rolldown-plugin-dts": "^0.28.3",
126126
"rollup": "^4.59.0",
127127
"rollup-plugin-license": "^3.7.1",
128128
"sass": "^1.103.1",

packages/vite/scripts/shims.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// https://github.com/sxzz/rolldown-plugin-dts/issues/289
2+
declare module '@vue/language-core' {
3+
export type VueCompilerOptions = any
4+
}

playground/js-sourcemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vitejs/test-dep-optimized-malicious": "file:dep-optimized-malicious",
1717
"@vitejs/test-importee-pkg": "file:importee-pkg",
1818
"magic-string": "^1.2.2",
19-
"oxc-parser": "^0.146.0"
19+
"oxc-parser": "^0.147.0"
2020
}
2121
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"convert-source-map": "^2.0.0",
1111
"css-color-names": "^1.0.1",
1212
"kill-port": "^1.6.1",
13-
"rolldown": "~1.2.5"
13+
"rolldown": "~1.2.6"
1414
}
1515
}

0 commit comments

Comments
 (0)