Skip to content

Commit 01c7978

Browse files
chore(deps): update oxc to ^0.131.0 (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2e5d4d commit 01c7978

4 files changed

Lines changed: 226 additions & 226 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.130"
91-
oxc_ast = "0.130"
92-
oxc_ast_visit = "0.130"
93-
oxc_diagnostics = "0.130"
94-
oxc_napi = "0.130"
95-
oxc_parser = "0.130"
96-
oxc_semantic = "0.130"
97-
oxc_span = "0.130"
90+
oxc_allocator = "0.131"
91+
oxc_ast = "0.131"
92+
oxc_ast_visit = "0.131"
93+
oxc_diagnostics = "0.131"
94+
oxc_napi = "0.131"
95+
oxc_parser = "0.131"
96+
oxc_semantic = "0.131"
97+
oxc_span = "0.131"
9898
oxc_sourcemap = "6.0.1"
99-
oxc_str = "0.130"
100-
oxc_transformer = "0.130"
101-
oxc_codegen = "0.130"
99+
oxc_str = "0.131"
100+
oxc_transformer = "0.131"
101+
oxc_codegen = "0.131"
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.130.0",
37-
"oxc-transform": "^0.130.0",
36+
"oxc-parser": "^0.131.0",
37+
"oxc-transform": "^0.131.0",
3838
"oxfmt": "catalog:",
3939
"typescript": "catalog:",
4040
"vitest": "catalog:"

0 commit comments

Comments
 (0)