chore(deps): update dependency oxfmt to v0.50.0#41
Conversation
doistbot
left a comment
There was a problem hiding this comment.
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.
| "marked-terminal-renderer": "2.2.0", | ||
| "open": "11.0.0", | ||
| "oxfmt": "0.49.0", | ||
| "oxfmt": "0.50.0", |
There was a problem hiding this comment.
[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.
|
🎉 This PR is included in version 0.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
0.49.0→0.50.0Release Notes
oxc-project/oxc (oxfmt)
v0.50.0Compare Source
🐛 Bug Fixes
43b9978formatter/sort_imports: Treat subpath imports as internal (#22440) (leaysgur)Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.