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.37.1 #10630

Merged
merged 3 commits into from
May 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

zloirock/core-js (core-js)

v3.37.1

Compare Source

v3.37.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) May 16, 2024 22:09
@Josh-Walker-GM Josh-Walker-GM added this to the next-release milestone May 16, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels May 16, 2024
Copy link
Contributor Author

renovate bot commented May 16, 2024

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.

@renovate renovate bot merged commit 9e77143 into main May 17, 2024
46 checks passed
@renovate renovate bot deleted the renovate/core-js-3.x branch May 17, 2024 00:35
Josh-Walker-GM added a commit that referenced this pull request May 17, 2024
[![Mend
Renovate](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)
([source](https://togithub.com/zloirock/core-js/tree/HEAD/packages/core-js))
| [`3.36.1` ->
`3.37.1`](https://renovatebot.com/diffs/npm/core-js/3.36.1/3.37.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.36.1/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.36.1/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

[`v3.37.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3371---20240514)

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

- Changes
[v3.37.0...v3.37.1](https://togithub.com/zloirock/core-js/compare/v3.37.0...v3.37.1)
- Fixed [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse)
feature detection for some specific cases
-   Compat data improvements:
- [`Set` methods
proposal](https://togithub.com/tc39/proposal-set-methods) added and
marked as [supported from FF
127](https://bugzilla.mozilla.org/show_bug.cgi?id=1868423)
-
[`Symbol.dispose`](https://togithub.com/tc39/proposal-explicit-resource-management)
added and marked as supported from V8 ~ Chromium 125
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16
}`](https://togithub.com/tc39/proposal-float16array) added and marked as
[supported from Deno
1.43](https://togithub.com/denoland/deno/pull/23490)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as [supported from Chromium
126](https://chromestatus.com/feature/6301071388704768)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as [supported from NodeJS
22.0](https://togithub.com/nodejs/node/pull/52280)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as [supported from Deno
1.43](https://togithub.com/denoland/deno/pull/23318)
- Added [Rhino
1.7.15](https://togithub.com/mozilla/rhino/releases/tag/Rhino1\_7\_15\_Release)
compat data, many features marked as supported
- Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat
data mapping
- Added [Deno
1.43](https://togithub.com/denoland/deno/releases/tag/v1.43.0) compat
data mapping
    -   Added Electron 31 compat data mapping
- Updated [Opera Android
82](https://forums.opera.com/topic/71513/opera-for-android-82) compat
data mapping
    -   Added Samsung Internet 26 compat data mapping
    -   Added Oculus Quest Browser 33 compat data mapping

[`v3.37.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3370---20240417)

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

- Changes
[v3.36.1...v3.37.0](https://togithub.com/zloirock/core-js/compare/v3.36.1...v3.37.0)
- [New `Set` methods
proposal](https://togithub.com/tc39/proposal-set-methods):
    -   Built-ins:
        -   `Set.prototype.intersection`
        -   `Set.prototype.union`
        -   `Set.prototype.difference`
        -   `Set.prototype.symmetricDifference`
        -   `Set.prototype.isSubsetOf`
        -   `Set.prototype.isSupersetOf`
        -   `Set.prototype.isDisjointFrom`
- Moved to stable ES, [April 2024 TC39
meeting](https://togithub.com/tc39/proposals/commit/bda5a6bccbaca183e193f9e680889ea5b5462ce4)
- Added `es.` namespace modules, `/es/` and `/stable/` namespaces
entries
- [Explicit Resource Management stage 3
proposal](https://togithub.com/tc39/proposal-explicit-resource-management)
- Some minor updates like
[explicit-resource-management/217](https://togithub.com/tc39/proposal-explicit-resource-management/pull/217)
- Added [`Math.sumPrecise` stage 2.7
proposal](https://togithub.com/tc39/proposal-math-sum/):
    -   Built-ins:
        -   `Math.sumPrecise`
- [`Promise.try`
proposal](https://togithub.com/tc39/proposal-promise-try):
    -   Built-ins:
        -   `Promise.try`
- Added optional arguments support,
[promise-try/16](https://togithub.com/tc39/proposal-promise-try/pull/16)
- Moved to stage 2.7, [April 2024 TC39
meeting](https://togithub.com/tc39/proposals/commit/301fc9c7eef2344d2b443f32a9c24ecd5fbdbec0)
- [`RegExp.escape` stage 2
proposal](https://togithub.com/tc39/proposal-regex-escaping):
- Moved to hex-escape semantics,
[regex-escaping/67](https://togithub.com/tc39/proposal-regex-escaping/pull/67)
- It's not the final change of the way of escaping, waiting for
[regex-escaping/77](https://togithub.com/tc39/proposal-regex-escaping/pull/77)
soon
- [Pattern matching stage 1
proposal](https://togithub.com/tc39/proposal-pattern-matching):
    -   Built-ins:
        -   `Symbol.customMatcher`
- Once again, [the used well-known symbol was
renamed](https://togithub.com/tc39/proposal-pattern-matching/pull/295)
    -   Added new entries for that
- Added [Extractors stage 1
proposal](https://togithub.com/tc39/proposal-extractors):
    -   Built-ins:
        -   `Symbol.customMatcher`
- Since the `Symbol.customMatcher` well-known symbol from the pattern
matching proposal is also used in the exactors proposal, added an entry
also for this proposal
- Added [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse),
[url/825](https://togithub.com/whatwg/url/pull/825)
-   Engines bugs fixes:
- Added a fix of [Safari `{ Object, Map }.groupBy` bug that does not
support iterable
primitives](https://bugs.webkit.org/show_bug.cgi?id=271524)
- Added a fix of [Safari bug with double call of constructor in
`Array.fromAsync`](https://bugs.webkit.org/show_bug.cgi?id=271703)
-   Compat data improvements:
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as supported [from FF
126](https://bugzilla.mozilla.org/show_bug.cgi?id=1887611)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as supported [from Bun
1.1.4](https://togithub.com/oven-sh/bun/pull/10129)
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) fixed
and marked as supported [from Bun
1.1.0](https://togithub.com/oven-sh/bun/pull/9710)
- [New `Set` methods](https://togithub.com/tc39/proposal-set-methods)
fixed in JavaScriptCore and marked as supported from Bun 1.1.1
    -   Added Opera Android 82 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com>
dac09 added a commit that referenced this pull request May 17, 2024
…erverStore

* 'main' of github.com:redwoodjs/redwood: (66 commits)
  fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v3.3.1 (#10639)
  fix(deps): update graphql-tools monorepo (#10641)
  fix(deps): update dependency core-js to v3.37.1 (#10630)
  fix(deps): update dependency @graphql-yoga/plugin-persisted-operations to v3.3.1 (#10640)
  fix(deps): update dependency @graphql-yoga/plugin-defer-stream to v3.3.1 (#10638)
  chore(deps): update dependency firebase to v10.12.0 (#10635)
  chore(deps): update yarn monorepo (#10624)
  fix(deps): update dependency @swc/core to v1.5.7 (#10634)
  fix(deps): update dependency mini-css-extract-plugin to v2.9.0 (#10633)
  fix(deps): update dependency @sdl-codegen/node to v0.0.15 (#10632)
  chore(deps): update dependency @npmcli/arborist to v7.5.2 (#10628)
  fix(deps): update dependency find-my-way to v8.2.0 (#10631)
  chore(deps): bump @fastify/reply-from from 9.4.0 to 9.8.0 (#10629)
  fix(deps): update prisma monorepo to v5.14.0 (#10627)
  fix(deps): update dependency fastify to v4.27.0 (#10625)
  fix(deps): update docusaurus monorepo to v3.3.2 (#10626)
  fix(deps): update dependency react-helmet-async to v2.0.5 (#10621)
  chore(deps): update dependency @types/vscode to v1.89.0 (#10623)
  fix(deps): update dependency react-hook-form to v7.51.4 (#10622)
  chore(deps): update dependency @clerk/clerk-react to v4.31.1 (#10616)
  ...
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v7.6.0 May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant