Skip to content

Bump typed-emitter from 1.4.0 to 2.1.0 - #4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typed-emitter-2.1.0
Open

Bump typed-emitter from 1.4.0 to 2.1.0#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typed-emitter-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2022

Copy link
Copy Markdown

Bumps typed-emitter from 1.4.0 to 2.1.0.

Release notes

Sourced from typed-emitter's releases.

v2.1.0

Minor release. Carries a breaking change for rxjs users and a bug fix for everyone.

RxJS interface

  • New TypedEmitter interface exported from typed-emitter/rxjs (part of #31)

Bug fixes

  • Fix __events property just added in v2.0.0 (#29)

v2.0.0

Another release! Not huge, but a mildly breaking one.

Breaking changes

type EventMap = {
  [key: string]: (...args: any[]) => void
}
interface TypedEventEmitter<Events extends EventMap> {
// …
}

New features

  • Added compatibility interface FromEvent for rxjs under separate entry point (#19, by @​huan)
 import { fromEvent as rxFromEvent } from "rxjs"
 import { FromEvent } from "typed-emitter/rxjs"
// The Observable typing can be correctly inferenced
const fromEvent = rxFromEvent as FromEvent

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 [typed-emitter](https://github.com/andywer/typed-emitter) from 1.4.0 to 2.1.0.
- [Release notes](https://github.com/andywer/typed-emitter/releases)
- [Commits](andywer/typed-emitter@v1.4.0...v2.1.0)

---
updated-dependencies:
- dependency-name: typed-emitter
  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 May 6, 2022
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