Skip to content

Bump broadcast-channel from 3.7.0 to 4.14.0#3544

Merged
rtibbles merged 2 commits intounstablefrom
dependabot/npm_and_yarn/broadcast-channel-4.14.0
Sep 8, 2022
Merged

Bump broadcast-channel from 3.7.0 to 4.14.0#3544
rtibbles merged 2 commits intounstablefrom
dependabot/npm_and_yarn/broadcast-channel-4.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2022

Bumps broadcast-channel from 3.7.0 to 4.14.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.14.0 (18 Juli June 2022)

  • Updated dependencies.

4.13.0 (1 June 2022)

  • FIX ES module for Node.js #972

4.12.0 (25 May 2022)

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)

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

@dependabot dependabot bot added javascript Pull requests that update Javascript code TAG: dependencies labels Aug 16, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/broadcast-channel-4.14.0 branch from 25c6a85 to d42bda7 Compare August 17, 2022 16:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/broadcast-channel-4.14.0 branch from d42bda7 to 041bbdf Compare August 24, 2022 23:46
Bumps [broadcast-channel](https://github.com/pubkey/broadcast-channel) from 3.7.0 to 4.14.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 force-pushed the dependabot/npm_and_yarn/broadcast-channel-4.14.0 branch from 041bbdf to 03c8ecd Compare September 2, 2022 02:26
Copy link
Copy Markdown
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manual testing works after the build was fixed.

@rtibbles rtibbles merged commit 548816e into unstable Sep 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/broadcast-channel-4.14.0 branch September 8, 2022 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code TAG: dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant