lock
lock copied to clipboard
chore(deps-dev): Bump core-js from 3.35.0 to 3.36.0
Bumps core-js from 3.35.0 to 3.36.0.
Changelog
Sourced from core-js's changelog.
3.36.0 - 2024.02.14
ArrayBuffer.prototype.transferand friends proposal:
- Built-ins:
ArrayBuffer.prototype.detachedArrayBuffer.prototype.transferArrayBuffer.prototype.transferToFixedLength- Moved to stable ES, Febrary 2024 TC39 meeting
- Added
es.namespace modules,/es/and/stable/namespaces entriesUint8Arrayto / from base64 and hex proposal:
- Methods:
Uint8Array.fromBase64Uint8Array.fromHexUint8Array.prototype.toBase64Uint8Array.prototype.toHex- Moved to stage 3, Febrary 2024 TC39 meeting
- Added
/actual/namespace entries- Skipped adding new methods of writing to existing arrays to clarification some moments
Promise.tryproposal has been resurrected and moved to stage 2, Febrary 2024 TC39 meeting- Added an entry point for the new TC39 proposals stage -
core-js/stage/2.7- still empty- Fixed regression in
Set.prototype.intersectionfeature detection- Fixed a missed check in
Array.prototype.{ indexOf, lastIndexOf, includes }, #1325, thanks@minseok-choe- Fixed a missed check in
Array.prototype.{ reduce, reduceRight }, #1327, thanks@minseok-choe- Fixed
Array.fromand some other methods with proxy targets, #1322, thanks@minseok-choe- Fixed dependencies loading for modules from
ArrayBuffer.prototype.transferand friends proposal in some specific cases in IE10-- Dropped context workaround from collection static methods entries since with current methods semantic it's no longer required
- Added instance methods polyfills to entries of collections static methods that produce collection instances
- Added missed
Date.prototype.toJSONtoJSON.stringifyentries dependencies- Added debugging info in some missed cases
- Compat data improvements:
{ Map, Object }.groupBy,Promise.withResolvers,ArrayBuffer.prototype.transferand friends marked as supported from Safari 17.4- New
Setmethods fixed and marked as supported from V8 ~ Chrome 123- Added Deno 1.40 compat data mapping
Symbol.metadatamarked as supported from Deno 1.40.4- Updated Electron 30 compat data mapping
3.35.1 - 2024.01.21
- Fixed internal
ToLengthoperation with bigints, #1318- Removed significant redundant code from
String.prototype.splitpolyfill- Fixed setting names of methods with symbol keys in some old engines
- Minor fix of prototype methods export logic in the pure version
- Compat data improvements:
Iteratorhelpers proposal methods marked as supported from V8 ~ Chrome 122- Note that V8 ~ Chrome 122 add
Setmethods, but they have a bug similar to Safariselfmarked as fixed from Bun 1.0.22SuppressedErrorandSymbol.{ dispose , asyncDispose }marked as supported from Bun 1.0.23- Added Oculus Quest Browser 31 compat data mapping
- Updated Electron 29 and added Electron 30 compat data mapping
Commits
77123c43.36.0a3d51edfix dependencies loading for modules fromArrayBuffer.prototype.transferan...b90f2f5add an entry point for the new TC39 proposals stage -core-js/stage/2.7- s...5e68a01moveUint8Arrayto / from base64 and hex proposal to stage 34c51d71moveArrayBuffer.prototype.transferand friends to stable ES3348b1amovePromise.tryto stage 2e7f6af0use a constant as a error messageb36ca26Merge pull request #1328 from minseok-choe/fix/issue-flat, close #1327661eab7add debugging info in some missed cases96da3a4Add missed check in array-reduce.js- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
a847c14) 42.35% compared to head (e6d2df1) 42.35%. Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #2531 +/- ##
=======================================
Coverage 42.35% 42.35%
=======================================
Files 120 120
Lines 3081 3081
Branches 335 335
=======================================
Hits 1305 1305
Misses 1682 1682
Partials 94 94
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #2537.