graphprotocol / graph-client

The Graph library for building GraphQL-based dapps in a decentralized way.
MIT License
167 stars 39 forks source link

fix(deps): update all non-major dependencies #715

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks 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
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence
tslib (source) 2.6.2 -> 2.6.3 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 }] ```
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```
Microsoft/tslib (tslib) ### [`v2.6.3`](https://togithub.com/microsoft/tslib/releases/tag/v2.6.3) [Compare Source](https://togithub.com/Microsoft/tslib/compare/v2.6.2...v2.6.3) #### What's Changed - 'await using' normative changes by [@​rbuckton](https://togithub.com/rbuckton) in [https://github.com/microsoft/tslib/pull/258](https://togithub.com/microsoft/tslib/pull/258) **Full Changelog**: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: d343fe277ae78ac6adbf5f7a0b65feb934acfdf1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR