Skip to content

Commit 855d4f5

Browse files
renovate[bot]ClaudeBrooooooklyn
authored
fix: update code for oxc 0.123 API changes (Atom -> Ident)
* chore(deps): update oxc * fix: update code for oxc 0.123 API changes (Atom -> Ident) Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/e30e0210-0bc0-4fde-89cf-53e615179571 Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> * fix: resolve type mismatch errors with --all-features Fix HashMap/HashSet lookups where Ident keys require proper type conversions Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/a7e20639-8c1f-41cd-9213-7290a72152ec Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> * chore: run cargo fmt to fix formatting issues Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/bd85e1c3-dac8-400f-905a-65ef81ad4ae1 Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
1 parent 7ca88d4 commit 855d4f5

File tree

110 files changed

+2047
-2016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+2047
-2016
lines changed

Cargo.lock

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

Cargo.toml

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

8888
[workspace.dependencies]
8989
# External oxc crates from crates.io
90-
oxc_allocator = "0.122"
91-
oxc_ast = "0.122"
92-
oxc_ast_visit = "0.122"
93-
oxc_diagnostics = "0.122"
94-
oxc_napi = "0.122"
95-
oxc_parser = "0.122"
96-
oxc_semantic = "0.122"
97-
oxc_span = "0.122"
90+
oxc_allocator = "0.123"
91+
oxc_ast = "0.123"
92+
oxc_ast_visit = "0.123"
93+
oxc_diagnostics = "0.123"
94+
oxc_napi = "0.123"
95+
oxc_parser = "0.123"
96+
oxc_semantic = "0.123"
97+
oxc_span = "0.123"
9898
oxc_sourcemap = "6.0.1"
99-
oxc_transformer = "0.122"
100-
oxc_codegen = "0.122"
99+
oxc_transformer = "0.123"
100+
oxc_codegen = "0.123"
101101

102102
# Internal
103103
oxc_angular_compiler = { path = "crates/oxc_angular_compiler" }

0 commit comments

Comments
 (0)