release(apps): oxlint v1.51.0 && oxfmt v0.36.0#19912
Merged
Conversation
Contributor
Contributor
Oxfmt Ecosystem CI
|
Contributor
There was a problem hiding this comment.
Pull request overview
Release bump for the Oxlint and Oxfmt toolchain across npm packages, Rust crates, and app wrappers, aligning version numbers, changelogs, and native-binding version checks for the 1.51.0 / 0.36.0 release.
Changes:
- Bump versions for
oxlintto 1.51.0 andoxfmtto 0.36.0 across npm + Rust manifests (andCargo.lock). - Add release entries to the relevant changelogs for the new versions.
- Update JS native-binding loaders to enforce the new expected binding package versions.
Reviewed changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bumps published oxlint npm package version to 1.51.0. |
| npm/oxlint/CHANGELOG.md | Adds 1.51.0 release notes (but currently has an inconsistent version sequence). |
| npm/oxlint-plugins/package.json | Bumps @oxlint/plugins to 1.51.0. |
| npm/oxfmt/package.json | Bumps published oxfmt npm package version to 0.36.0. |
| npm/oxfmt/CHANGELOG.md | Adds 0.36.0 release notes. |
| crates/oxc_linter/Cargo.toml | Bumps oxc_linter crate to 1.51.0. |
| crates/oxc_linter/CHANGELOG.md | Adds 1.51.0 crate release notes. |
| crates/oxc_formatter/Cargo.toml | Bumps oxc_formatter crate to 0.36.0. |
| crates/oxc_formatter/CHANGELOG.md | Adds 0.36.0 crate release notes (but currently skips the immediately previous version). |
| apps/oxlint/src-js/bindings.js | Updates native binding version check to expect 1.51.0. |
| apps/oxlint/package.json | Bumps internal oxlint app wrapper to 1.51.0. |
| apps/oxlint/Cargo.toml | Bumps oxlint binary crate to 1.51.0. |
| apps/oxlint/CHANGELOG.md | Adds 1.51.0 app release notes. |
| apps/oxfmt/src-js/bindings.js | Updates native binding version check to expect 0.36.0. |
| apps/oxfmt/package.json | Bumps internal oxfmt app wrapper to 0.36.0. |
| apps/oxfmt/Cargo.toml | Bumps oxfmt binary crate to 0.36.0. |
| apps/oxfmt/CHANGELOG.md | Adds 0.36.0 app release notes. |
| Cargo.lock | Updates locked workspace package versions accordingly. |
Merging this PR will not alter performance
Comparing Footnotes
|
camc314
approved these changes
Mar 2, 2026
leaysgur
approved these changes
Mar 2, 2026
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.
Oxlint
🚀 Features
checkGenericoption (feat(linter/id-length): addcheckGenericoption #19634) (camc314)🐛 Bug Fixes
preferUnpluggedfor Yarn PnP compatibility (fix(npm): addpreferUnpluggedfor Yarn PnP compatibility #19829) (Boshen)__proto__proto setters in (fix(linter/no-dupe-keys): handle__proto__proto setters in #19762) (camc314)ignoreTypeReferenceswhen value and type name collisions (fix(linter/no-use-before-define): honorignoreTypeReferenceswhen value and type name collisions #19747) (Dimava)regexobject in tokens (fix(estree/tokens): reverse field order ofregexobject in tokens #19679) (overlookmotel)unicorn/no-array-callback-referenceskipEffect.*array-like methods name. (fix(linter):unicorn/no-array-callback-referenceskipEffect.*array-like methods name. #19633) (Said Atrahouch)⚡ Performance
ESTreeTokenConfigtrait (perf(estree/tokens): introduceESTreeTokenConfigtrait #19842) (overlookmotel)typescriptfrom bundle (perf(linter/plugins): removetypescriptfrom bundle #19531) (overlookmotel)📚 Documentation
initTokens(docs(linter/plugins): correct doc comments forinitTokens#19530) (overlookmotel)Oxfmt
🚀 Features
file://anduntitled://(feat(oxfmt/lsp): support other schemes besidefile://anduntitled://#19872) (Sysix)graphql()variant for gql-in-js (feat(oxfmt): Supportgraphql()variant for gql-in-js #19703) (leaysgur)🐛 Bug Fixes
preferUnpluggedfor Yarn PnP compatibility (fix(npm): addpreferUnpluggedfor Yarn PnP compatibility #19829) (Boshen)⚡ Performance
ParserConfig(perf(parser): introduceParserConfig#19637) (overlookmotel)📚 Documentation