Update dependency whatwg-url to v7 - #34
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^4.3.0->^7.0.0Release Notes
jsdom/whatwg-url
v7.0.0Compare Source
Changed
file:URLs to have an opaque origin, which serializes to"null". Previously allfile:URLs shared an origin serialization of"file://". This is underspecified, so either behavior is technically correct, but opaque origins is the more conservative choice.Improved error messages for invalid input URLs to include those input strings.
Upgraded our webidl2js built-time code-generation dependency from 7.4.x to 9.x; see that package's changelog for details.
v6.5.0Compare Source
Percent-encoded
'characters in the query portion of URLs with special schemes, per whatwg/url@6ef17eb.v6.4.1Compare Source
Fixed the
hrefsetter to update thesearchParamsof aURLinstance. (@TimothyGu, #114)v6.4.0Compare Source
Changed percent-escaping rules in the query portion of URLs, per whatwg/url@
7a3c69f.v6.3.0Compare Source
Fixed Windows drive letter handling when resolving relative to another Windows-drive-letter-containing URL, per whatwg/url@
2eef975.v6.2.1Compare Source
Updated to the new 1.x tr46 package, for fully spec- and tests-compliant host parsing.
v6.2.0Compare Source
Fixed
URLSearchParamsto remove the "?" from its parentURLif the query becomes empty, per whatwg/url@4315826.v6.1.0Compare Source
Made the scheme setter properly reset the port as appropriate, per whatwg/url@
0f53958.v6.0.1Compare Source
Removed unused dependency (
stable) from package.json.v6.0.0Compare Source
Node.js v6 is now required, as we have started using JavaScript language features not present in earlier versions.
Added spec-compliant
URLSearchParamssupport, both as an export and through thesearchParamsproperty ofURLinstances. (@TimothyGu)Added the
percentDecodefunction to the public API.Added the
cannotHaveAUsernamePasswordPortfunction to the public API. It was previously documented in the README, but accidentally not exported.Changed the return value representing failure from the string
"failure"tonull.Upgraded our
webidl2jsandwebidl-conversionsdependencies, bringing along various edge-case features and fixes, such as a properSymbol.toStringTagonURLinstances and better error messages.v5.0.0Compare Source
Changed origin serialization to be the ASCII serialization of the origin, instead of the now-no-longer-a-thing Unicode serialization, per whatwg/url@
20c3257.This changed the public API by removing
serializeURLToUnicodeOriginand instead exportingserializeURLOrigin.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.