fix(deps): update dependency parse-url to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| parse-url | ^7.0.2 -> ^8.0.0 |
Release Notes
IonicaBizau/parse-url
v8.0.0
parse-url 8.0.0
Breaking Changes
- The
resourceproperty will not contain the port, but thehostone will. - Throw an error if the input is invalid. Hence, file paths like
/home/path/to/dirwill only be valid if thefile://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, thanks @vovikhangcdv!
- fix: support hyphens in git@ URLs (#50) #51, thanks @crenshaw-dev!
- fix: support dot in git@ URLS #52, thanks @GalHalupSeaLights!
Other changes
- build: add CommonJS distribution thanks to @privatenumber! /cc #54 :cake:
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Blocked by https://github.com/IonicaBizau/parse-url/issues/57
:tada: This PR is included in version 9.4.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket: