gqty-dev / gqty

The No-GraphQL Client for TypeScript
https://gqty.dev
MIT License
899 stars 26 forks source link

fix(deps): update dependency @graphql-tools/utils to ^10.2.2 #1832

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils (source) ^10.2.1 -> ^10.2.2 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils) ### [`v10.2.2`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1022) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.2.1...@graphql-tools/utils@10.2.2) ##### Patch Changes - [#​6238](https://togithub.com/ardatan/graphql-tools/pull/6238) [`0f7059b`](https://togithub.com/ardatan/graphql-tools/commit/0f7059beb218d0012c48e121c55e7db386796bee) Thanks [@​ardatan](https://togithub.com/ardatan)! - If the given objects are arrays with the same length, merge the elements. ```ts const a = [{ a: 1 }, { b: 2 }] const b = [{ c: 3 }, { d: 4 }] const result = mergeDeep(a, b) // [{ a: 1, c: 3 }, { b: 2, d: 4 }] ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 Mend Renovate. View repository job log here.