LewdHuTao / lavalink-status

Easily monitor your lavalink status
MIT License
24 stars 17 forks source link

fix(deps): update dependency webidl-conversions to v7 #7

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webidl-conversions ^3.0.1 -> ^7.0.0 age adoption passing confidence

Release Notes

jsdom/webidl-conversions ### [`v7.0.0`](https://togithub.com/jsdom/webidl-conversions/releases/v7.0.0) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v6.1.0...v7.0.0) Bumped Node.js version requirement to ≥12. Removed `Function` and `VoidFunction` exports. These are better handled by [`webidl2js`](https://togithub.com/jsdom/webidl2js). Renamed the `void` export to `undefined`, per Web IDL spec updates. Added support for environments without `SharedArrayBuffer`. Fixed a typo in one of the exception messages for `BufferSource`. ([@​ExE-Boss](https://togithub.com/ExE-Boss)) ### [`v6.1.0`](https://togithub.com/jsdom/webidl-conversions/releases/v6.1.0) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v6.0.0...v6.1.0) Fixed buffer source type conversions to throw on detached `ArrayBuffer`s. Fixed buffer source type conversions to throw on `SharedArrayBuffer`s. Added `{ allowShared: true }` to buffer source type conversions, to permit `SharedArrayBuffer`s. ### [`v6.0.0`](https://togithub.com/jsdom/webidl-conversions/releases/v6.0.0) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v5.0.0...v6.0.0) Bumped Node.js version requirement to ≥10.4. Added support for throwing exception objects that belong to a different realm than the current. Improved the accuracy of `unsigned long long` and `long long` conversions by using `BigInt`. Made TypedArray conversions unforgeable. ([@​ExE-Boss](https://togithub.com/ExE-Boss)) Fixed `object` conversion so that it throws on BigInt values. ### [`v5.0.0`](https://togithub.com/jsdom/webidl-conversions/releases/v5.0.0) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v4.0.2...v5.0.0) Removed the `Error` export, as the type was [removed from Web IDL](https://togithub.com/heycam/webidl/commit/ad03037c82890e7ac496b96922552f465c45c0a7). Raised the minimum supported version to Node v8. Fixed all buffer source type conversions to be realm-independent, i.e. they will no longer throw if given buffer source objects from other realms. ### [`v4.0.2`](https://togithub.com/jsdom/webidl-conversions/releases/v4.0.2) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v4.0.1...v4.0.2) Tweaked `float` and `unrestricted float` conversion code to be simpler. ### [`v4.0.1`](https://togithub.com/jsdom/webidl-conversions/releases/v4.0.1) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v4.0.0...v4.0.1) (This release should have been 4.1.0; oops.) - Added the ability to pass context information in to be used in error messages. - Fixed `ByteString` and `USVString` to not accept `Symbol` values - Fixed integer types to never return `-0`. - Fixed integer types to round correctly for negative numbers. ### [`v4.0.0`](https://togithub.com/jsdom/webidl-conversions/releases/v4.0.0) [Compare Source](https://togithub.com/jsdom/webidl-conversions/compare/v3.0.1...v4.0.0) This release welcomes [@​TimothyGu](https://togithub.com/TimothyGu), who implemented all of the remaining basic Web IDL types and some bonus ones. - Added: `any`, `object`, `Error`, buffer source types, and "common definitions" - Removed (because they were removed from the Web IDL spec): `Date`, `RegExp` - Fixed: - `unrestricted double` to properly allow `NaN` - `float` and `unrestricted float` to properly truncate into 32-bit floating points - `DOMString`, to throw an error for `Symbol`s - integer types, in various ways This release also adds test coverage for all conversions! This should help especially with the pesky integer types and the continual bugs we've seen around them.

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.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.