From 360c2d4b0db8c15b32da180b663aa7ea70b3af94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:18:14 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint in /templates/astro-monorepo Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.2 to 8.57.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.57.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- templates/astro-monorepo/apps/web/package.json | 2 +- templates/astro-monorepo/packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/astro-monorepo/apps/web/package.json b/templates/astro-monorepo/apps/web/package.json index 8a60a7dfc1..a18b3113a8 100644 --- a/templates/astro-monorepo/apps/web/package.json +++ b/templates/astro-monorepo/apps/web/package.json @@ -30,6 +30,6 @@ "eslint-plugin-react-refresh": "^0.4.24", "globals": "^17.2.0", "typescript": "^5.9.3", - "typescript-eslint": "^8.54.0" + "typescript-eslint": "^8.57.0" } } diff --git a/templates/astro-monorepo/packages/ui/package.json b/templates/astro-monorepo/packages/ui/package.json index ab26802149..1acf5433d6 100644 --- a/templates/astro-monorepo/packages/ui/package.json +++ b/templates/astro-monorepo/packages/ui/package.json @@ -24,7 +24,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^17.2.0", - "typescript-eslint": "^8.54.0", + "typescript-eslint": "^8.57.0", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" },