Skip to content

Update dependency whatwg-url to v7 - #34

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/whatwg-url-7.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/whatwg-url-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2018

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change References
whatwg-url dependencies major ^4.3.0 -> ^7.0.0 source

Release Notes

jsdom/whatwg-url

v7.0.0

Compare Source

Changed file: URLs to have an opaque origin, which serializes to "null". Previously all file: 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.0

Compare Source

Percent-encoded ' characters in the query portion of URLs with special schemes, per whatwg/url@6ef17eb.

v6.4.1

Compare Source

Fixed the href setter to update the searchParams of a URL instance. (@​TimothyGu, #​114)

v6.4.0

Compare Source

Changed percent-escaping rules in the query portion of URLs, per whatwg/url@7a3c69f.

v6.3.0

Compare Source

Fixed Windows drive letter handling when resolving relative to another Windows-drive-letter-containing URL, per whatwg/url@2eef975.

v6.2.1

Compare Source

Updated to the new 1.x tr46 package, for fully spec- and tests-compliant host parsing.

v6.2.0

Compare Source

Fixed URLSearchParams to remove the "?" from its parent URL if the query becomes empty, per whatwg/url@4315826.

v6.1.0

Compare Source

Made the scheme setter properly reset the port as appropriate, per whatwg/url@0f53958.

v6.0.1

Compare Source

Removed unused dependency (stable) from package.json.

v6.0.0

Compare Source

Node.js v6 is now required, as we have started using JavaScript language features not present in earlier versions.

Added spec-compliant URLSearchParams support, both as an export and through the searchParams property of URL instances. (@​TimothyGu)

Added the percentDecode function to the public API.

Added the cannotHaveAUsernamePasswordPort function 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" to null.

Upgraded our webidl2js and webidl-conversions dependencies, bringing along various edge-case features and fixes, such as a proper Symbol.toStringTag on URL instances and better error messages.

v5.0.0

Compare 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 serializeURLToUnicodeOrigin and instead exporting serializeURLOrigin.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant