Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency core-js to v3 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 12, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 2.6.11 -> 3.39.0 age adoption passing confidence

Release Notes

zloirock/core-js (core-js)

v3.39.0

Compare Source

v3.38.1

Compare Source

v3.38.0

Compare Source

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

Compare Source

v3.36.0

Compare Source

v3.35.1

Compare Source

v3.35.0

Compare Source

v3.34.0

Compare Source

v3.33.3

Compare Source

v3.33.2

Compare Source

  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:

v3.33.1

Compare Source

v3.33.0

Compare Source

v3.32.2

Compare Source

  • Fixed structuredClone feature detection [email protected] bug, #​1288
  • Added a workaround of old WebKit + eval bug, #​1287
  • Compat data improvements:
    • Added Samsung Internet 23 compat data mapping
    • Added Quest Browser 29 compat data mapping

v3.32.1

Compare Source

  • Fixed some cases of IEEE754 rounding, #​1279, thanks @​petamoriken
  • Prevented injection process polyfill to core-js via some bundlers or esm.sh, #​1277
  • Some minor fixes and stylistic changes
  • Compat data improvements:

v3.32.0

Compare Source

v3.31.1

Compare Source

v3.31.0

Compare Source

v3.30.2

Compare Source

  • Added a fix for a NodeJS 20.0.0 bug with cloning File via structuredClone
  • Added protection from Terser unsafe String optimization, #​1242
  • Added a workaround for getting proper global object in Figma plugins, #​1231
  • Compat data improvements:

v3.30.1

Compare Source

v3.30.0

Compare Source

v3.29.1

Compare Source

v3.29.0

Compare Source

  • Added URLSearchParams.prototype.size getter, url/734
  • Allowed cloning resizable ArrayBuffers in the structuredClone polyfill
  • Fixed wrong export in /(stable|actual|full)/instance/unshift entries, #​1207
  • Compat data improvements:
    • Set methods proposal 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

Compare Source

3.28.0 - 2023.02.14

v3.27.2

Compare Source

  • Set methods proposal updates:
    • Closing of iterators of Set-like objects on early exit, proposal-set-methods/85
    • Some other minor internal changes
  • Added one more workaround of a webpack dev server bug on IE global methods, #​1161
  • Fixed possible String.{ raw, cooked } error with empty template array
  • Used non-standard V8 Error.captureStackTrace instead of stack parsing in new error classes / wrappers where it's possible
  • Added detection correctness of iteration to Promise.{ allSettled, any } feature detection, Hermes issue
  • Compat data improvements:
    • Change Array by copy proposal marked as supported from V8 ~ Chrome 110
    • Added Samsung Internet 20 compat data mapping
    • Added Quest Browser 25 compat data mapping
    • Added React Native 0.71 Hermes compat data
    • Added Electron 23 and 24 compat data mapping
    • self marked as fixed in Deno 1.29.3, deno/17362
  • Minor tweaks of minification settings for core-js-bundle
  • Refactoring, some minor fixes, improvements, optimizations

v3.27.1

Compare Source

  • Fixed a Chakra-based MS Edge (18-) bug that unfreeze (O_o) frozen arrays used as WeakMap keys
  • Fixing of the previous bug also fixes some cases of String.dedent in MS Edge
  • Fixed dependencies of some entries

v3.27.0

Compare Source

  • Iterator Helpers proposal:
    • Built-ins:
      • Iterator
        • Iterator.from
        • Iterator.prototype.drop
        • Iterator.prototype.every
        • Iterator.prototype.filter
        • Iterator.prototype.find
        • Iterator.prototype.flatMap
        • Iterator.prototype.forEach
        • Iterator.prototype.map
        • Iterator.prototype.reduce
        • Iterator.prototype.some
        • Iterator.prototype.take
        • Iterator.prototype.toArray
        • Iterator.prototype.toAsync
        • Iterator.prototype[@​@​toStringTag]
      • AsyncIterator
        • AsyncIterator.from
        • AsyncIterator.prototype.drop
        • AsyncIterator.prototype.every
        • AsyncIterator.prototype.filter
        • AsyncIterator.prototype.find
        • AsyncIterator.prototype.flatMap
        • AsyncIterator.prototype.forEach
        • AsyncIterator.prototype.map
        • AsyncIterator.prototype.reduce
        • AsyncIterator.prototype.some
        • AsyncIterator.prototype.take
        • AsyncIterator.prototype.toArray
        • AsyncIterator.prototype[@​@​toStringTag]
    • Moved to Stage 3, [November 2022 TC39 meeting](https://redirect.github.com/babel/proposals/issues/85#issuecomment-1333

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 02af203 to 2620bcb Compare November 27, 2020 06:49
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 2620bcb to d072918 Compare December 9, 2020 13:01
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d072918 to e47a716 Compare January 6, 2021 12:01
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from e47a716 to 9bc4ea3 Compare January 24, 2021 12:54
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9bc4ea3 to 09536f9 Compare April 26, 2021 15:53
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 09536f9 to 0a492e8 Compare May 9, 2021 23:14
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 0a492e8 to 6052723 Compare June 6, 2021 20:27
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 6052723 to 9830f22 Compare October 19, 2021 01:18
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9830f22 to 23e3aea Compare March 7, 2022 16:20
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 23e3aea to d4c5e20 Compare April 24, 2022 20:22
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d4c5e20 to e9a1c16 Compare May 15, 2022 23:44
@renovate renovate bot force-pushed the renovate/core-js-3.x branch 2 times, most recently from 9ac8195 to 8ba40da Compare June 23, 2022 19:53
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 8ba40da to af98bb5 Compare September 25, 2022 12:54
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from af98bb5 to bc39ebc Compare November 20, 2022 16:07
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from bc39ebc to e949d45 Compare March 16, 2023 20:00
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from e949d45 to 9ebd48a Compare April 17, 2023 11:15
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9ebd48a to fa25849 Compare May 28, 2023 11:05
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from fa25849 to a8a0f92 Compare June 11, 2023 21:21
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from a8a0f92 to 4db3b05 Compare July 6, 2023 01:08
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 4db3b05 to 7626660 Compare July 27, 2023 20:35
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7626660 to 26f58f5 Compare August 18, 2023 19:06
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 26f58f5 to eb65a09 Compare September 7, 2023 14:14
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from eb65a09 to 5e75ab3 Compare October 1, 2023 19:17
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 5e75ab3 to 628ec7d Compare October 20, 2023 06:42
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 628ec7d to 3d16185 Compare October 30, 2023 19:18
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 3d16185 to bcf0b9c Compare November 19, 2023 19:50
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from bcf0b9c to 215ec84 Compare December 5, 2023 20:00
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 215ec84 to 7b92529 Compare December 29, 2023 02:12
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7b92529 to daeac3d Compare January 20, 2024 23:03
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from daeac3d to 1fa6173 Compare February 14, 2024 09:27
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 1fa6173 to ac693fa Compare March 19, 2024 04:54
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from ac693fa to 4e130fc Compare April 16, 2024 21:33
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 4e130fc to 3cfca13 Compare May 14, 2024 11:55
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 3cfca13 to 84972fc Compare August 4, 2024 19:16
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 84972fc to 4991880 Compare August 20, 2024 13:50
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 4991880 to e4742be Compare October 31, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants