release(apps): oxlint v1.50.0 && oxfmt v0.35.0#19627
Conversation
Oxfmt Ecosystem CI
|
There was a problem hiding this comment.
Pull request overview
This PR releases version 1.50.0 for oxlint and version 0.35.0 for oxfmt, updating version numbers across the monorepo and documenting changes in changelogs.
Changes:
- Oxlint updated to v1.50.0 with 2 new linter rules (unicorn/prefer-module, unicorn/prefer-ternary), 15 bug fixes including improvements to help text and diagnostic messages, 1 documentation improvement, and 1 security update (ajv version bump)
- Oxfmt updated to v0.35.0 with 1 feature (stripping "experimental" prefix from sort options) and 1 bug fix (API types for sortPackageJsonOptions)
- Version numbers synchronized across all package.json, Cargo.toml, native binding checks, and Cargo.lock files
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Version bump to 1.50.0 |
| npm/oxlint-plugins/package.json | Version bump to 1.50.0 |
| npm/oxfmt/package.json | Version bump to 0.35.0 |
| npm/oxfmt/CHANGELOG.md | Added 0.35.0 release notes with feature entry |
| crates/oxc_linter/Cargo.toml | Version bump to 1.50.0 |
| crates/oxc_linter/CHANGELOG.md | Added 1.50.0 release notes with features, bug fixes, and documentation |
| crates/oxc_formatter/Cargo.toml | Version bump to 0.35.0 |
| apps/oxlint/src-js/bindings.js | Updated all native binding version checks from 1.49.0 to 1.50.0 |
| apps/oxlint/package.json | Version bump to 1.50.0 |
| apps/oxlint/Cargo.toml | Version bump to 1.50.0 |
| apps/oxlint/CHANGELOG.md | Added 1.50.0 release notes with bug fixes and security update |
| apps/oxfmt/src-js/bindings.js | Updated all native binding version checks from 0.34.0 to 0.35.0 |
| apps/oxfmt/package.json | Version bump to 0.35.0 |
| apps/oxfmt/Cargo.toml | Version bump to 0.35.0 |
| apps/oxfmt/CHANGELOG.md | Added 0.35.0 release notes with feature and bug fix |
| Cargo.lock | Updated version references for oxc_formatter, oxc_linter, oxfmt, and oxlint |
Merging this PR will not alter performance
Comparing Footnotes
|
Oxlint
🚀 Features
🐛 Bug Fixes
eslint/no-throw-literalrule to be deprecated, better usetypescript/only-throw-error(fix(linter): warningeslint/no-throw-literalrule to be deprecated, better usetypescript/only-throw-error#19593) (Said Atrahouch)📚 Documentation
eslint/radixrule. (docs(linter): Improve docs foreslint/radixrule. #19611) (connorshea)🛡️ Security
Oxfmt
🚀 Features
"experimental"SortXxxprefix (feat(oxfmt): Strip"experimental"SortXxxprefix #19567) (leaysgur)🐛 Bug Fixes
sortPackageJsonOptions(fix(oxfmt): Update API types forsortPackageJsonOptions#19569) (leaysgur)