From 3cd354e52c5c40143c05e67a2e7a808ccc372948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:14:23 +0000 Subject: [PATCH] deps: bump @tanstack/eslint-plugin-query from 5.66.1 to 5.91.2 Bumps [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) from 5.66.1 to 5.91.2. - [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.2/packages/eslint-plugin-query) --- updated-dependencies: - dependency-name: "@tanstack/eslint-plugin-query" dependency-version: 5.91.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09ae067..d501e10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@heroicons/react": "^2.2.0", "@jest/globals": "^29.7.0", "@playwright/test": "^1.57.0", - "@tanstack/eslint-plugin-query": "^5.66.1", + "@tanstack/eslint-plugin-query": "^5.91.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@testing-library/user-event": "^14.6.1", @@ -2655,13 +2655,13 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.66.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.66.1.tgz", - "integrity": "sha512-pYMVTGgJ7yPk9Rm6UWEmbY6TX0EmMmxJqYkthgeDCwEznToy2m+W928nUODFirtZBZlhBsqHy33LO0kyTlgf0w==", + "version": "5.91.2", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.91.2.tgz", + "integrity": "sha512-UPeWKl/Acu1IuuHJlsN+eITUHqAaa9/04geHHPedY8siVarSaWprY0SVMKrkpKfk5ehRT7+/MZ5QwWuEtkWrFw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.18.1" + "@typescript-eslint/utils": "^8.44.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index d68820b..f6e7158 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@heroicons/react": "^2.2.0", "@jest/globals": "^29.7.0", "@playwright/test": "^1.57.0", - "@tanstack/eslint-plugin-query": "^5.66.1", + "@tanstack/eslint-plugin-query": "^5.91.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@testing-library/user-event": "^14.6.1",