Skip to content

Upgrade oxfmt and oxlint tooling versions#1010

Merged
juliusmarminge merged 1 commit intomainfrom
feature/chore/upgrade-ox-tools
Mar 13, 2026
Merged

Upgrade oxfmt and oxlint tooling versions#1010
juliusmarminge merged 1 commit intomainfrom
feature/chore/upgrade-ox-tools

Conversation

@juliusmarminge
Copy link
Member

@juliusmarminge juliusmarminge commented Mar 13, 2026

  • bump oxfmt to 0.40.0 and oxlint to 1.55.0
  • refresh lockfile for new native bindings
  • move trailing-space replacement helper out of ChatView render scope

What Changed

Why

UI Changes

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Note

Low Risk
Low risk: primarily dev-tooling version bumps plus small, behavior-preserving UI refactors (moving a helper out of render scope and removing an unused import).

Overview
Tooling upgrade: bumps oxfmt to 0.40.0 and oxlint to 1.55.0 in package.json, with a refreshed bun.lock pulling updated native bindings.

Minor web cleanup: moves extendReplacementRangeForTrailingSpace to module scope in ChatView.tsx (avoid per-render redefinition) and removes an unused Button import from BranchToolbar.tsx.

Written by Cursor Bugbot for commit c0c4430. This will update automatically on new commits. Configure here.

Note

Upgrade oxfmt and oxlint dev tooling to 0.40.0 and 1.55.0

  • Updates oxfmt from ^0.35.0 to ^0.40.0 and oxlint from ^1.50.0 to ^1.55.0 in package.json.
  • Moves extendReplacementRangeForTrailingSpace in ChatView.tsx to module scope and removes an unused Button import in BranchToolbar.tsx to satisfy updated linting rules.

Macroscope summarized c0c4430.

- bump `oxfmt` to `0.40.0` and `oxlint` to `1.55.0`
- refresh lockfile for new native bindings
- move trailing-space replacement helper out of `ChatView` render scope
@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 6454f38c-e86a-4538-b4f8-62340aa77cf7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/chore/upgrade-ox-tools
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added size:M 30-99 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Mar 13, 2026
@juliusmarminge juliusmarminge merged commit 89ffcf4 into main Mar 13, 2026
11 checks passed
@juliusmarminge juliusmarminge deleted the feature/chore/upgrade-ox-tools branch March 13, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30-99 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant