nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!
MIT License
312 stars 17 forks source link

chore(deps): update devdependency get-port to v7 #128

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
get-port ^5.0.0 -> ^7.1.0 age adoption passing confidence

Release Notes

sindresorhus/get-port (get-port) ### [`v7.1.0`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v7.0.0...v7.1.0) - Add [`clearLockedPorts()`](https://redirect.github.com/sindresorhus/get-port?tab=readme-ov-file#clearlockedports) method ([#​70](https://redirect.github.com/sindresorhus/get-port/issues/70)) [`d4fb7f8`](https://redirect.github.com/sindresorhus/get-port/commit/d4fb7f8) ### [`v7.0.0`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v6.1.2...v7.0.0) ##### Breaking - Require Node.js 16 [`5cc3422`](https://redirect.github.com/sindresorhus/get-port/commit/5cc3422) ##### Improvements - Use timeout instead of interval for releasing ports ([#​68](https://redirect.github.com/sindresorhus/get-port/issues/68)) [`bd8a403`](https://redirect.github.com/sindresorhus/get-port/commit/bd8a403) ### [`v6.1.2`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v6.1.2) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v6.1.1...v6.1.2) - Fix `portNumbers` argument validation and number generation ([#​64](https://redirect.github.com/sindresorhus/get-port/issues/64)) [`1fb0e70`](https://redirect.github.com/sindresorhus/get-port/commit/1fb0e70) ### [`v6.1.1`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v6.1.1) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v6.1.0...v6.1.1) - Mark package as side effect free ([#​63](https://redirect.github.com/sindresorhus/get-port/issues/63)) [`d7ba424`](https://redirect.github.com/sindresorhus/get-port/commit/d7ba424) ### [`v6.1.0`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v6.0.0...v6.1.0) - Add [`exclude`](https://redirect.github.com/sindresorhus/get-port#exclude) option ([#​53](https://redirect.github.com/sindresorhus/get-port/issues/53)) [`d03c07b`](https://redirect.github.com/sindresorhus/get-port/commit/d03c07b) ### [`v6.0.0`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v5.1.1...v6.0.0) ##### Breaking - Require Node.js 12.20 [`c08a4ae`](https://redirect.github.com/sindresorhus/get-port/commit/c08a4ae) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - `require('get-port').makeRange` => `import {portsNumbers] from 'get-port'` ##### Improvements - Check all local hosts for port availability ([#​56](https://redirect.github.com/sindresorhus/get-port/issues/56)) [`c3bbed9`](https://redirect.github.com/sindresorhus/get-port/commit/c3bbed9) ### [`v5.1.1`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v5.1.1) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v5.1.0...v5.1.1) - Fix unref'ing the timer in some environments ([#​40](https://redirect.github.com/sindresorhus/get-port/issues/40)) [`0a447b1`](https://redirect.github.com/sindresorhus/get-port/commit/0a447b1) ### [`v5.1.0`](https://redirect.github.com/sindresorhus/get-port/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/sindresorhus/get-port/compare/v5.0.0...v5.1.0) - Fix in-process race condition ([#​36](https://redirect.github.com/sindresorhus/get-port/issues/36)) [`73e21d8`](https://redirect.github.com/sindresorhus/get-port/commit/73e21d8) - Fall back to a random port if preferred port is privileged ([#​39](https://redirect.github.com/sindresorhus/get-port/issues/39)) [`45a71bc`](https://redirect.github.com/sindresorhus/get-port/commit/45a71bc)

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.



This PR was generated by Mend Renovate. View the repository job log.