Skip to content

Commit

Permalink
⬆️ Update dependency @types/react to ^19.0.4 (#5585)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`^19.0.3` ->
`^19.0.4`](https://renovatebot.com/diffs/npm/@types%2freact/19.0.3/19.0.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/19.0.3/19.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.0.3/19.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent fd2eac3 commit c5d0635
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.14",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/supertest": "^6.0.2",
"happy-dom": "^16.5.3",
"typescript": "~5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mdx-js/react": "^3.1.0",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jimp": "^1.6.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3633,7 +3633,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.5.2"
"@types/express": "npm:^5.0.0"
"@types/lodash": "npm:^4.17.14"
"@types/react": "npm:^19.0.3"
"@types/react": "npm:^19.0.4"
"@types/supertest": "npm:^6.0.2"
express: "npm:^4.21.2"
fast-check: "workspace:*"
Expand Down Expand Up @@ -6407,12 +6407,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^19.0.3":
version: 19.0.3
resolution: "@types/react@npm:19.0.3"
"@types/react@npm:*, @types/react@npm:^19.0.4":
version: 19.0.4
resolution: "@types/react@npm:19.0.4"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/90129c45f2f09154d9409964964d0ccbac7f04d5f7fcf73fc146d33887931fbfdfd1e2947514298f94f986cc264aff8ba3201e9a4ea207d3308f20a06d47c805
checksum: 10c0/96ecd1a73af57fd7b7facf5b36ec069b131c7608a98a0f1098183023bfb21c60a26a0dc09004fbe0ac70c436ef887bbec5690882cfb77c6e0c679f7e45987722
languageName: node
linkType: hard

Expand Down Expand Up @@ -20984,7 +20984,7 @@ __metadata:
"@mdx-js/react": "npm:^3.1.0"
"@types/lodash": "npm:^4.17.14"
"@types/node": "npm:^22.10.5"
"@types/react": "npm:^19.0.3"
"@types/react": "npm:^19.0.4"
clsx: "npm:^2.1.1"
fast-check: "workspace:*"
jest: "npm:^29.7.0"
Expand Down

0 comments on commit c5d0635

Please sign in to comment.