release(apps): oxlint v1.49.0 && oxfmt v0.34.0#19553
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 apps/packages, updating version metadata across the JS (npm) and Rust crates, plus corresponding changelog entries and NAPI binding version guards.
Changes:
- Bump Oxlint versions to 1.49.0 across npm packages, Rust crates, app manifests, and NAPI binding checks.
- Bump Oxfmt versions to 0.34.0 across npm packages, Rust crates, app manifests, and NAPI binding checks.
- Add/update changelog entries for the new releases and refresh
Cargo.lockto reflect new crate versions.
Reviewed changes
Copilot reviewed 15 out of 16 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.49.0. |
| npm/oxlint-plugins/package.json | Bumps @oxlint/plugins npm package version to 1.49.0. |
| npm/oxfmt/package.json | Bumps published oxfmt npm package version to 0.34.0. |
| npm/oxfmt/CHANGELOG.md | Adds 0.34.0 release notes (currently incomplete vs PR metadata). |
| crates/oxc_linter/Cargo.toml | Bumps Rust crate oxc_linter to 1.49.0. |
| crates/oxc_linter/CHANGELOG.md | Adds 1.49.0 release notes for the linter crate. |
| crates/oxc_formatter/Cargo.toml | Bumps Rust crate oxc_formatter to 0.34.0. |
| apps/oxlint/src-js/bindings.js | Updates NAPI binding version mismatch checks to expect 1.49.0. |
| apps/oxlint/package.json | Bumps internal oxlint-app package version to 1.49.0. |
| apps/oxlint/Cargo.toml | Bumps Rust app oxlint crate version to 1.49.0. |
| apps/oxlint/CHANGELOG.md | Adds 1.49.0 app release notes (missing one breaking change vs PR metadata). |
| apps/oxfmt/src-js/bindings.js | Updates NAPI binding version mismatch checks to expect 0.34.0. |
| apps/oxfmt/package.json | Bumps internal oxfmt-app package version to 0.34.0. |
| apps/oxfmt/Cargo.toml | Bumps Rust app oxfmt crate version to 0.34.0. |
| apps/oxfmt/CHANGELOG.md | Adds 0.34.0 app release notes. |
| Cargo.lock | Updates locked crate versions for oxc_linter, oxc_formatter, oxlint, and oxfmt. |
Merging this PR will not alter performance
Comparing Footnotes
|
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
💥 BREAKING CHANGES
"always"and"as-needed"options of the radix rule (fix(oxlint)!: Deprecate"always"and"as-needed"options of the radix rule #19408) (Sysix)allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoingoption (feat(linter)!: removeallowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoingoption #19451) (camc314)🚀 Features
n/no-path-concatrule (feat(linter): implementn/no-path-concatrule #19502) (Mikhail Baev)🐛 Bug Fixes
allowVoidoption (fix(linter/array-callback-return): CheckallowVoidoption #19506) (Said Atrahouch)onScrollEndandonScrollEndCapturetoreact/no-unknown-property. (fix(linter): AddonScrollEndandonScrollEndCapturetoreact/no-unknown-property. #19536) (connorshea)symbol-descriptiondiagnostics (fix(linter): add help text tosymbol-descriptiondiagnostics #19538) (Anthony Amaro)fetchPriorityprop (fix(linter/react/no-unknown-property): add missingfetchPriorityprop #19525) (João Pedro Schmitz)prefer-spreadrule. (fix(linter): Handle typed arrays/array buffers inprefer-spreadrule. #19478) (connorshea)typescript/consistent-generic-constructorsrule. (fix(linter): handle additional cases intypescript/consistent-generic-constructorsrule. #19477) (connorshea)fromAsync, update test cases (fix(linter/array-callback-return): checkfromAsync, update test cases #19483) (Said Atrahouch)no-array-method-this-argumentrule. (fix(linter): Handle optional chaining inno-array-method-this-argumentrule. #19476) (connorshea)prefer-object-from-entriesrule. (fix(linter): Handle optional chaining inprefer-object-from-entriesrule. #19475) (connorshea)no-unnecessary-array-flat-depthrule. (fix(linter): Handle optional chain inno-unnecessary-array-flat-depthrule. #19471) (connorshea)consistent-assertrule. (fix(linter): Skip string literal imports inconsistent-assertrule. #19474) (connorshea)⚡ Performance
Oxfmt
🚀 Features
untitled://schema (feat(oxfmt/lsp): supportuntitled://schema #19287) (Sysix)🐛 Bug Fixes
sortImports.groupsdoc comments (fix(oxfmt): Fix outdatedsortImports.groupsdoc comments #19513) (leaysgur)