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

[Snyk] Upgrade graphql-ws from 5.14.2 to 5.16.0 #123

Closed

Conversation

arddluma
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade graphql-ws from 5.14.2 to 5.16.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 3 versions ahead of your current version.

  • The recommended version was released 2 months ago, on 2024-03-27.

Release notes
Package name: graphql-ws
  • 5.16.0 - 2024-03-27

    5.16.0 (2024-03-27)

    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
  • 5.15.0 - 2024-02-12

    5.15.0 (2024-02-12)

    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

    • server: Add is retry flag to connect events (#507) (9ad853f)
  • 5.14.3 - 2023-12-20

    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

    5.14.2 (2023-10-23)

    Bug Fixes

    • client: correct close code for Bad Gateway reason (#512) (0438650)
from graphql-ws GitHub release notes
Commit messages
Package name: graphql-ws
  • 325fe1a chore(release): 🎉 5.16.0 [skip ci]
  • 6ae6e6f feat(server): Close code and reason are optional
  • db47a66 fix(server): should not send error messages if socket closes before onSubscribe hooks resolves
  • f442288 fix(server): Return all subscriptions regardless of the return invocation order
  • 100cd69 docs(website): typecheck next-env
  • b07327a docs: website name and description fix (#550)
  • 8f905bd docs: bump @ theguild/components and migrate (#549)
  • 6013eb5 docs(recipe): ws server usage with custom subscribe method that gracefully handles thrown errors
  • 933d720 chore(release): 🎉 5.15.0 [skip ci]
  • 74b4ceb fix(client): Use `TerminatedCloseEvent` class extending an `Error` for rejecting promises when terminating
  • f76bb54 test: update expected arguments for connecting event
  • 9ad853f feat(server): Add is retry flag to connect events (#507)
  • e45d6b1 fix(server): Dispose of subscriptions on close even if added late to the subscriptions list (#534)
  • e2603be chore: revert pkg workspaces after pack
  • 8d3f3d0 chore(deps): update lockfile
  • c61e31b refactor: return of the website workspace
  • e19263e chore(deps): update lockfile
  • 69791ee docs(bun): correct `handleProtocols` usage
  • e4a75cc chore(release): 🎉 5.14.3 [skip ci]
  • 63a831e fix: remove package.json workspaces entry in release
  • 812129d fix(client): Use closures instead of bindings (with `this`)
  • 12f7376 docs(protocol): clarify id field is not optional (#523)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Snyk has created this PR to upgrade graphql-ws from 5.14.2 to 5.16.0.

See this package in npm:
graphql-ws

See this project in Snyk:
https://app.snyk.io/org/etherspot/project/0d28273d-6839-46a2-8813-9aad7522e3da?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

Yooo! You forgot to bump the version in package.json!

@arddluma arddluma closed this May 28, 2024
@arddluma arddluma deleted the snyk-upgrade-7da6b1465d2301c8d8155934b73d0b44 branch May 28, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment