Skip to content

chore(deps): update dependency oxfmt to v0.50.0#41

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/oxfmt-0.x
May 20, 2026
Merged

chore(deps): update dependency oxfmt to v0.50.0#41
renovate[bot] merged 1 commit into
mainfrom
renovate/oxfmt-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 20, 2026

This PR contains the following updates:

Package Change Age Confidence
oxfmt (source) 0.49.00.50.0 age confidence

Release Notes

oxc-project/oxc (oxfmt)

v0.50.0

Compare Source

🐛 Bug Fixes
  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#​22440) (leaysgur)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Copy Markdown
Member

@doistbot doistbot left a comment

Choose a reason for hiding this comment

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

This PR updates the oxfmt dependency to v0.50.0 to incorporate a recent fix for sorting subpath imports. Keeping our formatting tooling current is always helpful for maintaining a clean codebase. However, the new version of oxfmt enforces a stricter minimum Node requirement (>=20.19.0) that conflicts with the repository's current baseline (>=20.18.1), which introduces a compatibility mismatch for engine-strict installations.

Share FeedbackReview Logs

Comment thread package.json
"marked-terminal-renderer": "2.2.0",
"open": "11.0.0",
"oxfmt": "0.49.0",
"oxfmt": "0.50.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

[P2] Bumping oxfmt to 0.50.0 raises its declared Node engine to ^20.19.0 || >=22.12.0 (see the updated lockfile), which is stricter than this repo’s documented/package floor of >=20.18.1. That means engine-strict installs on the currently advertised minimum Node version will start failing. Either keep oxfmt on 0.49.0, or update this repo’s Node baseline (package.json, README, etc.) in the same PR if the support floor is intentionally changing.

@renovate renovate Bot merged commit d293ea9 into main May 20, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/oxfmt-0.x branch May 20, 2026 23:00
@doist-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant