Skip to content

Commit 641a3a6

Browse files
authored
Merge branch 'main' into feat/cli-completion
2 parents 444eabb + 808be2d commit 641a3a6

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
@@ -103,7 +103,7 @@ itertools = "0.14.0"
103103
itoa = "1.0.15"
104104
json-escape-simd = "3"
105105
json-strip-comments = "3"
106-
jsonschema = { version = "0.42.0", default-features = false }
106+
jsonschema = { version = "0.45.0", default-features = false }
107107
junction = "1.4.1"
108108
memchr = "2.7.4"
109109
mimalloc-safe = "0.1.52"
@@ -137,10 +137,10 @@ pretty_assertions = "1.4.1"
137137
phf = "0.13.0"
138138
rayon = "1.10.0"
139139
regex = "1.11.1"
140-
regress = "0.10.3"
140+
regress = "0.11.0"
141141
reqwest = { version = "0.12", default-features = false }
142-
rolldown-notify = "10.1.0"
143-
rolldown-notify-debouncer-full = "0.7.4"
142+
rolldown-notify = "10.2.0"
143+
rolldown-notify-debouncer-full = "0.7.5"
144144
ropey = "1.6.1"
145145
rusqlite = { version = "0.37.0", features = ["bundled"] }
146146
rustc-hash = "2.1.1"
@@ -225,8 +225,8 @@ oxc_traverse = "0.120.0"
225225

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

232232
# 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)