release(apps): oxlint v1.38.0 && oxfmt v0.23.0#17709
Conversation
Oxlint Ecosystem CI |
There was a problem hiding this comment.
Pull request overview
This PR releases oxlint v1.38.0 and oxfmt v0.23.0, bumping versions across the monorepo and updating changelogs with recent improvements.
- oxlint updated from v1.37.0 to v1.38.0
- oxfmt updated from v0.22.0 to v0.23.0
- oxfmt includes formatter bug fixes, performance improvements, and new LSP debug logging
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bumped oxlint npm package version to 1.38.0 |
| npm/oxfmt/package.json | Bumped oxfmt npm package version to 0.23.0 |
| editors/vscode/package.json | Updated VS Code extension version to 1.38.0 |
| crates/oxc_linter/Cargo.toml | Updated linter crate version to 1.38.0 |
| crates/oxc_language_server/Cargo.toml | Updated language server crate version to 1.38.0 |
| crates/oxc_formatter/Cargo.toml | Updated formatter crate version to 0.23.0 |
| crates/oxc_formatter/CHANGELOG.md | Added v0.23.0 changelog entry with formatter bug fixes and performance improvements |
| apps/oxlint/src-js/bindings.js | Updated all platform-specific version checks to 1.38.0 |
| apps/oxlint/package.json | Updated oxlint app package version to 1.38.0 |
| apps/oxlint/Cargo.toml | Updated oxlint app crate version to 1.38.0 |
| apps/oxfmt/src-js/bindings.js | Updated all platform-specific version checks to 0.23.0 |
| apps/oxfmt/package.json | Updated oxfmt app package version to 0.23.0 |
| apps/oxfmt/Cargo.toml | Updated oxfmt app crate version to 0.23.0 |
| apps/oxfmt/CHANGELOG.md | Added v0.23.0 changelog entry with LSP debug logging feature and one formatter bug fix |
| Cargo.lock | Updated lockfile with new versions for all affected crates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This release is to fix the significant performance regression in the formatter introduced in the last version for the tailwindcss support |
CodSpeed Performance ReportMerging #17709 will not alter performanceComparing Summary
Footnotes
|
Oxlint
Oxfmt
🚀 Features
🐛 Bug Fixes
⚡ Performance
sort_tailwind_classesif no classes need to be sorted (perf(formatter): don't callsort_tailwind_classesif no classes need to be sorted #17698) (Dunqing)