release(apps): oxlint v1.54.0 && oxfmt v0.39.0#20267
Conversation
Oxfmt Ecosystem CI
|
There was a problem hiding this comment.
Pull request overview
Release bump for Oxlint v1.54.0 and Oxfmt v0.39.0, propagating the new versions across the Rust crates, npm packages, native binding loaders, lockfile, and changelogs.
Changes:
- Bump Oxlint versions to
1.54.0across npm packages and Rust crates. - Bump Oxfmt versions to
0.39.0across npm packages and Rust crates. - Update app changelogs and native binding version-mismatch checks to the new release versions.
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bump published oxlint npm package version to 1.54.0. |
| npm/oxlint/CHANGELOG.md | Add 1.54.0 changelog entry (but currently skips 1.53.0). |
| npm/oxlint-plugins/package.json | Bump @oxlint/plugins version to 1.54.0. |
| npm/oxlint-plugin-eslint/package.json | Bump oxlint-plugin-eslint version to 1.54.0. |
| npm/oxfmt/package.json | Bump published oxfmt npm package version to 0.39.0. |
| crates/oxc_linter/Cargo.toml | Bump oxc_linter crate version to 1.54.0. |
| crates/oxc_linter/CHANGELOG.md | Add 1.54.0 changelog entry for the linter crate. |
| crates/oxc_formatter/Cargo.toml | Bump oxc_formatter crate version to 0.39.0. |
| apps/oxlint/src-js/bindings.js | Update expected native binding version checks to 1.54.0. |
| apps/oxlint/package.json | Bump internal oxlint-app version to 1.54.0. |
| apps/oxlint/Cargo.toml | Bump oxlint app crate version to 1.54.0. |
| apps/oxlint/CHANGELOG.md | Add 1.54.0 app changelog entry. |
| apps/oxfmt/src-js/bindings.js | Update expected native binding version checks to 0.39.0. |
| apps/oxfmt/package.json | Bump internal oxfmt-app version to 0.39.0. |
| apps/oxfmt/Cargo.toml | Bump oxfmt app crate version to 0.39.0. |
| apps/oxfmt/CHANGELOG.md | Add 0.39.0 app changelog entry. |
| Cargo.lock | Update lockfile entries for bumped crate versions. |
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
vite.config.tsexportsdefineConfig(fn)(fix(oxlint,oxfmt): Skipvite.config.tsexportsdefineConfig(fn)#20260) (leaysgur)vite.config.tsw/o.lintfield in auto-discovery (fix(oxlint): Skipvite.config.tsw/o.lintfield in auto-discovery #20255) (leaysgur)⚡ Performance
📚 Documentation
Oxfmt
🐛 Bug Fixes
vite.config.tsexportsdefineConfig(fn)(fix(oxlint,oxfmt): Skipvite.config.tsexportsdefineConfig(fn)#20260) (leaysgur)vite.config.tsw/o.fmtfield in auto-discovery (fix(oxfmt): Skipvite.config.tsw/o.fmtfield in auto-discovery #20254) (leaysgur)