Conversation
Monitor Oxc
|
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
There was a problem hiding this comment.
Pull request overview
Release bump to oxc v0.112.0 across Rust crates and Node/NAPI packages, aligning versions and documenting selected release notes.
Changes:
- Bump crate/package versions from
0.111.0→0.112.0across Cargo and npm artifacts. - Update NAPI JS loaders’ native-binding version checks to expect
0.112.0. - Add
0.112.0changelog entries for select crates/packages and updateCargo.lock.
Reviewed changes
Copilot reviewed 42 out of 43 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Bump @oxc-project/runtime version to 0.112.0. |
| npm/oxc-types/package.json | Bump @oxc-project/types version to 0.112.0. |
| napi/transform/package.json | Bump oxc-transform npm package version to 0.112.0. |
| napi/transform/index.js | Update native-binding version check to expect 0.112.0. |
| napi/transform/Cargo.toml | Bump oxc_transform_napi crate version to 0.112.0. |
| napi/transform/CHANGELOG.md | Add 0.112.0 release notes entry. |
| napi/parser/src-js/bindings.js | Update native-binding version check to expect 0.112.0. |
| napi/parser/package.json | Bump oxc-parser npm package version to 0.112.0. |
| napi/parser/Cargo.toml | Bump oxc_parser_napi crate version to 0.112.0. |
| napi/minify/package.json | Bump oxc-minify npm package version to 0.112.0. |
| napi/minify/index.js | Update native-binding version check to expect 0.112.0. |
| napi/minify/Cargo.toml | Bump oxc_minify_napi crate version to 0.112.0. |
| crates/oxc_traverse/Cargo.toml | Bump oxc_traverse crate version to 0.112.0. |
| crates/oxc_transformer_plugins/Cargo.toml | Bump oxc_transformer_plugins crate version to 0.112.0. |
| crates/oxc_transformer/Cargo.toml | Bump oxc_transformer crate version to 0.112.0. |
| crates/oxc_transformer/CHANGELOG.md | Add 0.112.0 release notes entry. |
| crates/oxc_syntax/Cargo.toml | Bump oxc_syntax crate version to 0.112.0. |
| crates/oxc_str/Cargo.toml | Bump oxc_str crate version to 0.112.0. |
| crates/oxc_span/Cargo.toml | Bump oxc_span crate version to 0.112.0. |
| crates/oxc_semantic/Cargo.toml | Bump oxc_semantic crate version to 0.112.0. |
| crates/oxc_regular_expression/Cargo.toml | Bump oxc_regular_expression crate version to 0.112.0. |
| crates/oxc_parser/Cargo.toml | Bump oxc_parser crate version to 0.112.0. |
| crates/oxc_parser/CHANGELOG.md | Add 0.112.0 release notes entry. |
| crates/oxc_napi/Cargo.toml | Bump oxc_napi crate version to 0.112.0. |
| crates/oxc_minifier/Cargo.toml | Bump oxc_minifier crate version to 0.112.0. |
| crates/oxc_minifier/CHANGELOG.md | Add 0.112.0 release notes entry. |
| crates/oxc_mangler/Cargo.toml | Bump oxc_mangler crate version to 0.112.0. |
| crates/oxc_isolated_declarations/Cargo.toml | Bump oxc_isolated_declarations crate version to 0.112.0. |
| crates/oxc_estree/Cargo.toml | Bump oxc_estree crate version to 0.112.0. |
| crates/oxc_ecmascript/Cargo.toml | Bump oxc_ecmascript crate version to 0.112.0. |
| crates/oxc_diagnostics/Cargo.toml | Bump oxc_diagnostics crate version to 0.112.0. |
| crates/oxc_data_structures/Cargo.toml | Bump oxc_data_structures crate version to 0.112.0. |
| crates/oxc_compat/Cargo.toml | Bump oxc_compat crate version to 0.112.0. |
| crates/oxc_codegen/Cargo.toml | Bump oxc_codegen crate version to 0.112.0. |
| crates/oxc_cfg/Cargo.toml | Bump oxc_cfg crate version to 0.112.0. |
| crates/oxc_ast_visit/Cargo.toml | Bump oxc_ast_visit crate version to 0.112.0. |
| crates/oxc_ast_macros/Cargo.toml | Bump oxc_ast_macros crate version to 0.112.0. |
| crates/oxc_ast/Cargo.toml | Bump oxc_ast crate version to 0.112.0. |
| crates/oxc_allocator/Cargo.toml | Bump oxc_allocator crate version to 0.112.0. |
| crates/oxc_allocator/CHANGELOG.md | Add 0.112.0 release notes entry. |
| crates/oxc/Cargo.toml | Bump oxc crate version to 0.112.0. |
| Cargo.toml | Update workspace dependency versions to 0.112.0. |
| Cargo.lock | Update locked workspace crate versions to 0.112.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
💥 BREAKING CHANGES
Allocatormethods (feat(oxc_allocator)!: remove dangerousAllocatormethods #18715) (overlookmotel)🚀 Features
🐛 Bug Fixes
📚 Documentation