Skip to content

Commit 808be2d

Browse files
committed
feat(deps): upgrade upstream dependencies (#1043)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: failure <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Medium risk because it updates a broad set of Rust and JS toolchain dependencies (Vite/Rolldown/Vitest/tsdown and related transitive packages), which can change build/output behavior and has already been flagged with a failing build. > > **Overview** > **Upgrades upstream toolchain versions** by moving to newer Vite and Rolldown commits (via `.upstream-versions.json`) and bumping bundled versions in `packages/core/package.json` (Vite `8.0.0 → 8.0.1`, Rolldown `rc.9 → rc.10`), along with `@vitejs/devtools` version/peer range updates. > > **Refreshes Rust and Node dependency sets/lockfiles**: updates `Cargo.toml`/`Cargo.lock` for crates like `jsonschema`/`referencing` and `regress`, bumps `oxc_resolver` to `11.19.1`, updates `rolldown-notify` packages, and rolls `pnpm-lock.yaml` forward with newer tooling deps (e.g., `esbuild`, `sass`, `lint-staged`, `typescript-eslint`, `oxfmt`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9afb036. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 701fc91 commit 808be2d

6 files changed

Lines changed: 642 additions & 1168 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ itertools = "0.14.0"
102102
itoa = "1.0.15"
103103
json-escape-simd = "3"
104104
json-strip-comments = "3"
105-
jsonschema = { version = "0.42.0", default-features = false }
105+
jsonschema = { version = "0.45.0", default-features = false }
106106
junction = "1.4.1"
107107
memchr = "2.7.4"
108108
mimalloc-safe = "0.1.52"
@@ -136,10 +136,10 @@ pretty_assertions = "1.4.1"
136136
phf = "0.13.0"
137137
rayon = "1.10.0"
138138
regex = "1.11.1"
139-
regress = "0.10.3"
139+
regress = "0.11.0"
140140
reqwest = { version = "0.12", default-features = false }
141-
rolldown-notify = "10.1.0"
142-
rolldown-notify-debouncer-full = "0.7.4"
141+
rolldown-notify = "10.2.0"
142+
rolldown-notify-debouncer-full = "0.7.5"
143143
ropey = "1.6.1"
144144
rusqlite = { version = "0.37.0", features = ["bundled"] }
145145
rustc-hash = "2.1.1"
@@ -224,8 +224,8 @@ oxc_traverse = "0.120.0"
224224

225225
# oxc crates in their own repos
226226
oxc_index = { version = "4", features = ["rayon", "serde"] }
227-
oxc_resolver = { version = "11.19.0", features = ["yarn_pnp"] }
228-
oxc_resolver_napi = { version = "11.19.0", default-features = false, features = ["yarn_pnp"] }
227+
oxc_resolver = { version = "11.19.1", features = ["yarn_pnp"] }
228+
oxc_resolver_napi = { version = "11.19.1", default-features = false, features = ["yarn_pnp"] }
229229
oxc_sourcemap = "6"
230230

231231
# rolldown crates

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@babel/types": "^7.28.5",
116116
"@oxc-node/cli": "catalog:",
117117
"@oxc-node/core": "catalog:",
118-
"@vitejs/devtools": "^0.1.2",
118+
"@vitejs/devtools": "^0.1.3",
119119
"es-module-lexer": "^1.7.0",
120120
"hookable": "^6.0.1",
121121
"magic-string": "^0.30.21",
@@ -139,7 +139,7 @@
139139
"@tsdown/css": "0.21.4",
140140
"@tsdown/exe": "0.21.4",
141141
"@types/node": "^20.19.0 || >=22.12.0",
142-
"@vitejs/devtools": "^0.0.0-alpha.31",
142+
"@vitejs/devtools": "^0.1.0",
143143
"esbuild": "^0.27.0",
144144
"jiti": ">=1.21.0",
145145
"less": "^4.0.0",
@@ -217,8 +217,8 @@
217217
"node": "^20.19.0 || >=22.12.0"
218218
},
219219
"bundledVersions": {
220-
"vite": "8.0.0",
221-
"rolldown": "1.0.0-rc.9",
220+
"vite": "8.0.1",
221+
"rolldown": "1.0.0-rc.10",
222222
"tsdown": "0.21.4"
223223
}
224224
}

packages/tools/.upstream-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"rolldown": {
33
"repo": "https://github.com/rolldown/rolldown.git",
44
"branch": "main",
5-
"hash": "00f9fa1d47335aacbb9becc527fd920169bdf0cf"
5+
"hash": "69585a64c4aac12fd11b8bb359d0b195f0f1a7d4"
66
},
77
"vite": {
88
"repo": "https://github.com/vitejs/vite.git",
99
"branch": "main",
10-
"hash": "b565af6f1123a62b3058253b2147574b8515e89f"
10+
"hash": "028ff86dd68f679dac659024b18c4e0a0d511c22"
1111
}
1212
}

0 commit comments

Comments
 (0)