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.
This version was pushed to npm by jameshenry, a new releaser for lerna since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/webcomponents/polyfills/network/alerts).
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps parse-url to 8.1.0 and updates ancestor dependency lerna. These dependencies need to be updated together.
Updates
parse-url
from 6.0.5 to 8.1.0Release notes
Sourced from parse-url's releases.
Commits
4412976
Updated docsac17353
Merge branch 'patch-1' of github.com:briancoit/parse-url into new-version778a0a5
Merge branch 'support-custom-user' of github.com:privatenumber/parse-url into...0baab4f
Merge branch 'improve-regex' of github.com:privatenumber/parse-url into new-v...d1a4395
Merge branch 'fix-cjs' of github.com:privatenumber/parse-url into new-version9cacf38
:arrow_up: 8.1.0 :tada:9a78bd8
Merge pull request #61 from privatenumber/move-funding-yml1883136
Include index.d.ts in package92f899b
chore: move FUNDING.yml out of workflows9500430
feat: support custom user in ssh urlUpdates
lerna
from 3.22.1 to 7.3.0Release notes
Sourced from lerna's releases.
... (truncated)
Changelog
Sourced from lerna's changelog.
... (truncated)
Commits
f2f742b
chore(misc): publish 7.3.04843c3c
feat(version): option to not ignore scripts on lock update (#3823)373b8bc
fix: update make-dir to 4.0.0 and npm audit fix (#3828)ba8b946
feat(version): add --sync-dist-version option (#3787)be8e7c4
chore(misc): publish 7.2.0f2adf9a
chore(misc): publish 7.1.5614b099
chore(misc): publish 7.1.4ef935c7
fix: add missing lodash dependency (#3778)e2e1629
fix(core): export cli.js for global installs (#3780)0bbd74d
fix: bump nx to >=16.5.1 (#3767)Maintainer changes
This version was pushed to npm by jameshenry, a new releaser for lerna since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show