sindresorhus/get-port
### [`v6.1.2`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.1.2)
[Compare Source](https://togithub.com/sindresorhus/get-port/compare/v6.1.1...v6.1.2)
- Fix `portNumbers` argument validation and number generation ([#64](https://togithub.com/sindresorhus/get-port/issues/64)) [`1fb0e70`](https://togithub.com/sindresorhus/get-port/commit/1fb0e70)
### [`v6.1.1`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.1.1)
[Compare Source](https://togithub.com/sindresorhus/get-port/compare/v6.1.0...v6.1.1)
- Mark package as side effect free ([#63](https://togithub.com/sindresorhus/get-port/issues/63)) [`d7ba424`](https://togithub.com/sindresorhus/get-port/commit/d7ba424)
### [`v6.1.0`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.1.0)
[Compare Source](https://togithub.com/sindresorhus/get-port/compare/v6.0.0...v6.1.0)
- Add [`exclude`](https://togithub.com/sindresorhus/get-port#exclude) option ([#53](https://togithub.com/sindresorhus/get-port/issues/53)) [`d03c07b`](https://togithub.com/sindresorhus/get-port/commit/d03c07b)
### [`v6.0.0`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.0.0)
[Compare Source](https://togithub.com/sindresorhus/get-port/compare/v5.1.1...v6.0.0)
##### Breaking
- Require Node.js 12.20 [`c08a4ae`](https://togithub.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://togithub.com/sindresorhus/get-port/issues/56)) [`c3bbed9`](https://togithub.com/sindresorhus/get-port/commit/c3bbed9)
### [`v5.1.1`](https://togithub.com/sindresorhus/get-port/releases/tag/v5.1.1)
[Compare Source](https://togithub.com/sindresorhus/get-port/compare/v5.1.0...v5.1.1)
- Fix unref'ing the timer in some environments ([#40](https://togithub.com/sindresorhus/get-port/issues/40)) [`0a447b1`](https://togithub.com/sindresorhus/get-port/commit/0a447b1)
### [`v5.1.0`](https://togithub.com/sindresorhus/get-port/releases/tag/v5.1.0)
[Compare Source](https://togithub.com/sindresorhus/get-port/compare/v5.0.0...v5.1.0)
- Fix in-process race condition ([#36](https://togithub.com/sindresorhus/get-port/issues/36)) [`73e21d8`](https://togithub.com/sindresorhus/get-port/commit/73e21d8)
- Fall back to a random port if preferred port is privileged ([#39](https://togithub.com/sindresorhus/get-port/issues/39)) [`45a71bc`](https://togithub.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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^5.0.0
->^6.1.2
Release Notes
sindresorhus/get-port
### [`v6.1.2`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.1.2) [Compare Source](https://togithub.com/sindresorhus/get-port/compare/v6.1.1...v6.1.2) - Fix `portNumbers` argument validation and number generation ([#64](https://togithub.com/sindresorhus/get-port/issues/64)) [`1fb0e70`](https://togithub.com/sindresorhus/get-port/commit/1fb0e70) ### [`v6.1.1`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.1.1) [Compare Source](https://togithub.com/sindresorhus/get-port/compare/v6.1.0...v6.1.1) - Mark package as side effect free ([#63](https://togithub.com/sindresorhus/get-port/issues/63)) [`d7ba424`](https://togithub.com/sindresorhus/get-port/commit/d7ba424) ### [`v6.1.0`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/get-port/compare/v6.0.0...v6.1.0) - Add [`exclude`](https://togithub.com/sindresorhus/get-port#exclude) option ([#53](https://togithub.com/sindresorhus/get-port/issues/53)) [`d03c07b`](https://togithub.com/sindresorhus/get-port/commit/d03c07b) ### [`v6.0.0`](https://togithub.com/sindresorhus/get-port/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/get-port/compare/v5.1.1...v6.0.0) ##### Breaking - Require Node.js 12.20 [`c08a4ae`](https://togithub.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://togithub.com/sindresorhus/get-port/issues/56)) [`c3bbed9`](https://togithub.com/sindresorhus/get-port/commit/c3bbed9) ### [`v5.1.1`](https://togithub.com/sindresorhus/get-port/releases/tag/v5.1.1) [Compare Source](https://togithub.com/sindresorhus/get-port/compare/v5.1.0...v5.1.1) - Fix unref'ing the timer in some environments ([#40](https://togithub.com/sindresorhus/get-port/issues/40)) [`0a447b1`](https://togithub.com/sindresorhus/get-port/commit/0a447b1) ### [`v5.1.0`](https://togithub.com/sindresorhus/get-port/releases/tag/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/get-port/compare/v5.0.0...v5.1.0) - Fix in-process race condition ([#36](https://togithub.com/sindresorhus/get-port/issues/36)) [`73e21d8`](https://togithub.com/sindresorhus/get-port/commit/73e21d8) - Fall back to a random port if preferred port is privileged ([#39](https://togithub.com/sindresorhus/get-port/issues/39)) [`45a71bc`](https://togithub.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 has been generated by Mend Renovate. View repository job log here.