0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
ghost/apps/shade
renovate[bot] ec62120b94
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>
2025-04-03 08:07:48 +00:00
..
.storybook
src Added KPI data to React Anallytics (#22741) 2025-04-02 17:35:07 +02:00
test
.eslintrc.cjs
.gitignore
components.json
package.json Update dependency recharts to v2.15.2 (#22782) 2025-04-03 08:07:48 +00:00
postcss.config.cjs
preflight.css
README.md
styles.css Added KPI data to React Anallytics (#22741) 2025-04-02 17:35:07 +02:00
tailwind.cjs
tailwind.config.cjs
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts

Shade

Ghost Design System

Usage

TK

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests