From 461805c1f83b81f966fba5aac2629aa4ab8d1290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:18:30 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint Bumps the dev-dependencies group in /patchnotes-email with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.57.0 to 8.57.1 - [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.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- patchnotes-email/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchnotes-email/package.json b/patchnotes-email/package.json index 5cefa5bc..f6fe20e7 100644 --- a/patchnotes-email/package.json +++ b/patchnotes-email/package.json @@ -46,7 +46,7 @@ "rimraf": "^6.1.3", "tailwindcss": "catalog:", "typescript": "catalog:", - "typescript-eslint": "^8.57.0", + "typescript-eslint": "^8.57.1", "vitest": "catalog:" } }