Skip to content

Commit

Permalink
Update dependency wait-port to v1 (#424)
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 |
|---|---|---|---|---|---|
| [wait-port](https://togithub.com/dwmkerr/wait-port) | [`0.3.1` -> `1.1.0`](https://renovatebot.com/diffs/npm/wait-port/0.3.1/1.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/wait-port/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/wait-port/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/wait-port/0.3.1/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wait-port/0.3.1/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>dwmkerr/wait-port (wait-port)</summary>

### [`v1.1.0`](https://togithub.com/dwmkerr/wait-port/blob/HEAD/CHANGELOG.md#110-2023-09-20)

[Compare Source](https://togithub.com/dwmkerr/wait-port/compare/v1.0.4...v1.1.0)

##### Features

-   add autoSelectFamily for happy eyeballs support ([#&#8203;99](https://togithub.com/dwmkerr/wait-port/issues/99)) ([bee455e](https://togithub.com/dwmkerr/wait-port/commit/bee455e7a993f165cf440a7b502cb769905e81a8))

### [`v1.0.4`](https://togithub.com/dwmkerr/wait-port/blob/HEAD/CHANGELOG.md#104-2022-10-18)

[Compare Source](https://togithub.com/dwmkerr/wait-port/compare/v1.0.3...v1.0.4)

##### Bug Fixes

-   Handle systems without IPv6 properly ([#&#8203;97](https://togithub.com/dwmkerr/wait-port/issues/97)) ([7cc0fac](https://togithub.com/dwmkerr/wait-port/commit/7cc0facab2c6735b6f03c1528a1114d1d9658eae))

### [`v1.0.3`](https://togithub.com/dwmkerr/wait-port/blob/HEAD/CHANGELOG.md#103-2022-10-12)

[Compare Source](https://togithub.com/dwmkerr/wait-port/compare/v1.0.1...v1.0.3)

##### Bug Fixes

-   fix publish ([#&#8203;95](https://togithub.com/dwmkerr/wait-port/issues/95)) ([446798a](https://togithub.com/dwmkerr/wait-port/commit/446798a9cf789b38b1ea84ee6306f2f2e34fd3e8))

### [`v1.0.1`](https://togithub.com/dwmkerr/wait-port/blob/HEAD/CHANGELOG.md#101-2022-09-20)

[Compare Source](https://togithub.com/dwmkerr/wait-port/compare/v1.0.0...v1.0.1)

##### Bug Fixes

-   correct return code on timeout ([#&#8203;90](https://togithub.com/dwmkerr/wait-port/issues/90)) ([75988cc](https://togithub.com/dwmkerr/wait-port/commit/75988cc09cb6c0398df42afb9a94a124bae81255)), closes [#&#8203;89](https://togithub.com/dwmkerr/wait-port/issues/89)

### [`v1.0.0`](https://togithub.com/dwmkerr/wait-port/blob/HEAD/CHANGELOG.md#100-2022-09-08)

[Compare Source](https://togithub.com/dwmkerr/wait-port/compare/v0.3.1...v1.0.0)

##### ⚠ BREAKING CHANGES

-   Returns now an object instead of an boolean. The object contains the property `open: boolean` and if `open` is `true` it will also contain `ipVersion` which will be `4` or `6` dependening on which IP version the open port was found on.

##### Bug Fixes

-   Check both IPv4 and IPv6 when dns-name supplied ([#&#8203;84](https://togithub.com/dwmkerr/wait-port/issues/84)) ([3c3821c](https://togithub.com/dwmkerr/wait-port/commit/3c3821ca7e7079ca238ce28c0886b0fabaa49470))

</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 Oct 16, 2023
1 parent 3ae655e commit 5abc745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"turbo": "1.10.15",
"typescript": "5.2.2",
"unfetch": "5.0.0",
"wait-port": "0.3.1",
"wait-port": "1.1.0",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.1",
"whatwg-fetch": "3.6.19",
Expand Down
8 changes: 4 additions & 4 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 5abc745

Please sign in to comment.