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

Update dependency graphql-ws to v5.16.0 #29

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-ws 5.7.0 -> 5.16.0 age adoption passing confidence

Release Notes

enisdenjo/graphql-ws (graphql-ws)

v5.16.0

Compare Source

Bug Fixes
  • server: Return all subscriptions regardless of the return invocation order (f442288)
  • server: should not send error messages if socket closes before onSubscribe hooks resolves (db47a66), closes #​539
Features
  • server: Close code and reason are optional (6ae6e6f), closes #​547

v5.15.0

Compare Source

Bug Fixes
  • client: Use TerminatedCloseEvent class extending an Error for rejecting promises when terminating (74b4ceb), closes #​531
  • server: Dispose of subscriptions on close even if added late to the subscriptions list (#​534) (e45d6b1), closes #​532
Features

5.14.3 (2023-12-20)

Bug Fixes
  • client: Use closures instead of bindings (with this) (812129d)
  • remove package.json workspaces entry in release (63a831e), closes #​524

5.14.2 (2023-10-23)

Bug Fixes
  • client: correct close code for Bad Gateway reason (#​512) (0438650)

5.14.1 (2023-09-28)

Bug Fixes
  • server: Acknowledge connection before notifying the client to avoid race conditions with slow sends (#​506) (8cb82bd), closes #​501

v5.14.3

Compare Source

Bug Fixes
  • client: Use closures instead of bindings (with this) (812129d)
  • remove package.json workspaces entry in release (63a831e), closes #​524

v5.14.2

Compare Source

Bug Fixes
  • client: correct close code for Bad Gateway reason (#​512) (0438650)

v5.14.1

Compare Source

Bug Fixes
  • server: Acknowledge connection before notifying the client to avoid race conditions with slow sends (#​506) (8cb82bd), closes #​501

v5.14.0

Compare Source

Features

5.13.1 (2023-05-15)

Bug Fixes

v5.13.1

Compare Source

Bug Fixes

v5.13.0

Compare Source

Features

5.12.1 (2023-03-31)

Bug Fixes
  • Add file extensions to imports/exports in ESM type definitions (48775be)

v5.12.1

Compare Source

Bug Fixes
  • Add file extensions to imports/exports in ESM type definitions (48775be)

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

v5.11.3

Compare Source

Bug Fixes

v5.11.2

Compare Source

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

v5.11.1

Compare Source

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

v5.11.0

Compare Source

Features
  • client: Provide subscribe payload in generateID (d0bc6e1), closes #​398

5.10.2 (2022-09-12)

Performance Improvements

5.10.1 (2022-08-19)

Bug Fixes
  • client: Debounce close by lazyCloseTimeout (c332837), closes #​388

v5.10.2

Compare Source

Performance Improvements

v5.10.1

Compare Source

Bug Fixes
  • client: Debounce close by lazyCloseTimeout (c332837), closes #​388

v5.10.0

Compare Source

Features

5.9.1 (2022-07-01)

Bug Fixes

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Features

5.8.2 (2022-05-12)

Bug Fixes
  • server: Should clean up subscription reservations on abrupt errors without relying on connection close (611c223)

5.8.1 (2022-04-25)

Bug Fixes
  • client: isFatalConnectionProblem defaults to undefined for using shouldRetry (9d5c573)

v5.8.2

Compare Source

Bug Fixes
  • server: Should clean up subscription reservations on abrupt errors without relying on connection close (611c223)

v5.8.1

Compare Source

Bug Fixes
  • client: isFatalConnectionProblem defaults to undefined for using shouldRetry (9d5c573)

v5.8.0

Compare Source

Features
  • client: Deprecate isFatalConnectionProblem option in favour of shouldRetry (d8dcf21)

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.

@renovate renovate bot changed the title Update dependency graphql-ws to v5.11.3 Update dependency graphql-ws to v5.12.0 Mar 6, 2023
@renovate renovate bot force-pushed the renovate/graphql-ws-5.x branch from 2d47649 to 5dc2aff Compare March 6, 2023 02:11
@renovate renovate bot changed the title Update dependency graphql-ws to v5.12.0 Update dependency graphql-ws to v5.12.1 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/graphql-ws-5.x branch from 5dc2aff to e88b519 Compare March 31, 2023 15:19
@renovate renovate bot changed the title Update dependency graphql-ws to v5.12.1 Update dependency graphql-ws to v5.13.1 May 30, 2023
@renovate renovate bot force-pushed the renovate/graphql-ws-5.x branch from e88b519 to 42321d5 Compare May 30, 2023 05:46
@renovate renovate bot changed the title Update dependency graphql-ws to v5.13.1 Update dependency graphql-ws to v5.14.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/graphql-ws-5.x branch from 42321d5 to 5ab9af9 Compare June 22, 2023 23:21
@renovate renovate bot changed the title Update dependency graphql-ws to v5.14.0 Update dependency graphql-ws to v5.14.1 Sep 29, 2023
@renovate renovate bot changed the title Update dependency graphql-ws to v5.14.1 Update dependency graphql-ws to v5.14.2 Oct 24, 2023
@renovate renovate bot changed the title Update dependency graphql-ws to v5.14.2 Update dependency graphql-ws to v5.14.3 Dec 21, 2023
@renovate renovate bot changed the title Update dependency graphql-ws to v5.14.3 Update dependency graphql-ws to v5.15.0 Feb 13, 2024
@renovate renovate bot changed the title Update dependency graphql-ws to v5.15.0 Update dependency graphql-ws to v5.16.0 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-ws-5.x branch from 2e80ddf to 74e2896 Compare March 28, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants