From 05ec17798aca9d727129b31bf04cb8969c74a1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:05:32 +0000 Subject: [PATCH] build(deps-dev): bump oxfmt from 0.52.0 to 0.53.0 Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.53.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.53.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 129b853..03061d1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "inquirer": "^12.11.1", - "oxfmt": "^0.52.0", + "oxfmt": "^0.53.0", "semantic-release": "^25.0.3", "typescript": "^6.0.3", "typescript-eslint": "^8.60.0"