0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/apps/shade
renovate[bot] 628550108e
Update dependency recharts to v2.15.1 (#22072)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.15.1`](https://redirect.github.com/recharts/recharts/compare/v2.15.0...3ecaab0e88781e20284f4444d41bf14a00fddf70)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-29 11:33:06 +00:00
..
.storybook Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
src Updated spam filters icon in settings sidebar (#22062) 2025-01-28 14:49:07 +07:00
test Shade updates (#22045) 2025-01-23 08:22:04 +01:00
.eslintrc.cjs
.gitignore
components.json
package.json Update dependency recharts to v2.15.1 (#22072) 2025-01-29 11:33:06 +00:00
postcss.config.cjs
preflight.css Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
README.md
styles.css Shade updates (#22025) 2025-01-20 12:56:21 +00:00
tailwind.cjs
tailwind.config.cjs Shade updates (#22025) 2025-01-20 12:56:21 +00:00
tsconfig.declaration.json Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
tsconfig.json Shade updates (#22045) 2025-01-23 08:22:04 +01:00
tsconfig.node.json Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
vite.config.ts Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00

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