Skip to content

Commit ecc4e4f

Browse files
chore(deps): update oxc to ^0.125.0
1 parent 4854940 commit ecc4e4f

File tree

4 files changed

+243
-236
lines changed

4 files changed

+243
-236
lines changed

Cargo.lock

Lines changed: 50 additions & 40 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.124"
91-
oxc_ast = "0.124"
92-
oxc_ast_visit = "0.124"
93-
oxc_diagnostics = "0.124"
94-
oxc_napi = "0.124"
95-
oxc_parser = "0.124"
96-
oxc_semantic = "0.124"
97-
oxc_span = "0.124"
90+
oxc_allocator = "0.125"
91+
oxc_ast = "0.125"
92+
oxc_ast_visit = "0.125"
93+
oxc_diagnostics = "0.125"
94+
oxc_napi = "0.125"
95+
oxc_parser = "0.125"
96+
oxc_semantic = "0.125"
97+
oxc_span = "0.125"
9898
oxc_sourcemap = "6.0.1"
99-
oxc_transformer = "0.124"
100-
oxc_codegen = "0.124"
99+
oxc_transformer = "0.125"
100+
oxc_codegen = "0.125"
101101

102102
# Internal
103103
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.124.0",
37-
"oxc-transform": "^0.124.0",
36+
"oxc-parser": "^0.125.0",
37+
"oxc-transform": "^0.125.0",
3838
"oxfmt": "catalog:",
3939
"typescript": "catalog:",
4040
"vitest": "catalog:"

0 commit comments

Comments
 (0)