Skip to content

Commit e8d7deb

Browse files
chore(deps): update oxc to ^0.138.0
1 parent b7a63a5 commit e8d7deb

4 files changed

Lines changed: 248 additions & 243 deletions

File tree

‎Cargo.lock‎

Lines changed: 57 additions & 57 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.137"
91-
oxc_ast = "0.137"
92-
oxc_ast_visit = "0.137"
93-
oxc_diagnostics = "0.137"
94-
oxc_napi = "0.137"
95-
oxc_parser = "0.137"
96-
oxc_semantic = "0.137"
97-
oxc_span = "0.137"
98-
oxc_syntax = "0.137"
90+
oxc_allocator = "0.138"
91+
oxc_ast = "0.138"
92+
oxc_ast_visit = "0.138"
93+
oxc_diagnostics = "0.138"
94+
oxc_napi = "0.138"
95+
oxc_parser = "0.138"
96+
oxc_semantic = "0.138"
97+
oxc_span = "0.138"
98+
oxc_syntax = "0.138"
9999
oxc_sourcemap = "8.0.0"
100-
oxc_str = "0.137"
101-
oxc_transformer = "0.137"
102-
oxc_codegen = "0.137"
100+
oxc_str = "0.138"
101+
oxc_transformer = "0.138"
102+
oxc_codegen = "0.138"
103103

104104
# Internal
105105
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.137.0",
37-
"oxc-transform": "^0.137.0",
36+
"oxc-parser": "^0.138.0",
37+
"oxc-transform": "^0.138.0",
3838
"oxfmt": "catalog:",
3939
"typescript": "catalog:",
4040
"vitest": "catalog:"

0 commit comments

Comments
 (0)