gqty-dev / gqty

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

fix(deps): update dependency @envelop/core to v5 #1854

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
@envelop/core (source) ^3.0.6 -> ^5.0.1 age adoption passing confidence

Release Notes

n1ru4l/envelop (@​envelop/core) ### [`v5.0.1`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/core/CHANGELOG.md#501) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/core@5.0.0...@envelop/core@5.0.1) ##### Patch Changes - [#​2215](https://togithub.com/n1ru4l/envelop/pull/2215) [`dc1222f`](https://togithub.com/n1ru4l/envelop/commit/dc1222f440942ec796d72fb7ff0c77e03d29c58b) Thanks [@​benjie](https://togithub.com/benjie)! - feat: add `useValidationRule()` plugin ### [`v5.0.0`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/core/CHANGELOG.md#500) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/core@4.0.3...@envelop/core@5.0.0) ##### Major Changes - [#​1986](https://togithub.com/n1ru4l/envelop/pull/1986) [`68e7a2a5`](https://togithub.com/n1ru4l/envelop/commit/68e7a2a59a2f9872652b4bae28f30c3a2fb70487) Thanks [@​EmrysMyrddin](https://togithub.com/EmrysMyrddin)! - **Breaking Change:** Support of Node 16 is dropped. - [#​1939](https://togithub.com/n1ru4l/envelop/pull/1939) [`f7ef03c0`](https://togithub.com/n1ru4l/envelop/commit/f7ef03c07ae1af3abf08de86bc95fe626bbc7913) Thanks [@​EmrysMyrddin](https://togithub.com/EmrysMyrddin)! - The `addPlugin` function now insert the plugin in place in the plugin list, leading to a more predictable execution order. **Breaking Change:** This change alter the execution order of plugins. This can break some plugins that was relying on the fact the `addPlugin` allowed to push a plugin to the end of the plugin list. If it is the case, the best fix is to reorder the plugin list and ensure the plugin is in the right position, after all its dependencies. ##### Patch Changes - Updated dependencies \[[`68e7a2a5`](https://togithub.com/n1ru4l/envelop/commit/68e7a2a59a2f9872652b4bae28f30c3a2fb70487)]: - [@​envelop/types](https://togithub.com/envelop/types)[@​5](https://togithub.com/5).0.0 ### [`v4.0.3`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/core/CHANGELOG.md#403) ##### Patch Changes - [#​1911](https://togithub.com/n1ru4l/envelop/pull/1911) [`dee6b8d2`](https://togithub.com/n1ru4l/envelop/commit/dee6b8d215f21301660090037b6685e86d217593) Thanks [@​EmrysMyrddin](https://togithub.com/EmrysMyrddin)! - The context is now referentialy stable. It means the context passed to all hooks and to all resolver is guaranted to always be the same object instance. This unique object instance will be mutated as needed to extend the context. ### [`v4.0.2`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/core/CHANGELOG.md#402) ##### Patch Changes - [#​1944](https://togithub.com/n1ru4l/envelop/pull/1944) [`db20864a`](https://togithub.com/n1ru4l/envelop/commit/db20864aac3fcede3e265ae63b2e8cb4664ba23a) Thanks [@​EmrysMyrddin](https://togithub.com/EmrysMyrddin)! - Fixed plugin duplication when nesting envelop extensions ### [`v4.0.1`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/core/CHANGELOG.md#401) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/core@4.0.0...@envelop/core@4.0.1) ##### Patch Changes - Updated dependencies \[[`834e1e39`](https://togithub.com/n1ru4l/envelop/commit/834e1e396c5f4b055fce52e61927a99cde6f7a6c)]: - [@​envelop/types](https://togithub.com/envelop/types)[@​4](https://togithub.com/4).0.1 ### [`v4.0.0`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/core/CHANGELOG.md#400) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/core@3.0.6...@envelop/core@4.0.0) ##### Major Changes - [#​1776](https://togithub.com/n1ru4l/envelop/pull/1776) [`332f1f22`](https://togithub.com/n1ru4l/envelop/commit/332f1f221f655421a850adb834afe549d50b4fac) Thanks [@​ardatan](https://togithub.com/ardatan)! - Drop Node 14 and require Node 16 or higher ##### Patch Changes - [#​1728](https://togithub.com/n1ru4l/envelop/pull/1728) [`a36925c7`](https://togithub.com/n1ru4l/envelop/commit/a36925c7df0538f88b51682e4e23f4b16f6fae2b) Thanks [@​ardatan](https://togithub.com/ardatan)! - - Memoize parsed document string result and use it wherever possible, and export `getDocumentString` function to allow users to use it as well. - Use `WeakMap`s with `DocumentNode` wherever possible instead of using LRU Cache with strings. It is more optimal if a parser caching is used - Updated dependencies \[[`332f1f22`](https://togithub.com/n1ru4l/envelop/commit/332f1f221f655421a850adb834afe549d50b4fac)]: - [@​envelop/types](https://togithub.com/envelop/types)[@​4](https://togithub.com/4).0.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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 this update again.



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

renovate[bot] commented 3 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.