From 4448446bd71a1f4f5323f703a46640c462b9dbfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:07:18 +0000 Subject: [PATCH] deps(npm)(deps-dev): bump @tanstack/eslint-plugin-query Bumps [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) from 5.83.1 to 5.90.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.90.1/packages/eslint-plugin-query) --- updated-dependencies: - dependency-name: "@tanstack/eslint-plugin-query" dependency-version: 5.90.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- thingconnect.pulse.client/package-lock.json | 18 +++++++++--------- thingconnect.pulse.client/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/thingconnect.pulse.client/package-lock.json b/thingconnect.pulse.client/package-lock.json index f026816..87b8919 100644 --- a/thingconnect.pulse.client/package-lock.json +++ b/thingconnect.pulse.client/package-lock.json @@ -38,7 +38,7 @@ "devDependencies": { "@chakra-ui/cli": "^3.24.0", "@eslint/js": "^9.33.0", - "@tanstack/eslint-plugin-query": "^5.83.1", + "@tanstack/eslint-plugin-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.85.5", "@types/lodash": "^4.17.20", "@types/luxon": "^3.7.1", @@ -2056,12 +2056,12 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.83.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.83.1.tgz", - "integrity": "sha512-tdkpPFfzkTksN9BIlT/qjixSAtKrsW6PUVRwdKWaOcag7DrD1vpki3UzzdfMQGDRGeg1Ue1Dg+rcl5FJGembNg==", + "version": "5.90.1", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.90.1.tgz", + "integrity": "sha512-Ki4hl+8ZtnMFZ3amZbQl6sSMUq6L8oSJ14vmi3j5t1/SqXclL5SI/1kcuH36iIk05B/bN5pEOS1PTO3Ut/FbVA==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^8.37.0" + "@typescript-eslint/utils": "^8.44.0" }, "funding": { "type": "github", @@ -8465,12 +8465,12 @@ } }, "@tanstack/eslint-plugin-query": { - "version": "5.83.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.83.1.tgz", - "integrity": "sha512-tdkpPFfzkTksN9BIlT/qjixSAtKrsW6PUVRwdKWaOcag7DrD1vpki3UzzdfMQGDRGeg1Ue1Dg+rcl5FJGembNg==", + "version": "5.90.1", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.90.1.tgz", + "integrity": "sha512-Ki4hl+8ZtnMFZ3amZbQl6sSMUq6L8oSJ14vmi3j5t1/SqXclL5SI/1kcuH36iIk05B/bN5pEOS1PTO3Ut/FbVA==", "dev": true, "requires": { - "@typescript-eslint/utils": "^8.37.0" + "@typescript-eslint/utils": "^8.44.0" } }, "@tanstack/query-core": { diff --git a/thingconnect.pulse.client/package.json b/thingconnect.pulse.client/package.json index 76ebb24..4c028b4 100644 --- a/thingconnect.pulse.client/package.json +++ b/thingconnect.pulse.client/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@chakra-ui/cli": "^3.24.0", "@eslint/js": "^9.33.0", - "@tanstack/eslint-plugin-query": "^5.83.1", + "@tanstack/eslint-plugin-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.85.5", "@types/lodash": "^4.17.20", "@types/luxon": "^3.7.1",