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 #147

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 3.19.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-1333474304

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 added the dependencies Dependency updates label Apr 28, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from eda89d6 to 998d463 Compare May 2, 2022 20:39
@renovate renovate bot changed the title Update dependency core-js to v3.22.3 Update dependency core-js to v3.22.4 May 2, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 998d463 to f17684a Compare May 10, 2022 11:38
@renovate renovate bot changed the title Update dependency core-js to v3.22.4 Update dependency core-js to v3.22.5 May 10, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from f17684a to 7a3c372 Compare May 22, 2022 18:51
@renovate renovate bot changed the title Update dependency core-js to v3.22.5 Update dependency core-js to v3.22.6 May 22, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7a3c372 to 31f5727 Compare May 24, 2022 14:39
@renovate renovate bot changed the title Update dependency core-js to v3.22.6 Update dependency core-js to v3.22.7 May 24, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 31f5727 to d245d97 Compare June 1, 2022 18:59
@renovate renovate bot changed the title Update dependency core-js to v3.22.7 Update dependency core-js to v3.22.8 Jun 1, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d245d97 to 997a0b4 Compare June 13, 2022 21:55
@renovate renovate bot changed the title Update dependency core-js to v3.22.8 Update dependency core-js to v3.23.0 Jun 13, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 997a0b4 to 196693f Compare June 14, 2022 13:54
@renovate renovate bot changed the title Update dependency core-js to v3.23.0 Update dependency core-js to v3.23.1 Jun 14, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 196693f to 043d49e Compare June 20, 2022 20:29
@renovate renovate bot changed the title Update dependency core-js to v3.23.1 Update dependency core-js to v3.23.2 Jun 20, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 043d49e to 4888317 Compare June 25, 2022 22:40
@renovate renovate bot changed the title Update dependency core-js to v3.23.2 Update dependency core-js to v3.23.3 Jun 25, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 4888317 to 514896e Compare July 9, 2022 18:42
@renovate renovate bot changed the title Update dependency core-js to v3.23.3 Update dependency core-js to v3.23.4 Jul 9, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 514896e to 6b792cc Compare July 17, 2022 19:46
@renovate renovate bot changed the title Update dependency core-js to v3.23.4 Update dependency core-js to v3.23.5 Jul 17, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 6b792cc to 589c3b5 Compare July 25, 2022 10:25
@renovate renovate bot changed the title Update dependency core-js to v3.23.5 Update dependency core-js to v3.24.0 Jul 25, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 589c3b5 to 9526982 Compare July 29, 2022 19:34
@renovate renovate bot changed the title Update dependency core-js to v3.24.0 Update dependency core-js to v3.24.1 Jul 29, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9526982 to 0c04776 Compare September 25, 2022 18:54
@renovate renovate bot changed the title Update dependency core-js to v3.24.1 Update dependency core-js to v3.25.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 0c04776 to fe91047 Compare November 20, 2022 17:57
@renovate renovate bot changed the title Update dependency core-js to v3.32.1 Update dependency core-js to v3.32.2 Sep 10, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from eddab28 to bad2abc Compare October 4, 2023 19:11
@renovate renovate bot changed the title Update dependency core-js to v3.32.2 Update dependency core-js to v3.33.0 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from bad2abc to 3c766d4 Compare October 23, 2023 06:25
@renovate renovate bot changed the title Update dependency core-js to v3.33.0 Update dependency core-js to v3.33.1 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 3c766d4 to 0067c41 Compare November 2, 2023 19:59
@renovate renovate bot changed the title Update dependency core-js to v3.33.1 Update dependency core-js to v3.33.2 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 0067c41 to 07ee872 Compare November 22, 2023 18:39
@renovate renovate bot changed the title Update dependency core-js to v3.33.2 Update dependency core-js to v3.33.3 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 07ee872 to a0dd74b Compare December 8, 2023 19:40
@renovate renovate bot changed the title Update dependency core-js to v3.33.3 Update dependency core-js to v3.34.0 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from a0dd74b to 689cf3f Compare January 1, 2024 02:12
@renovate renovate bot changed the title Update dependency core-js to v3.34.0 Update dependency core-js to v3.35.0 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 689cf3f to b85a66e Compare January 23, 2024 22:56
@renovate renovate bot changed the title Update dependency core-js to v3.35.0 Update dependency core-js to v3.35.1 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from b85a66e to 8d99b37 Compare February 17, 2024 11:03
@renovate renovate bot changed the title Update dependency core-js to v3.35.1 Update dependency core-js to v3.36.0 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 8d99b37 to f7ea7ec Compare March 22, 2024 03:17
@renovate renovate bot changed the title Update dependency core-js to v3.36.0 Update dependency core-js to v3.36.1 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from f7ea7ec to dc59994 Compare April 19, 2024 22:49
@renovate renovate bot changed the title Update dependency core-js to v3.36.1 Update dependency core-js to v3.37.0 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from dc59994 to 776eba1 Compare May 17, 2024 17:43
@renovate renovate bot changed the title Update dependency core-js to v3.37.0 Update dependency core-js to v3.37.1 May 17, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 776eba1 to 7806dac Compare August 7, 2024 20:32
@renovate renovate bot changed the title Update dependency core-js to v3.37.1 Update dependency core-js to v3.38.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7806dac to 15aba17 Compare August 23, 2024 13:29
@renovate renovate bot changed the title Update dependency core-js to v3.38.0 Update dependency core-js to v3.38.1 Aug 23, 2024
Dependency update (patch) :)
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 15aba17 to 8a7ad56 Compare November 3, 2024 01:04
@renovate renovate bot changed the title Update dependency core-js to v3.38.1 Update dependency core-js to v3.39.0 Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants