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

Update dependency core-js to v3.39.0 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 18, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 3.8.3 -> 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-1

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 fc53e7e to 9daa8da Compare February 28, 2021 18:50
@renovate renovate bot changed the title Update dependency core-js to v3.9.0 Update dependency core-js to v3.9.1 Feb 28, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9daa8da to 79690f3 Compare March 31, 2021 08:44
@renovate renovate bot changed the title Update dependency core-js to v3.9.1 Update dependency core-js to v3.10.0 Mar 31, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 79690f3 to 8eded99 Compare April 7, 2021 21:00
@renovate renovate bot changed the title Update dependency core-js to v3.10.0 Update dependency core-js to v3.10.1 Apr 7, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 8eded99 to 6e0adf3 Compare April 19, 2021 17:51
@renovate renovate bot changed the title Update dependency core-js to v3.10.1 Update dependency core-js to v3.10.2 Apr 19, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 6e0adf3 to 67c1be5 Compare April 22, 2021 14:02
@renovate renovate bot changed the title Update dependency core-js to v3.10.2 Update dependency core-js to v3.11.0 Apr 22, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 67c1be5 to c7696c7 Compare April 28, 2021 14:51
@renovate renovate bot changed the title Update dependency core-js to v3.11.0 Update dependency core-js to v3.11.1 Apr 28, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c7696c7 to 7bec010 Compare May 3, 2021 11:25
@renovate renovate bot changed the title Update dependency core-js to v3.11.1 Update dependency core-js to v3.11.2 May 3, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7bec010 to f5eccf9 Compare May 5, 2021 16:04
@renovate renovate bot changed the title Update dependency core-js to v3.11.2 Update dependency core-js to v3.11.3 May 5, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from f5eccf9 to 638ac65 Compare May 6, 2021 10:10
@renovate renovate bot changed the title Update dependency core-js to v3.11.3 Update dependency core-js to v3.12.0 May 6, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 638ac65 to b6a95c6 Compare May 9, 2021 23:25
@renovate renovate bot changed the title Update dependency core-js to v3.12.0 Update dependency core-js to v3.12.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from b6a95c6 to 896446a Compare June 6, 2021 23:02
@renovate renovate bot changed the title Update dependency core-js to v3.12.1 Update dependency core-js to v3.14.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 896446a to eb3cbe6 Compare October 18, 2021 17:52
@renovate renovate bot changed the title Update dependency core-js to v3.14.0 Update dependency core-js to v3.18.3 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from eb3cbe6 to 1eda854 Compare March 7, 2022 18:00
@renovate renovate bot changed the title Update dependency core-js to v3.18.3 Update dependency core-js to v3.21.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 1eda854 to 3decb28 Compare April 24, 2022 23:22
@renovate renovate bot changed the title Update dependency core-js to v3.21.1 Update dependency core-js to v3.22.2 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 3decb28 to 7c6fa85 Compare May 16, 2022 01:40
@renovate renovate bot changed the title Update dependency core-js to v3.22.2 Update dependency core-js to v3.22.5 May 16, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from ab65225 to 34887d0 Compare September 7, 2023 14:28
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 34887d0 to 4298202 Compare October 1, 2023 19:17
@renovate renovate bot changed the title Update dependency core-js to v3.32.2 Update dependency core-js to v3.33.0 Oct 1, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 4298202 to 93bd8ad Compare October 20, 2023 06:08
@renovate renovate bot changed the title Update dependency core-js to v3.33.0 Update dependency core-js to v3.33.1 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 93bd8ad to f00aa03 Compare October 30, 2023 19:17
@renovate renovate bot changed the title Update dependency core-js to v3.33.1 Update dependency core-js to v3.33.2 Oct 30, 2023
@renovate renovate bot changed the title Update dependency core-js to v3.33.2 Update dependency core-js to v3.33.3 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from f00aa03 to 7b28b71 Compare November 19, 2023 19:09
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7b28b71 to 1092621 Compare December 5, 2023 19:45
@renovate renovate bot changed the title Update dependency core-js to v3.33.3 Update dependency core-js to v3.34.0 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 1092621 to d8acf52 Compare December 29, 2023 01:40
@renovate renovate bot changed the title Update dependency core-js to v3.34.0 Update dependency core-js to v3.35.0 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d8acf52 to c4d65d2 Compare January 21, 2024 00:57
@renovate renovate bot changed the title Update dependency core-js to v3.35.0 Update dependency core-js to v3.35.1 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c4d65d2 to 36b80aa Compare February 14, 2024 11:07
@renovate renovate bot changed the title Update dependency core-js to v3.35.1 Update dependency core-js to v3.36.0 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 36b80aa to 8a3ae4a Compare March 19, 2024 02:19
@renovate renovate bot changed the title Update dependency core-js to v3.36.0 Update dependency core-js to v3.36.1 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 8a3ae4a to 16df2e8 Compare April 16, 2024 23:20
@renovate renovate bot changed the title Update dependency core-js to v3.36.1 Update dependency core-js to v3.37.0 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 16df2e8 to feff71e Compare May 14, 2024 10:29
@renovate renovate bot changed the title Update dependency core-js to v3.37.0 Update dependency core-js to v3.37.1 May 14, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from feff71e to 18fa6a3 Compare August 4, 2024 20:30
@renovate renovate bot changed the title Update dependency core-js to v3.37.1 Update dependency core-js to v3.38.0 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 18fa6a3 to fd9ce12 Compare August 20, 2024 14:09
@renovate renovate bot changed the title Update dependency core-js to v3.38.0 Update dependency core-js to v3.38.1 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from fd9ce12 to a1d6e1e Compare October 31, 2024 01:49
@renovate renovate bot changed the title Update dependency core-js to v3.38.1 Update dependency core-js to v3.39.0 Oct 31, 2024
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