graphql-rate-limit icon indicating copy to clipboard operation
graphql-rate-limit copied to clipboard

Dependecies update required

Open BabakScript opened this issue 1 year ago • 0 comments

Hi @kirkness, I realized today that we have this warning during the pnpm install because of the old depencies in this package:

@graphql-hive/gateway 1.8.0
  └─┬ @graphql-mesh/plugin-rate-limit 0.103.12
    └─┬ @envelop/rate-limiter 6.2.1
      └─┬ graphql-rate-limit 3.3.0            <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
        └─┬ @graphql-tools/utils 7.10.0
          └── ✕ unmet peer graphql@"^14.0.0 || ^15.0.0": found 16.9.0

It seems the upgrade PR is also available from Dependbot.

CC: @n1ru4l Related to https://github.com/n1ru4l/envelop/tree/main/packages/plugins/rate-limiter @ardatan Related to https://github.com/ardatan/graphql-mesh/tree/master/packages/plugins/rate-limit

BabakScript avatar Feb 07 '25 18:02 BabakScript