0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Update dependency recharts to v2.15.2 (#22782)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [recharts](https://redirect.github.com/recharts/recharts) | [`2.15.1`
-> `2.15.2`](https://renovatebot.com/diffs/npm/recharts/2.15.1/2.15.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.15.1/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.15.1/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>recharts/recharts (recharts)</summary>

###
[`v2.15.2`](https://redirect.github.com/recharts/recharts/releases/tag/v2.15.2)

[Compare
Source](https://redirect.github.com/recharts/recharts/compare/v2.15.1...v2.15.2)

#### What's Changed

Few bugfixes and bug fix backports for 2.x

##### Fix

- `Bar/Rectangle`: add index back to Bar Rectangle key to prevent
duplicate key issues by
[@&#8203;ckifer](https://redirect.github.com/ckifer) in
[https://github.com/recharts/recharts/pull/5561](https://redirect.github.com/recharts/recharts/pull/5561)
- `Dot`: re-include `points` object in dotProps by
[@&#8203;brodriguezmilla](https://redirect.github.com/brodriguezmilla)
in
[https://github.com/recharts/recharts/pull/5657](https://redirect.github.com/recharts/recharts/pull/5657)
- `Tooltip`: add `SVGProps` to Tooltip payload type to account for svg
properties such as opacity passed by the user by
[@&#8203;ally1002](https://redirect.github.com/ally1002) in
[https://github.com/recharts/recharts/pull/5712](https://redirect.github.com/recharts/recharts/pull/5712)
- `Tooltip/Bar`: fix `activeBar` prop not working when tooltip
`shared={false}` by [@&#8203;nizans](https://redirect.github.com/nizans)
in
[https://github.com/recharts/recharts/pull/5718](https://redirect.github.com/recharts/recharts/pull/5718)
- `General`: allow `data-*` props to be spread on svg elements and not
be filtered out by
[@&#8203;prtmwrkr](https://redirect.github.com/prtmwrkr) in
[https://github.com/recharts/recharts/pull/5666](https://redirect.github.com/recharts/recharts/pull/5666)

#### New Contributors

- [@&#8203;brodriguezmilla](https://redirect.github.com/brodriguezmilla)
made their first contribution in
[https://github.com/recharts/recharts/pull/5657](https://redirect.github.com/recharts/recharts/pull/5657)
- [@&#8203;nizans](https://redirect.github.com/nizans) made their first
contribution in
[https://github.com/recharts/recharts/pull/5718](https://redirect.github.com/recharts/recharts/pull/5718)

**Full Changelog**:
https://github.com/recharts/recharts/compare/v2.15.1...v2.15.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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/TryGhost/Ghost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-03 08:07:48 +00:00 committed by GitHub
parent 5793fbe0c1
commit ec62120b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -91,7 +91,7 @@
"react-colorful": "5.6.1",
"react-hot-toast": "2.5.2",
"react-select": "5.10.1",
"recharts": "2.15.1",
"recharts": "2.15.2",
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7"

View file

@ -27975,10 +27975,10 @@ recharts-scale@^0.4.4:
dependencies:
decimal.js-light "^2.4.1"
recharts@2.15.1:
version "2.15.1"
resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.15.1.tgz#0941adf0402528d54f6d81997eb15840c893aa3c"
integrity sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==
recharts@2.15.2:
version "2.15.2"
resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.15.2.tgz#12adcda964b4054fba517512eb94fdff1463b0c1"
integrity sha512-xv9lVztv3ingk7V3Jf05wfAZbM9Q2umJzu5t/cfnAK7LUslNrGT7LPBr74G+ok8kSCeFMaePmWMg0rcYOnczTw==
dependencies:
clsx "^2.0.0"
eventemitter3 "^4.0.1"