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

fix(deps): update dependency core-js to v3.33.2 #9293

Merged
merged 5 commits into from
Nov 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js 3.32.2 -> 3.33.2 age adoption passing confidence

Release Notes

zloirock/core-js (core-js)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) October 10, 2023 21:14
@jtoar jtoar added this to the next-release milestone Oct 10, 2023
@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Oct 10, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch 2 times, most recently from 2331c5b to b6f1853 Compare October 10, 2023 22:21
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.33.0 fix(deps): update dependency core-js to v3.33.1 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch 3 times, most recently from 670eeb9 to 88eb1e7 Compare October 26, 2023 15:11
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.33.1 fix(deps): update dependency core-js to v3.33.2 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch 2 times, most recently from 283a689 to ded4465 Compare October 30, 2023 23:33
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from ded4465 to bb44f6c Compare November 4, 2023 04:08
Copy link
Contributor Author

renovate bot commented Nov 13, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@jtoar jtoar disabled auto-merge November 15, 2023 00:02
@jtoar jtoar merged commit 8f48f88 into main Nov 15, 2023
32 checks passed
@jtoar jtoar deleted the renovate/core-js-3.x branch November 15, 2023 00:02
@jtoar jtoar modified the milestones: next-release, v6.4.0 Nov 16, 2023
jtoar pushed a commit that referenced this pull request Nov 16, 2023
[![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://github.com/zloirock/core-js) | [`3.32.2` ->
`3.33.2`](https://renovatebot.com/diffs/npm/core-js/3.32.2/3.33.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.33.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.33.2?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.2?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.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

[Compare
Source](https://github.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://github.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://github.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://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3331---20231020)

[Compare
Source](https://github.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://github.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://github.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://github.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://github.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://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3330---20231002)

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

- Re-introduced [`RegExp` escaping stage 2
proposal](https://github.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://github.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://github.com/tc39/proposal-float16array)
polyfill
- Fixed [some conversion
cases](https://github.com/petamoriken/float16/issues/1046) of
[`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16
}`](https://github.com/tc39/proposal-float16array)
- Fully forced polyfilling of [the TC39 `Observable`
proposal](https://github.com/tc39/proposal-observable) because of
incompatibility with [the new WHATWG `Observable`
proposal](https://github.com/WICG/observable)
- Added an extra workaround of errors with exotic environment objects in
`Symbol` polyfill,
[#&#8203;1289](https://github.com/zloirock/core-js/issues/1289)
-   Some minor fixes and stylistic changes
-   Compat data improvements:
- V8 unshipped [`Iterator`
helpers](https://github.com/tc39/proposal-iterator-helpers) because of
[some Web compatibility
issues](https://github.com/tc39/proposal-iterator-helpers/issues/286)
-
[`Promise.withResolvers`](https://github.com/tc39/proposal-promise-with-resolvers)
marked as [supported from V8 ~ Chrome
119](https://chromestatus.com/feature/5810984110784512)
- [`Array` grouping
proposal](https://github.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://github.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>

---

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy40Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant