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

chore(deps): update all non-major dependencies #6310

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-yoga/plugin-defer-stream (source) 3.5.0 -> 3.6.0 age adoption passing confidence
graphql-yoga (source) 5.5.0 -> 5.6.0 age adoption passing confidence

Release Notes

dotansimha/graphql-yoga (graphql-yoga)

v5.6.0

Minor Changes
  • #​3333
    9f3f945
    Thanks @​ardatan! - By default, Yoga does not allow extra parameters
    in the request body other than query, operationName, extensions, and variables, then
    throws 400 HTTP Error. This change adds a new option called extraParamNames to allow extra
    parameters in the request body.

    import { createYoga } from 'graphql-yoga'
    
    const yoga = createYoga({
      /* other options */
      extraParamNames: ['extraParam1', 'extraParam2']
    })
    
    const res = await yoga.fetch('/graphql', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json'
      },
      body: JSON.stringify({
        query: 'query { __typename }',
        extraParam1: 'value1',
        extraParam2: 'value2'
      })
    })
    
    console.assert(res.status === 200)

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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Copy link

changeset-bot bot commented Jul 1, 2024

⚠️ No Changeset found

Latest commit: 9253c8d

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

Copy link
Contributor

github-actions bot commented Jul 1, 2024

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 342       ✗ 0  
     data_received..................: 40 MB   4.0 MB/s
     data_sent......................: 146 kB  15 kB/s
     http_req_blocked...............: avg=3.94µs   min=2.02µs  med=2.75µs   max=174.87µs p(90)=3.86µs   p(95)=4.06µs  
     http_req_connecting............: avg=699ns    min=0s      med=0s       max=119.66µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=54.44ms  min=47.13ms med=50.88ms  max=153.12ms p(90)=60.83ms  p(95)=84.92ms 
       { expected_response:true }...: avg=54.44ms  min=47.13ms med=50.88ms  max=153.12ms p(90)=60.83ms  p(95)=84.92ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 171
     http_req_receiving.............: avg=128.12µs min=95.99µs med=125.45µs max=283.04µs p(90)=140.91µs p(95)=152.59µs
     http_req_sending...............: avg=25.31µs  min=17.65µs med=25.08µs  max=56.49µs  p(90)=31.01µs  p(95)=34.34µs 
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=54.28ms  min=46.96ms med=50.73ms  max=152.78ms p(90)=60.69ms  p(95)=84.77ms 
     http_reqs......................: 171     17.033299/s
     iteration_duration.............: avg=58.69ms  min=50.6ms  med=54.77ms  max=158.5ms  p(90)=65.8ms   p(95)=88.94ms 
     iterations.....................: 171     17.033299/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

Copy link
Contributor

github-actions bot commented Jul 1, 2024

💻 Website Preview

The latest changes are available as preview in: https://93ce2c46.graphql-tools.pages.dev

@ardatan ardatan merged commit 7eab4ce into master Jul 1, 2024
29 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch July 1, 2024 11:14
Copy link
Contributor

github-actions bot commented Jul 1, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/delegate 10.0.12-alpha-20240701111359-9253c8dd99a17b5005fae00a79418ad4a44ca80b npm ↗︎ unpkg ↗︎
@graphql-tools/executor 1.2.8-alpha-20240701111359-9253c8dd99a17b5005fae00a79418ad4a44ca80b npm ↗︎ unpkg ↗︎
@graphql-tools/federation 2.1.1-alpha-20240701111359-9253c8dd99a17b5005fae00a79418ad4a44ca80b npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.2.10-alpha-20240701111359-9253c8dd99a17b5005fae00a79418ad4a44ca80b npm ↗︎ unpkg ↗︎
@graphql-tools/utils 10.2.3-alpha-20240701111359-9253c8dd99a17b5005fae00a79418ad4a44ca80b npm ↗︎ unpkg ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant