Skip to content

Commit a85644b

Browse files
committed
fix(deps): pin rolldown to 1.0.2 (1.0.3 breaks oxc transform on macOS CI)
rolldown 1.0.3's darwin/arm64 oxc transform truncates some source files ("Expected } but found EOF"), failing the macOS unit tests. Pin rolldown to 1.0.2 and hold vite at 8.0.14 (which pairs with it) until upstream ships a fix.
1 parent 97893c8 commit a85644b

3 files changed

Lines changed: 120 additions & 114 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ updates:
3838
# @types/node major must match our minimum Node.js version.
3939
- dependency-name: "@types/node"
4040
update-types: ["version-update:semver-major"]
41+
# Held at 8.0.14: rolldown 1.0.3 breaks oxc transform on macOS CI.
42+
- dependency-name: "vite"

0 commit comments

Comments
 (0)