BewhiskeredBard / scout-api

An unofficial JavaScript library for the Scout security system API.
MIT License
0 stars 0 forks source link

Bump pusher-js from 7.0.6 to 7.2.0 #420

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pusher-js from 7.0.6 to 7.2.0.

Release notes

Sourced from pusher-js's releases.

v7.2.0

7.2.0

  • [ADDED] Add support for subscription_count event

v7.1.1-beta

7.1.1-beta

[FIXED] Exported Typescript types in index.d.ts

v7.1.0-beta

7.1.0-beta

[ADDED] Support for authenticating users with the signin method

[ADDED] Support for binding to events sent to a specific authenticated user

[UPDATED] The initialization of the Pusher object has been changed. Two new parameters were introduced: userAuthentication and channelAuthorization.

[DEPRECATED] The Pusher object parameters auth, authEndpoint, and authTransport are still supported, but deprecated. They have been replaced with the channelAuthorization parameter.

Changelog

Sourced from pusher-js's changelog.

7.2.0

  • [ADDED] Add support for subscription_count event

7.1.1-beta

[FIXED] Exported Typescript types in index.d.ts

7.1.0-beta

[ADDED] Support for authenticating users with the signin method

[ADDED] Support for binding to events sent to a specific authenticated user

[UPDATED] The initialization of the Pusher object has been changed. Two new parameters were introduced: userAuthentication and channelAuthorization.

[DEPRECATED] The Pusher object parameters auth, authEndpoint, and authTransport are still supported, but deprecated. They have been replaced with the channelAuthorization parameter.

Commits
  • b18b6d3 Merge pull request #609 from pusher/subcount
  • 7924214 Bump to version 7.2.0
  • f6e3b53 Fix path in worker/with-encryption/index.js (#606)
  • 4061c78 Add subscription_count event
  • 5ffd19a Update readme on authorization (#601)
  • 7ec53e2 Merge pull request #600 from pusher/fix_exported_ts_types
  • 84e1092 Fix exported TS types
  • 514b5d6 Merge pull request #597 from pusher/update-readme-add-users
  • c5ab9e6 Update README to remove legacy and replace it with and
  • adac168 Update CHANGELOG and package version for the 7.1.0-beta release (#595)
  • 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[bot] commented 2 years ago

Superseded by #422.