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

chore(deps-dev): bump typed-emitter from 1.4.0 to 2.1.0 #419

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@ybiquitous
Copy link
Member

@dependabot recreate

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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typed-emitter-2.1.0 branch from 3595449 to 11d2597 Compare February 14, 2024 15:13
@ybiquitous ybiquitous merged commit 4a008af into main Feb 14, 2024
9 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/typed-emitter-2.1.0 branch February 14, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

1 participant