vuejs / apollo

🚀 Apollo/GraphQL integration for VueJS
http://apollo.vuejs.org
MIT License
6.03k stars 523 forks source link

@nuxtjs/eslint-config-typescript --> @nuxt/eslint-config #1554

Closed WugWugg closed 6 months ago

WugWugg commented 6 months ago

Describe the bug Cannot install this dependency along side eslint versions v9.1.1 because of peer dependencies by @nuxtjs/eslint-config-typescript. @nuxt/eslint-config links to the same source code from npm and seems to be the package being kept up to date. In release 0.3.1 they fixed this issue.

To Reproduce Steps to reproduce the behavior:

  1. Install this dependency
  2. Install @nuxtjs/eslint-config-typescript
  3. Install eslint v9.1.1

Expected behavior npm i works without complaining about unmet peer dependecies (i.e. eslint v8.57.0)

Versions vue: ^3.4.21 vue-apollo: ^5.0.0-alpha.14 @apollo/client: ^3.10.2

WugWugg commented 6 months ago

My bad, I've made this on the wrong project and/or without enough info. Sorry :)