From 55c7d4ea9442166625c2a5b3f817d5d53d5ed8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:13:02 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump @eslint-community/eslint-plugin-eslint-comments Bumps [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-version: 4.7.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/ui/bun.lock | 4 ++-- apps/ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ui/bun.lock b/apps/ui/bun.lock index b427f5f..0bba6ae 100644 --- a/apps/ui/bun.lock +++ b/apps/ui/bun.lock @@ -41,7 +41,7 @@ "@boring-stack-pkg/eslint-plugin-tanstack-query-cache": "0.2.0", "@boring-stack-pkg/eslint-plugin-test-conventions": "0.1.2", "@changesets/cli": "2.31.0", - "@eslint-community/eslint-plugin-eslint-comments": "4.7.1", + "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", "@eslint/js": "10.0.1", "@eslint/json": "2.0.0", "@lhci/cli": "0.15.1", @@ -278,7 +278,7 @@ "@esbuild/win32-x64": ["@esbuild/win32-x64@0.28.0", "", { "os": "win32", "cpu": "x64" }, "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw=="], - "@eslint-community/eslint-plugin-eslint-comments": ["@eslint-community/eslint-plugin-eslint-comments@4.7.1", "", { "dependencies": { "escape-string-regexp": "4.0.0", "ignore": "7.0.5" }, "peerDependencies": { "eslint": "9.39.4" } }, "sha512-Ql2nJFwA8wUGpILYGOQaT1glPsmvEwE0d+a+l7AALLzQvInqdbXJdx7aSu0DpUX9dB1wMVBMhm99/++S3MdEtQ=="], + "@eslint-community/eslint-plugin-eslint-comments": ["@eslint-community/eslint-plugin-eslint-comments@4.7.2", "", { "dependencies": { "escape-string-regexp": "^4.0.0", "ignore": "^7.0.5" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" } }, "sha512-LF03qURSwEWm2dz5wtdDCzNk+7Opl0X7q6I3undsaIuNsEiNvRV3BCtqu14Q/6Pzg1tBj44LcxpW2EpSLZStZw=="], "@eslint-community/eslint-utils": ["@eslint-community/eslint-utils@4.9.1", "", { "dependencies": { "eslint-visitor-keys": "3.4.3" }, "peerDependencies": { "eslint": "9.39.4" } }, "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ=="], diff --git a/apps/ui/package.json b/apps/ui/package.json index 58397da..c580b72 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -94,7 +94,7 @@ "@boring-stack-pkg/eslint-plugin-tanstack-query-cache": "0.2.0", "@boring-stack-pkg/eslint-plugin-test-conventions": "0.1.2", "@changesets/cli": "2.31.0", - "@eslint-community/eslint-plugin-eslint-comments": "4.7.1", + "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", "@eslint/js": "10.0.1", "@eslint/json": "2.0.0", "@lhci/cli": "0.15.1",