release(apps): oxlint v1.34.0 && oxfmt v0.19.0#17097
Merged
overlookmotel merged 1 commit intomainfrom Dec 19, 2025
Merged
Conversation
Contributor
Oxlint Ecosystem CI |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR releases oxlint v1.34.0 and oxfmt v0.19.0, updating version numbers across all relevant package configurations, Cargo manifests, binding files, and changelogs with the latest features, bug fixes, and improvements for both tools.
- Version bumps for oxlint (1.33.0 → 1.34.0) and oxfmt (0.18.0 → 0.19.0)
- Updated native binding version checks across all platform-specific packages
- Added changelog entries documenting new features and bug fixes
Reviewed changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bumped oxlint package version to 1.34.0 |
| npm/oxlint/CHANGELOG.md | Added changelog entry for v1.34.0 with plugin aliasing feature and config fixes |
| npm/oxfmt/package.json | Bumped oxfmt package version to 0.19.0 |
| editors/vscode/package.json | Bumped VSCode extension version to 1.34.0 |
| editors/vscode/CHANGELOG.md | Added changelog entry for v1.34.0 with VSCode README generation and tsgolint support |
| crates/oxc_linter/Cargo.toml | Bumped linter crate version to 1.34.0 |
| crates/oxc_linter/CHANGELOG.md | Added comprehensive changelog with features, bug fixes, performance improvements, and documentation updates |
| crates/oxc_language_server/Cargo.toml | Bumped language server crate version to 1.34.0 |
| crates/oxc_formatter/Cargo.toml | Bumped formatter crate version to 0.19.0 |
| apps/oxlint/src-js/bindings.js | Updated all native binding version checks from 1.33.0 to 1.34.0 |
| apps/oxlint/package.json | Bumped internal oxlint-app version to 1.34.0 |
| apps/oxlint/Cargo.toml | Bumped oxlint app crate version to 1.34.0 |
| apps/oxlint/CHANGELOG.md | Added changelog entry for v1.34.0 with plugin features, bug fixes, and performance improvements |
| apps/oxfmt/src-js/bindings.js | Updated all native binding version checks from 0.18.0 to 0.19.0 |
| apps/oxfmt/package.json | Bumped internal oxfmt-app version to 0.19.0 |
| apps/oxfmt/Cargo.toml | Bumped oxfmt app crate version to 0.19.0 |
| apps/oxfmt/CHANGELOG.md | Added changelog entry for v0.19.0 with editorconfig support and Node.js API |
| Cargo.lock | Updated lockfile to reflect all version changes across crates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #17097 will not alter performanceComparing Summary
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
🚀 Features
RuleTestersupportlanguageOptions.globals(feat(linter/plugins):RuleTestersupportlanguageOptions.globals#17009) (overlookmotel)typescript/require-array-sort-comparerule. (feat(linter): Add options fortypescript/require-array-sort-comparerule. #16980) (connorshea)typescript/no-meaningless-void-operatorrule. (feat(linter): Add options fortypescript/no-meaningless-void-operatorrule. #16981) (connorshea)test.forin vitest (feat(linter): add support fortest.forin vitest #16925) (camchenry)🐛 Bug Fixes
$schema.oxlintrc.jsonstruct (fix(linter): permit$schema.oxlintrc.jsonstruct #17060) (Copilot)import/consistent-type-specifier-style: add support for declaration files (fix(linter):import/consistent-type-specifier-style: add support for declaration files #16979) (camchenry)@types/nodedev dependency tooxlintpackage (fix(linter/plugins): add@types/nodedev dependency tooxlintpackage #17016) (overlookmotel)nullinglobalsinRuleTester(fix(linter/plugins): better error fornullinglobalsinRuleTester#17011) (overlookmotel)languageOptions.globals(fix(linter/plugins): always definelanguageOptions.globals#17008) (overlookmotel)@vitest/eslint-plugin(fix(linter): Correct vitest plugin source to be@vitest/eslint-plugin#16976) (connorshea)vitest/no-restricted-vi-methodsand add tests for it. (fix(linter): Fixvitest/no-restricted-vi-methodsand add tests for it. #16971) (connorshea)meta.schemato options (fix(linter/plugins): apply defaults frommeta.schemato options #16930) (overlookmotel)defaultOptionsis not JSON-serializable (fix(linter/plugins): error ifdefaultOptionsis not JSON-serializable #16959) (overlookmotel)__proto__keys in options merging (fix(linter/plugins): correctly handle object with__proto__keys in options merging #16928) (overlookmotel)⚡ Performance
normalize_plugin_name(perf(linter): less bounds checks innormalize_plugin_name#17030) (overlookmotel)DEFAULT_OPTIONSfor rules with empty array as default options (perf(linter/plugins): useDEFAULT_OPTIONSfor rules with empty array as default options #16913) (overlookmotel)📚 Documentation
Oxfmt
🚀 Features
.editorconfig(feat(oxfmt): Respect single nearest.editorconfig#17043) (leaysgur)format(fileName, sourceText, options?)(feat(oxfmt): Expose Node.js API:format(fileName, sourceText, options?)#16939) (leaysgur)🐛 Bug Fixes
FormatOptionstype with& Record<string, unknown>(fix(oxfmt): Update apiFormatOptionstype with& Record<string, unknown>#17036) (leaysgur)