Skip to content

Commit 12b63ac

Browse files
chore(deps): update oxc to ^0.141.0 (#415)
* chore(deps): update oxc to ^0.144.0 * fix: adapt to oxc 0.144 AST breaking changes Migrate call sites for ExportDeclaration split, ArrowFunctionBody enum, ClassHeritage, and TS module/namespace split so the oxc ^0.144 bump compiles. Update one snapshot for oxc_codegen whitespace in method bodies. * style: rustfmt after oxc 0.144 AST migration --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LongYinan <lynweklm@gmail.com>
1 parent dd19a47 commit 12b63ac

23 files changed

Lines changed: 626 additions & 595 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@ multiple_crate_versions = "allow"
8787

8888
[workspace.dependencies]
8989
# External oxc crates from crates.io
90-
oxc_allocator = "0.140"
91-
oxc_ast = "0.140"
92-
oxc_ast_visit = "0.140"
93-
oxc_diagnostics = "0.140"
94-
oxc_napi = "0.140"
95-
oxc_parser = "0.140"
96-
oxc_semantic = "0.140"
97-
oxc_span = "0.140"
98-
oxc_syntax = "0.140"
90+
oxc_allocator = "0.144"
91+
oxc_ast = "0.144"
92+
oxc_ast_visit = "0.144"
93+
oxc_diagnostics = "0.144"
94+
oxc_napi = "0.144"
95+
oxc_parser = "0.144"
96+
oxc_semantic = "0.144"
97+
oxc_span = "0.144"
98+
oxc_syntax = "0.144"
9999
oxc_sourcemap = "8.0.0"
100-
oxc_str = "0.140"
101-
oxc_transformer = "0.140"
102-
oxc_codegen = "0.140"
100+
oxc_str = "0.144"
101+
oxc_transformer = "0.144"
102+
oxc_codegen = "0.144"
103103

104104
# Internal
105105
oxc_angular_compiler = { path = "crates/oxc_angular_compiler" }

0 commit comments

Comments
 (0)