Skip to content

Commit a641f89

Browse files
chore(deps): update oxc to v0.118.0
1 parent 56247c3 commit a641f89

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ xxhash-rust = "0.8.15"
199199
zip = "7.2"
200200

201201
# oxc crates with the same version
202-
oxc = { version = "0.115.0", features = [
202+
oxc = { version = "0.118.0", features = [
203203
"ast_visit",
204204
"transformer",
205205
"minifier",
@@ -211,16 +211,16 @@ oxc = { version = "0.115.0", features = [
211211
"regular_expression",
212212
"cfg",
213213
] }
214-
oxc_allocator = { version = "0.115.0", features = ["pool"] }
215-
oxc_ast = "0.115.0"
216-
oxc_ecmascript = "0.115.0"
217-
oxc_parser = "0.115.0"
218-
oxc_span = "0.115.0"
219-
oxc_napi = "0.115.0"
220-
oxc_minify_napi = "0.115.0"
221-
oxc_parser_napi = "0.115.0"
222-
oxc_transform_napi = "0.115.0"
223-
oxc_traverse = "0.115.0"
214+
oxc_allocator = { version = "0.118.0", features = ["pool"] }
215+
oxc_ast = "0.118.0"
216+
oxc_ecmascript = "0.118.0"
217+
oxc_parser = "0.118.0"
218+
oxc_span = "0.118.0"
219+
oxc_napi = "0.118.0"
220+
oxc_minify_napi = "0.118.0"
221+
oxc_parser_napi = "0.118.0"
222+
oxc_transform_napi = "0.118.0"
223+
oxc_traverse = "0.118.0"
224224

225225
# oxc crates in their own repos
226226
oxc_index = { version = "4", features = ["rayon", "serde"] }

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@voidzero-dev/vitepress-theme": "4.8.3",
19-
"oxc-minify": "^0.110.0",
19+
"oxc-minify": "^0.118.0",
2020
"tailwindcss": "^4.1.18",
2121
"vitepress": "2.0.0-alpha.15"
2222
}

pnpm-workspace.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ catalog:
1616
'@nkzw/safe-word-list': ^3.1.0
1717
'@oxc-node/cli': ^0.0.35
1818
'@oxc-node/core': ^0.0.35
19-
'@oxc-project/runtime': =0.115.0
20-
'@oxc-project/types': =0.115.0
19+
'@oxc-project/runtime': =0.118.0
20+
'@oxc-project/types': =0.118.0
2121
'@pnpm/find-workspace-packages': ^6.0.9
2222
'@rollup/plugin-commonjs': ^29.0.0
2323
'@rollup/plugin-json': ^6.1.0
@@ -78,9 +78,9 @@ catalog:
7878
mocha: ^11.7.5
7979
mri: ^1.2.0
8080
next: ^15.4.3
81-
oxc-minify: =0.115.0
82-
oxc-parser: =0.115.0
83-
oxc-transform: =0.115.0
81+
oxc-minify: =0.118.0
82+
oxc-parser: =0.118.0
83+
oxc-transform: =0.118.0
8484
oxfmt: =0.40.0
8585
oxlint: =1.55.0
8686
oxlint-tsgolint: =0.16.0

0 commit comments

Comments
 (0)