0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00
ghost/apps/shade
renovate[bot] 9594feb4e8
Update dependency @uiw/react-codemirror to v4.23.10 (#22345)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror)
([source](https://redirect.github.com/uiwjs/react-codemirror)) |
[`4.23.9` ->
`4.23.10`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.9/4.23.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.23.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.23.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.23.9/4.23.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.23.9/4.23.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror (@&#8203;uiw/react-codemirror)</summary>

###
[`v4.23.10`](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.9...c4a0a5ade7fe51e4484af82c86cbb42723ed51ac)

[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.9...c4a0a5ade7fe51e4484af82c86cbb42723ed51ac)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 04:04:43 +00:00
..
.storybook Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
src Refined ActivityPub search (#22297) 2025-03-03 16:21:53 +08:00
test Shade updates (#22045) 2025-01-23 08:22:04 +01:00
.eslintrc.cjs
.gitignore
components.json
package.json Update dependency @uiw/react-codemirror to v4.23.10 (#22345) 2025-03-04 04:04:43 +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 ActivityPub UI design refinements (#22242) 2025-02-20 08:27:37 +01:00
tailwind.cjs
tailwind.config.cjs Loading message in ActivityPub notifications (#22288) 2025-02-26 22:09:05 +01: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