Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency wait-port to v1 (#424)
[![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 ([#​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 ([#​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 ([#​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 ([#​90](https://togithub.com/dwmkerr/wait-port/issues/90)) ([75988cc](https://togithub.com/dwmkerr/wait-port/commit/75988cc09cb6c0398df42afb9a94a124bae81255)), closes [#​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 ([#​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