npm/hosted-git-info (hosted-git-info)
### [`v7.0.2`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#702-2024-05-04)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v7.0.1...v7.0.2)
##### Bug Fixes
- [`682fa35`](https://togithub.com/npm/hosted-git-info/commit/682fa356278e342b93361bb61cfb0e598011b61f) [#249](https://togithub.com/npm/hosted-git-info/pull/249) linting: no-unused-vars ([@lukekarrys](https://togithub.com/lukekarrys))
##### Chores
- [`f33287c`](https://togithub.com/npm/hosted-git-info/commit/f33287c39772f714b41c2d32a5cb9e98b0d00c6f) [#249](https://togithub.com/npm/hosted-git-info/pull/249) bump [@npmcli/template-oss](https://togithub.com/npmcli/template-oss) to 4.22.0 ([@lukekarrys](https://togithub.com/lukekarrys))
- [`7bbdfd8`](https://togithub.com/npm/hosted-git-info/commit/7bbdfd8a564ddd5952fd245c38193af17e6a8d2c) [#248](https://togithub.com/npm/hosted-git-info/pull/248) chore: postinstall for dependabot template-oss PR ([@lukekarrys](https://togithub.com/lukekarrys))
- [`0d4310e`](https://togithub.com/npm/hosted-git-info/commit/0d4310e90809efa2c7f5be586709c821d432a551) [#249](https://togithub.com/npm/hosted-git-info/pull/249) postinstall for dependabot template-oss PR ([@lukekarrys](https://togithub.com/lukekarrys))
- [`2efc69b`](https://togithub.com/npm/hosted-git-info/commit/2efc69beca342455f1113625c66157f3f5c53af4) [#248](https://togithub.com/npm/hosted-git-info/pull/248) bump [@npmcli/template-oss](https://togithub.com/npmcli/template-oss) from 4.21.3 to 4.21.4 ([@dependabot](https://togithub.com/dependabot)\[bot])
### [`v7.0.1`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#701-2023-09-13)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v7.0.0...v7.0.1)
##### Bug Fixes
- [`d7bac33`](https://togithub.com/npm/hosted-git-info/commit/d7bac33726d6a65788d16e3314f52449f0da58c4) [#213](https://togithub.com/npm/hosted-git-info/pull/213) remove sourcehut bugstemplate ([#213](https://togithub.com/npm/hosted-git-info/issues/213)) ([@vladh](https://togithub.com/vladh))
### [`v7.0.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#700-2023-08-14)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v6.1.1...v7.0.0)
##### ⚠️ BREAKING CHANGES
- support for node 14 has been removed
##### Bug Fixes
- [`f9f7fde`](https://togithub.com/npm/hosted-git-info/commit/f9f7fde1385d3f99ed7a52b9d4b079d8074fc99f) [#209](https://togithub.com/npm/hosted-git-info/pull/209) use lru-cache named export ([@lukekarrys](https://togithub.com/lukekarrys))
- [`c98e908`](https://togithub.com/npm/hosted-git-info/commit/c98e90807775bf5c306a30426d7f6c6ebe9842d5) [#209](https://togithub.com/npm/hosted-git-info/pull/209) drop node14 support ([@lukekarrys](https://togithub.com/lukekarrys))
##### Dependencies
- [`ecdd7de`](https://togithub.com/npm/hosted-git-info/commit/ecdd7decf24f66297ca5f459b4f1f36d41352e23) [#209](https://togithub.com/npm/hosted-git-info/pull/209) bump lru-cache from 7.18.3 to 10.0.1
### [`v6.1.1`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#611-2022-10-27)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v6.1.0...v6.1.1)
##### Bug Fixes
- [`f03bfbd`](https://togithub.com/npm/hosted-git-info/commit/f03bfbd3022c8f6283a991ff879ed97704ac35fa) [#176](https://togithub.com/npm/hosted-git-info/pull/176) only correct protocols when called from githost ([@lukekarrys](https://togithub.com/lukekarrys))
### [`v6.1.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#610-2022-10-26)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v6.0.0...v6.1.0)
##### Features
- [`a44bd35`](https://togithub.com/npm/hosted-git-info/commit/a44bd35820eaa6878f13ee12eba5dca6425ea2bd) [#172](https://togithub.com/npm/hosted-git-info/pull/172) add separate static method for just parsing urls ([@lukekarrys](https://togithub.com/lukekarrys))
### [`v6.0.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#600-2022-10-12)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.2.1...v6.0.0)
##### ⚠️ BREAKING CHANGES
- `GitHost` now has a static `addHost` method to use instead of manually editing the object from `lib/git-host-info.js`.
- set default git ref to HEAD
- `hosted-git-info` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
##### Features
- [`9e0ce62`](https://togithub.com/npm/hosted-git-info/commit/9e0ce62b9aadb2a9cfe8999e96b004a5de4edfdf) [#142](https://togithub.com/npm/hosted-git-info/pull/142) refactor ([@lukekarrys](https://togithub.com/lukekarrys))
- [`89155e8`](https://togithub.com/npm/hosted-git-info/commit/89155e8799369f20ae71713f64e3d0f664192a58) set default git ref to HEAD ([@darcyclarke](https://togithub.com/darcyclarke))
- [`9ed9c38`](https://togithub.com/npm/hosted-git-info/commit/9ed9c38002f899ad2628f96b27b2ec9fecb4662f) [#162](https://togithub.com/npm/hosted-git-info/pull/162) postinstall for dependabot template-oss PR ([@lukekarrys](https://togithub.com/lukekarrys))
##### Bug Fixes
- [`61ca7fb`](https://togithub.com/npm/hosted-git-info/commit/61ca7fb8f003299693e23f351eea589c38a3602c) [#152](https://togithub.com/npm/hosted-git-info/pull/152) parse branch names containing @ ([@lukekarrys](https://togithub.com/lukekarrys))
- [`3cd4a98`](https://togithub.com/npm/hosted-git-info/commit/3cd4a9881e20d3a59bf3bb470661a29208824dd6) ignore colons after hash when correcting scp urls ([@lukekarrys](https://togithub.com/lukekarrys))
### [`v5.2.1`](https://togithub.com/npm/hosted-git-info/releases/tag/v5.2.1)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.2.0...v5.2.1)
##### Bug Fixes
- [`d2db548`](https://togithub.com/npm/hosted-git-info/commit/d2db5488ba372a12b642743cf07f7a88585130b0) [#177](https://togithub.com/npm/hosted-git-info/pull/177) only correct protocols when called from githost ([@lukekarrys](https://togithub.com/lukekarrys))
### [`v5.2.0`](https://togithub.com/npm/hosted-git-info/releases/tag/v5.2.0)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.1.0...v5.2.0)
##### Features
- [`c512363`](https://togithub.com/npm/hosted-git-info/commit/c51236372f5070a01f76db0620b3fbcbe3ceb3c9) [#173](https://togithub.com/npm/hosted-git-info/pull/173) add parseUrl method for only parsing ([@lukekarrys](https://togithub.com/lukekarrys))
### [`v5.1.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#510-2022-08-09)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.0.0...v5.1.0)
##### Features
- add method to get an edit link to a file ([ad02952](https://togithub.com/npm/hosted-git-info/commit/ad02952f89fbdc99e67ae0d5308029395bde3331))
##### Bug Fixes
- add comments to empty catch blocks for linting ([70a770d](https://togithub.com/npm/hosted-git-info/commit/70a770d1202128e15887d69dfd5c930e4ff29a00))
### [`v5.0.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#500-2022-03-14)
[Compare Source](https://togithub.com/npm/hosted-git-info/compare/v4.1.0...v5.0.0)
##### ⚠ BREAKING CHANGES
- this drops support for node 10 and non-LTS versions of node 12 and node 14
##### Bug Fixes
- move files to lib ([a3f4836](https://www.github.com/npm/hosted-git-info/commit/a3f4836ba0a75b355c004e1991e8dd1e6321a983))
- [@npmcli/template-oss](https://togithub.com/npmcli/template-oss)[@2](https://togithub.com/2).9.2 ([c42e1f2](https://www.github.com/npm/hosted-git-info/commit/c42e1f216542ead9d0d328704c5db02204f15ce8))
##### Dependencies
- bump lru-cache from 6.0.0 to 7.5.1 ([#128](https://www.togithub.com/npm/hosted-git-info/issues/128)) ([5b0b3b5](https://www.github.com/npm/hosted-git-info/commit/5b0b3b50bd36f659037e3b82a7ff47b0eff3b9f9))
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 contains the following updates:
^4.0.0
->^7.0.0
Release Notes
npm/hosted-git-info (hosted-git-info)
### [`v7.0.2`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#702-2024-05-04) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v7.0.1...v7.0.2) ##### Bug Fixes - [`682fa35`](https://togithub.com/npm/hosted-git-info/commit/682fa356278e342b93361bb61cfb0e598011b61f) [#249](https://togithub.com/npm/hosted-git-info/pull/249) linting: no-unused-vars ([@lukekarrys](https://togithub.com/lukekarrys)) ##### Chores - [`f33287c`](https://togithub.com/npm/hosted-git-info/commit/f33287c39772f714b41c2d32a5cb9e98b0d00c6f) [#249](https://togithub.com/npm/hosted-git-info/pull/249) bump [@npmcli/template-oss](https://togithub.com/npmcli/template-oss) to 4.22.0 ([@lukekarrys](https://togithub.com/lukekarrys)) - [`7bbdfd8`](https://togithub.com/npm/hosted-git-info/commit/7bbdfd8a564ddd5952fd245c38193af17e6a8d2c) [#248](https://togithub.com/npm/hosted-git-info/pull/248) chore: postinstall for dependabot template-oss PR ([@lukekarrys](https://togithub.com/lukekarrys)) - [`0d4310e`](https://togithub.com/npm/hosted-git-info/commit/0d4310e90809efa2c7f5be586709c821d432a551) [#249](https://togithub.com/npm/hosted-git-info/pull/249) postinstall for dependabot template-oss PR ([@lukekarrys](https://togithub.com/lukekarrys)) - [`2efc69b`](https://togithub.com/npm/hosted-git-info/commit/2efc69beca342455f1113625c66157f3f5c53af4) [#248](https://togithub.com/npm/hosted-git-info/pull/248) bump [@npmcli/template-oss](https://togithub.com/npmcli/template-oss) from 4.21.3 to 4.21.4 ([@dependabot](https://togithub.com/dependabot)\[bot]) ### [`v7.0.1`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#701-2023-09-13) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v7.0.0...v7.0.1) ##### Bug Fixes - [`d7bac33`](https://togithub.com/npm/hosted-git-info/commit/d7bac33726d6a65788d16e3314f52449f0da58c4) [#213](https://togithub.com/npm/hosted-git-info/pull/213) remove sourcehut bugstemplate ([#213](https://togithub.com/npm/hosted-git-info/issues/213)) ([@vladh](https://togithub.com/vladh)) ### [`v7.0.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#700-2023-08-14) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v6.1.1...v7.0.0) ##### ⚠️ BREAKING CHANGES - support for node 14 has been removed ##### Bug Fixes - [`f9f7fde`](https://togithub.com/npm/hosted-git-info/commit/f9f7fde1385d3f99ed7a52b9d4b079d8074fc99f) [#209](https://togithub.com/npm/hosted-git-info/pull/209) use lru-cache named export ([@lukekarrys](https://togithub.com/lukekarrys)) - [`c98e908`](https://togithub.com/npm/hosted-git-info/commit/c98e90807775bf5c306a30426d7f6c6ebe9842d5) [#209](https://togithub.com/npm/hosted-git-info/pull/209) drop node14 support ([@lukekarrys](https://togithub.com/lukekarrys)) ##### Dependencies - [`ecdd7de`](https://togithub.com/npm/hosted-git-info/commit/ecdd7decf24f66297ca5f459b4f1f36d41352e23) [#209](https://togithub.com/npm/hosted-git-info/pull/209) bump lru-cache from 7.18.3 to 10.0.1 ### [`v6.1.1`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#611-2022-10-27) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v6.1.0...v6.1.1) ##### Bug Fixes - [`f03bfbd`](https://togithub.com/npm/hosted-git-info/commit/f03bfbd3022c8f6283a991ff879ed97704ac35fa) [#176](https://togithub.com/npm/hosted-git-info/pull/176) only correct protocols when called from githost ([@lukekarrys](https://togithub.com/lukekarrys)) ### [`v6.1.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#610-2022-10-26) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v6.0.0...v6.1.0) ##### Features - [`a44bd35`](https://togithub.com/npm/hosted-git-info/commit/a44bd35820eaa6878f13ee12eba5dca6425ea2bd) [#172](https://togithub.com/npm/hosted-git-info/pull/172) add separate static method for just parsing urls ([@lukekarrys](https://togithub.com/lukekarrys)) ### [`v6.0.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#600-2022-10-12) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.2.1...v6.0.0) ##### ⚠️ BREAKING CHANGES - `GitHost` now has a static `addHost` method to use instead of manually editing the object from `lib/git-host-info.js`. - set default git ref to HEAD - `hosted-git-info` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` ##### Features - [`9e0ce62`](https://togithub.com/npm/hosted-git-info/commit/9e0ce62b9aadb2a9cfe8999e96b004a5de4edfdf) [#142](https://togithub.com/npm/hosted-git-info/pull/142) refactor ([@lukekarrys](https://togithub.com/lukekarrys)) - [`89155e8`](https://togithub.com/npm/hosted-git-info/commit/89155e8799369f20ae71713f64e3d0f664192a58) set default git ref to HEAD ([@darcyclarke](https://togithub.com/darcyclarke)) - [`9ed9c38`](https://togithub.com/npm/hosted-git-info/commit/9ed9c38002f899ad2628f96b27b2ec9fecb4662f) [#162](https://togithub.com/npm/hosted-git-info/pull/162) postinstall for dependabot template-oss PR ([@lukekarrys](https://togithub.com/lukekarrys)) ##### Bug Fixes - [`61ca7fb`](https://togithub.com/npm/hosted-git-info/commit/61ca7fb8f003299693e23f351eea589c38a3602c) [#152](https://togithub.com/npm/hosted-git-info/pull/152) parse branch names containing @ ([@lukekarrys](https://togithub.com/lukekarrys)) - [`3cd4a98`](https://togithub.com/npm/hosted-git-info/commit/3cd4a9881e20d3a59bf3bb470661a29208824dd6) ignore colons after hash when correcting scp urls ([@lukekarrys](https://togithub.com/lukekarrys)) ### [`v5.2.1`](https://togithub.com/npm/hosted-git-info/releases/tag/v5.2.1) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.2.0...v5.2.1) ##### Bug Fixes - [`d2db548`](https://togithub.com/npm/hosted-git-info/commit/d2db5488ba372a12b642743cf07f7a88585130b0) [#177](https://togithub.com/npm/hosted-git-info/pull/177) only correct protocols when called from githost ([@lukekarrys](https://togithub.com/lukekarrys)) ### [`v5.2.0`](https://togithub.com/npm/hosted-git-info/releases/tag/v5.2.0) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.1.0...v5.2.0) ##### Features - [`c512363`](https://togithub.com/npm/hosted-git-info/commit/c51236372f5070a01f76db0620b3fbcbe3ceb3c9) [#173](https://togithub.com/npm/hosted-git-info/pull/173) add parseUrl method for only parsing ([@lukekarrys](https://togithub.com/lukekarrys)) ### [`v5.1.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#510-2022-08-09) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v5.0.0...v5.1.0) ##### Features - add method to get an edit link to a file ([ad02952](https://togithub.com/npm/hosted-git-info/commit/ad02952f89fbdc99e67ae0d5308029395bde3331)) ##### Bug Fixes - add comments to empty catch blocks for linting ([70a770d](https://togithub.com/npm/hosted-git-info/commit/70a770d1202128e15887d69dfd5c930e4ff29a00)) ### [`v5.0.0`](https://togithub.com/npm/hosted-git-info/blob/HEAD/CHANGELOG.md#500-2022-03-14) [Compare Source](https://togithub.com/npm/hosted-git-info/compare/v4.1.0...v5.0.0) ##### ⚠ BREAKING CHANGES - this drops support for node 10 and non-LTS versions of node 12 and node 14 ##### Bug Fixes - move files to lib ([a3f4836](https://www.github.com/npm/hosted-git-info/commit/a3f4836ba0a75b355c004e1991e8dd1e6321a983)) - [@npmcli/template-oss](https://togithub.com/npmcli/template-oss)[@2](https://togithub.com/2).9.2 ([c42e1f2](https://www.github.com/npm/hosted-git-info/commit/c42e1f216542ead9d0d328704c5db02204f15ce8)) ##### Dependencies - bump lru-cache from 6.0.0 to 7.5.1 ([#128](https://www.togithub.com/npm/hosted-git-info/issues/128)) ([5b0b3b5](https://www.github.com/npm/hosted-git-info/commit/5b0b3b50bd36f659037e3b82a7ff47b0eff3b9f9))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.