jsdom/whatwg-url
### [`v11.0.0`](https://togithub.com/jsdom/whatwg-url/releases/v11.0.0)
[Compare Source](https://togithub.com/jsdom/whatwg-url/compare/v10.0.0...v11.0.0)
The breaking changes in this release are only to the [Low-level URL Standard API](https://togithub.com/jsdom/whatwg-url#low-level-url-standard-api). No actual URL parsing or serialization behavior has changed, and users of the `URL` and `URLSearchParams` exports are not affected.
These changes follow https://github.com/whatwg/url/commit/fbaa03cb19ee5718953f5f6d179e0339e31f1ede.
- Removed the URL record type's `cannotBeABaseURL` property.
- Changed the URL record type's `path` from always being an array of strings, to being either a single string or an array of strings.
- Renamed the `"cannot-be-a-base-URL path"` parser state (i.e. value for `stateOverride`) to `"opaque path"`.
- Added the `serializePath(urlRecord)` export.
- Added the `hasAnOpaquePath(urlRecord)` export.
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 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 contains the following updates:
^10.0.0
->^11.0.0
Release Notes
jsdom/whatwg-url
### [`v11.0.0`](https://togithub.com/jsdom/whatwg-url/releases/v11.0.0) [Compare Source](https://togithub.com/jsdom/whatwg-url/compare/v10.0.0...v11.0.0) The breaking changes in this release are only to the [Low-level URL Standard API](https://togithub.com/jsdom/whatwg-url#low-level-url-standard-api). No actual URL parsing or serialization behavior has changed, and users of the `URL` and `URLSearchParams` exports are not affected. These changes follow https://github.com/whatwg/url/commit/fbaa03cb19ee5718953f5f6d179e0339e31f1ede. - Removed the URL record type's `cannotBeABaseURL` property. - Changed the URL record type's `path` from always being an array of strings, to being either a single string or an array of strings. - Renamed the `"cannot-be-a-base-URL path"` parser state (i.e. value for `stateOverride`) to `"opaque path"`. - Added the `serializePath(urlRecord)` export. - Added the `hasAnOpaquePath(urlRecord)` export.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 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 WhiteSource Renovate. View repository job log here.