Closed renovate[bot] closed 5 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
packages/http-caching-proxy/src/http-caching-proxy.ts | 5 | 66.67% | ||
<!-- | Total: | 5 | --> |
Totals | |
---|---|
Change from base Build 9449561530: | -0.05% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9466519606: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
This PR contains the following updates:
^10.2.1
->^10.2.2
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.