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-ws to v5.12.0 #5096

Merged
merged 2 commits into from
Mar 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-ws 5.11.3 -> 5.12.0 age adoption passing confidence

Release Notes

enisdenjo/graphql-ws

v5.12.0

Compare Source

Features

5.11.3 (2023-02-01)

Bug Fixes

5.11.2 (2022-09-21)

Bug Fixes
  • Reorder types paths in package.json for better import resolution (#​406) (37263c5)

5.11.1 (2022-09-16)

Bug Fixes
  • server: Shouldn't send a complete message if client sent it (331fe47), closes #​403

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 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 Mar 6, 2023
@changeset-bot
Copy link

changeset-bot bot commented Mar 6, 2023

🦋 Changeset detected

Latest commit: 3baa20c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@graphql-tools/executor-graphql-ws Patch
@graphql-tools/url-loader Patch
@graphql-tools/prisma-loader Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate
Copy link
Contributor Author

renovate bot commented Mar 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 214       ✗ 0  
     data_received..................: 25 MB   2.5 MB/s
     data_sent......................: 92 kB   9.1 kB/s
     http_req_blocked...............: avg=19.4µs   min=2.8µs   med=3.6µs   max=1.68ms   p(90)=4.48µs   p(95)=5µs     
     http_req_connecting............: avg=15.05µs  min=0s      med=0s      max=1.61ms   p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=87.94ms  min=76.05ms med=83.44ms max=208.29ms p(90)=96.33ms  p(95)=115.77ms
       { expected_response:true }...: avg=87.94ms  min=76.05ms med=83.44ms max=208.29ms p(90)=96.33ms  p(95)=115.77ms
     http_req_failed................: 0.00%   ✓ 0         ✗ 107
     http_req_receiving.............: avg=206.64µs min=141.2µs med=167.2µs max=1.02ms   p(90)=302.54µs p(95)=318.66µs
     http_req_sending...............: avg=141.29µs min=18.3µs  med=26.8µs  max=3.95ms   p(90)=36.68µs  p(95)=481.23µs
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=87.59ms  min=75.85ms med=83.24ms max=207.19ms p(90)=95.68ms  p(95)=115.4ms 
     http_reqs......................: 107     10.619178/s
     iteration_duration.............: avg=94.14ms  min=81.26ms med=89.82ms max=214.78ms p(90)=102.91ms p(95)=120.51ms
     iterations.....................: 107     10.619178/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

🚀 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/executor-graphql-ws 0.0.12-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
graphql-tools 8.3.19-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/load 7.8.13-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/prisma-loader 7.2.65-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/url-loader 7.17.14-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/merge 8.4.0-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/mock 8.7.19-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/node-require 6.4.21-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/schema 9.0.17-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 8.7.43-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎
@graphql-tools/wrap 9.3.8-alpha-20230306032239-3baa20cb npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

💻 Website Preview

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

@ardatan ardatan merged commit a5073e8 into master Mar 6, 2023
@ardatan ardatan deleted the renovate/all-minor-patch branch March 6, 2023 10:56
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