Skip to content

Commit

Permalink
chore(deps): update dependency core-js to v3.33.3 (channel-io#1740)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [core-js](https://togithub.com/zloirock/core-js) | [`3.32.2` ->
`3.33.3`](https://renovatebot.com/diffs/npm/core-js/3.32.2/3.33.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.33.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.33.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.32.2/3.33.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.32.2/3.33.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>zloirock/core-js (core-js)</summary>

###
[`v3.33.3`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3333---20231120)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.2...v3.33.3)

- Fixed an issue getting the global object on Duktape,
[#&#8203;1303](https://togithub.com/zloirock/core-js/issues/1303)
- Avoid sharing internal `[[DedentMap]]` from [`String.dedent`
proposal](https://togithub.com/tc39/proposal-string-dedent) between
`core-js` instances before stabilization of the proposal
-   Some internal untangling
-   Compat data improvements:
- Added [Deno 1.38](https://deno.com/blog/v1.38) compat data mapping
-
[`Array.fromAsync`](https://togithub.com/tc39/proposal-array-from-async)
marked as [supported from Deno
1.38](https://togithub.com/denoland/deno/pull/21048)
- [`Symbol.{ dispose, asyncDispose
}`](https://togithub.com/tc39/proposal-explicit-resource-management)
marked as [supported from Deno
1.38](https://togithub.com/denoland/deno/pull/20845)
    -   Added Opera Android 79 compat data mapping
    -   Added Oculus Quest Browser 30 compat data mapping
    -   Updated Electron 28 and 29 compat data mapping

###
[`v3.33.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3332---20231031)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.1...v3.33.2)

- Simplified `structuredClone` polyfill, avoided second tree pass in
cases of transferring
- Added support of
[`SuppressedError`](https://togithub.com/tc39/proposal-explicit-resource-management#the-suppressederror-error)
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`](https://togithub.com/tc39/proposal-number-fromstring)
-   Compat data improvements:
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked
as [supported from Chromium
120](https://bugs.chromium.org/p/chromium/issues/detail?id=1425839)
    -   Updated Opera Android 78 compat data mapping
    -   Added Electron 29 compat data mapping

###
[`v3.33.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3331---20231020)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.0...v3.33.1)

- Added one more workaround of possible error with `Symbol` polyfill on
global object,
[#&#8203;1289](https://togithub.com/zloirock/core-js/issues/1289#issuecomment-1768411444)
- Directly specified `type: commonjs` in `package.json` of all packages
to avoid potential breakage in future Node versions, see [this
issue](https://togithub.com/nodejs/TSC/issues/1445)
- Prevented potential issue with lack of some dependencies after
automatic optimization polyfills of some methods in the pure version
-   Some minor internal fixes and optimizations
-   Compat data improvements:
- [`String.prototype.{ isWellFormed, toWellFormed
}`](https://togithub.com/tc39/proposal-is-usv-string) marked as
[supported from
FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1850755)
- Added React Native 0.73 Hermes compat data, mainly fixes of [some
issues](https://togithub.com/facebook/hermes/issues/770)
- Added [NodeJS 21.0 compat data
mapping](https://nodejs.org/ru/blog/release/v21.0.0)

###
[`v3.33.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3330---20231002)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.32.2...v3.33.0)

- Re-introduced [`RegExp` escaping stage 2
proposal](https://togithub.com/tc39/proposal-regex-escaping), September
2023 TC39 meeting:
- Added `RegExp.escape` method with the new set of symbols for escaping
- Some years ago, it was presented in `core-js`, but it was removed
after rejecting the old version of this proposal
- Added [`ArrayBuffer.prototype.{ transfer, transferToFixedLength
}`](https://togithub.com/tc39/proposal-arraybuffer-transfer) and support
transferring of `ArrayBuffer`s via
[`structuredClone`](https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone)
to engines with `MessageChannel`
- Optimized
[`Math.f16round`](https://togithub.com/tc39/proposal-float16array)
polyfill
- Fixed [some conversion
cases](https://togithub.com/petamoriken/float16/issues/1046) of
[`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16
}`](https://togithub.com/tc39/proposal-float16array)
- Fully forced polyfilling of [the TC39 `Observable`
proposal](https://togithub.com/tc39/proposal-observable) because of
incompatibility with [the new WHATWG `Observable`
proposal](https://togithub.com/WICG/observable)
- Added an extra workaround of errors with exotic environment objects in
`Symbol` polyfill,
[#&#8203;1289](https://togithub.com/zloirock/core-js/issues/1289)
-   Some minor fixes and stylistic changes
-   Compat data improvements:
- V8 unshipped [`Iterator`
helpers](https://togithub.com/tc39/proposal-iterator-helpers) because of
[some Web compatibility
issues](https://togithub.com/tc39/proposal-iterator-helpers/issues/286)
-
[`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers)
marked as [supported from V8 ~ Chrome
119](https://chromestatus.com/feature/5810984110784512)
- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping) features
marked as [supported from
FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1792650#c9)
- [`value` argument of `URLSearchParams.prototype.{ has, delete
}`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as
properly supported from V8 ~ Chrome 118
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) and
[`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size)
marked as [supported from Bun
1.0.2](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.0.2)
    -   Added Deno 1.37 compat data mapping
    -   Added Electron 28 compat data mapping
    -   Added Opera Android 78 compat data mapping

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on Monday after 10am before 7pm" in
timezone Asia/Seoul, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/channel-io/bezier-react).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 781f6fc commit 14c1453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9585,9 +9585,9 @@ __metadata:
linkType: hard

"core-js@npm:^3.32.2":
version: 3.32.2
resolution: "core-js@npm:3.32.2"
checksum: d6fac7e8eb054eefc211c76cd0a0ff07447a917122757d085f469f046ec888d122409c7db1a9601c3eb5fa767608ed380bcd219eace02bdf973da155680edeec
version: 3.33.3
resolution: "core-js@npm:3.33.3"
checksum: 070b9c696f5a9b22bab0208daf9fcdffbc3b4f4c89ed2be512b7d99d4be363accfbb26fa6eec7261055d89e8ea0a5bcfccad5923fe43f1f2eafca9f568cc5596
languageName: node
linkType: hard

Expand Down

0 comments on commit 14c1453

Please sign in to comment.