From fdd774c958a8ee80cf31c333d345c193ff95344a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:03:09 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.18.2 to 8.19.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.18.2 to 8.19.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.19.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint 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 bdabcee..9304e04 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ "prettier-plugin-astro": "0.14.1", "simple-git-hooks": "2.11.1", "typescript": "^5.6.3", - "typescript-eslint": "8.18.2" + "typescript-eslint": "8.19.0" } }