Closed renovate[bot] closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
a88827e
) 46.98% compared to head (9b10f20
) 46.98%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
3.27.2
->3.30.1
Release Notes
zloirock/core-js
### [`v3.30.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3301---20230414-httpsgithubcomzloirockcore-jsreleasestagv3301) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.30.0...v3.30.1) - Added a fix for a NodeJS 19.9.0 `URL.canParse` [bug](https://togithub.com/nodejs/node/issues/47505) - Compat data improvements: - [`JSON.parse` source text access proposal](https://togithub.com/tc39/proposal-json-parse-with-source) features marked as [supported](https://chromestatus.com/feature/5121582673428480) from V8 ~ Chrome 114 - [`ArrayBuffer.prototype.transfer` and friends proposal](https://togithub.com/tc39/proposal-arraybuffer-transfer) features marked as [supported](https://chromestatus.com/feature/5073244152922112) from V8 ~ Chrome 114 - [`URLSearchParams.prototype.size`](https://togithub.com/whatwg/url/pull/734) marked as supported from V8 ~ Chrome 113 ### [`v3.30.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3300---20230404-httpsgithubcomzloirockcore-jsreleasestagv3300) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.29.1...v3.30.0) - Added [`URL.canParse` method](https://url.spec.whatwg.org/#dom-url-canparse), [url/763](https://togithub.com/whatwg/url/pull/763) - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods): - Removed sort from `Set.prototype.intersection`, [March 2023 TC39 meeting](https://togithub.com/babel/proposals/issues/87#issuecomment-1478610425), [proposal-set-methods/94](https://togithub.com/tc39/proposal-set-methods/pull/94) - Iterator Helpers proposals ([sync](https://togithub.com/tc39/proposal-iterator-helpers), [async](https://togithub.com/tc39/proposal-async-iterator-helpers)): - Validate arguments before opening iterator, [March 2023 TC39 meeting](https://togithub.com/babel/proposals/issues/87#issuecomment-1478412430), [proposal-iterator-helpers/265](https://togithub.com/tc39/proposal-iterator-helpers/pull/265) - Explicit Resource Management proposals ([sync](https://togithub.com/tc39/proposal-explicit-resource-management), [async](https://togithub.com/tc39/proposal-async-explicit-resource-management)): - `(Async)DisposableStack.prototype.move` marks the original stack as disposed, [#1226](https://togithub.com/zloirock/core-js/issues/1226) - Some simplifications like [proposal-explicit-resource-management/150](https://togithub.com/tc39/proposal-explicit-resource-management/pull/150) - [`Iterator.range` proposal](https://togithub.com/tc39/proposal-Number.range): - Moved to Stage 2, [March 2023 TC39 meeting](https://togithub.com/babel/proposals/issues/87#issuecomment-1480266760) - [Decorator Metadata proposal](https://togithub.com/tc39/proposal-decorator-metadata): - Returned to usage `Symbol.metadata`, [March 2023 TC39 meeting](https://togithub.com/babel/proposals/issues/87#issuecomment-1478790137), [proposal-decorator-metadata/12](https://togithub.com/tc39/proposal-decorator-metadata/pull/12) - Compat data improvements: - [`URLSearchParams.prototype.size`](https://togithub.com/whatwg/url/pull/734) marked as supported from FF112, NodeJS 19.8 and Deno 1.32 - Added Safari 16.4 compat data - Added Deno 1.32 compat data mapping - Added Electron 25 and updated 24 compat data mapping - Added Samsung Internet 21 compat data mapping - Added Quest Browser 26 compat data mapping - Updated Opera Android 74 compat data ### [`v3.29.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3291---20230313-httpsgithubcomzloirockcore-jsreleasestagv3291) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.29.0...v3.29.1) - Fixed dependencies of some entries - Fixed `ToString` conversion / built-ins nature of some accessors - [`String.prototype.{ isWellFormed, toWellFormed }`](https://togithub.com/tc39/proposal-is-usv-string) marked as supported from V8 ~ Chrome 111 - Added Opera Android 74 compat data mapping ### [`v3.29.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3290---20230227-httpsgithubcomzloirockcore-jsreleasestagv3290) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.28.0...v3.29.0) - Added `URLSearchParams.prototype.size` getter, [url/734](https://togithub.com/whatwg/url/pull/734) - Allowed cloning resizable `ArrayBuffer`s in the `structuredClone` polyfill - Fixed wrong export in `/(stable|actual|full)/instance/unshift` entries, [#1207](https://togithub.com/zloirock/core-js/issues/1207) - Compat data improvements: - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) marked as supported from Bun 0.5.7 - `String.prototype.toWellFormed` marked as fixed from Bun 0.5.7 - Added Deno 1.31 compat data mapping ### [`v3.28.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3280---20230214-httpsgithubcomzloirockcore-jsreleasestagv3280) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.27.2...v3.28.0) ##### [3.28.0 - 2023.02.14](https://togithub.com/zloirock/core-js/releases/tag/v3.28.0)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.