Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
IonicaBizau/parse-url
### [`v9.0.1`](https://togithub.com/IonicaBizau/parse-url/compare/9.0.0...5af2b7c19bac86ac1f8a134bcbe6797991798022)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/9.0.0...5af2b7c19bac86ac1f8a134bcbe6797991798022)
### [`v9.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/9.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/8.1.0...9.0.0)
Update GIT_RE regex to match on SSH urls with spaces in Project/Repo Names -- thanks [@monil-patel](https://togithub.com/monil-patel) :cake:
### [`v8.1.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/8.1.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/8.0.0...8.1.0)
##### `parse-url@8.1.0`
- fix: cjs to load normalize-url /cc [#58](https://togithub.com/IonicaBizau/parse-url/issues/58)
- fix: Include index.d.ts in package.json /cc [#63](https://togithub.com/IonicaBizau/parse-url/issues/63)
- feat: support custom SSH username /cc [#60](https://togithub.com/IonicaBizau/parse-url/issues/60)
- feat: improve regex pattern /cc [#59](https://togithub.com/IonicaBizau/parse-url/issues/59)
Thanks to [@privatenumber](https://togithub.com/privatenumber) and [@briancoit](https://togithub.com/briancoit) for their contributions! :cake:
### [`v8.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/8.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/7.0.2...8.0.0)
##### parse-url 8.0.0
**Breaking Changes**
- The `resource` property will not contain the port, but the `host` one will.
- Throw an error if the input is invalid. Hence, file paths like `/home/path/to/dir` will only be valid if the `file://` protocol is added (`file://home/path/to/dir`)
- Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.
**Fixes**
- fix file protocol spoofing [#48](https://togithub.com/IonicaBizau/parse-url/issues/48), thanks [@vovikhangcdv](https://togithub.com/vovikhangcdv)!
- fix: support hyphens in git@ URLs ([#50](https://togithub.com/IonicaBizau/parse-url/issues/50)) [#51](https://togithub.com/IonicaBizau/parse-url/issues/51), thanks [@crenshaw-dev](https://togithub.com/crenshaw-dev)!
- fix: support dot in git@ URLS [#52](https://togithub.com/IonicaBizau/parse-url/issues/52), thanks [@GalHalupSeaLights](https://togithub.com/GalHalupSeaLights)!
**Other changes**
- build: add CommonJS distribution thanks to [@privatenumber](https://togithub.com/privatenumber)! /cc [#54](https://togithub.com/IonicaBizau/parse-url/issues/54) :cake:
### [`v7.0.2`](https://togithub.com/IonicaBizau/parse-url/releases/tag/7.0.2)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/7.0.1...7.0.2)
Add the url in the error object, fixes [#14](https://togithub.com/IonicaBizau/parse-url/issues/14)
### [`v7.0.1`](https://togithub.com/IonicaBizau/parse-url/releases/tag/7.0.1)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/7.0.0...7.0.1)
:memo: docs
### [`v7.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/7.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/6.0.5...7.0.0)
##### `parse-url` 7.0.0
:star: This is a major release of `parse-url`! :star:
##### Breaking changes
- If the input url has a trailing slash, the trailing slash will be added in the `pathname` too.
- The `port` field is a string. By default empty.
- Added the `password` field (default: `""`)
- The resource may contain the `port` in it (e.g. `resource: "domain.com:4200"`).
##### Features
- Faster
- More secure
- Cleaner codebase
### [`v6.0.3`](https://togithub.com/IonicaBizau/parse-url/compare/fa488b2f26715995251c30825398e6aa96a0aadf...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/fa488b2f26715995251c30825398e6aa96a0aadf...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe)
### [`v6.0.2`](https://togithub.com/IonicaBizau/parse-url/compare/6.0.1...fa488b2f26715995251c30825398e6aa96a0aadf)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/6.0.1...fa488b2f26715995251c30825398e6aa96a0aadf)
### [`v6.0.1`](https://togithub.com/IonicaBizau/parse-url/compare/6.0.0...6.0.1)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/6.0.0...6.0.1)
### [`v6.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/6.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.8...6.0.0)
Major release to update normalize-url to the latest version.
**Perhaps not compatible with Safari anymore unless normalize-url will release a patch.**
Fixes [#19](https://togithub.com/IonicaBizau/parse-url/issues/19). :tada:
### [`v5.0.8`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.8)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe...5.0.8)
Update dependencies
### [`v5.0.7`](https://togithub.com/IonicaBizau/parse-url/compare/5.0.6...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.6...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe)
### [`v5.0.6`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.6)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.5...5.0.6)
- Added typescript support /cc [#25](https://togithub.com/IonicaBizau/parse-url/issues/25) -- thanks [@Strandor](https://togithub.com/Strandor)! :cake:
- Fix normalize url default options /cc [#27](https://togithub.com/IonicaBizau/parse-url/issues/27) -- thanks [@icecubed](https://togithub.com/icecubed)! :cake:
### [`v5.0.5`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.5)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/4c5548f6b740bf63a59390ad016f0e87f5bc2436...5.0.5)
Downgrade the normalize-url version
### [`v5.0.4`](https://togithub.com/IonicaBizau/parse-url/compare/5.0.3...4c5548f6b740bf63a59390ad016f0e87f5bc2436)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.3...4c5548f6b740bf63a59390ad016f0e87f5bc2436)
### [`v5.0.3`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.3)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.2...5.0.3)
Update modules, thanks [@andreainnocenti](https://togithub.com/andreainnocenti)! :cake:
### [`v5.0.2`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.2)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.1...5.0.2)
Update docs and licence year. :rocket:
### [`v5.0.1`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.1)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.0...5.0.1)
Happy New Year! :tada: :rocket:
This pull request is going to update the documentation of this project and add the *Buy me ~~a coffee~~ cookies and tea* button:
If this project helped you, tea and cookies is perhaps something I would really enjoy. :)
### [`v5.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/4.0.0...5.0.0)
Fix default value for normalize
### [`v4.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/4.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/3.0.2...4.0.0)
/cc [#6](https://togithub.com/IonicaBizau/parse-url/issues/6)
### [`v3.0.2`](https://togithub.com/IonicaBizau/parse-url/releases/tag/3.0.2)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/3.0.1...3.0.2)
Rerender documentation.
### [`v3.0.1`](https://togithub.com/IonicaBizau/parse-url/releases/tag/3.0.1)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/3.0.0...3.0.1)
Add missing dep
### [`v3.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/3.0.0)
[Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/47705b19ceafdbd7f4fbe10d8e7f2e5c7f0ef590...3.0.0)
3.0.0
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:
1.3.11
->9.0.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
IonicaBizau/parse-url
### [`v9.0.1`](https://togithub.com/IonicaBizau/parse-url/compare/9.0.0...5af2b7c19bac86ac1f8a134bcbe6797991798022) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/9.0.0...5af2b7c19bac86ac1f8a134bcbe6797991798022) ### [`v9.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/9.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/8.1.0...9.0.0) Update GIT_RE regex to match on SSH urls with spaces in Project/Repo Names -- thanks [@monil-patel](https://togithub.com/monil-patel) :cake: ### [`v8.1.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/8.1.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/8.0.0...8.1.0) ##### `parse-url@8.1.0` - fix: cjs to load normalize-url /cc [#58](https://togithub.com/IonicaBizau/parse-url/issues/58) - fix: Include index.d.ts in package.json /cc [#63](https://togithub.com/IonicaBizau/parse-url/issues/63) - feat: support custom SSH username /cc [#60](https://togithub.com/IonicaBizau/parse-url/issues/60) - feat: improve regex pattern /cc [#59](https://togithub.com/IonicaBizau/parse-url/issues/59) Thanks to [@privatenumber](https://togithub.com/privatenumber) and [@briancoit](https://togithub.com/briancoit) for their contributions! :cake: ### [`v8.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/8.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/7.0.2...8.0.0) ##### parse-url 8.0.0 **Breaking Changes** - The `resource` property will not contain the port, but the `host` one will. - Throw an error if the input is invalid. Hence, file paths like `/home/path/to/dir` will only be valid if the `file://` protocol is added (`file://home/path/to/dir`) - Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048. **Fixes** - fix file protocol spoofing [#48](https://togithub.com/IonicaBizau/parse-url/issues/48), thanks [@vovikhangcdv](https://togithub.com/vovikhangcdv)! - fix: support hyphens in git@ URLs ([#50](https://togithub.com/IonicaBizau/parse-url/issues/50)) [#51](https://togithub.com/IonicaBizau/parse-url/issues/51), thanks [@crenshaw-dev](https://togithub.com/crenshaw-dev)! - fix: support dot in git@ URLS [#52](https://togithub.com/IonicaBizau/parse-url/issues/52), thanks [@GalHalupSeaLights](https://togithub.com/GalHalupSeaLights)! **Other changes** - build: add CommonJS distribution thanks to [@privatenumber](https://togithub.com/privatenumber)! /cc [#54](https://togithub.com/IonicaBizau/parse-url/issues/54) :cake: ### [`v7.0.2`](https://togithub.com/IonicaBizau/parse-url/releases/tag/7.0.2) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/7.0.1...7.0.2) Add the url in the error object, fixes [#14](https://togithub.com/IonicaBizau/parse-url/issues/14) ### [`v7.0.1`](https://togithub.com/IonicaBizau/parse-url/releases/tag/7.0.1) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/7.0.0...7.0.1) :memo: docs ### [`v7.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/7.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/6.0.5...7.0.0) ##### `parse-url` 7.0.0 :star: This is a major release of `parse-url`! :star: ##### Breaking changes - If the input url has a trailing slash, the trailing slash will be added in the `pathname` too. - The `port` field is a string. By default empty. - Added the `password` field (default: `""`) - The resource may contain the `port` in it (e.g. `resource: "domain.com:4200"`). ##### Features - Faster - More secure - Cleaner codebase ### [`v6.0.3`](https://togithub.com/IonicaBizau/parse-url/compare/fa488b2f26715995251c30825398e6aa96a0aadf...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/fa488b2f26715995251c30825398e6aa96a0aadf...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe) ### [`v6.0.2`](https://togithub.com/IonicaBizau/parse-url/compare/6.0.1...fa488b2f26715995251c30825398e6aa96a0aadf) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/6.0.1...fa488b2f26715995251c30825398e6aa96a0aadf) ### [`v6.0.1`](https://togithub.com/IonicaBizau/parse-url/compare/6.0.0...6.0.1) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/6.0.0...6.0.1) ### [`v6.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/6.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.8...6.0.0) Major release to update normalize-url to the latest version. **Perhaps not compatible with Safari anymore unless normalize-url will release a patch.** Fixes [#19](https://togithub.com/IonicaBizau/parse-url/issues/19). :tada: ### [`v5.0.8`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.8) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe...5.0.8) Update dependencies ### [`v5.0.7`](https://togithub.com/IonicaBizau/parse-url/compare/5.0.6...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.6...e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe) ### [`v5.0.6`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.6) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.5...5.0.6) - Added typescript support /cc [#25](https://togithub.com/IonicaBizau/parse-url/issues/25) -- thanks [@Strandor](https://togithub.com/Strandor)! :cake: - Fix normalize url default options /cc [#27](https://togithub.com/IonicaBizau/parse-url/issues/27) -- thanks [@icecubed](https://togithub.com/icecubed)! :cake: ### [`v5.0.5`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.5) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/4c5548f6b740bf63a59390ad016f0e87f5bc2436...5.0.5) Downgrade the normalize-url version ### [`v5.0.4`](https://togithub.com/IonicaBizau/parse-url/compare/5.0.3...4c5548f6b740bf63a59390ad016f0e87f5bc2436) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.3...4c5548f6b740bf63a59390ad016f0e87f5bc2436) ### [`v5.0.3`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.3) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.2...5.0.3) Update modules, thanks [@andreainnocenti](https://togithub.com/andreainnocenti)! :cake: ### [`v5.0.2`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.2) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.1...5.0.2) Update docs and licence year. :rocket: ### [`v5.0.1`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.1) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/5.0.0...5.0.1) Happy New Year! :tada: :rocket: This pull request is going to update the documentation of this project and add the *Buy me ~~a coffee~~ cookies and tea* button: If this project helped you, tea and cookies is perhaps something I would really enjoy. :) ### [`v5.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/5.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/4.0.0...5.0.0) Fix default value for normalize ### [`v4.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/4.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/3.0.2...4.0.0) /cc [#6](https://togithub.com/IonicaBizau/parse-url/issues/6) ### [`v3.0.2`](https://togithub.com/IonicaBizau/parse-url/releases/tag/3.0.2) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/3.0.1...3.0.2) Rerender documentation. ### [`v3.0.1`](https://togithub.com/IonicaBizau/parse-url/releases/tag/3.0.1) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/3.0.0...3.0.1) Add missing dep ### [`v3.0.0`](https://togithub.com/IonicaBizau/parse-url/releases/tag/3.0.0) [Compare Source](https://togithub.com/IonicaBizau/parse-url/compare/47705b19ceafdbd7f4fbe10d8e7f2e5c7f0ef590...3.0.0) 3.0.0Configuration
📅 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 Renovate Bot.