Skip to content

Commit f37a92f

Browse files
chore(deps): update dependency oxfmt to ^0.52.0 (#63)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [oxfmt](https://oxc.rs/docs/guide/usage/formatter) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt)) | [`^0.48.0` → `^0.52.0`](https://renovatebot.com/diffs/npm/oxfmt/0.48.0/0.52.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxfmt/0.52.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxfmt/0.52.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxfmt/0.48.0/0.52.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxfmt/0.48.0/0.52.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxfmt)</summary> ### [`v0.52.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxfmt/CHANGELOG.md#0520---2026-05-26) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.51.0...oxfmt_v0.52.0) ##### 🚀 Features - [`16b8058`](https://redirect.github.com/oxc-project/oxc/commit/16b8058) oxfmt: Support `vite-plus/resolveConfig` for vite.config.ts ([#&#8203;22454](https://redirect.github.com/oxc-project/oxc/issues/22454)) (leaysgur) ### [`v0.51.0`](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.50.0...oxfmt_v0.51.0) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.50.0...oxfmt_v0.51.0) ### [`v0.50.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxfmt/CHANGELOG.md#0500---2026-05-15) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.49.0...oxfmt_v0.50.0) ##### 🐛 Bug Fixes - [`43b9978`](https://redirect.github.com/oxc-project/oxc/commit/43b9978) formatter/sort\_imports: Treat subpath imports as internal ([#&#8203;22440](https://redirect.github.com/oxc-project/oxc/issues/22440)) (leaysgur) ### [`v0.49.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxfmt/CHANGELOG.md#0490---2026-05-11) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.48.0...oxfmt_v0.49.0) ##### 🚀 Features - [`6e8e818`](https://redirect.github.com/oxc-project/oxc/commit/6e8e818) oxfmt: Experimental .svelte support ([#&#8203;21700](https://redirect.github.com/oxc-project/oxc/issues/21700)) (leaysgur) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/formatjs/rules_formatjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2095fc2 commit f37a92f

2 files changed

Lines changed: 95 additions & 82 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@commitlint/cli": "^21.0.0",
1010
"@commitlint/config-angular": "^21.0.0",
1111
"@evilmartians/lefthook": "^2.0.0",
12-
"oxfmt": "^0.48.0"
12+
"oxfmt": "^0.52.0"
1313
},
1414
"packageManager": "pnpm@10.33.4"
1515
}

pnpm-lock.yaml

Lines changed: 94 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)