balansse / homebridge-vivint

Integrates Vivint security system with Apple Home
Other
45 stars 15 forks source link

Bump formidable and pubnub #142

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Removes formidable. It's no longer used after updating ancestor dependency pubnub. These dependencies need to be updated together.

Removes formidable

Updates pubnub from 7.2.0 to 8.0.0

Release notes

Sourced from pubnub's releases.

v8.0.0

April 22 2024

Added

  • Upgraded the network layer, replacing the superagent module with the Fetch API for browser integrations and node-fetch for npm integrations, ensuring enhanced performance and reliability.
  • Added service worker .
  • Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs. The client interface rewritten with TypeScript, which gives an up-to-date interface.

v7.6.3

April 18 2024

Fixed

  • Fixes issue of add or remove listener of subscription to/from subscriptionSet.

v7.6.2

March 28 2024

Added

  • Added support for pagination params for listChannels api of push notification devices.

v7.6.1

February 26 2024

Fixed

  • Fixes issue of App context event handling for channel and membership.

v7.6.0

February 21 2024

Added

  • Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.

v7.5.0

January 16 2024

Added

  • Added enableEventEngine, maintainPresenceState flags and retryConfiguration for retry policy configuration.

Fixed

  • Fixes issue of allowing duplicate listener registration.
  • Fixes file name conflict in lib directory. Fixed the following issues reported by @​priyanshu102002: #355.

v7.4.5

November 28 2023

... (truncated)

Changelog

Sourced from pubnub's changelog.

v8.0.0

April 22 2024

Added

  • Upgraded the network layer, replacing the superagent module with the Fetch API for browser integrations and node-fetch for npm integrations, ensuring enhanced performance and reliability.
  • Added service worker .
  • Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs. The client interface rewritten with TypeScript, which gives an up-to-date interface.

v7.6.3

April 18 2024

Fixed

  • Fixes issue of add or remove listener of subscription to/from subscriptionSet.

v7.6.2

March 28 2024

Added

  • Added support for pagination params for listChannels api of push notification devices.

v7.6.1

February 26 2024

Fixed

  • Fixes issue of App context event handling for channel and membership.

v7.6.0

February 21 2024

Added

  • Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.

v7.5.0

January 16 2024

Added

  • Added enableEventEngine, maintainPresenceState flags and retryConfiguration for retry policy configuration.

Fixed

  • Fixes issue of allowing duplicate listener registration.
  • Fixes file name conflict in lib directory. Fixed the following issues reported by @​priyanshu102002: #355.

v7.4.5

November 28 2023

Fixed

  • Handle unencrypted messages in subscribe with cryptoModule configured.
  • Fixe for missing parameters to request or filter optional fields for App Context memberships api.

v7.4.4

... (truncated)

Commits
  • 410930f superagent replacement and web worker for web (#367)
  • b29cc36 fix: add-remove-subscription-listener-to-set (#368)
  • 8d9d8c2 CLEN-1924: pagination params listChannels api for push devices (#366)
  • a551a84 fix: App context event handling for channel and membership (#362)
  • a73bc58 feat: new listener interface (#359)
  • f0bd4e5 eventEngine (#334)
  • 76bc504 fix: crash unencrypted message with crypto module (#349)
  • 6ea105a fix: getChannelMembers status field include (#347)
  • 291b212 Fix/blob file encryption (#346)
  • 513113f chore:update license field in package.json (#344)
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/balansse/homebridge-vivint/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.