You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to resolve some dependabot security warnings that come from eslint-config-hardcore, for example: @graphql-tools/url-loader@6.10.1 > graphql-config > eslint-plugin-graphql > @shopify/eslint-plugin
Since eslint-plugin-graphql is being deprecated and there hasn't been movement in @shopify/eslint-plugin to replace the package, is there any way around this?
Also, I'm thinking about removing @shopify/eslint-plugin since eslint-config-hardcore uses only a few rules from it, but @shopify/eslint-plugin pulls too many transient dependencies.
You probably don't need to worry about GraphQL-related packages since GraphQL-related rules are not included in eslint-config-hardcore.
Alright, we'll ignore them for now.
Also, I'm thinking about removing @shopify/eslint-plugin since eslint-config-hardcore uses only a few rules from it, but @shopify/eslint-plugin pulls too many transient dependencies.
That sounds like a more maintainable way of handling dependencies indeed. As I see it, depending on another "bundeling package" makes your work way harder.
We're trying to resolve some dependabot security warnings that come from eslint-config-hardcore, for example:
@graphql-tools/url-loader@6.10.1
>graphql-config
>eslint-plugin-graphql
>@shopify/eslint-plugin
Since eslint-plugin-graphql is being deprecated and there hasn't been movement in @shopify/eslint-plugin to replace the package, is there any way around this?
The text was updated successfully, but these errors were encountered: