From e1ec3b788fd75460382d2dcb0b9b81716b67c492 Mon Sep 17 00:00:00 2001 From: Boshen <1430279+Boshen@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:20:34 +0000 Subject: [PATCH] release(crates): v0.56.4 --- Cargo.lock | 48 ++++++++++----------- Cargo.toml | 48 ++++++++++----------- crates/oxc/Cargo.toml | 2 +- crates/oxc_allocator/Cargo.toml | 2 +- crates/oxc_ast/CHANGELOG.md | 6 +++ crates/oxc_ast/Cargo.toml | 2 +- crates/oxc_ast_macros/Cargo.toml | 2 +- crates/oxc_ast_visit/Cargo.toml | 2 +- crates/oxc_cfg/Cargo.toml | 2 +- crates/oxc_codegen/Cargo.toml | 2 +- crates/oxc_data_structures/Cargo.toml | 2 +- crates/oxc_diagnostics/Cargo.toml | 2 +- crates/oxc_ecmascript/CHANGELOG.md | 6 +++ crates/oxc_ecmascript/Cargo.toml | 2 +- crates/oxc_estree/Cargo.toml | 2 +- crates/oxc_isolated_declarations/Cargo.toml | 2 +- crates/oxc_mangler/Cargo.toml | 2 +- crates/oxc_minifier/Cargo.toml | 2 +- crates/oxc_napi/Cargo.toml | 2 +- crates/oxc_parser/CHANGELOG.md | 6 +++ crates/oxc_parser/Cargo.toml | 2 +- crates/oxc_regular_expression/Cargo.toml | 2 +- crates/oxc_semantic/Cargo.toml | 2 +- crates/oxc_span/CHANGELOG.md | 6 +++ crates/oxc_span/Cargo.toml | 2 +- crates/oxc_syntax/Cargo.toml | 2 +- crates/oxc_transformer/CHANGELOG.md | 7 +++ crates/oxc_transformer/Cargo.toml | 2 +- crates/oxc_traverse/Cargo.toml | 2 +- napi/parser/CHANGELOG.md | 6 +++ napi/parser/Cargo.toml | 2 +- napi/transform/CHANGELOG.md | 6 +++ napi/transform/Cargo.toml | 2 +- npm/oxc-minify/CHANGELOG.md | 6 +++ npm/oxc-minify/package.json | 2 +- npm/oxc-parser/CHANGELOG.md | 6 +++ npm/oxc-parser/package.json | 2 +- npm/oxc-transform/CHANGELOG.md | 6 +++ npm/oxc-transform/package.json | 2 +- npm/oxc-types/package.json | 2 +- npm/runtime/package.json | 2 +- wasm/parser/package.json | 2 +- 42 files changed, 139 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d05d360fd732a..7200b29e1d078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,7 +1505,7 @@ checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" [[package]] name = "oxc" -version = "0.56.3" +version = "0.56.4" dependencies = [ "oxc_allocator", "oxc_ast", @@ -1568,7 +1568,7 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.56.3" +version = "0.56.4" dependencies = [ "allocator-api2", "bumpalo", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.56.3" +version = "0.56.4" dependencies = [ "bitflags 2.8.0", "cow-utils", @@ -1597,7 +1597,7 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.56.3" +version = "0.56.4" dependencies = [ "proc-macro2", "quote", @@ -1629,7 +1629,7 @@ dependencies = [ [[package]] name = "oxc_ast_visit" -version = "0.56.3" +version = "0.56.4" dependencies = [ "oxc_allocator", "oxc_ast", @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "oxc_cfg" -version = "0.56.3" +version = "0.56.4" dependencies = [ "bitflags 2.8.0", "itertools", @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "oxc_codegen" -version = "0.56.3" +version = "0.56.4" dependencies = [ "base64", "bitflags 2.8.0", @@ -1738,7 +1738,7 @@ dependencies = [ [[package]] name = "oxc_data_structures" -version = "0.56.3" +version = "0.56.4" dependencies = [ "assert-unchecked", "ropey", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "oxc_diagnostics" -version = "0.56.3" +version = "0.56.4" dependencies = [ "cow-utils", "oxc-miette", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "oxc_ecmascript" -version = "0.56.3" +version = "0.56.4" dependencies = [ "cow-utils", "num-bigint", @@ -1766,7 +1766,7 @@ dependencies = [ [[package]] name = "oxc_estree" -version = "0.56.3" +version = "0.56.4" dependencies = [ "itoa", "oxc_data_structures", @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "oxc_isolated_declarations" -version = "0.56.3" +version = "0.56.4" dependencies = [ "bitflags 2.8.0", "insta", @@ -1885,7 +1885,7 @@ dependencies = [ [[package]] name = "oxc_mangler" -version = "0.56.3" +version = "0.56.4" dependencies = [ "fixedbitset", "itertools", @@ -1900,7 +1900,7 @@ dependencies = [ [[package]] name = "oxc_minifier" -version = "0.56.3" +version = "0.56.4" dependencies = [ "cow-utils", "insta", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "oxc_napi" -version = "0.56.3" +version = "0.56.4" dependencies = [ "napi", "napi-build", @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.56.3" +version = "0.56.4" dependencies = [ "assert-unchecked", "bitflags 2.8.0", @@ -1990,7 +1990,7 @@ dependencies = [ [[package]] name = "oxc_parser_napi" -version = "0.56.3" +version = "0.56.4" dependencies = [ "napi", "napi-build", @@ -2048,7 +2048,7 @@ dependencies = [ [[package]] name = "oxc_regular_expression" -version = "0.56.3" +version = "0.56.4" dependencies = [ "oxc_allocator", "oxc_ast_macros", @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "oxc_semantic" -version = "0.56.3" +version = "0.56.4" dependencies = [ "assert-unchecked", "insta", @@ -2124,7 +2124,7 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.56.3" +version = "0.56.4" dependencies = [ "compact_str", "oxc-miette", @@ -2137,7 +2137,7 @@ dependencies = [ [[package]] name = "oxc_syntax" -version = "0.56.3" +version = "0.56.4" dependencies = [ "assert-unchecked", "bitflags 2.8.0", @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "oxc_transform_napi" -version = "0.56.3" +version = "0.56.4" dependencies = [ "napi", "napi-build", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "oxc_transformer" -version = "0.56.3" +version = "0.56.4" dependencies = [ "base64", "compact_str", @@ -2244,7 +2244,7 @@ dependencies = [ [[package]] name = "oxc_traverse" -version = "0.56.3" +version = "0.56.4" dependencies = [ "compact_str", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 7ad633d820d61..716631e0a776b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,30 +103,30 @@ doc_lazy_continuation = "allow" # FIXME [workspace.dependencies] # publish = true -oxc = { version = "0.56.3", path = "crates/oxc" } -oxc_allocator = { version = "0.56.3", path = "crates/oxc_allocator" } -oxc_ast = { version = "0.56.3", path = "crates/oxc_ast" } -oxc_ast_macros = { version = "0.56.3", path = "crates/oxc_ast_macros" } -oxc_ast_visit = { version = "0.56.3", path = "crates/oxc_ast_visit" } -oxc_cfg = { version = "0.56.3", path = "crates/oxc_cfg" } -oxc_codegen = { version = "0.56.3", path = "crates/oxc_codegen" } -oxc_data_structures = { version = "0.56.3", path = "crates/oxc_data_structures" } -oxc_diagnostics = { version = "0.56.3", path = "crates/oxc_diagnostics" } -oxc_ecmascript = { version = "0.56.3", path = "crates/oxc_ecmascript" } -oxc_estree = { version = "0.56.3", path = "crates/oxc_estree" } -oxc_isolated_declarations = { version = "0.56.3", path = "crates/oxc_isolated_declarations" } -oxc_mangler = { version = "0.56.3", path = "crates/oxc_mangler" } -oxc_minifier = { version = "0.56.3", path = "crates/oxc_minifier" } -oxc_napi = { version = "0.56.3", path = "crates/oxc_napi" } -oxc_parser = { version = "0.56.3", path = "crates/oxc_parser" } -oxc_parser_napi = { version = "0.56.3", path = "napi/parser" } -oxc_regular_expression = { version = "0.56.3", path = "crates/oxc_regular_expression" } -oxc_semantic = { version = "0.56.3", path = "crates/oxc_semantic" } -oxc_span = { version = "0.56.3", path = "crates/oxc_span" } -oxc_syntax = { version = "0.56.3", path = "crates/oxc_syntax" } -oxc_transform_napi = { version = "0.56.3", path = "napi/transform" } -oxc_transformer = { version = "0.56.3", path = "crates/oxc_transformer" } -oxc_traverse = { version = "0.56.3", path = "crates/oxc_traverse" } +oxc = { version = "0.56.4", path = "crates/oxc" } +oxc_allocator = { version = "0.56.4", path = "crates/oxc_allocator" } +oxc_ast = { version = "0.56.4", path = "crates/oxc_ast" } +oxc_ast_macros = { version = "0.56.4", path = "crates/oxc_ast_macros" } +oxc_ast_visit = { version = "0.56.4", path = "crates/oxc_ast_visit" } +oxc_cfg = { version = "0.56.4", path = "crates/oxc_cfg" } +oxc_codegen = { version = "0.56.4", path = "crates/oxc_codegen" } +oxc_data_structures = { version = "0.56.4", path = "crates/oxc_data_structures" } +oxc_diagnostics = { version = "0.56.4", path = "crates/oxc_diagnostics" } +oxc_ecmascript = { version = "0.56.4", path = "crates/oxc_ecmascript" } +oxc_estree = { version = "0.56.4", path = "crates/oxc_estree" } +oxc_isolated_declarations = { version = "0.56.4", path = "crates/oxc_isolated_declarations" } +oxc_mangler = { version = "0.56.4", path = "crates/oxc_mangler" } +oxc_minifier = { version = "0.56.4", path = "crates/oxc_minifier" } +oxc_napi = { version = "0.56.4", path = "crates/oxc_napi" } +oxc_parser = { version = "0.56.4", path = "crates/oxc_parser" } +oxc_parser_napi = { version = "0.56.4", path = "napi/parser" } +oxc_regular_expression = { version = "0.56.4", path = "crates/oxc_regular_expression" } +oxc_semantic = { version = "0.56.4", path = "crates/oxc_semantic" } +oxc_span = { version = "0.56.4", path = "crates/oxc_span" } +oxc_syntax = { version = "0.56.4", path = "crates/oxc_syntax" } +oxc_transform_napi = { version = "0.56.4", path = "napi/transform" } +oxc_transformer = { version = "0.56.4", path = "crates/oxc_transformer" } +oxc_traverse = { version = "0.56.4", path = "crates/oxc_traverse" } # publish = false oxc_linter = { path = "crates/oxc_linter" } diff --git a/crates/oxc/Cargo.toml b/crates/oxc/Cargo.toml index 5af04d4cb495d..64e2c31d13af6 100644 --- a/crates/oxc/Cargo.toml +++ b/crates/oxc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_allocator/Cargo.toml b/crates/oxc_allocator/Cargo.toml index 55b1c8e46dfdc..537bf9b9d3bc2 100644 --- a/crates/oxc_allocator/Cargo.toml +++ b/crates/oxc_allocator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_allocator" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ast/CHANGELOG.md b/crates/oxc_ast/CHANGELOG.md index c175d4f272ccd..319498f79bd97 100644 --- a/crates/oxc_ast/CHANGELOG.md +++ b/crates/oxc_ast/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Refactor + +- 62bffed rust: Allow a few annoying clippy rules (#9588) (Boshen) + ## [0.56.3] - 2025-03-07 ### Features diff --git a/crates/oxc_ast/Cargo.toml b/crates/oxc_ast/Cargo.toml index ca83e5dad050a..9b862f05a9731 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ast_macros/Cargo.toml b/crates/oxc_ast_macros/Cargo.toml index 5b5a23bba761e..4a5d7f49da62f 100644 --- a/crates/oxc_ast_macros/Cargo.toml +++ b/crates/oxc_ast_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast_macros" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ast_visit/Cargo.toml b/crates/oxc_ast_visit/Cargo.toml index 3bf1a4c09072e..c5248f725ca82 100644 --- a/crates/oxc_ast_visit/Cargo.toml +++ b/crates/oxc_ast_visit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast_visit" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_cfg/Cargo.toml b/crates/oxc_cfg/Cargo.toml index 153556a7937e0..3eb45b45dff76 100644 --- a/crates/oxc_cfg/Cargo.toml +++ b/crates/oxc_cfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_cfg" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_codegen/Cargo.toml b/crates/oxc_codegen/Cargo.toml index c7190dd691bd9..49eb8d93d89ab 100644 --- a/crates/oxc_codegen/Cargo.toml +++ b/crates/oxc_codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_codegen" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_data_structures/Cargo.toml b/crates/oxc_data_structures/Cargo.toml index ea5c30892d61a..3fc00e6decc9e 100644 --- a/crates/oxc_data_structures/Cargo.toml +++ b/crates/oxc_data_structures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_data_structures" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_diagnostics/Cargo.toml b/crates/oxc_diagnostics/Cargo.toml index 09f5c9180c9a6..9d7a9268c367f 100644 --- a/crates/oxc_diagnostics/Cargo.toml +++ b/crates/oxc_diagnostics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_diagnostics" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ecmascript/CHANGELOG.md b/crates/oxc_ecmascript/CHANGELOG.md index 50a94b47813e9..872cf10b15cc4 100644 --- a/crates/oxc_ecmascript/CHANGELOG.md +++ b/crates/oxc_ecmascript/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Refactor + +- 62bffed rust: Allow a few annoying clippy rules (#9588) (Boshen) + ## [0.54.0] - 2025-03-04 ### Features diff --git a/crates/oxc_ecmascript/Cargo.toml b/crates/oxc_ecmascript/Cargo.toml index 8b213037bdeda..73663e9fc9299 100644 --- a/crates/oxc_ecmascript/Cargo.toml +++ b/crates/oxc_ecmascript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ecmascript" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_estree/Cargo.toml b/crates/oxc_estree/Cargo.toml index 2bde1c894ea99..8c99f41cca439 100644 --- a/crates/oxc_estree/Cargo.toml +++ b/crates/oxc_estree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_estree" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_isolated_declarations/Cargo.toml b/crates/oxc_isolated_declarations/Cargo.toml index 537cb10c72395..46c924a015c0c 100644 --- a/crates/oxc_isolated_declarations/Cargo.toml +++ b/crates/oxc_isolated_declarations/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_isolated_declarations" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_mangler/Cargo.toml b/crates/oxc_mangler/Cargo.toml index 8329e6d5b5527..d4115f553af46 100644 --- a/crates/oxc_mangler/Cargo.toml +++ b/crates/oxc_mangler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_mangler" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_minifier/Cargo.toml b/crates/oxc_minifier/Cargo.toml index 6570b8b0c2f9c..7c7aabc8101c0 100644 --- a/crates/oxc_minifier/Cargo.toml +++ b/crates/oxc_minifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_minifier" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_napi/Cargo.toml b/crates/oxc_napi/Cargo.toml index a21da20d6a7e8..a761fced387aa 100644 --- a/crates/oxc_napi/Cargo.toml +++ b/crates/oxc_napi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_napi" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_parser/CHANGELOG.md b/crates/oxc_parser/CHANGELOG.md index 9ff8cf8ed9951..12708d8531c7f 100644 --- a/crates/oxc_parser/CHANGELOG.md +++ b/crates/oxc_parser/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Refactor + +- 62bffed rust: Allow a few annoying clippy rules (#9588) (Boshen) + ## [0.56.3] - 2025-03-07 ### Features diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index 2982bc9ecb2a1..aafe74346c43f 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_parser" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_regular_expression/Cargo.toml b/crates/oxc_regular_expression/Cargo.toml index 403b229233cac..580ee191a7c39 100644 --- a/crates/oxc_regular_expression/Cargo.toml +++ b/crates/oxc_regular_expression/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_regular_expression" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_semantic/Cargo.toml b/crates/oxc_semantic/Cargo.toml index f0357eaa9ef9b..0b8b0719bb398 100644 --- a/crates/oxc_semantic/Cargo.toml +++ b/crates/oxc_semantic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_semantic" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_span/CHANGELOG.md b/crates/oxc_span/CHANGELOG.md index 12245ec5f9d8f..ec379ecf03247 100644 --- a/crates/oxc_span/CHANGELOG.md +++ b/crates/oxc_span/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Refactor + +- 62bffed rust: Allow a few annoying clippy rules (#9588) (Boshen) + ## [0.54.0] - 2025-03-04 ### Features diff --git a/crates/oxc_span/Cargo.toml b/crates/oxc_span/Cargo.toml index 1f217f18de4ca..6545e92690303 100644 --- a/crates/oxc_span/Cargo.toml +++ b/crates/oxc_span/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_span" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_syntax/Cargo.toml b/crates/oxc_syntax/Cargo.toml index 2310d23ee3b0e..b86166de1d2fd 100644 --- a/crates/oxc_syntax/Cargo.toml +++ b/crates/oxc_syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_syntax" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_transformer/CHANGELOG.md b/crates/oxc_transformer/CHANGELOG.md index 788728a6c5d00..0875dff33fe1f 100644 --- a/crates/oxc_transformer/CHANGELOG.md +++ b/crates/oxc_transformer/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Refactor + +- 62bffed rust: Allow a few annoying clippy rules (#9588) (Boshen) +- adf7987 transformer: Combine strings by `ctx.ast.atom_from_array` (#9401) (Dunqing) + ## [0.55.0] - 2025-03-05 ### Features diff --git a/crates/oxc_transformer/Cargo.toml b/crates/oxc_transformer/Cargo.toml index 6d53c64cc3f0a..372ce8adfe34b 100644 --- a/crates/oxc_transformer/Cargo.toml +++ b/crates/oxc_transformer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_transformer" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_traverse/Cargo.toml b/crates/oxc_traverse/Cargo.toml index 6971f49ea23ef..db300eec490ff 100644 --- a/crates/oxc_traverse/Cargo.toml +++ b/crates/oxc_traverse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_traverse" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/napi/parser/CHANGELOG.md b/napi/parser/CHANGELOG.md index c6ada6a046e38..559ba84f068b4 100644 --- a/napi/parser/CHANGELOG.md +++ b/napi/parser/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Bug Fixes + +- c08b7fc napi: Commit wasi files (Boshen) + ## [0.56.3] - 2025-03-07 ### Features diff --git a/napi/parser/Cargo.toml b/napi/parser/Cargo.toml index 403ed23d8cdc3..8aba673ef393a 100644 --- a/napi/parser/Cargo.toml +++ b/napi/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_parser_napi" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/napi/transform/CHANGELOG.md b/napi/transform/CHANGELOG.md index f2ea0dc4affd9..b2d2ce430a6e3 100644 --- a/napi/transform/CHANGELOG.md +++ b/napi/transform/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Bug Fixes + +- c08b7fc napi: Commit wasi files (Boshen) + ## [0.55.0] - 2025-03-05 ### Features diff --git a/napi/transform/Cargo.toml b/napi/transform/Cargo.toml index d53e959307462..d113778cea99b 100644 --- a/napi/transform/Cargo.toml +++ b/napi/transform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_transform_napi" -version = "0.56.3" +version = "0.56.4" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/npm/oxc-minify/CHANGELOG.md b/npm/oxc-minify/CHANGELOG.md index 5241a82c0e24d..1894c6a70378f 100644 --- a/npm/oxc-minify/CHANGELOG.md +++ b/npm/oxc-minify/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Bug Fixes + +- 35626a4 npm: Change to `wasm32-wasip1-threads` target (Boshen) + ## [0.47.0] - 2025-01-18 ### Features diff --git a/npm/oxc-minify/package.json b/npm/oxc-minify/package.json index 1249b95c6b3ec..2797de044a879 100644 --- a/npm/oxc-minify/package.json +++ b/npm/oxc-minify/package.json @@ -1,6 +1,6 @@ { "name": "oxc-minify", - "version": "0.56.3", + "version": "0.56.4", "main": "index.js", "browser": "browser.js", "description": "Oxc minify Node API", diff --git a/npm/oxc-parser/CHANGELOG.md b/npm/oxc-parser/CHANGELOG.md index 6c6e0a5959d72..2a19dae7adb21 100644 --- a/npm/oxc-parser/CHANGELOG.md +++ b/npm/oxc-parser/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Bug Fixes + +- 35626a4 npm: Change to `wasm32-wasip1-threads` target (Boshen) + ## [0.56.0] - 2025-03-06 ### Bug Fixes diff --git a/npm/oxc-parser/package.json b/npm/oxc-parser/package.json index 5c4b20ead44c6..5d301a2c035c5 100644 --- a/npm/oxc-parser/package.json +++ b/npm/oxc-parser/package.json @@ -1,6 +1,6 @@ { "name": "oxc-parser", - "version": "0.56.3", + "version": "0.56.4", "main": "index.js", "browser": "browser.js", "description": "Oxc Parser Node API", diff --git a/npm/oxc-transform/CHANGELOG.md b/npm/oxc-transform/CHANGELOG.md index ca04359547aa5..308a258d9630b 100644 --- a/npm/oxc-transform/CHANGELOG.md +++ b/npm/oxc-transform/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.56.4] - 2025-03-07 + +### Bug Fixes + +- 35626a4 npm: Change to `wasm32-wasip1-threads` target (Boshen) + ## [0.30.4] - 2024-09-28 ### Documentation diff --git a/npm/oxc-transform/package.json b/npm/oxc-transform/package.json index 20c6aeaaddfa8..3249cbdf2b68a 100644 --- a/npm/oxc-transform/package.json +++ b/npm/oxc-transform/package.json @@ -1,6 +1,6 @@ { "name": "oxc-transform", - "version": "0.56.3", + "version": "0.56.4", "main": "index.js", "browser": "browser.js", "description": "Oxc transform Node API", diff --git a/npm/oxc-types/package.json b/npm/oxc-types/package.json index db61c1635b22e..eda9f11930db0 100644 --- a/npm/oxc-types/package.json +++ b/npm/oxc-types/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-project/types", - "version": "0.56.3", + "version": "0.56.4", "description": "Types for Oxc AST nodes", "keywords": [ "AST", diff --git a/npm/runtime/package.json b/npm/runtime/package.json index bd7f72684f915..ee8b4d3ba0885 100644 --- a/npm/runtime/package.json +++ b/npm/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-project/runtime", - "version": "0.56.3", + "version": "0.56.4", "description": "Oxc's modular runtime helpers", "license": "MIT", "repository": { diff --git a/wasm/parser/package.json b/wasm/parser/package.json index 5b0979f7578c0..69548a7349084 100644 --- a/wasm/parser/package.json +++ b/wasm/parser/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-parser/wasm", - "version": "0.56.3", + "version": "0.56.4", "description": "Wasm target for the oxc parser.", "keywords": [ "JavaScript",