From 27685db5fd536755806246e50d52d9640fa85540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:24:30 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the dev-deps group across 1 directory with 4 updates Bumps the dev-deps group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [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 `@types/node` from 25.9.4 to 26.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `oxfmt` from 0.41.0 to 0.56.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.56.0/npm/oxfmt) Updates `oxlint-tsgolint` from 0.17.4 to 0.23.0 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](https://github.com/oxc-project/tsgolint/compare/v0.17.4...v0.23.0) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: oxfmt dependency-version: 0.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: oxlint-tsgolint dependency-version: 0.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f6f781d..bde9dfb 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/bcryptjs": "^3.0.0", "@types/bun": "^1.3.11", "@types/ioredis": "^5.0.0", - "@types/node": "^25.5.0", + "@types/node": "^26.0.0", "@types/pg": "^8.18.0", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", @@ -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.56.0", "oxlint": "^1.56.0", - "oxlint-tsgolint": "^0.17.0", + "oxlint-tsgolint": "^0.23.0", "postcss": "^8.5.8", "tailwindcss": "^4.2.2", - "typescript": "5.9.3" + "typescript": "6.0.3" }, "overrides": { "@types/react": "19.2.14",