release(apps): oxlint v1.53.0 && oxfmt v0.38.0#20218
Conversation
Oxfmt Ecosystem CI
|
There was a problem hiding this comment.
Pull request overview
Release bump for the Oxlint and Oxfmt apps (and associated npm/Rust crates) to publish oxlint v1.53.0 and oxfmt v0.38.0, with updated release notes.
Changes:
- Bump versions across npm packages, Rust crates, app manifests, and
Cargo.lock. - Update native binding version-check strings in generated JS bindings.
- Add/extend changelog entries for the new versions (apps/crates) and introduce a changelog entry for
oxlint-plugin-eslint.
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bump npm package version to 1.53.0. |
| npm/oxlint-plugins/package.json | Bump @oxlint/plugins version to 1.53.0. |
| npm/oxlint-plugin-eslint/package.json | Bump oxlint-plugin-eslint version to 1.53.0. |
| npm/oxlint-plugin-eslint/CHANGELOG.md | Add initial changelog entry for 1.53.0. |
| npm/oxfmt/package.json | Bump npm package version to 0.38.0. |
| crates/oxc_linter/Cargo.toml | Bump crate version to 1.53.0. |
| crates/oxc_linter/CHANGELOG.md | Add 1.53.0 release notes. |
| crates/oxc_formatter/Cargo.toml | Bump crate version to 0.38.0. |
| apps/oxlint/src-js/bindings.js | Update NAPI binding version mismatch checks to 1.53.0. |
| apps/oxlint/package.json | Bump internal app package version to 1.53.0. |
| apps/oxlint/Cargo.toml | Bump app crate version to 1.53.0. |
| apps/oxlint/CHANGELOG.md | Add 1.53.0 release notes. |
| apps/oxfmt/src-js/bindings.js | Update NAPI binding version mismatch checks to 0.38.0. |
| apps/oxfmt/package.json | Bump internal app package version to 0.38.0. |
| apps/oxfmt/Cargo.toml | Bump app crate version to 0.38.0. |
| apps/oxfmt/CHANGELOG.md | Add 0.38.0 release notes. |
| Cargo.lock | Update locked package versions for the bumped crates. |
Comments suppressed due to low confidence (1)
npm/oxlint-plugin-eslint/CHANGELOG.md:20
CHANGELOG.mdappears to contain duplicated boilerplate: the# Changelogheader and "All notable changes…" text are repeated starting again at line 17. This should be removed so the file has a single header section followed by version entries.
# Changelog
All notable changes to this package will be documented in this file.
Merging this PR will not alter performance
Comparing Footnotes
|
Oxlint
🚀 Features
vite.config.ts.lintfield (feat(oxlint): Supportvite.config.ts.lintfield #20214) (leaysgur)react/no-clone-elementrule. (feat(linter): Implementreact/no-clone-elementrule. #20129) (connorshea)react/no-react-childrenrule. (feat(linter): Implementreact/no-react-childrenrule. #20104) (connorshea)oxlint-plugin-eslintpackage (feat(linter/plugins): addoxlint-plugin-eslintpackage #20009) (overlookmotel)🐛 Bug Fixes
afterhooks always run (fix(linter/plugins): ensureafterhooks always run #20167) (overlookmotel)oxlint-plugin-eslintpackage (fix(linter/plugins): add license notice tooxlint-plugin-eslintpackage #20164) (overlookmotel)oxlint-plugin-eslintpackage (fix(linter/plugins): include common chunks inoxlint-plugin-eslintpackage #20163) (overlookmotel)globalsentry forno-undef, only check es2026 globals forno-extend-nativeandno-constant-binary-expression(fix(linter): checkglobalsentry forno-undef, only check es2026 globals forno-extend-nativeandno-constant-binary-expression#20089) (Sysix)reportUsedIgnorePatternshould not report used rest siblings (fix(linter/no-unused-vars):reportUsedIgnorePatternshould not report used rest siblings #20108) (Don Isaac)markVariableAsUsed(fix(linter/plugins): correct error message formarkVariableAsUsed#20152) (overlookmotel)⚡ Performance
EnterExitobjects at startup (perf(linter/plugins): pre-populate cache ofEnterExitobjects at startup #20194) (overlookmotel)Uint8Arrays (perf(linter/plugins): replace arrays withUint8Arrays #20190) (overlookmotel)VisitPropobjects (perf(linter/plugins): pre-populate cache ofVisitPropobjects #20189) (overlookmotel)EnterExitobjects (perf(linter/plugins): pre-populate cache ofEnterExitobjects #20187) (overlookmotel)📚 Documentation
eslint/complexity(docs(linter): Add a link to the cyclomatic complexity Wikipedia article ineslint/complexity#20174) (connorshea)Oxfmt
🚀 Features
vite.config.*.fmtfield (feat(oxfmt): Supportvite.config.*.fmtfield #20197) (leaysgur)🐛 Bug Fixes