Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency graphql-yoga to v5.11.0 #912

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-yoga (source) 5.10.4 -> 5.11.0 age adoption passing confidence

Release Notes

dotansimha/graphql-yoga (graphql-yoga)

v5.11.0

Compare Source

Minor Changes
  • #​3727
    5fd15b8
    Thanks @​EmrysMyrddin! - Allow to configure the endpoint used by
    GraphiQL to send requests.

  • #​3736
    d13b8a4
    Thanks @​ardatan! - Now it is possible to replace or wrap the logic
    how GraphQLParams handled;

    By default Yoga calls Envelop to handle the parameters, but now you can replace it with your own
    logic.

    Example: Wrap the GraphQL handling pipeline in an AsyncLocalStorage

    function myPlugin(): Plugin {
      const context = new AsyncLocalStorage();
      return {
        onParams({ paramsHandler, setParamsHandler }) {
          const store = { foo: 'bar' }
          setParamsHandler(payload => context.run(store, paramsHandler, payload))
       }
    }

v5.10.11

Compare Source

Patch Changes

v5.10.10

Compare Source

Patch Changes

v5.10.9

Compare Source

Patch Changes

v5.10.8

Compare Source

Patch Changes
  • #​3588
    ed344ea
    Thanks @​ardatan! - Mark createLRUCache utility as deprecated, and
    export it as _createLRUCache marking it as an internal utility

v5.10.7

Compare Source

Patch Changes

v5.10.6

Compare Source

Patch Changes

v5.10.5

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Dec 23, 2024

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.70%. Comparing base (ab1a18a) to head (2e5827a).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest     #912   +/-   ##
=======================================
  Coverage   63.70%   63.70%           
=======================================
  Files          62       62           
  Lines        1405     1405           
  Branches      152      152           
=======================================
  Hits          895      895           
  Misses        506      506           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/graphql-yoga-monorepo branch from bbc444d to 0d1d3a6 Compare December 24, 2024 10:38
@renovate renovate bot changed the title fix(deps): update dependency graphql-yoga to v5.10.6 fix(deps): update dependency graphql-yoga to v5.10.7 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/graphql-yoga-monorepo branch from 0d1d3a6 to 4910b62 Compare December 24, 2024 13:52
@renovate renovate bot changed the title fix(deps): update dependency graphql-yoga to v5.10.7 fix(deps): update dependency graphql-yoga to v5.10.8 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/graphql-yoga-monorepo branch from 4910b62 to b3a4527 Compare January 6, 2025 14:32
@renovate renovate bot changed the title fix(deps): update dependency graphql-yoga to v5.10.8 fix(deps): update dependency graphql-yoga to v5.10.9 Jan 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency graphql-yoga to v5.10.9 fix(deps): update dependency graphql-yoga to v5.10.10 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/graphql-yoga-monorepo branch from b3a4527 to b5e8509 Compare January 16, 2025 18:35
@renovate renovate bot force-pushed the renovate/graphql-yoga-monorepo branch 2 times, most recently from ad9331e to e497dcf Compare January 27, 2025 11:26
@renovate renovate bot changed the title fix(deps): update dependency graphql-yoga to v5.10.10 fix(deps): update dependency graphql-yoga to v5.10.11 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/graphql-yoga-monorepo branch from e497dcf to 2e5827a Compare February 6, 2025 16:08
@renovate renovate bot changed the title fix(deps): update dependency graphql-yoga to v5.10.11 fix(deps): update dependency graphql-yoga to v5.11.0 Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants