chore(deps): update dependency oxfmt to v0.48.0#17
Conversation
doistbot
left a comment
There was a problem hiding this comment.
This update bumps the oxfmt dependency to version 0.48.0 to keep the project's formatting tools current. While staying up-to-date helps maintain a healthy codebase, a version mismatch was noted where the new release requires a stricter Node engine than the repository's currently supported minimum of 20.18.1, creating an environment constraint that may need reconciliation.
| "marked-terminal-renderer": "2.2.0", | ||
| "open": "11.0.0", | ||
| "oxfmt": "0.46.0", | ||
| "oxfmt": "0.48.0", |
There was a problem hiding this comment.
[P1] Updating oxfmt to 0.48.0 raises the formatter's declared Node engine to ^20.19.0 || >=22.12.0 (visible in the lockfile), which is stricter than this repo's current engines.node floor of >=20.18.1 and the documented minimum. That leaves npm run check/npm run fix unsupported on a Node version the project still claims to support. Please either keep oxfmt on a compatible release or raise the repo's declared/documented Node minimum in the same change.
6610bd4 to
a2d6044
Compare
a2d6044 to
6a56a2d
Compare
|
🎉 This PR is included in version 0.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
0.46.0→0.48.0Release Notes
oxc-project/oxc (oxfmt)
v0.48.0Compare Source
v0.47.0Compare Source
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.