bus-stop / x-terminal

An xterm based Atom plugin for providing terminals inside your Atom workspace.
https://atom.io/packages/x-terminal
Other
39 stars 9 forks source link

fix(deps): update dependency whatwg-url to v11 #372

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
whatwg-url ^10.0.0 -> ^11.0.0 age adoption passing confidence

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.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 13.0.18 :tada:

The release is available on:

Your semantic-release bot :package::rocket: