Merged
Conversation
Contributor
Monitor Oxc
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the oxc crate versions from v0.106.0 to v0.107.0, updating all package manifests, lockfiles, and changelogs to reflect the new release.
Key changes:
- Version bump from 0.106.0 to 0.107.0 across all packages
- Updated CHANGELOG.md files with release notes for new features, bug fixes, and performance improvements
- Updated native binding version checks in JavaScript files
Reviewed changes
Copilot reviewed 44 out of 45 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Updated package version to 0.107.0 |
| npm/oxc-types/package.json | Updated package version to 0.107.0 |
| napi/transform/package.json | Updated package version to 0.107.0 |
| napi/transform/index.js | Updated version checks for all platform bindings to 0.107.0 |
| napi/transform/Cargo.toml | Updated crate version to 0.107.0 |
| napi/parser/src-js/bindings.js | Updated version checks for all platform bindings to 0.107.0 |
| napi/parser/package.json | Updated package version to 0.107.0 |
| napi/parser/Cargo.toml | Updated crate version to 0.107.0 |
| napi/minify/package.json | Updated package version to 0.107.0 |
| napi/minify/index.js | Updated version checks for all platform bindings to 0.107.0 |
| napi/minify/Cargo.toml | Updated crate version to 0.107.0 |
| crates/*/Cargo.toml | Updated all crate versions to 0.107.0 |
| crates/*/CHANGELOG.md | Added release notes for version 0.107.0 |
| Cargo.toml | Updated workspace dependency versions to 0.107.0 |
| Cargo.lock | Updated lockfile with new version references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #17661 will improve performance by 3.14%Comparing Summary
Benchmarks breakdown
Footnotes
|
Contributor
Merge activity
|
### 🚀 Features - 659c23e linter: Init note field boilerplate (#17589) (Shrey Sudhir) - 6870b64 parser: Add TS1363 error code (#17609) (Sysix) - 23680a3 mangler: Skip mangling only in scopes affected by direct eval (#17612) (camc314) - a7e1643 parser: Add TS2528 error code to duplicate_default_export diagnostic (#17558) (camc314) ### 🐛 Bug Fixes - 1044116 ecmascript: Mark `new Symbol` as non side-effect free (#17568) (camc314) - ab5e4ca isolated-declarations: Strip default values from rest parameter binding patterns (#17602) (camc314) - 68b2e54 minifier: Prevent incorrect ??= transformation when member base is mutated (#17472) (copilot-swe-agent) ### ⚡ Performance - 6067143 semantic: Remove hash when checking identifier (#17564) (camchenry) - a28ab3d semantic: Avoid bounds check when checking string literal (#17545) (camc314) - 04809d1 semantic: Use SIMD for finding backslashes in `check_string_literal` (#17534) (camchenry) - 49ad2f0 semantic: Mark all diagnostic functions as `#[cold]` (#17487) (camc314) - ea82b50 transformer: Mark all diagnostic functions as `#[cold]` (#17486) (camc314) - d968e51 semantic: Mark `checker::check` as `inline(always)` (#17459) (camc314)
13d3fc1 to
811b2a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Features
🐛 Bug Fixes
new Symbolas non side-effect free (fix(ecmascript): marknew Symbolas non side-effect free #17568) (camc314)⚡ Performance
check_string_literal(perf(semantic): use SIMD for finding backslashes incheck_string_literal#17534) (camchenry)#[cold](perf(semantic): mark all diagnostic functions as#[cold]#17487) (camc314)#[cold](perf(transformer): mark all diagnostic functions as#[cold]#17486) (camc314)checker::checkasinline(always)(perf(semantic): markchecker::checkasinline(always)#17459) (camc314)