release(apps): oxlint v1.55.0 && oxfmt v0.40.0#20293
Conversation
Oxfmt Ecosystem CI
|
Merge activity
|
There was a problem hiding this comment.
Pull request overview
Release bump for the Oxlint and Oxfmt deliverables, updating version numbers across Rust crates, internal app packages, published npm packages, changelogs, and N-API binding version checks.
Changes:
- Bump Oxlint to v1.55.0 across Rust + npm + internal app metadata.
- Bump Oxfmt to v0.40.0 across Rust + npm + internal app metadata.
- Update changelogs and N-API binding version mismatch checks to reflect the new versions.
Reviewed changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bumps published oxlint npm package version to 1.55.0. |
| npm/oxlint/CHANGELOG.md | Adds 1.55.0 entry for the oxlint npm package. |
| npm/oxlint-plugins/package.json | Bumps @oxlint/plugins npm package version to 1.55.0. |
| npm/oxlint-plugin-eslint/package.json | Bumps oxlint-plugin-eslint npm package version to 1.55.0. |
| npm/oxfmt/package.json | Bumps published oxfmt npm package version to 0.40.0. |
| npm/oxfmt/CHANGELOG.md | Adds 0.40.0 entry for the oxfmt npm package. |
| crates/oxc_linter/Cargo.toml | Bumps Rust crate oxc_linter version to 1.55.0. |
| crates/oxc_linter/CHANGELOG.md | Adds 1.55.0 changelog entry for oxc_linter. |
| crates/oxc_formatter/Cargo.toml | Bumps Rust crate oxc_formatter version to 0.40.0. |
| apps/oxlint/src-js/bindings.js | Updates enforced native binding version checks to 1.55.0. |
| apps/oxlint/package.json | Bumps internal oxlint-app package version to 1.55.0. |
| apps/oxlint/Cargo.toml | Bumps internal oxlint app crate version to 1.55.0. |
| apps/oxlint/CHANGELOG.md | Adds 1.55.0 entry for the internal app changelog. |
| apps/oxfmt/src-js/bindings.js | Updates enforced native binding version checks to 0.40.0. |
| apps/oxfmt/package.json | Bumps internal oxfmt-app package version to 0.40.0. |
| apps/oxfmt/Cargo.toml | Bumps internal oxfmt app crate version to 0.40.0. |
| apps/oxfmt/CHANGELOG.md | Adds 0.40.0 entry for the internal app changelog. |
| Cargo.lock | Updates locked versions for oxc_linter, oxc_formatter, oxlint, and oxfmt. |
You can also share your feedback on Copilot code review. Take the survey.
Merging this PR will not alter performance
Comparing Footnotes
|
# Oxlint ### 🐛 Bug Fixes - 6b46ce8 oxlint: Ignore inherited root-only options in nested configs (#20291) (camc314) - bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur) - f26e6ab linter: Make `generate-plugin-eslint` script work on windows (#20246) (camc314) ### 📚 Documentation - e4aa5b5 parser/napi, linter/plugins: Add JSDoc comments to raw transfer constants (#20286) (overlookmotel) - f339f10 linter/plugins: Promote JS plugins to alpha status (#20281) (overlookmotel) # Oxfmt ### 🐛 Bug Fixes - 96f761f oxfmt: Ensure stdin blocking mode is set for non-TTY environments (#20289) (camc314) - bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur)
b9b4bea to
6a26b93
Compare
Oxlint
🐛 Bug Fixes
| nullforOption<T>field from schema (fix(oxlint,oxfmt): Omit useless| nullforOption<T>field from schema #20273) (leaysgur)generate-plugin-eslintscript work on windows (fix(linter): makegenerate-plugin-eslintscript work on windows #20246) (camc314)📚 Documentation
Oxfmt
🐛 Bug Fixes
| nullforOption<T>field from schema (fix(oxlint,oxfmt): Omit useless| nullforOption<T>field from schema #20273) (leaysgur)