Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2022

Bumps broadcast-channel from 3.7.0 to 4.11.0.

Release notes

Sourced from broadcast-channel's releases.

4.10.0

  • Improve error message when calling postMessage to a closed channel.

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.11.0 (12 April 2022)

  • Replaced nano-time with microtime.
  • Improve IndexedDB method performance.

4.10.0 (3 February 2022)

  • Improve error message when calling postMessage to a closed channel.

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:

... (truncated)

Commits

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.11.0.
- [Release notes](https://github.com/pubkey/broadcast-channel/releases)
- [Changelog](https://github.com/pubkey/broadcast-channel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pubkey/broadcast-channel/commits)

---
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 Apr 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 4, 2022

Superseded by #39.

@dependabot dependabot bot closed this Jul 4, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/broadcast-channel-4.11.0 branch July 4, 2022 23:04
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