From 5e9e9ece23f9edb3816852b9078ced1749ecb244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:24:28 +0000 Subject: [PATCH] chore(deps-dev): bump the eslint group in /frontend with 2 updates Bumps the eslint group in /frontend with 2 updates: [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) and [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports). Updates `@tanstack/eslint-plugin-query` from 5.91.3 to 5.91.4 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/eslint-plugin-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/eslint-plugin-query@5.91.4/packages/eslint-plugin-query) Updates `eslint-plugin-unused-imports` from 4.3.0 to 4.4.1 - [Release notes](https://github.com/sweepline/eslint-plugin-unused-imports/releases) - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/compare/v4.3.0...v4.4.1) --- updated-dependencies: - dependency-name: "@tanstack/eslint-plugin-query" dependency-version: 5.91.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-unused-imports dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 28 ++++++++++++++++------------ frontend/package.json | 4 ++-- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 811131f3cb..273fe7c761 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -53,7 +53,7 @@ "@playwright/test": "^1.57.0", "@react-router/dev": "^7.12.0", "@tailwindcss/typography": "^0.5.19", - "@tanstack/eslint-plugin-query": "^5.91.3", + "@tanstack/eslint-plugin-query": "^5.91.5", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", @@ -76,7 +76,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-unused-imports": "^4.2.0", + "eslint-plugin-unused-imports": "^4.4.1", "husky": "^9.1.7", "jsdom": "^27.4.0", "lint-staged": "^16.2.7", @@ -6068,11 +6068,10 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.91.3", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.91.3.tgz", - "integrity": "sha512-5GMGZMYFK9dOvjpdedjJs4hU40EdPuO2AjzObQzP7eOSsikunCfrXaU3oNGXSsvoU9ve1Z1xQZZuDyPi0C1M7Q==", + "version": "5.91.5", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.91.5.tgz", + "integrity": "sha512-4pqgoT5J+ntkyOoBtnxJu8LYRj3CurfNe92fghJw66mI7pZijKmOulM32Wa48cyVzGtgiuQ2o5KWC9LJVXYcBQ==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.48.0" }, @@ -6081,7 +6080,13 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "^5.4.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/@tanstack/query-core": { @@ -9455,14 +9460,13 @@ } }, "node_modules/eslint-plugin-unused-imports": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.3.0.tgz", - "integrity": "sha512-ZFBmXMGBYfHttdRtOG9nFFpmUvMtbHSjsKrS20vdWdbfiVYsO3yA2SGYy9i9XmZJDfMGBflZGBCm70SEnFQtOA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.4.1.tgz", + "integrity": "sha512-oZGYUz1X3sRMGUB+0cZyK2VcvRX5lm/vB56PgNNcU+7ficUCKm66oZWKUubXWnOuPjQ8PvmXtCViXBMONPe7tQ==", "dev": true, - "license": "MIT", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0", - "eslint": "^9.0.0 || ^8.0.0" + "eslint": "^10.0.0 || ^9.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { diff --git a/frontend/package.json b/frontend/package.json index ef71313459..4cbd3c1671 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -84,7 +84,7 @@ "@playwright/test": "^1.57.0", "@react-router/dev": "^7.12.0", "@tailwindcss/typography": "^0.5.19", - "@tanstack/eslint-plugin-query": "^5.91.3", + "@tanstack/eslint-plugin-query": "^5.91.5", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", @@ -107,7 +107,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-unused-imports": "^4.2.0", + "eslint-plugin-unused-imports": "^4.4.1", "husky": "^9.1.7", "jsdom": "^27.4.0", "lint-staged": "^16.2.7",