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 #6301

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

dotansimha/graphql-yoga (@​graphql-yoga/plugin-defer-stream)

v3.5.0

Compare Source

dotansimha/graphql-yoga (graphql-yoga)

v5.5.0

Compare Source

Minor Changes
  • #​3332
    0208024
    Thanks @​ardatan! - Customize the landing page by passing a custom
    renderer that returns Response to the landingPage option

    import { createYoga } from 'graphql-yoga'
    
    const yoga = createYoga({
      landingPage: ({ url, fetchAPI }) => {
        return new fetchAPI.Response(
          /* HTML */ `
            <!doctype html>
            <html>
              <head>
                <title>404 Not Found</title>
              </head>
              <body>
                <h1>404 Not Found</h1>
                <p>Sorry, the page (${url.pathname}) you are looking for could not be found.</p>
              </body>
            </html>
          `,
          {
            status: 404,
            headers: {
              'Content-Type': 'text/html'
            }
          }
        )
      }
    })

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 Jun 30, 2024
Copy link

changeset-bot bot commented Jun 30, 2024

⚠️ No Changeset found

Latest commit: cf5e06e

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

✅ 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.98µs   min=2.06µs   med=2.52µs   max=191.92µs p(90)=3.73µs   p(95)=3.94µs  
     http_req_connecting............: avg=746ns    min=0s       med=0s       max=127.61µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=54.45ms  min=47.62ms  med=50.87ms  max=154.8ms  p(90)=58.61ms  p(95)=85.06ms 
       { expected_response:true }...: avg=54.45ms  min=47.62ms  med=50.87ms  max=154.8ms  p(90)=58.61ms  p(95)=85.06ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 171
     http_req_receiving.............: avg=128.78µs min=105.37µs med=125.46µs max=279.82µs p(90)=145.13µs p(95)=151.83µs
     http_req_sending...............: avg=24.19µs  min=18.71µs  med=22.92µs  max=65.58µs  p(90)=28.47µs  p(95)=34.63µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=54.3ms   min=47.46ms  med=50.72ms  max=154.45ms p(90)=58.44ms  p(95)=84.9ms  
     http_reqs......................: 171     17.037883/s
     iteration_duration.............: avg=58.66ms  min=51.26ms  med=55.07ms  max=159.12ms p(90)=63.86ms  p(95)=88.95ms 
     iterations.....................: 171     17.037883/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

Copy link
Contributor

💻 Website Preview

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

@renovate renovate bot requested review from ardatan, enisdenjo and n1ru4l June 30, 2024 07:24
@ardatan ardatan merged commit 76c89ed into master Jun 30, 2024
28 of 30 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch June 30, 2024 21:37
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