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

Bump the ws group with 3 updates #1126

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the ws group with 3 updates: pusher, uWebSockets.js and pusher-js.

Updates pusher from 5.1.0-beta to 5.2.0

Release notes

Sourced from pusher's releases.

v5.2.0

5.2.0

  • [CHANGED] Remove old notification references. It's no longer being used

v5.1.3

5.1.3

[FIXED] Parsing of the extraTokens in webhook's isValid method

v5.1.2

5.1.2

  • [CHANGED] Add types/node-fetch to dependencies.

v5.1.1-beta

[FIXED] Updated typescript types with new user features.

v5.1.1-beta

5.1.1-beta (2022-06-01)

[FIXED] Updated typescript types with new user features.

Changelog

Sourced from pusher's changelog.

5.2.0

  • [CHANGED] Remove old notification references. It's no longer being used

5.1.3

[FIXED] Parsing of the extraTokens in webhook's isValid method

5.1.2

  • [CHANGED] Add types/node-fetch to dependencies.

5.1.1-beta (2022-06-01)

[FIXED] Updated typescript types with new user features.

Commits

Updates uWebSockets.js from v20.10.0 to v20.43.0

Release notes

Sourced from uWebSockets.js's releases.

v20.43.0

  • Bumps uWS to v20.62.0
  • Windows binaries are not updated this release due to GitHub Actions issues

v20.42.0

Bumps uWS to v20.60.0

v20.41.0

v20.40.0

  • Adds App.filter wrapper
  • Adds App.filter and WebSocketBehavior.dropped to TypeScript definitions
  • Updates the documentation from v20.16.0 to v20.40.0

v20.39.0

Bumps uWS to v20.56.0

v20.38.0

Bumps uWS to v20.53.0

v20.37.0

Bumps uWS to v20.52.0

v20.36.0

  • Fixes broken v20.35.0

image

v20.35.0

  • Bumps uWS to v20.51.0
  • Adds new .dropped event

v20.34.0

Bumps uWS to v20.48.0

v20.33.0

Node.js 21

Apparently the idea of only supporting LTS versions of Node.js went down the shitter. New rule will be:

  • 3 most recent LTS versions (or to be LTS) are supported.
  • Latest non-LTS (never to become) supported until replaced with a new one.

This means Node.js 16, 18, 20 and 21 are supported now.

Then it becomes 18, 20, 21, 22. Then it becomes 18, 20, 22, 23. Then it becomes 20, 22, 23, 24. Then it becomes 20, 22, 24, 25.

Then, you should really just swap to Bun.

... (truncated)

Commits
  • 1977b50 [GitHub Actions] Updated macos-11.0 binaries
  • b6fc8fe [GitHub Actions] Updated ubuntu-20.04 binaries
  • ac06a7b Update package.json
  • 7eff1c9 [GitHub Actions] Updated linux-armv7 binaries
  • 83c2574 [GitHub Actions] Updated linux-aarch64 binaries
  • 4ddf0a2 [GitHub Actions] Updated macos-11.0 binaries
  • 5fb40de [GitHub Actions] Updated ubuntu-20.04 binaries
  • 6094216 [GitHub Actions] Updated macos-11.0 binaries
  • cc04429 [GitHub Actions] Updated ubuntu-20.04 binaries
  • f40213e [GitHub Actions] Updated linux-armv7 binaries
  • Additional commits viewable in compare view

Updates pusher-js from 7.4.0 to 8.3.0

Release notes

Sourced from pusher-js's releases.

v8.3.0

8.3.0

  • [CHANGED] Update cached re-connect strategy to prioritize WebSocket

v8.2.0

8.2.0

  • [CHANGED] Remove WebSocket retry limit.

v8.1.0

8.1.0

  • [CHANGED] Move @​types dependencies to devDependencies
  • [CHANGED] Upgrade typescript to 5.1.3

v8.0.2

8.0.2

  • [CHANGED] Fix React Native support.

v8.0.1

8.0.1

  • [FIXED] Fix 'window is not defined' error in the worker context
  • [FIXED] Specify the right status when an error is thrown for the pusher worker instance

v8.0.0

8.0.0

  • [CHANGED] Specifying a cluster when instantiating the Pusher object is now mandatory. An exception is thrown if the cluster setting is missing.

v7.6.0

7.6.0

  • [ADDED] Introduce and to channel authorization and user authentication in order to allow for changing header and param values after the Pusher object is initialized.

v7.5.0

7.5.0

  • [ADDED] Watchlist Online Status

v7.4.1

7.4.1

  • [CHANGED] Authorization error message.
Changelog

Sourced from pusher-js's changelog.

8.3.0

  • [CHANGED] Update cached re-connect strategy to prioritize WebSocket

8.2.0

  • [CHANGED] Remove WebSocket retry limit.

8.1.0

  • [CHANGED] Move @​types dependencies to devDependencies
  • [CHANGED] Upgrade typescript to 5.1.3

8.0.2

  • [CHANGED] Fix React Native support.

8.0.1

  • [FIXED] Fix 'window is not defined' error in the worker context
  • [FIXED] Specify the right status when an error is thrown for the pusher worker instance

8.0.0

  • [CHANGED] Specifying a cluster when instantiating the Pusher object is now mandatory. An exception is thrown if the cluster setting is missing.

7.6.0

  • [ADDED] Introduce headersProvider and paramsProvider to channel authorization and user authentication in order to allow for changing header and param values after the Pusher object is initialized.

7.5.0

  • [ADDED] Watchlist Online Status

7.4.1

  • [CHANGED] Authorization error message.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ws group with 3 updates: [pusher](https://github.com/pusher/pusher-http-node), [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) and [pusher-js](https://github.com/pusher/pusher-js).


Updates `pusher` from 5.1.0-beta to 5.2.0
- [Release notes](https://github.com/pusher/pusher-http-node/releases)
- [Changelog](https://github.com/pusher/pusher-http-node/blob/master/CHANGELOG.md)
- [Commits](pusher/pusher-http-node@5.1.0-beta...v5.2.0)

Updates `uWebSockets.js` from v20.10.0 to v20.43.0
- [Release notes](https://github.com/uNetworking/uWebSockets.js/releases)
- [Commits](uNetworking/uWebSockets.js@806df48...1977b50)

Updates `pusher-js` from 7.4.0 to 8.3.0
- [Release notes](https://github.com/pusher/pusher-js/releases)
- [Changelog](https://github.com/pusher/pusher-js/blob/master/CHANGELOG.md)
- [Commits](pusher/pusher-js@v7.4.0...v8.3.0)

---
updated-dependencies:
- dependency-name: pusher
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ws
- dependency-name: uWebSockets.js
  dependency-type: direct:production
  dependency-group: ws
- dependency-name: pusher-js
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: ws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added auto:dependabot Automated by Dependabot dependabot:npm Pull requests that update NPM packages dependencies Pull requests that update a dependency file labels Apr 1, 2024
@dependabot dependabot bot requested a review from rennokki April 1, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:dependabot Automated by Dependabot dependabot:npm Pull requests that update NPM packages dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

0 participants