Skip to content

Commit ff8e507

Browse files
chore(deps): update oxc to ^0.128.0 (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f68006 commit ff8e507

4 files changed

Lines changed: 284 additions & 260 deletions

File tree

Cargo.lock

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

Cargo.toml

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

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

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

napi/angular-compiler/e2e/compare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@oxc-node/cli": "catalog:",
3434
"@oxc-node/core": "catalog:",
3535
"@types/node": "catalog:",
36-
"oxc-parser": "^0.127.0",
37-
"oxc-transform": "^0.127.0",
36+
"oxc-parser": "^0.128.0",
37+
"oxc-transform": "^0.128.0",
3838
"oxfmt": "catalog:",
3939
"typescript": "catalog:",
4040
"vitest": "catalog:"

0 commit comments

Comments
 (0)