From dab58ccc21d22ca887a3e50a0bd88f50ca6f6141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:56:29 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the dev-deps group across 1 directory with 3 updates Bumps the dev-deps group with 3 updates in the / directory: [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) and [typescript](https://github.com/microsoft/TypeScript). Updates `oxfmt` from 0.41.0 to 0.42.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.42.0/npm/oxfmt) Updates `oxlint-tsgolint` from 0.17.4 to 0.18.1 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](https://github.com/oxc-project/tsgolint/compare/v0.17.4...v0.18.1) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: oxlint-tsgolint dependency-version: 0.18.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f6f781d..493b9b3 100644 --- a/package.json +++ b/package.json @@ -75,12 +75,12 @@ "drizzle-kit": "^0.31.10", "eslint-plugin-better-tailwindcss": "^4.3.2", "lefthook": "^2.1.4", - "oxfmt": "^0.41.0", + "oxfmt": "^0.42.0", "oxlint": "^1.56.0", - "oxlint-tsgolint": "^0.17.0", + "oxlint-tsgolint": "^0.18.1", "postcss": "^8.5.8", "tailwindcss": "^4.2.2", - "typescript": "5.9.3" + "typescript": "6.0.2" }, "overrides": { "@types/react": "19.2.14",