From 5abc745903d9a8796674519bf4c6df1898ec386d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:17:36 +0000 Subject: [PATCH] Update dependency wait-port to v1 (#424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
dwmkerr/wait-port (wait-port) ### [`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))
--- ### 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). --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0eafc4e43a..aa749ee3e9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c3139e557..df0069c34f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -519,8 +519,8 @@ importers: specifier: 5.0.0 version: 5.0.0 wait-port: - specifier: 0.3.1 - version: 0.3.1 + specifier: 1.1.0 + version: 1.1.0 webpack: specifier: 5.89.0 version: 5.89.0(@swc/core@1.3.93) @@ -25047,8 +25047,8 @@ packages: xml-name-validator: 3.0.0 dev: true - /wait-port@0.3.1: - resolution: {integrity: sha512-o8kW8xjslQDrbazXgXeDFt53l128J9xBAiG4aBmr9DcQA05jt0VBf2TE2vc9rxctgZjIuWpiXuO0gIYFo3pZSA==} + /wait-port@1.1.0: + resolution: {integrity: sha512-3e04qkoN3LxTMLakdqeWth8nih8usyg+sf1Bgdf9wwUkp05iuK1eSY/QpLvscT/+F/gA89+LpUmmgBtesbqI2Q==} engines: {node: '>=10'} hasBin: true dependencies: