Skip to content

Commit

Permalink
Update dependency strict-event-emitter to v0.5.1 (#102)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [strict-event-emitter](https://togithub.com/open-draft/strict-event-emitter) | [`0.5.0` -> `0.5.1`](https://renovatebot.com/diffs/npm/strict-event-emitter/0.5.0/0.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/strict-event-emitter/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/strict-event-emitter/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/strict-event-emitter/0.5.0/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/strict-event-emitter/0.5.0/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>open-draft/strict-event-emitter (strict-event-emitter)</summary>

### [`v0.5.1`](https://togithub.com/open-draft/strict-event-emitter/releases/tag/v0.5.1)

[Compare Source](https://togithub.com/open-draft/strict-event-emitter/compare/v0.5.0...v0.5.1)

#### v0.5.1 (2023-09-21)

##### Bug Fixes

-   preserve async listeners with ".once()" ([#&#8203;17](https://togithub.com/open-draft/strict-event-emitter/issues/17)) ([`b28d07d`](https://togithub.com/open-draft/strict-event-emitter/commit/b28d07d5d81e6f0f9eb899048de12e9199db5b72)) [@&#8203;kettanaito](https://togithub.com/kettanaito)
-   multiple same-event "once" listeners should all be called ([#&#8203;16](https://togithub.com/open-draft/strict-event-emitter/issues/16)) ([`b5da3bf`](https://togithub.com/open-draft/strict-event-emitter/commit/b5da3bffe6b7913fe5ea27e3abe0285741765424)) [@&#8203;come25136](https://togithub.com/come25136) [@&#8203;kettanaito](https://togithub.com/kettanaito)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 10e0dd6 commit 8a420c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"stacktrace-parser": "0.1.10",
"stream-browserify": "3.0.0",
"stream-http": "3.1.1",
"strict-event-emitter": "0.5.0",
"strict-event-emitter": "0.5.1",
"string-hash": "1.1.3",
"string_decoder": "1.3.0",
"strip-ansi": "6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a420c8

Please sign in to comment.