0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/apps/shade
renovate[bot] 60e7c08c59
Pin dependency @radix-ui/react-popover to 1.1.6 (#22267)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@radix-ui/react-popover](https://radix-ui.com/primitives)
([source](https://redirect.github.com/radix-ui/primitives)) |
dependencies | pin | [`^1.1.6` ->
`1.1.6`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-popover/1.1.6/1.1.6)
|

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 10:05:22 +00:00
..
.storybook Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
src Reader improvements in ActivityPub (#22264) 2025-02-24 17:47:40 +08:00
test Shade updates (#22045) 2025-01-23 08:22:04 +01:00
.eslintrc.cjs
.gitignore
components.json
package.json Pin dependency @radix-ui/react-popover to 1.1.6 (#22267) 2025-02-24 10:05:22 +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 Added dark mode support to ActivityPub (#22228) 2025-02-19 14:29:46 +08: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