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
317 stars 12 forks source link

Update dependency @graphql-tools/utils to v8.6.1 #279

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils 8.5.3 -> 8.6.1 age adoption passing confidence

Release Notes

ardatan/graphql-tools ### [`v8.6.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#​861) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.6.0...@graphql-tools/utils@8.6.1) ##### Patch Changes - [`43a60f9`](https://togithub.com/ardatan/graphql-tools/commit/43a60f93): Improve getArgumentValues check for null values - [`20e1058`](https://togithub.com/ardatan/graphql-tools/commit/20e1058b): fix pruneSchema Schema pruning must be done in rounds, as pruning types will automatically prune any fields that rely on them (within mapSchema), but then the empty types may also require pruning. ### [`v8.6.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#​860) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.5.5...@graphql-tools/utils@8.6.0) ##### Minor Changes - [`69b316c`](https://togithub.com/ardatan/graphql-tools/commit/69b316c2): feat(utils): more withCancel utils ### [`v8.5.5`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#​855) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.5.4...@graphql-tools/utils@8.5.5) ##### Patch Changes - [`7b5d72c`](https://togithub.com/ardatan/graphql-tools/commit/7b5d72c5): enhance(utils): better typing for withCancel ### [`v8.5.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#​854) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.5.3...@graphql-tools/utils@8.5.4) ##### Patch Changes - [`5131561`](https://togithub.com/ardatan/graphql-tools/commit/51315610): enhance: avoid using globalThis

Configuration

📅 Schedule: "after 11am before 3pm on saturday" (UTC).

🚦 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 this update again.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #279 (f3eedbe) into master (730ae51) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #279   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           63        63           
  Branches        20        20           
=========================================
  Hits            63        63           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 730ae51...f3eedbe. Read the comment docs.