Skip to content

Revert oxfmt to 0.37.0#73

Merged
miyaoka merged 1 commit intomainfrom
revert-oxfmt-0.38.0
Mar 14, 2026
Merged

Revert oxfmt to 0.37.0#73
miyaoka merged 1 commit intomainfrom
revert-oxfmt-0.38.0

Conversation

@miyaoka
Copy link
Owner

@miyaoka miyaoka commented Mar 14, 2026

概要

oxfmt を 0.38.0 から 0.37.0 に戻す。

背景

oxfmt 0.38.0 で vite.config.* を設定ファイルとして自動検出する機能が追加された( oxc-project/oxc#20197 )。この機能は vite.config.ts のデフォルトエクスポートから .fmt フィールドを読み取ろうとするが、.fmt フィールドが存在しない場合にエラーになる不具合がある。

この不具合により apps/rendererfix スクリプト(eslint . --fix -c eslint.config.fix.ts && oxfmt .)が失敗する。

oxfmt 0.39.0 で .fmt フィールドがない vite.config.ts をスキップするよう修正された( oxc-project/oxc#20254 )が、minimumReleaseAge の制約で Renovate からの更新がまだ届いていないため、一時的に 0.37.0 に戻す。

変更内容

パッケージ

  • oxfmt を 0.38.0 → 0.37.0 にダウングレード

確認事項

  • pnpm fix:all が成功すること
  • oxfmt 0.39.0 以降への更新が Renovate から届いたら再度更新する

Summary by CodeRabbit

  • Chores
    • Updated development tooling dependency version.

@miyaoka miyaoka self-assigned this Mar 14, 2026
@miyaoka miyaoka enabled auto-merge March 14, 2026 07:21
@coderabbitai
Copy link

coderabbitai bot commented Mar 14, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c2b567ba-8a11-4806-88de-9f55a3503a45

📥 Commits

Reviewing files that changed from the base of the PR and between f38a8fa and 21b09ee.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • pnpm-workspace.yaml

📝 Walkthrough

Walkthrough

The pnpm-workspace.yaml dependency catalog has been updated with a downgraded version specification. The oxfmt tool version was reduced from 0.38.0 to 0.37.0 in the catalog entries, with all other dependencies remaining unchanged.

Changes

Cohort / File(s) Summary
Dependency Catalog Version Update
pnpm-workspace.yaml
Downgraded oxfmt version from 0.38.0 to 0.37.0 in the dependency catalog.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, a version flip,
From point-three-eight we gently slip,
To seven now, a step behind,
In catalogs where tools align,
The workspace flows with oxfmt's cheer!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch revert-oxfmt-0.38.0
📝 Coding Plan
  • Generate coding plan for human review comments

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

@miyaoka miyaoka merged commit 276e042 into main Mar 14, 2026
4 of 5 checks passed
@miyaoka miyaoka deleted the revert-oxfmt-0.38.0 branch March 14, 2026 07:21
@miyaoka miyaoka mentioned this pull request Mar 14, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant