Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.31.1 (#8841)
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) | [`3.31.0` ->
`3.31.1`](https://renovatebot.com/diffs/npm/core-js/3.31.0/3.31.1) |
[![age](https://badges.renovateapi.com/packages/npm/core-js/3.31.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/core-js/3.31.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/core-js/3.31.1/compatibility-slim/3.31.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/core-js/3.31.1/confidence-slim/3.31.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

[`v3.31.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3311---20230706)

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

- Fixed a `structuredClone` bug with cloning views of transferred
buffers,
[#&#8203;1265](https://togithub.com/zloirock/core-js/issues/1265)
-   Fixed the order of arguments validation in `DataView` methods
- Allowed cloning of
[`Float16Array`](https://togithub.com/tc39/proposal-float16array) in
`structuredClone`
-   Compat data improvements:
- [`Set` methods
proposal](https://togithub.com/tc39/proposal-set-methods) marked as
[supported from Safari
17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#JavaScript)
- New `URL` features:
[`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse),
[`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size)
and [`value` argument of `URLSearchParams.prototype.{ has, delete
}`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as
[supported from Safari
17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#Web-API)
- `value` argument of `URLSearchParams.prototype.{ has, delete }` marked
as supported from [Deno
1.35](https://togithub.com/denoland/deno/pull/19654)
- `AggregateError` and well-formed `JSON.stringify` marked as [supported
React Native 0.72
Hermes](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#more-ecmascript-support-in-hermes)
    -   Added Deno 1.35 compat data mapping
    -   Added Quest Browser 28 compat data mapping
    -   Added missing NodeJS 12.16-12.22 compat data mapping
    -   Updated Opera Android 76 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Jul 7, 2023
1 parent 0b8f112 commit b4afb63
Show file tree
Hide file tree
Showing 46 changed files with 91 additions and 98 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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 @@ -37,7 +37,7 @@
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"core-js": "3.31.0",
"core-js": "3.31.1",
"fast-glob": "3.2.12",
"fast-json-parse": "1.0.3",
"fastify": "4.19.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.6",
"@prisma/client": "4.16.2",
"@whatwg-node/fetch": "0.9.7",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.0.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@azure/msal-browser": "2.37.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.6",
"@clerk/clerk-sdk-node": "4.10.15",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"base64url": "3.0.1",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/auth": "5.0.0",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"firebase-admin": "11.9.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.22.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"react": "18.2.0"
},
"devDependencies": {
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": "5.0.0",
"@redwoodjs/telemetry": "5.0.0",
"chalk": "4.1.2",
"core-js": "3.31.0",
"core-js": "3.31.1",
"execa": "5.1.1",
"listr2": "6.6.0",
"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 @@ -51,7 +51,7 @@
"ci-info": "3.8.0",
"concurrently": "8.2.0",
"configstore": "3.1.5",
"core-js": "3.31.0",
"core-js": "3.31.1",
"cross-env": "7.0.3",
"crypto-js": "4.1.1",
"decamelize": "5.0.0",
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.7",
"cheerio": "1.0.0-rc.12",
"core-js": "3.31.0",
"core-js": "3.31.1",
"deepmerge": "4.3.1",
"execa": "5.1.1",
"fast-glob": "3.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"babel-plugin-module-resolver": "5.0.0",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.6",
"core-js": "3.31.0",
"core-js": "3.31.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.45.1"
},
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 @@ -39,7 +39,7 @@
"@opentelemetry/api": "1.4.1",
"@redwoodjs/api": "5.0.0",
"@redwoodjs/project-config": "5.0.0",
"core-js": "3.31.0",
"core-js": "3.31.1",
"graphql": "16.7.1",
"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 @@ -50,7 +50,7 @@
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.8.2",
"chalk": "4.1.2",
"core-js": "3.31.0",
"core-js": "3.31.1",
"deepmerge": "4.3.1",
"esbuild": "0.18.11",
"fast-glob": "3.2.12",
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.7",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.12",
"core-js": "3.31.0",
"core-js": "3.31.1",
"graphql": "16.7.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.22.6",
"@prisma/client": "4.16.2",
"@redwoodjs/project-config": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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.6",
"@reach/skip-nav": "0.18.0",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"devDependencies": {
"@babel/cli": "7.22.6",
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": "5.0.0",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
"core-js": "3.31.0",
"core-js": "3.31.1",
"deepmerge": "4.3.1",
"dotenv-defaults": "5.0.2",
"enquirer": "2.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@redwoodjs/project-config": "5.0.0",
"ansi-colors": "4.1.3",
"chokidar": "3.5.3",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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": "5.0.0",
"@whatwg-node/fetch": "0.9.7",
"ci-info": "3.8.0",
"core-js": "3.31.0",
"core-js": "3.31.1",
"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.5.0",
"core-js": "3.31.0",
"core-js": "3.31.1",
"fast-glob": "3.2.12",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@redwoodjs/project-config": "5.0.0",
"@vitejs/plugin-react": "4.0.1",
"buffer": "6.0.3",
"core-js": "3.31.0",
"core-js": "3.31.1",
"vite": "4.3.9",
"vite-plugin-environment": "1.1.3",
"yargs-parser": "21.1.1"
Expand Down
Loading

0 comments on commit b4afb63

Please sign in to comment.