ravangen / graphql-rate-limit

🚦 Fixed window rate limiting middleware for GraphQL. Use to limit repeated requests to queries and mutations.
https://www.npmjs.com/package/graphql-rate-limit-directive
MIT License
314 stars 11 forks source link

Update graphql-tools monorepo to v10 (major) #342

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/schema 9.0.19 -> 10.0.0 age adoption passing confidence
@graphql-tools/utils ^8.0.0 \|\| ^9.0.0 -> ^8.0.0 \|\| ^9.0.0 \|\| ^10.0.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/schema) ### [`v10.0.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/schema/CHANGELOG.md#​1000) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/schema@9.0.19...@graphql-tools/schema@10.0.0) ##### Major Changes - [#​5274](https://togithub.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@​ardatan](https://togithub.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16` ##### Patch Changes - Updated dependencies \[[`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]: - [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge)[@​9](https://togithub.com/9).0.0 - [@​graphql-tools/utils](https://togithub.com/graphql-tools/utils)[@​10](https://togithub.com/10).0.0
ardatan/graphql-tools (@​graphql-tools/utils) ### [`v10.0.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#​1001) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.0...@graphql-tools/utils@10.0.1) ##### Patch Changes - [`dcdc6eb7`](https://togithub.com/ardatan/graphql-tools/commit/dcdc6eb787ca77d741d98d68b70d4083f4d72b91) Thanks [@​ardatan](https://togithub.com/ardatan)! - Support BigInt values ### [`v10.0.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#​1000) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.2.1...@graphql-tools/utils@10.0.0) ##### Major Changes - [#​5274](https://togithub.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@​ardatan](https://togithub.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16` - [#​5274](https://togithub.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@​ardatan](https://togithub.com/ardatan)! - `AggregateError` is no longer exported from `@graphql-tools/utils`. You can use the native `AggregateError` instead.

Configuration

📅 Schedule: Branch creation - "after 11am before 3pm on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.