mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
7ac2f5e830
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hot-toast](https://redirect.github.com/timolins/react-hot-toast) | [`2.4.1` -> `2.5.1`](https://renovatebot.com/diffs/npm/react-hot-toast/2.4.1/2.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-hot-toast/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-hot-toast/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-hot-toast/2.4.1/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-hot-toast/2.4.1/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>timolins/react-hot-toast (react-hot-toast)</summary> ### [`v2.5.1`](https://redirect.github.com/timolins/react-hot-toast/compare/v2.5.0...v2.5.1) [Compare Source](https://redirect.github.com/timolins/react-hot-toast/compare/v2.5.0...v2.5.1) ### [`v2.5.0`](https://redirect.github.com/timolins/react-hot-toast/releases/tag/v2.5.0): 2.5.0 [Compare Source](https://redirect.github.com/timolins/react-hot-toast/compare/v2.4.1...v2.5.0) #### What's new ##### `toast.promise()` improvements - Make messages optional - [#​179](https://redirect.github.com/timolins/react-hot-toast/issues/179) from n33pm/feat/promiseOptionalMsg) [`25bd873`](https://redirect.github.com/timolins/react-hot-toast/commit/25bd873) - Allow to pass async function - [#​301](https://redirect.github.com/timolins/react-hot-toast/issues/301) from kagurazaka-0/feat-toast-promise-async-func [`c80d57f`](https://redirect.github.com/timolins/react-hot-toast/commit/c80d57f) ##### Other - Add customizable `removeDelay` - [#​89](https://redirect.github.com/timolins/react-hot-toast/issues/89) from heyfuaad/main [`c3d6739`](https://redirect.github.com/timolins/react-hot-toast/commit/c3d6739) - Refactor removal of dismissed toasts - Make `csstype` a dependency to avoid warning. [`d695daf`](https://redirect.github.com/timolins/react-hot-toast/commit/d695daf) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
test | ||
.eslintrc.cjs | ||
.gitignore | ||
components.json | ||
package.json | ||
postcss.config.cjs | ||
preflight.css | ||
README.md | ||
styles.css | ||
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.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests