chore(deps): update dependency @stylistic/eslint-plugin to v5.3.1
This commit is contained in:
+13
-13
@@ -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,
|
||||
|
||||
Generated
+5
-5
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user