Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 3, 2022

Bumps broadcast-channel from 3.7.0 to 4.9.0.

Release notes

Sourced from broadcast-channel's releases.

4.9.0

Bugfixes:

  • When listening to messages directly, responses that where send directly after addEventListener() where missing because of inaccurate JavaScript timing.

4.8.0

Changes:

  • Better determine the correct responseTime to use to make it less likely to elect duplicate leaders.

4.7.1

Bugfixes:

  • Remove useless log at leader election fallback interval.

4.7.0

Bugfixes:

  • Prevent EMFILE, too many open files error when writing many messages at once.

4.6.0

Other:

  • Added broadcastChannel.id() for debugging

Bugfixes:

  • Refactor applyOnce() queue to ensure we do not run more often then needed.

4.3.0

Features:

  • Added LeaderElector.hasLeader
  • Added LeaderElector.broadcastChannel

4.2.0

Bugfixes:

Changelog

Sourced from broadcast-channel's changelog.

4.9.0 (23 December 2021)

Bugfixes:

  • When listening to messages directly, responses that where send directly after addEventListener() where missing because of inaccurate JavaScript timing.

4.8.0 (15 December 2021)

Changes:

  • Better determine the correct responseTime to use to make it less likely to elect duplicate leaders.

4.7.1 (13 December 2021)

Bugfixes:

  • Remove useless log at leader election fallback interval.

4.7.0 (3 December 2021)

Bugfixes:

  • Prevent EMFILE, too many open files error when writing many messages at once.

4.6.0 (2 December 2021)

Other:

  • Added broadcastChannel.id() for debugging

Bugfixes:

  • Refactor applyOnce() queue to ensure we do not run more often then needed.

4.5.0 (5 November 2021)

Bugfixes:

  • Running applyOnce() in a loop must not fully block the JavaScript process.

4.4.0 (2 November 2021)

Other:

  • Replaced js-sha with node's crypto module.

4.3.1 (30 October 2021)

Bugfixes:

  • Fixed broken promise rejection.

4.3.0 (30 October 2021)

Features:

  • Added LeaderElector.hasLeader
  • Added LeaderElector.broadcastChannel

4.2.0 (3 August 2021)

... (truncated)

Commits
  • 1f05a0f 4.9.0
  • c872596 FIX test
  • f0a0e44 FIX missing events directly after addEventListener() 2
  • 91a3e64 FIX missing events directly after addEventListener()
  • b539c25 FIX worker test properly log error to fail e2e test
  • aba22d0 FIX do not run worker test with localstorage method
  • 0298b20 ADD test to reproduce missing events
  • 215808f Update dependency testcafe to v1.18.1
  • 56d5597 Update dependency testcafe to v1.18.0
  • 8be50bf Update dependency concurrently to v6.5.1
  • 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)

Bumps [broadcast-channel](https://github.com/pubkey/broadcast-channel) from 3.7.0 to 4.9.0.
- [Release notes](https://github.com/pubkey/broadcast-channel/releases)
- [Changelog](https://github.com/pubkey/broadcast-channel/blob/master/CHANGELOG.md)
- [Commits](pubkey/broadcast-channel@3.7.0...4.9.0)

---
updated-dependencies:
- dependency-name: broadcast-channel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 7, 2022

Superseded by #21.

@dependabot dependabot bot closed this Feb 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/broadcast-channel-4.9.0 branch February 7, 2022 22:22
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.

0 participants