From a055ebf3429bab20d4539be4cd7b8a680b80562a Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 1 Sep 2025 13:19:48 +0200 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin to v5.3.1 --- app/plugins/apollo.ts | 26 +++++++++++++------------- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/plugins/apollo.ts b/app/plugins/apollo.ts index 257f948..5965cd6 100644 --- a/app/plugins/apollo.ts +++ b/app/plugins/apollo.ts @@ -72,20 +72,20 @@ const createSpanLink = new ApolloLink((operation, forward) => { }) const link = - from([ - createSpanLink, - split( - ({ query }) => { - const definition = getMainDefinition(query) - return ( - definition.kind === 'OperationDefinition' && + from([ + createSpanLink, + split( + ({ query }) => { + const definition = getMainDefinition(query) + return ( + definition.kind === 'OperationDefinition' && definition.operation === 'subscription' - ) - }, - authLink.concat(wsLink), - authLink.concat(httpLink), - ), - ]) + ) + }, + authLink.concat(wsLink), + authLink.concat(httpLink), + ), + ]) const instance = new ApolloClient({ connectToDevTools: true, diff --git a/package-lock.json b/package-lock.json index 535746e..d664ffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@nuxt/eslint": "1.9.0", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "10.0.6", - "@stylistic/eslint-plugin": "5.2.3", + "@stylistic/eslint-plugin": "5.3.1", "@vue/test-utils": "2.4.6", "esbuild": "0.25.9", "eslint": "9.34.0", @@ -8222,14 +8222,14 @@ "license": "CC0-1.0" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz", - "integrity": "sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.3.1.tgz", + "integrity": "sha512-Ykums1VYonM0TgkD0VteVq9mrlO2FhF48MDJnPyv3MktIB2ydtuhlO0AfWm7xnW1kyf5bjOqA6xc7JjviuVTxg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/types": "^8.38.0", + "@typescript-eslint/types": "^8.41.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", diff --git a/package.json b/package.json index a77431a..7f624b8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nuxt/eslint": "1.9.0", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "10.0.6", - "@stylistic/eslint-plugin": "5.2.3", + "@stylistic/eslint-plugin": "5.3.1", "@vue/test-utils": "2.4.6", "esbuild": "0.25.9", "eslint": "9.34.0",