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

fix(deps): update dependency typed-emitter to v2 #368

Merged
merged 2 commits into from
Mar 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typed-emitter ^1.3.1 -> ^2.0.0 age adoption passing confidence

Release Notes

andywer/typed-emitter

v2.1.0

Compare Source

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

Compare Source

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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch 3 times, most recently from fe49575 to 4239207 Compare January 20, 2022 23:36
@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch 3 times, most recently from d0b2b62 to 0888372 Compare February 7, 2022 18:34
@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch 3 times, most recently from 9965208 to 5ffe264 Compare February 14, 2022 23:04
@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch 6 times, most recently from e903092 to 25d349e Compare March 2, 2022 01:27
@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch 3 times, most recently from 061caaf to da924be Compare March 11, 2022 16:11
@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch 4 times, most recently from 689338c to 05a5044 Compare March 22, 2022 17:08
@renovate renovate bot force-pushed the renovate/typed-emitter-2.x branch from 05a5044 to a7cd914 Compare March 22, 2022 17:10
@hongaar hongaar merged commit 8435770 into main Mar 22, 2022
@hongaar hongaar deleted the renovate/typed-emitter-2.x branch March 22, 2022 18:32
github-actions bot pushed a commit that referenced this pull request Mar 22, 2022
## [1.9.2](v1.9.1...v1.9.2) (2022-03-22)

### Bug Fixes

* **deps:** update dependency typed-emitter to v2 ([#368](#368)) ([8435770](8435770))

[skip ci]
@hongaar
Copy link
Owner

hongaar commented Mar 22, 2022

🎉 This PR is included in version 1.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants