Skip to content

Bump pusher-js from 5.0.3 to 7.0.3#418

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/pusher-js-7.0.3
Open

Bump pusher-js from 5.0.3 to 7.0.3#418
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/pusher-js-7.0.3

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps pusher-js from 5.0.3 to 7.0.3.

Release notes

Sourced from pusher-js's releases.

v7.0.3

7.0.3 (2021-01-25)

[UPDATED] Bumped version of faye-websocket (used only by the node runtime) from 0.9.4 to 0.11.3. Thanks to @Akhawais for the PR.

[UPDATED] Bumped version of @react-native-community/netinfo (used only by the react-native runtime) from 4.1.1 to 5.9.7. Thanks to @Yinabled for the PR.

[ADDED] We were missing a react-native key in package.json. Thanks to @giaset for the PR

[ADDED] Support for importing the worker builds (solving issue #499)

v7.0.2

7.0.2 (2020-11-26)

[FIXED] Removes AuthInfo type from react-native and with-encryption builds. This type was removed everywhere else in v7.0.0. See issue 512

v7.0.1

7.0.1 (2020-11-02)

[FIXED] Channels no longer get stuck in the subscriptionPending state after a failed request to an auth endpoint. Fixes Issue 255

v7.0.0

7.0.0 (2020-07-30)

[UPDATED] Type signatures for authorizer callback. Previously the authorizer callback had 2 arguments, the first was a boolean indicating that the second was an error. Switched for a more conventional function(err, data) signature. Fixes issue 427 This is a breaking change, if you use a custom authorizer

[UPDATED] Types of errors emitted on pusher:subscription_error events. Previously this event just contained the status code the auth endpoint returned. This was replaced with a (hopefully) more error object with a message and a status key. This is a breaking change, if you depend on the status in the pusher:subscription_error event

[FIXED] Stop wrapping websocket errors multiple times. Fixes issue 464 This might be a breaking change, if you depend on the structure of 'error' events emitted by pusher.connection

[FIXED] Stop swallowing errors thrown by handlers on encrypted channels.

... (truncated)

Changelog

Sourced from pusher-js's changelog.

7.0.3 (2021-01-25)

[UPDATED] Bumped version of faye-websocket (used only by the node runtime) from 0.9.4 to 0.11.3. Thanks to @Akhawais for the PR.

[UPDATED] Bumped version of @react-native-community/netinfo (used only by the react-native runtime) from 4.1.1 to 5.9.7. Thanks to @Yinabled for the PR.

[ADDED] We were missing a react-native key in package.json. Thanks to @giaset for the PR

[ADDED] Support for importing the worker builds (solving issue #499)

7.0.2 (2020-11-26)

[FIXED] Removes AuthInfo type from react-native and with-encryption builds. This type was removed everywhere else in v7.0.0. See issue 512

7.0.1 (2020-11-02)

[FIXED] Channels no longer get stuck in the subscriptionPending state after a failed request to an auth endpoint. Fixes Issue 255

7.0.0 (2020-07-30)

[UPDATED] Type signatures for authorizer callback. Previously the authorizer callback had 2 arguments, the first was a boolean indicating that the second was an error. Switched for a more conventional function(err, data) signature. This is a breaking change, if you use a custom authorizer

[UPDATED] Types of errors emitted on pusher:subscription_error events. Previously this event just contained the status code the auth endpoint returned. This was replaced with a (hopefully) more error object with a message and a status key. This is a breaking change, if you depend on the status in the pusher:subscription_error event

[FIXED] Stop wrapping websocket errors multiple times. Fixes issue 464 This might be a breaking change, if you depend on the structure of 'error' events emitted by pusher.connection

[FIXED] Stop swallowing errors thrown by handlers on encrypted channels. Previously errors thrown by handlers bound to encrypted channels were caught and ignored. This was unintentional and undesirable. Fixes Issue 437

6.0.3 (2020-05-14)

... (truncated)

Commits
  • ac35c73 Merge pull request #523 from pusher/7.0.3
  • 22e886e prepare release 7.0.3
  • b18f843 Merge pull request #522 from pusher/add-worker-entrypoint
  • f2caece update README
  • 9050446 Add typescript defs for worker entrypoint
  • f6b32bb Add worker entrypoints
  • 9caf745 Merge pull request #520 from Yinabled/patch-1
  • 40c997a build: update package-lock.json with netinfo
  • 9b42a96 Merge pull request #519 from Akhawais/upgrade-faye-websocket-version
  • 4c1313f Update @react-native-community/netinfo to 5.9.7
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pusher-js](https://github.com/pusher/pusher-js) from 5.0.3 to 7.0.3.
- [Release notes](https://github.com/pusher/pusher-js/releases)
- [Changelog](https://github.com/pusher/pusher-js/blob/master/CHANGELOG.md)
- [Commits](pusher/pusher-js@v5.0.3...v7.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants