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 eventemitter2 from 4.1.2 to 6.4.4 #370

Merged
merged 1 commit into from
May 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2021

Bumps eventemitter2 from 4.1.2 to 6.4.4.

Release notes

Sourced from eventemitter2's releases.

v6.4.4 Added ETIMEDOUT code; Fixed prepending listeners to wildcard emitters;

Added

Fixed

  • prepending listeners to wildcard emitters @​Ilrilan

v6.4.3 Fixed waitFor listeners leakage issue & objectify option in wildcard mode

Fixed

v6.4.2 Removed eval usage to avoid Content Security Policy issue (#259)

Fixed

v6.4.1 Increased emitter performance in wildcard mode

Fixed

v6.2.1 Global scope is no longer defaulted to the window variable, now supports workers

Fixed

v6.2.0 Added waitFor method to wait for events using promises

Added

v6.1.0 Added ignoreErrors option in constructor @​DigitalBrainJS

Added

v6.0.0

Improved performance by not creating _events if there are no publishers

EventEmitter2/EventEmitter2@4.1.0...v6.0.0

Changelog

Sourced from eventemitter2's changelog.

[6.4.4] - 2021-02-23

Added

Fixed

  • prepending listeners to wildcard emitters @​Ilrilan

[6.4.3] - 2020-06-18

Fixed

[6.4.2] - 2020-05-28

Fixed

[6.4.1] - 2020-05-10

Fixed

[6.4.0] - 2020-05-04

Added

  • Symbol events support for simple and wildcard emitters #201 @​DigitalBrainJS
  • emitter.hasListeners method #251 @​DigitalBrainJS
  • emitter.listenTo & emitter.stopListeningTo methods for listening to an external event emitter of any kind and propagate its events through itself using optional reducers/filters @​DigitalBrainJS
  • async listeners for invoking handlers using setImmediate|setTimeout|nextTick (see async, promisify and nextTicks options for subscription methods) @​DigitalBrainJS
  • Ability for subscription methods to return a listener object to simplify subscription management (see the objectify option) @​DigitalBrainJS
  • micro optimizations for performance reasons @​DigitalBrainJS

Fixed

[6.3.0] - 2020-03-28

Added

[6.2.1] - 2020-03-20

Fixed

... (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 the dependencies Pull requests that update a dependency file label Apr 7, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eventemitter2-6.4.4 branch 2 times, most recently from 53e17d4 to 78bc597 Compare May 8, 2021 13:58
@MatthijsBurgh MatthijsBurgh force-pushed the dependabot/npm_and_yarn/eventemitter2-6.4.4 branch from 78bc597 to 1837df0 Compare May 8, 2021 14:48
@MatthijsBurgh MatthijsBurgh merged commit 34a92ca into develop May 8, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eventemitter2-6.4.4 branch May 8, 2021 16:52
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.

1 participant