Update dependency whatwg-url to v8.7.0 #317
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.0
->8.7.0
Release Notes
jsdom/whatwg-url
v8.7.0
: 8.7.0Compare Source
Make the
pathname
setter not mess up the URL's path state tracking when given the empty string, per whatwg/url@0672f2e.v8.6.0
: 8.6.0Compare Source
Made the
hostname
setter do nothing if the given string contains a colon, per whatwg/url@ec96993.Updated punycode processing to support Unicode v13.
v8.5.0
: 8.5.0Compare Source
Disallowed
|
in host parsing, per whatwg/url@4025253.v8.4.0
: 8.4.0Compare Source
Fixed
file:
URL parsing cases which would cause different results when serialized-then-reparsed, per whatwg/url@a19495e.v8.3.0
: 8.3.0Compare Source
Updated
file:
URL path normalization, per whatwg/url@47efa00.v8.2.2
: 8.2.2Compare Source
Fixed
percentDecode
to return aBuffer
, like it did in v8.1.0, instead of aUint8Array
.v8.2.1
: 8.2.1Compare Source
Exported
percentDecode
again; it went missing in v8.2.0.v8.2.0
: 8.2.0Compare Source
Made
<
,>
, and^
in the host component cause parsing failures, per whatwg/url@302ba41.Fixed the parsing-then-serializing of non-special URLs to be idempotent, per whatwg/url@83adf0c.
v8.1.0
: 8.1.0Compare Source
Changed fragment parsing so that U+0000 code points are now percent-encoded, instead of removed, per whatwg/url@3d57401.
Changed
file:
URL parsing so that if the host ends up empty after the Unicode ToASCII operation, it now result in parsing failure, per whatwg/url@cceb435.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.