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 dependency graphql-sse to v2.5.4 #3635

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-sse 2.5.3 -> 2.5.4 age adoption passing confidence

Release Notes

enisdenjo/graphql-sse (graphql-sse)

v2.5.4

Compare Source

Bug Fixes
  • client: Conversion to async iterable from Response.body (#​114) (f2adc92)

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.

🔕 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 10, 2025
Copy link

changeset-bot bot commented Jan 10, 2025

⚠️ No Changeset found

Latest commit: 9a2b1a9

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

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://260a57c6.graphql-yoga.pages.dev

Copy link
Contributor

github-actions bot commented Jan 10, 2025

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}
     ✓ no_errors{mode:uws}
     ✓ expected_result{mode:uws}

     checks.......................................: 100.00% ✓ 513876      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 103 MB  688 kB/s
     http_req_blocked.............................: avg=1.53µs   min=1µs      med=1.34µs   max=287.95µs p(90)=1.99µs   p(95)=2.19µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=141.92µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=365.98µs min=221.85µs med=331.82µs max=18.57ms  p(90)=477.58µs p(95)=501.37µs
       { expected_response:true }.................: avg=365.98µs min=221.85µs med=331.82µs max=18.57ms  p(90)=477.58µs p(95)=501.37µs
     ✓ { mode:graphql-jit }.......................: avg=292.46µs min=221.85µs med=275.57µs max=18.57ms  p(90)=307.92µs p(95)=326.14µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=506.82µs min=417.31µs med=479.27µs max=8.7ms    p(90)=524.99µs p(95)=572.98µs
     ✓ { mode:graphql-response-cache }............: avg=348.46µs min=267.47µs med=330.6µs  max=6.77ms   p(90)=362.57µs p(95)=374.99µs
     ✓ { mode:graphql }...........................: avg=370.85µs min=272.84µs med=340.55µs max=14.85ms  p(90)=404.35µs p(95)=458.88µs
     ✓ { mode:uws }...............................: avg=351.27µs min=275.34µs med=331.92µs max=6.29ms   p(90)=368.46µs p(95)=389.66µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 256938
     http_req_receiving...........................: avg=33.51µs  min=16.07µs  med=33.22µs  max=2.85ms   p(90)=39.74µs  p(95)=42.6µs  
     http_req_sending.............................: avg=8.59µs   min=5.92µs   med=7.51µs   max=331µs    p(90)=11.03µs  p(95)=12.21µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=323.87µs min=191.87µs med=290.66µs max=18.47ms  p(90)=433.99µs p(95)=456.33µs
     http_reqs....................................: 256938  1712.900364/s
     iteration_duration...........................: avg=578.85µs min=391.46µs med=540.56µs max=19.11ms  p(90)=695.24µs p(95)=724.02µs
     iterations...................................: 256938  1712.900364/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@ardatan ardatan merged commit b705d96 into main Jan 10, 2025
24 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch January 10, 2025 14:08
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.

1 participant