Skip to content

Commit

Permalink
⬆️ Update dependency @types/react to ^19.0.8 (#5639)
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.7` ->
`^19.0.8`](https://renovatebot.com/diffs/npm/@types%2freact/19.0.7/19.0.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/19.0.7/19.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.0.7/19.0.8?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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent a434264 commit e590b6a
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.7",
"@types/react": "^19.0.8",
"@types/supertest": "^6.0.2",
"happy-dom": "^16.7.2",
"typescript": "~5.7.3",
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.7",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"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 @@ -3634,7 +3634,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.6.1"
"@types/express": "npm:^5.0.0"
"@types/lodash": "npm:^4.17.14"
"@types/react": "npm:^19.0.7"
"@types/react": "npm:^19.0.8"
"@types/supertest": "npm:^6.0.2"
express: "npm:^4.21.2"
fast-check: "workspace:*"
Expand Down Expand Up @@ -6408,12 +6408,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^19.0.7":
version: 19.0.7
resolution: "@types/react@npm:19.0.7"
"@types/react@npm:*, @types/react@npm:^19.0.8":
version: 19.0.8
resolution: "@types/react@npm:19.0.8"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/818e546fa03a2a65ac2652fc472891ac96684211e8967bc25e1da6a8a09e2301ad972b1b038d128f8b4cbbd7691f6f57fee274db568169e9b6b01556abbb5bee
checksum: 10c0/5fa7236356b1476de03519c66ef65d4fd904826956105619e2ad60cb0b55ae7b251dd5fff02234076225b5e15333d0d936bf9dbe1d461406f8a2ba01c197ddcd
languageName: node
linkType: hard

Expand Down Expand Up @@ -21002,7 +21002,7 @@ __metadata:
"@mdx-js/react": "npm:^3.1.0"
"@types/lodash": "npm:^4.17.14"
"@types/node": "npm:^22.10.7"
"@types/react": "npm:^19.0.7"
"@types/react": "npm:^19.0.8"
clsx: "npm:^2.1.1"
fast-check: "workspace:*"
jest: "npm:^29.7.0"
Expand Down

0 comments on commit e590b6a

Please sign in to comment.