Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.32.2 (#9125)
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://github.com/zloirock/core-js) | [`3.32.0` ->
`3.32.2`](https://renovatebot.com/diffs/npm/core-js/3.32.0/3.32.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.32.0/3.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.32.0/3.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.32.2`](https://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3322---20230907)

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

- Fixed `structuredClone` feature detection `[email protected]` bug,
[#&#8203;1288](https://github.com/zloirock/core-js/issues/1288)
- Added a workaround of old WebKit + `eval` bug,
[#&#8203;1287](https://github.com/zloirock/core-js/pull/1287)
-   Compat data improvements:
    -   Added Samsung Internet 23 compat data mapping
    -   Added Quest Browser 29 compat data mapping

###
[`v3.32.1`](https://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3321---20230819)

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

- Fixed some cases of IEEE754 rounding,
[#&#8203;1279](https://github.com/zloirock/core-js/issues/1279),
thanks [**@&#8203;petamoriken**](https://github.com/petamoriken)
- Prevented injection `process` polyfill to `core-js` via some bundlers
or `esm.sh`,
[#&#8203;1277](https://github.com/zloirock/core-js/issues/1277)
-   Some minor fixes and stylistic changes
-   Compat data improvements:
-
[`Promise.withResolvers`](https://github.com/tc39/proposal-promise-with-resolvers)
marked as supported [from Bun
0.7.1](https://bun.sh/blog/bun-v0.7.1#bun-ismainthread-and-promise-withresolvers)
    -   Added Opera Android 77 compat data mapping
    -   Updated Electron 27 compat data mapping

</details>

---

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

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <[email protected]>
  • Loading branch information
renovate[bot] and thedavidprice authored Sep 8, 2023
1 parent c01ae41 commit 9e932fb
Show file tree
Hide file tree
Showing 47 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.32.0",
"core-js": "3.32.2",
"cypress": "12.15.0",
"cypress-wait-until": "1.7.2",
"dependency-cruiser": "13.0.4",
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.32.0",
"core-js": "3.32.2",
"fast-glob": "3.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.22.2",
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.22.11",
"@prisma/client": "5.2.0",
"@whatwg-node/fetch": "0.9.9",
"core-js": "3.32.0",
"core-js": "3.32.2",
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.0",
"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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@azure/msal-browser": "2.38.1",
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.22.11",
"@clerk/clerk-sdk-node": "4.10.15",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.11",
"base64url": "3.0.1",
"core-js": "3.32.0",
"core-js": "3.32.2",
"crypto-js": "4.1.1",
"md5": "2.3.0",
"uuid": "9.0.0"
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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.32.0",
"core-js": "3.32.2",
"prompts": "2.4.2",
"secure-random-password": "0.2.3",
"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.22.11",
"@redwoodjs/auth": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"firebase-admin": "11.10.1"
},
"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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"jsonwebtoken": "9.0.0"
},
"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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"jsonwebtoken": "9.0.0"
},
"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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
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.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"react": "18.3.0-canary-035a41c4e-20230704"
},
"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.32.0",
"core-js": "3.32.2",
"fast-glob": "3.3.1",
"graphql": "16.8.0",
"typescript": "5.1.6"
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 @@ -28,7 +28,7 @@
"@redwoodjs/project-config": "6.0.7",
"@redwoodjs/telemetry": "6.0.7",
"chalk": "4.1.2",
"core-js": "3.32.0",
"core-js": "3.32.2",
"execa": "5.1.1",
"listr2": "6.6.1",
"lodash": "4.17.21",
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": "3.8.0",
"concurrently": "8.2.0",
"configstore": "3.1.5",
"core-js": "3.32.0",
"core-js": "3.32.2",
"cross-env": "7.0.3",
"crypto-js": "4.1.1",
"decamelize": "5.0.1",
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.5",
"@whatwg-node/fetch": "0.9.9",
"cheerio": "1.0.0-rc.12",
"core-js": "3.32.0",
"core-js": "3.32.2",
"deepmerge": "4.3.1",
"execa": "5.1.1",
"fast-glob": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"babel-loader": "9.1.3",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.32.0",
"core-js": "3.32.2",
"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.22.11",
"core-js": "3.32.0",
"core-js": "3.32.2",
"pascalcase": "1.0.0",
"react-hook-form": "7.45.4"
},
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.1",
"@opentelemetry/api": "1.4.1",
"@redwoodjs/api": "6.0.7",
"core-js": "3.32.0",
"core-js": "3.32.2",
"graphql": "16.8.0",
"graphql-scalars": "1.22.2",
"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 @@ -47,7 +47,7 @@
"@redwoodjs/router": "6.0.7",
"@sdl-codegen/node": "0.0.10",
"chalk": "4.1.2",
"core-js": "3.32.0",
"core-js": "3.32.2",
"deepmerge": "4.3.1",
"esbuild": "0.19.2",
"fast-glob": "3.3.1",
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.9",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.12",
"core-js": "3.32.0",
"core-js": "3.32.2",
"graphql": "16.8.0",
"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.22.11",
"@prisma/client": "5.2.0",
"@redwoodjs/project-config": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.22.11",
"@reach/skip-nav": "0.18.0",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.22.10",
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.0.7",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
"core-js": "3.32.0",
"core-js": "3.32.2",
"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.32.0",
"core-js": "3.32.2",
"crypto-js": "4.1.1",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.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.0.7",
"@whatwg-node/fetch": "0.9.9",
"ci-info": "3.8.0",
"core-js": "3.32.0",
"core-js": "3.32.2",
"envinfo": "7.9.0",
"systeminformation": "5.18.5",
"uuid": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/webpack": "5.28.1",
"@types/webpack-env": "1.18.1",
"babel-jest": "29.6.4",
"core-js": "3.32.0",
"core-js": "3.32.2",
"fast-glob": "3.3.1",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
Expand Down
Loading

0 comments on commit 9e932fb

Please sign in to comment.