From 98b75649bc233f4d045c39dfadf422f03feddae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:24:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint Bumps the dev-minor-patch group in /apps/server with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.58.1 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-patch ... Signed-off-by: dependabot[bot] --- apps/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/package.json b/apps/server/package.json index c95887b..1195635 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -75,7 +75,7 @@ "prettier": "^2.8.8", "prisma": "^7.7.0", "tsx": "^4.21.0", - "typescript-eslint": "^8.58.2", + "typescript-eslint": "^8.59.0", "typescript": "^5.9.3", "vitest": "^3.2.4" },