Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.38.1 (#11497)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [core-js](https://redirect.github.com/zloirock/core-js)
([source](https://redirect.github.com/zloirock/core-js/tree/HEAD/packages/core-js))
| [`3.38.0` ->
`3.38.1`](https://renovatebot.com/diffs/npm/core-js/3.38.0/3.38.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.38.0/3.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.38.0/3.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v3.38.1`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3381---20240820)

[Compare
Source](https://redirect.github.com/zloirock/core-js/compare/v3.38.0...v3.38.1)

- Changes
[v3.38.0...v3.38.1](https://redirect.github.com/zloirock/core-js/compare/v3.38.0...v3.38.1)
- Fixed some cases of `URLSearchParams` percent decoding,
[#&#8203;1357](https://redirect.github.com/zloirock/core-js/issues/1357),
[#&#8203;1361](https://redirect.github.com/zloirock/core-js/pull/1361),
thanks
[**@&#8203;slowcheetah**](https://redirect.github.com/slowcheetah)
-   Some stylistic changes and minor optimizations
-   Compat data improvements:
- [`Iterator` helpers
proposal](https://redirect.github.com/tc39/proposal-iterator-helpers)
methods marked as [shipped from
FF131](https://bugzilla.mozilla.org/show_bug.cgi?id=1896390)
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16
}`](https://redirect.github.com/tc39/proposal-float16array) marked as
shipped from Bun 1.1.23
-
[`RegExp.escape`](https://redirect.github.com/tc39/proposal-regex-escaping)
marked as shipped from Bun 1.1.22
- [`Promise.try`](https://redirect.github.com/tc39/proposal-promise-try)
marked as shipped from Bun 1.1.22
- [`Uint8Array` to / from base64 and hex
proposal](https://redirect.github.com/tc39/proposal-arraybuffer-base64)
methods marked as shipped from Bun 1.1.22
- Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes
    -   Added Opera Android 84 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent bdc49da commit 3c54a5a
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"concurrently": "8.2.2",
"core-js": "3.38.0",
"core-js": "3.38.1",
"cross-env": "7.0.3",
"cypress": "13.14.2",
"cypress-fail-fast": "7.1.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 @@ -27,7 +27,7 @@
"@prisma/internals": "5.19.1",
"@redwoodjs/cli-helpers": "workspace:*",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.38.0",
"core-js": "3.38.1",
"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 @@ -27,7 +27,7 @@
"@babel/runtime-corejs3": "7.25.0",
"@redwoodjs/auth": "workspace:*",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.38.0"
"core-js": "3.38.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"core-js": "3.38.0",
"core-js": "3.38.1",
"react": "19.0.0-rc-8269d55d-20240802"
},
"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 @@ -39,7 +39,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-module-resolver": "5.0.2",
"core-js": "3.38.0",
"core-js": "3.38.1",
"fast-glob": "3.3.2",
"graphql": "16.9.0",
"typescript": "5.5.4"
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.38.0",
"core-js": "3.38.1",
"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 @@ -36,7 +36,7 @@
"@vscode/ripgrep": "1.15.9",
"@whatwg-node/fetch": "0.9.21",
"cheerio": "1.0.0",
"core-js": "3.38.0",
"core-js": "3.38.1",
"deepmerge": "4.3.1",
"execa": "5.1.1",
"fast-glob": "3.3.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 @@ -36,7 +36,7 @@
"@opentelemetry/api": "1.8.0",
"@redwoodjs/api": "workspace:*",
"@redwoodjs/context": "workspace:*",
"core-js": "3.38.0",
"core-js": "3.38.1",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"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 @@ -98,7 +98,7 @@
"@redwoodjs/router": "workspace:*",
"@sdl-codegen/node": "2.0.1",
"chalk": "4.1.2",
"core-js": "3.38.0",
"core-js": "3.38.1",
"deepmerge": "4.3.1",
"esbuild": "0.23.1",
"fast-glob": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@babel/runtime-corejs3": "7.25.0",
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"core-js": "3.38.0",
"core-js": "3.38.1",
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@redwoodjs/project-config": "workspace:*",
"@types/line-column": "1.0.2",
"camelcase": "6.3.0",
"core-js": "3.38.0",
"core-js": "3.38.1",
"deepmerge": "4.3.1",
"dotenv-defaults": "5.0.2",
"enquirer": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"busboy": "^1.6.0",
"chokidar": "3.6.0",
"cookie": "0.6.0",
"core-js": "3.38.0",
"core-js": "3.38.1",
"dotenv-defaults": "5.0.2",
"execa": "5.1.1",
"express": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"@redwoodjs/server-store": "workspace:*",
"@whatwg-node/fetch": "0.9.21",
"apollo-upload-client": "18.0.1",
"core-js": "3.38.0",
"core-js": "3.38.1",
"graphql": "16.9.0",
"graphql-sse": "2.5.3",
"graphql-tag": "2.12.6",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7538,7 +7538,7 @@ __metadata:
"@simplewebauthn/browser": "npm:7.4.0"
"@simplewebauthn/typescript-types": "npm:7.4.0"
"@types/yargs": "npm:17.0.33"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
jest: "npm:29.7.0"
jest-environment-node: "npm:29.7.0"
prompts: "npm:2.4.2"
Expand All @@ -7558,7 +7558,7 @@ __metadata:
"@simplewebauthn/browser": "npm:7.4.0"
"@simplewebauthn/typescript-types": "npm:7.4.0"
"@types/react": "npm:^18.2.55"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
react: "npm:19.0.0-rc-8269d55d-20240802"
Expand Down Expand Up @@ -7812,7 +7812,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:14.3.1"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
msw: "npm:1.3.4"
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
Expand Down Expand Up @@ -7849,7 +7849,7 @@ __metadata:
babel-plugin-graphql-tag: "npm:3.3.0"
babel-plugin-module-resolver: "npm:5.0.2"
babel-plugin-tester: "npm:11.0.4"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
fast-glob: "npm:3.3.2"
graphql: "npm:16.9.0"
tsx: "npm:4.19.0"
Expand Down Expand Up @@ -7971,7 +7971,7 @@ __metadata:
ci-info: "npm:4.0.0"
concurrently: "npm:8.2.2"
configstore: "npm:3.1.5"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
cross-env: "npm:7.0.3"
decamelize: "npm:5.0.1"
dotenv-defaults: "npm:5.0.2"
Expand Down Expand Up @@ -8032,7 +8032,7 @@ __metadata:
"@vscode/ripgrep": "npm:1.15.9"
"@whatwg-node/fetch": "npm:0.9.21"
cheerio: "npm:1.0.0"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
deepmerge: "npm:4.3.1"
execa: "npm:5.1.1"
fast-glob: "npm:3.3.2"
Expand Down Expand Up @@ -8262,7 +8262,7 @@ __metadata:
"@types/lodash": "npm:4.17.7"
"@types/uuid": "npm:10.0.0"
"@whatwg-node/fetch": "npm:0.9.21"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
graphql: "npm:16.9.0"
graphql-scalars: "npm:1.23.0"
graphql-tag: "npm:2.12.6"
Expand Down Expand Up @@ -8308,7 +8308,7 @@ __metadata:
"@types/fs-extra": "npm:11.0.4"
chalk: "npm:4.1.2"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
deepmerge: "npm:4.3.1"
esbuild: "npm:0.23.1"
fast-glob: "npm:3.3.2"
Expand Down Expand Up @@ -8572,7 +8572,7 @@ __metadata:
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
react-dom: "npm:19.0.0-rc-8269d55d-20240802"
Expand Down Expand Up @@ -8638,7 +8638,7 @@ __metadata:
"@types/node": "npm:20.16.5"
"@types/vscode": "npm:1.93.0"
camelcase: "npm:6.3.0"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
deepmerge: "npm:4.3.1"
dotenv-defaults: "npm:5.0.2"
enquirer: "npm:2.4.1"
Expand Down Expand Up @@ -8766,7 +8766,7 @@ __metadata:
chokidar: "npm:3.6.0"
concurrently: "npm:8.2.2"
cookie: "npm:0.6.0"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
dotenv-defaults: "npm:5.0.2"
execa: "npm:5.1.1"
express: "npm:4.19.2"
Expand Down Expand Up @@ -8843,7 +8843,7 @@ __metadata:
"@whatwg-node/fetch": "npm:0.9.21"
apollo-upload-client: "npm:18.0.1"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
graphql: "npm:16.9.0"
graphql-sse: "npm:2.5.3"
graphql-tag: "npm:2.12.6"
Expand Down Expand Up @@ -14564,10 +14564,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.38.0, core-js@npm:^3.27.2, core-js@npm:^3.30.2":
version: 3.38.0
resolution: "core-js@npm:3.38.0"
checksum: 10c0/3218ae19bfe0c6560663012cbd3e7f3dc1b36d50fc71e8c365f3b119185e8a35ac4e8bb9698ae510b3c201ef93f40bdc29f9215716ccf31aca28f77969bb4ed0
"core-js@npm:3.38.1, core-js@npm:^3.27.2, core-js@npm:^3.30.2":
version: 3.38.1
resolution: "core-js@npm:3.38.1"
checksum: 10c0/7df063b6f13a54e46515817ac3e235c6c598a4d3de65cd188a061fc250642be313b895fb9fb2f36e1e31890a1bb4ef61d82666a340413f540b7ce3c65689739b
languageName: node
linkType: hard

Expand Down Expand Up @@ -26671,7 +26671,7 @@ __metadata:
babel-plugin-remove-code: "npm:0.0.6"
boxen: "npm:5.1.2"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
core-js: "npm:3.38.1"
cross-env: "npm:7.0.3"
cypress: "npm:13.14.2"
cypress-fail-fast: "npm:7.1.1"
Expand Down

0 comments on commit 3c54a5a

Please sign in to comment.