Skip to content

Comments

release(apps): oxlint v1.29.0 && oxfmt v0.14.0#15772

Merged
overlookmotel merged 1 commit intomainfrom
release/apps-1763370662
Nov 17, 2025
Merged

release(apps): oxlint v1.29.0 && oxfmt v0.14.0#15772
overlookmotel merged 1 commit intomainfrom
release/apps-1763370662

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Nov 17, 2025

Oxlint

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

Oxfmt

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

Copilot AI review requested due to automatic review settings November 17, 2025 09:11
@Boshen Boshen self-assigned this Nov 17, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 17, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2025

@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI A-editor Area - Editor and Language Server A-formatter Area - Formatter A-linter-plugins Area - Linter JS plugins labels Nov 17, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the version numbers for oxlint (v1.28.0 → v1.29.0) and oxfmt (v0.13.0 → v0.14.0) across all relevant packages and updates changelog files with the new release information dated 2025-11-17.

Key changes:

  • Version updates for oxlint from 1.28.0 to 1.29.0 across npm packages, Rust crates, and VS Code extension
  • Version updates for oxfmt from 0.13.0 to 0.14.0 across npm packages and Rust crates
  • Updated native binding version checks in JavaScript files for all supported platforms

Reviewed Changes

Copilot reviewed 20 out of 21 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
npm/oxlint/package.json Bumped oxlint npm package version to 1.29.0
npm/oxlint/CHANGELOG.md Added changelog entry for v1.29.0 release
npm/oxfmt/package.json Bumped oxfmt npm package version to 0.14.0
npm/oxfmt/CHANGELOG.md Added changelog entry for v0.14.0 release
editors/vscode/package.json Bumped VS Code extension version to 1.29.0
editors/vscode/CHANGELOG.md Added changelog entry for VS Code extension v1.29.0
crates/oxc_linter/Cargo.toml Bumped oxc_linter crate version to 1.29.0
crates/oxc_linter/CHANGELOG.md Added comprehensive changelog entry for v1.29.0
crates/oxc_language_server/Cargo.toml Bumped oxc_language_server crate version to 1.29.0
crates/oxc_language_server/CHANGELOG.md Added changelog entry for v1.29.0
crates/oxc_formatter/Cargo.toml Bumped oxc_formatter crate version to 0.14.0
crates/oxc_formatter/CHANGELOG.md Added comprehensive changelog entry for v0.14.0
apps/oxlint/src-js/bindings.js Updated all platform-specific native binding version checks from 1.28.0 to 1.29.0
apps/oxlint/package.json Bumped oxlint app package version to 1.29.0
apps/oxlint/Cargo.toml Bumped oxlint app crate version to 1.29.0
apps/oxlint/CHANGELOG.md Added changelog entry for v1.29.0
apps/oxfmt/src-js/bindings.js Updated all platform-specific native binding version checks from 0.13.0 to 0.14.0
apps/oxfmt/package.json Bumped oxfmt app package version to 0.14.0
apps/oxfmt/Cargo.toml Bumped oxfmt app crate version to 0.14.0
apps/oxfmt/CHANGELOG.md Added changelog entry for v0.14.0
Cargo.lock Updated lockfile with new version numbers for all affected crates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

### 🚀 Features

- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)

Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry shows only one feature from the PR description (commit 84de1ca), but according to the PR description, oxlint v1.29.0 should include multiple features such as:

  • c199e38 linter: Implement config for all tsgolint rules supporting options
  • 7598b3e linter: Allow configuring tsgolint rules
  • e77f2ce vscode: Support oxlint --lsp
  • e01c551 oxlint: Add --lsp flag to run the language server
  • ac5c2ab lsp/fmt: Support ignore files & patterns
  • e50a9bf linter: Add unicorn/prefer-response-static-json rule
  • f5d9abb oxlint: Add enabled? column to --rules cli output
  • And several more...

The changelog appears incomplete compared to what's listed in the full oxc_linter changelog.

Suggested change
- c199e38 linter: Implement config for all tsgolint rules supporting options (#15610) (contributor)
- 7598b3e linter: Allow configuring tsgolint rules (#15609) (contributor)
- e77f2ce vscode: Support `oxlint --lsp` (#15608) (contributor)
- e01c551 oxlint: Add `--lsp` flag to run the language server (#15607) (contributor)
- ac5c2ab lsp/fmt: Support ignore files & patterns (#15606) (contributor)
- e50a9bf linter: Add unicorn/prefer-response-static-json rule (#15605) (contributor)
- f5d9abb oxlint: Add enabled? column to --rules cli output (#15604) (contributor)

Copilot uses AI. Check for mistakes.
Comment on lines +11 to +12
- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)

Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry shows only one feature from the PR description (commit 84de1ca), but according to the PR description, oxfmt v0.14.0 should include multiple features such as:

  • 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls
  • 99823ad oxfmt: Print nothing for default(write) mode
  • 25a0163 formatter/sort_imports: Sort imports by Array<Array<string>> groups

And several bug fixes and performance improvements. The changelog appears incomplete compared to what's listed in the full oxc_formatter changelog.

Suggested change
- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)
- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)
- 99823ad oxfmt: Print nothing for default(write) mode (#15612) (leaysgur)
- 25a0163 formatter/sort_imports: Sort imports by `Array<Array<string>>` groups (#15612) (leaysgur)
### 🐛 Bug Fixes & Performance
- Various bug fixes and performance improvements from oxc_formatter v0.14.0 (#15612) (leaysgur)

Copilot uses AI. Check for mistakes.
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 17, 2025

CodSpeed Performance Report

Merging #15772 will not alter performance

Comparing release/apps-1763370662 (799e476) with main (c023ba6)

Summary

✅ 37 untouched

@Boshen Boshen assigned camc314 and overlookmotel and unassigned Boshen and camc314 Nov 17, 2025
@overlookmotel overlookmotel merged commit ef4cc33 into main Nov 17, 2025
36 checks passed
@overlookmotel overlookmotel deleted the release/apps-1763370662 branch November 17, 2025 12:39
taearls pushed a commit to taearls/oxc that referenced this pull request Dec 11, 2025
# Oxlint
### 🚀 Features

- c199e38 linter: Implement config for all tsgolint rules supporting
options (oxc-project#15659) (camchenry)
- 7598b3e linter: Allow configuring tsgolint rules (oxc-project#15286) (camchenry)
- e77f2ce vscode: Support `oxlint --lsp` (oxc-project#15680) (Sysix)
- e01c551 oxlint: Add `--lsp` flag to run the language server (oxc-project#15611)
(Sysix)
- ac5c2ab lsp/fmt: Support ignore files & patterns (oxc-project#15647) (Sysix)
- e50a9bf linter: Add unicorn/prefer-response-static-json rule (oxc-project#15692)
(Mikhail Baev)
- f5d9abb oxlint: Add enabled? column to --rules cli output (oxc-project#15213)
(Wren)
- 6b5205c linter/plugins: Implement deprecated
`SourceCode#getJSDocComment` method (oxc-project#15653) (overlookmotel)
- 5eccff1 linter/plugins: Implement deprecated `SourceCode` tokens
methods (oxc-project#15645) (overlookmotel)
- 4c62ffa language_server: Add `run_server` helper for CLI tools
(oxc-project#15609) (Sysix)
- 0d52a5e linter/plugins: Implement `Context#parserOptions` getter
(oxc-project#15632) (overlookmotel)
- 287a538 linter/plugins: Implement `Context#get*` deprecated methods
(oxc-project#15606) (overlookmotel)
- 84de1ca oxlint,oxfmt: Allow comments and also commas for
vscode-json-ls (oxc-project#15612) (leaysgur)
- e763919 linter: Add test to enforce schema documentation for rules
with configuration options (oxc-project#15234) (Connor Shea)
- 6cd0b5f linter/no-callback-in-promise: Add support for `timeoutsErr`
option (oxc-project#15507) (Li Wei)

### 🐛 Bug Fixes

- 1decd57 linter/no-empty-named-blocks: Only search within node for
comma token (oxc-project#15751) (camc314)
- 17c3d6d linter: Improve docs, diagnostic message, and implementation
of typescript/consistent-indexed-object-style rule. (oxc-project#15750)
(connorshea)
- 78a6df2 linter/no-empty-named-blocks: Skip comments when searching for
token (oxc-project#15735) (camc314)
- 042befd linter/require-await: Skip comments when searching for token
(oxc-project#15734) (camc314)
- 7a78220 linter/no-async-await: Skip comments when searching for token
(oxc-project#15733) (camc314)
- 23b9ad1 linter/consistent-type-specifier-style: Skip comments when
searching for token (oxc-project#15732) (camc314)
- 440a977 ast: Include rest properties when using
`get_binding_identifiers` (oxc-project#15710) (camc314)
- 516d14e linter/no-namespace: Skip comments when searching for token
(oxc-project#15716) (camc314)
- b5aaace linter/prefer-namespace-keyword: Skip comments when searching
for token (oxc-project#15715) (camc314)
- 4eb9fa6 editor: Execute `oxc.path.server` in win32 with shell (oxc-project#14203)
(Sysix)
- 9f991a4 linter: Reverse extends overrides priority (oxc-project#14939) (Peter
Wagenet)
- 7c4a916 linter: Restores `oxlint --rules -f=json` functionality.
(oxc-project#15689) (Wren)
- 24d00f4 linter/plugins: Add types for suggested fixes (oxc-project#15636)
(overlookmotel)
- 257360f linter/plugins: Fill in TS type def for `RuleMeta` (oxc-project#15629)
(overlookmotel)
- 81e179c linter: Allow file extensions without a dot in
react/jsx-filename-extension rule (oxc-project#15574) (Connor Shea)
- 7a0e931 linter: Update the unicorn/prefer-add-event-listener rule with
new JavaScript APIs (oxc-project#15581) (connorshea)
- bb5f8ca oxlint: Fix type annotation for big-endian (oxc-project#15561) (Sysix)

### ⚡ Performance

- e2a0997 linter/plugins: Recycle empty visitor object in ESLint compat
mode (oxc-project#15693) (overlookmotel)
- 7528db4 language_server: Pass file content as a referenced `String`
(oxc-project#15568) (Sysix)
- 54061e9 linter/plugins: Avoid implicit boolean coercion in `initLines`
(oxc-project#15641) (overlookmotel)
- ccfd935 language_server: Avoid `Mutex` in `ServerLinter` (oxc-project#15516)
(Sysix)

### 📚 Documentation

- 3ab750a linter: Clarify react-in-jsx-scope rule docs. (oxc-project#15749)
(connorshea)
- a5feebc linter: `oxlint-disable` not `eslint-disable` (oxc-project#15672)
(overlookmotel)
- 3d15805 linter: Reformat doc comments (oxc-project#15670) (overlookmotel)
- 16fcba6 linter: Remove "experimental" from description of stable
features (oxc-project#15669) (overlookmotel)
- e62fd98 linter: Correct comment on what `EnablePlugins` does (oxc-project#15668)
(overlookmotel)
- a25d31e linter: Fix grammar (oxc-project#15666) (overlookmotel)
- f5f452f linter: Add missing `perf` category (oxc-project#15667) (overlookmotel)
- 2c58952 linter: Add config docs for no-restricted-globals rule.
(oxc-project#15662) (connorshea)
- a210b12 linter/plugins: Improve JSDoc comment for `RuleOptionsSchema`
(oxc-project#15642) (overlookmotel)
- 3aabfac linter/plugins: Alter comments on `FILE_CONTEXT` used in
ESLint-compat `Context` shim (oxc-project#15605) (overlookmotel)
- fd58aea linter: Fix a typo in the docs for react/no-is-mounted.
(oxc-project#15575) (Connor Shea)
# Oxfmt
### 🚀 Features

- 84de1ca oxlint,oxfmt: Allow comments and also commas for
vscode-json-ls (oxc-project#15612) (leaysgur)
- 99823ad oxfmt: Print nothing for default(write) mode (oxc-project#15583)
(leaysgur)
- 25a0163 formatter/sort_imports: Sort imports by `Array<Array<string>>`
groups (oxc-project#15578) (leaysgur)

### 🐛 Bug Fixes

- bf20cf5 formatter: `CRLF` issue in the member chain (oxc-project#15764) (Dunqing)
- 5d688a0 formatter: Measuring multiline text in `fits_text` is
incorrect (oxc-project#15762) (Dunqing)
- e306958 formatter: Regression case for test call (oxc-project#15760) (Dunqing)
- c42d983 formatter: Re-fix all cases that fail after
`AstNode::Argument` was removed (oxc-project#15676) (Dunqing)

### ⚡ Performance

- d99a83f oxfmt: Use simdutf8 based read_to_string (oxc-project#15614) (leaysgur)
- 128e186 formatter/sort_imports: Precompute import metadata (oxc-project#15580)
(leaysgur)
- cd31cc1 formatter/sort_imports: Use `Vec::with_capacity` for
`next_elements` (oxc-project#15579) (leaysgur)

### 📚 Documentation

- 3d15805 linter: Reformat doc comments (oxc-project#15670) (overlookmotel)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-editor Area - Editor and Language Server A-formatter Area - Formatter A-linter Area - Linter A-linter-plugins Area - Linter JS plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants