Skip to content

Commit fa2d3f1

Browse files
committed
chore(deps): napi v3 (#12388)
1 parent fea9df4 commit fa2d3f1

17 files changed

+733
-538
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ oxc_tasks_transform_checker = { path = "tasks/transform_checker" }
140140
oxlint = { path = "apps/oxlint" }
141141

142142
# Relaxed version so the user can decide which version to use.
143-
napi = { version = "3.0.0-beta", features = ["tokio_rt"] }
144-
napi-build = "2.2.1"
145-
napi-derive = "3.0.0-beta"
143+
napi = { version = "3.0.0", features = ["tokio_rt"] }
144+
napi-build = "2.2.2"
145+
napi-derive = "3.0.0"
146146

147147
# Relaxed version so the user can decide which version to use.
148148
indexmap = "2"
@@ -177,7 +177,7 @@ console = "0.16.0"
177177
constcat = "0.6.1"
178178
convert_case = "0.8.0"
179179
cow-utils = "0.1.3"
180-
criterion2 = { version = "3.0.0", default-features = false }
180+
criterion2 = { version = "3.0.1", default-features = false }
181181
encoding_rs = "0.8.35"
182182
encoding_rs_io = "0.1.7"
183183
env_logger = { version = "0.11.8", default-features = false }
@@ -200,23 +200,23 @@ lazy-regex = "3.4.1"
200200
lazy_static = "1.5.0"
201201
log = "0.4.27"
202202
markdown = "1.0.0"
203-
memchr = "2.7.4"
204-
miette = { package = "oxc-miette", version = "2.3.0", features = ["fancy-no-syscall"] }
205-
mimalloc-safe = "0.1.53"
203+
memchr = "2.7.5"
204+
miette = { package = "oxc-miette", version = "2.3.1", features = ["fancy-no-syscall"] }
205+
mimalloc-safe = "0.1.54"
206206
nonmax = "0.5.5"
207207
num-bigint = "0.4.6"
208208
num-traits = "0.2.19"
209-
papaya = "0.2.1"
209+
papaya = "0.2.3"
210210
percent-encoding = "2.3.1"
211211
petgraph = { version = "0.8.2", default-features = false }
212-
phf = "0.12.0"
213-
phf_codegen = "0.12.0"
212+
phf = "0.12.1"
213+
phf_codegen = "0.12.1"
214214
pico-args = "0.5.0"
215-
prettyplease = "0.2.33"
215+
prettyplease = "0.2.35"
216216
project-root = "0.2.2"
217217
rayon = "1.10.0"
218218
ropey = "1.6.1"
219-
rust-lapper = "1.1.0"
219+
rust-lapper = "1.2.0"
220220
ryu-js = "1.0.2"
221221
saphyr = "0.0.6"
222222
schemars = { package = "oxc-schemars", version = "0.8.25" }
@@ -228,10 +228,10 @@ similar = "2.7.0"
228228
similar-asserts = "1.7.0"
229229
smallvec = { version = "1.15.1", features = ["union"] }
230230
tempfile = "3.20.0"
231-
tokio = { version = "1.45.1", default-features = false }
231+
tokio = { version = "1.46.1", default-features = false }
232232
tower-lsp-server = "0.22.0"
233233
tracing-subscriber = "0.3.19"
234-
ureq = { version = "3.0.11", default-features = false }
234+
ureq = { version = "3.0.12", default-features = false }
235235
walkdir = "2.5.0"
236236

237237
[workspace.metadata.cargo-shear]

0 commit comments

Comments
 (0)