Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.34.0 (#9649)
Browse files Browse the repository at this point in the history
[![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.33.3` ->
`3.34.0`](https://renovatebot.com/diffs/npm/core-js/3.33.3/3.34.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.33.3/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.33.3/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

[`v3.34.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3340---20231206)

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

- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping):
    -   Methods:
        -   `Object.groupBy`
        -   `Map.groupBy`
- Moved to stable ES, [November 2023 TC39
meeting](https://togithub.com/tc39/proposal-array-grouping/issues/60)
- Added `es.` namespace modules, `/es/` and `/stable/` namespaces
entries
- [`Promise.withResolvers`
proposal](https://togithub.com/tc39/proposal-promise-with-resolvers):
    -   Method:
        -   `Promise.withResolvers`
- Moved to stable ES, [November 2023 TC39
meeting](https://twitter.com/robpalmer2/status/1729216597623976407)
- Added `es.` namespace module, `/es/` and `/stable/` namespaces entries
- Fixed a web incompatibility issue of [`Iterator` helpers
proposal](https://togithub.com/tc39/proposal-iterator-helpers),
[proposal-iterator-helpers/287](https://togithub.com/tc39/proposal-iterator-helpers/pull/287)
and some following changes, November 2023 TC39 meeting
- Added [`Uint8Array` to / from base64 and hex stage 2
proposal](https://togithub.com/tc39/proposal-arraybuffer-base64):
    -   Methods:
        -   `Uint8Array.fromBase64`
        -   `Uint8Array.fromHex`
        -   `Uint8Array.prototype.toBase64`
        -   `Uint8Array.prototype.toHex`
- Relaxed some specific cases of
[`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring)
validation before clarification of
[proposal-number-fromstring/24](https://togithub.com/tc39/proposal-number-fromstring/issues/24)
- Fixed `@@&#8203;toStringTag` property descriptors on DOM collections,
[#&#8203;1312](https://togithub.com/zloirock/core-js/issues/1312)
- Fixed the order of arguments validation in `Array` iteration methods,
[#&#8203;1313](https://togithub.com/zloirock/core-js/issues/1313)
-   Some minor `atob` / `btoa` improvements
-   Compat data improvements:
-
[`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers)
marked as shipped from FF121

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
2 people authored and Tobbe committed Dec 21, 2023
1 parent ee3ef18 commit 6728746
Show file tree
Hide file tree
Showing 48 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.33.3",
"core-js": "3.34.0",
"cypress": "12.17.4",
"cypress-wait-until": "1.7.2",
"dependency-cruiser": "13.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"core-js": "3.33.3",
"core-js": "3.34.0",
"dotenv-defaults": "5.0.2",
"fast-glob": "3.3.2",
"fast-json-parse": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/runtime-corejs3": "7.23.5",
"@prisma/client": "5.7.0",
"@whatwg-node/fetch": "0.9.14",
"core-js": "3.33.3",
"core-js": "3.34.0",
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.2",
"pascalcase": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@azure/msal-browser": "2.38.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@clerk/clerk-sdk-node": "4.13.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/project-config": "6.5.1",
"base64url": "3.0.1",
"core-js": "3.33.3",
"core-js": "3.34.0",
"md5": "2.3.0",
"uuid": "9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.33.3",
"core-js": "3.34.0",
"prompts": "2.4.2",
"terminal-link": "2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"firebase-admin": "11.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/cli-helpers": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"react": "18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-module-resolver": "5.0.0",
"core-js": "3.33.3",
"core-js": "3.34.0",
"fast-glob": "3.3.2",
"graphql": "16.8.1",
"typescript": "5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/src/__tests__/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('api', () => {
{
"corejs": {
"proposals": true,
"version": "3.33",
"version": "3.34",
},
"exclude": [
"@babel/plugin-transform-class-properties",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@redwoodjs/project-config": "6.5.1",
"@redwoodjs/telemetry": "6.5.1",
"chalk": "4.1.2",
"core-js": "3.33.3",
"core-js": "3.34.0",
"dotenv": "16.3.1",
"execa": "5.1.1",
"listr2": "6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ci-info": "4.0.0",
"concurrently": "8.2.2",
"configstore": "3.1.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"cross-env": "7.0.3",
"decamelize": "5.0.1",
"dotenv-defaults": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vscode/ripgrep": "1.15.6",
"@whatwg-node/fetch": "0.9.14",
"cheerio": "1.0.0-rc.12",
"core-js": "3.33.3",
"core-js": "3.34.0",
"deepmerge": "4.3.1",
"execa": "5.1.1",
"fast-glob": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"babel-loader": "^9.1.3",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.33.3",
"core-js": "3.34.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv-webpack": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"pascalcase": "1.0.0",
"react-hook-form": "7.48.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@graphql-tools/utils": "10.0.11",
"@opentelemetry/api": "1.7.0",
"@redwoodjs/api": "6.5.1",
"core-js": "3.33.3",
"core-js": "3.34.0",
"graphql": "16.8.1",
"graphql-scalars": "1.22.4",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@redwoodjs/project-config": "6.5.1",
"@sdl-codegen/node": "0.0.10",
"chalk": "4.1.2",
"core-js": "3.33.3",
"core-js": "3.34.0",
"deepmerge": "4.3.1",
"esbuild": "0.18.19",
"fast-glob": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@whatwg-node/fetch": "0.9.14",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.12",
"core-js": "3.33.3",
"core-js": "3.34.0",
"graphql": "16.8.1",
"mime-types": "2.1.35"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/runtime-corejs3": "7.23.5",
"@prisma/client": "5.7.0",
"@redwoodjs/project-config": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime-corejs3": "7.23.5",
"@reach/skip-nav": "0.18.0",
"@redwoodjs/auth": "6.5.1",
"core-js": "3.33.3"
"core-js": "3.34.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@redwoodjs/project-config": "6.5.1",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
"core-js": "3.33.3",
"core-js": "3.34.0",
"deepmerge": "4.3.1",
"dotenv-defaults": "5.0.2",
"enquirer": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@swc/core": "1.3.60",
"ansi-colors": "4.1.3",
"chokidar": "3.5.3",
"core-js": "3.33.3",
"core-js": "3.34.0",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.24.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@redwoodjs/structure": "6.5.1",
"@whatwg-node/fetch": "0.9.14",
"ci-info": "4.0.0",
"core-js": "3.33.3",
"core-js": "3.34.0",
"envinfo": "7.11.0",
"systeminformation": "5.21.20",
"uuid": "9.0.1",
Expand Down
Loading

0 comments on commit 6728746

Please sign in to comment.