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 formidable and pubnub #142

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

Conversation

dependabot[bot]
Copy link

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

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

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 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.

Removes [formidable](https://github.com/node-formidable/formidable). It's no longer used after updating ancestor dependency [pubnub](https://github.com/pubnub/javascript). These dependencies need to be updated together.


Removes `formidable`

Updates `pubnub` from 7.2.0 to 8.0.0
- [Release notes](https://github.com/pubnub/javascript/releases)
- [Changelog](https://github.com/pubnub/javascript/blob/master/CHANGELOG.md)
- [Commits](pubnub/javascript@v7.2.0...v8.0.0)

---
updated-dependencies:
- dependency-name: formidable
  dependency-type: indirect
- dependency-name: pubnub
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants