Skip to content

release(apps): oxlint v1.55.0 && oxfmt v0.40.0#20293

Merged
graphite-app[bot] merged 1 commit intomainfrom
release/apps-1773326764
Mar 12, 2026
Merged

release(apps): oxlint v1.55.0 && oxfmt v0.40.0#20293
graphite-app[bot] merged 1 commit intomainfrom
release/apps-1773326764

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Mar 12, 2026

Oxlint

🐛 Bug Fixes

📚 Documentation

Oxfmt

🐛 Bug Fixes

@Boshen Boshen requested a review from camc314 as a code owner March 12, 2026 14:46
Copilot AI review requested due to automatic review settings March 12, 2026 14:46
@Boshen Boshen self-assigned this Mar 12, 2026
@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI A-formatter Area - Formatter A-linter-plugins Area - Linter JS plugins labels Mar 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

Oxfmt Ecosystem CI

suite oxfmt@latest main branch
cnpm/cnpmcore
actualbudget/actual
eggjs/egg
aidenybai/react-grab
vercel/turborepo
formatjs/formatjs
fastify/fastify-vite
vuejs/pinia
getsentry/sentry-javascript
dyad-sh/dyad
monkeytypegame/monkeytype
rolldown/rolldown
mastodon/mastodon
huggingface/huggingface.js
fuma-nama/fumadocs
tale/headplane
Comfy-Org/ComfyUI_frontend
npmx-dev/npmx.dev
openclaw/openclaw
AmanVarshney01/create-better-t-stack
cloudflare/agents
lichess-org/lila
vuejs/core

@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Mar 12, 2026
@camc314 camc314 assigned camc314 and unassigned Boshen Mar 12, 2026
Copy link
Contributor

camc314 commented Mar 12, 2026

Merge activity

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

Release bump for the Oxlint and Oxfmt deliverables, updating version numbers across Rust crates, internal app packages, published npm packages, changelogs, and N-API binding version checks.

Changes:

  • Bump Oxlint to v1.55.0 across Rust + npm + internal app metadata.
  • Bump Oxfmt to v0.40.0 across Rust + npm + internal app metadata.
  • Update changelogs and N-API binding version mismatch checks to reflect the new versions.

Reviewed changes

Copilot reviewed 17 out of 18 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
npm/oxlint/package.json Bumps published oxlint npm package version to 1.55.0.
npm/oxlint/CHANGELOG.md Adds 1.55.0 entry for the oxlint npm package.
npm/oxlint-plugins/package.json Bumps @oxlint/plugins npm package version to 1.55.0.
npm/oxlint-plugin-eslint/package.json Bumps oxlint-plugin-eslint npm package version to 1.55.0.
npm/oxfmt/package.json Bumps published oxfmt npm package version to 0.40.0.
npm/oxfmt/CHANGELOG.md Adds 0.40.0 entry for the oxfmt npm package.
crates/oxc_linter/Cargo.toml Bumps Rust crate oxc_linter version to 1.55.0.
crates/oxc_linter/CHANGELOG.md Adds 1.55.0 changelog entry for oxc_linter.
crates/oxc_formatter/Cargo.toml Bumps Rust crate oxc_formatter version to 0.40.0.
apps/oxlint/src-js/bindings.js Updates enforced native binding version checks to 1.55.0.
apps/oxlint/package.json Bumps internal oxlint-app package version to 1.55.0.
apps/oxlint/Cargo.toml Bumps internal oxlint app crate version to 1.55.0.
apps/oxlint/CHANGELOG.md Adds 1.55.0 entry for the internal app changelog.
apps/oxfmt/src-js/bindings.js Updates enforced native binding version checks to 0.40.0.
apps/oxfmt/package.json Bumps internal oxfmt-app package version to 0.40.0.
apps/oxfmt/Cargo.toml Bumps internal oxfmt app crate version to 0.40.0.
apps/oxfmt/CHANGELOG.md Adds 0.40.0 entry for the internal app changelog.
Cargo.lock Updates locked versions for oxc_linter, oxc_formatter, oxlint, and oxfmt.

You can also share your feedback on Copilot code review. Take the survey.

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 12, 2026

Merging this PR will not alter performance

✅ 53 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing release/apps-1773326764 (b9b4bea) with main (f339f10)2

Open in CodSpeed

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on main (6b46ce8) during the generation of this report, so f339f10 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

# Oxlint
### 🐛 Bug Fixes

- 6b46ce8 oxlint: Ignore inherited root-only options in nested configs (#20291) (camc314)
- bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur)
- f26e6ab linter: Make `generate-plugin-eslint` script work on windows (#20246) (camc314)

### 📚 Documentation

- e4aa5b5 parser/napi, linter/plugins: Add JSDoc comments to raw transfer constants (#20286) (overlookmotel)
- f339f10 linter/plugins: Promote JS plugins to alpha status (#20281) (overlookmotel)
# Oxfmt
### 🐛 Bug Fixes

- 96f761f oxfmt: Ensure stdin blocking mode is set for non-TTY environments (#20289) (camc314)
- bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur)
@graphite-app graphite-app bot force-pushed the release/apps-1773326764 branch from b9b4bea to 6a26b93 Compare March 12, 2026 14:57
@graphite-app graphite-app bot merged commit 6a26b93 into main Mar 12, 2026
22 checks passed
@graphite-app graphite-app bot deleted the release/apps-1773326764 branch March 12, 2026 15:09
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Mar 12, 2026
overlookmotel pushed a commit to oxc-project/website that referenced this pull request Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI 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