Skip to content

Commit e6ae421

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update dependency recharts to v2.15.0 (#33559)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [recharts](https://redirect.github.com/recharts/recharts) | dependencies | minor | [`2.14.1` -> `2.15.0`](https://renovatebot.com/diffs/npm/recharts/2.14.1/2.15.0) | `2.15.1` | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.15.0`](https://redirect.github.com/recharts/recharts/releases/tag/v2.15.0) [Compare Source](https://redirect.github.com/recharts/recharts/compare/v2.14.1...v2.15.0) ##### What's Changed Final 2.x React 19 support **!!! You still need to override your `react-is` version to match `react`/`react-dom` for React 19 to work with recharts !!! - see [thread here](https://redirect.github.com/recharts/recharts/issues/4558#issuecomment-2132375528)** - this limitation will be alleviated in recharts 3.0 ##### Feat Add React 19 to peerDependencies - closes [https://github.com/recharts/recharts/issues/4558](https://redirect.github.com/recharts/recharts/issues/4558) ##### Fix - `Bar`: fix Bar mouse event types regression - closes [https://github.com/recharts/recharts/issues/5308](https://redirect.github.com/recharts/recharts/issues/5308) - Remove React19 deprecated `ReactText` type **Full Changelog**: recharts/recharts@v2.14.1...v2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 89f2ff2bb60bcd2bbebf1a83088fe1f1df06b68b
1 parent 70f548d commit e6ae421

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

npm-packages/common/config/rush/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-packages/dashboard-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react-virtualized-auto-sizer": "1.0.7",
6363
"react-window": "1.8.11",
6464
"react-window-infinite-loader": "^1.0.8",
65-
"recharts": "2.14.1",
65+
"recharts": "2.15.0",
6666
"saffron": "get-convex/saffron#af61963a3840ddd6e72f44cf320f56ff4b8d0b39",
6767
"semver": "^7.6.0",
6868
"shapes": "workspace:*",

npm-packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react-table": "7.8.0",
5353
"react-use": "~17.6.0",
5454
"react-window": "1.8.11",
55-
"recharts": "2.14.1",
55+
"recharts": "2.15.0",
5656
"swr": "^2.2.1",
5757
"system-udfs": "workspace:*",
5858
"tailwind-merge": "^1.14.0",

0 commit comments

Comments
 (0)