mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency react-hot-toast to v2.5.1 (#21960)
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>
This commit is contained in:
parent
e7144db5c3
commit
7ac2f5e830
3 changed files with 16 additions and 15 deletions
|
@ -82,7 +82,7 @@
|
|||
"postcss": "8.4.39",
|
||||
"postcss-import": "16.1.0",
|
||||
"react-colorful": "5.6.1",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-hot-toast": "2.5.1",
|
||||
"react-select": "5.8.2",
|
||||
"tailwindcss": "3.4.14"
|
||||
},
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"postcss": "8.4.39",
|
||||
"postcss-import": "16.1.0",
|
||||
"react-colorful": "5.6.1",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-hot-toast": "2.5.1",
|
||||
"react-select": "5.8.2",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
"tailwindcss": "3.4.14",
|
||||
|
|
27
yarn.lock
27
yarn.lock
|
@ -14015,10 +14015,10 @@ cssstyle@^4.0.1:
|
|||
dependencies:
|
||||
rrweb-cssom "^0.6.0"
|
||||
|
||||
csstype@^3.0.2:
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
|
||||
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
|
||||
csstype@^3.0.2, csstype@^3.1.3:
|
||||
version "3.1.3"
|
||||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
|
||||
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
|
||||
|
||||
csv-writer@1.6.0:
|
||||
version "1.6.0"
|
||||
|
@ -18922,10 +18922,10 @@ globrex@^0.1.2:
|
|||
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
|
||||
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
|
||||
|
||||
goober@^2.1.10:
|
||||
version "2.1.13"
|
||||
resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.13.tgz#e3c06d5578486212a76c9eba860cbc3232ff6d7c"
|
||||
integrity sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==
|
||||
goober@^2.1.16:
|
||||
version "2.1.16"
|
||||
resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.16.tgz#7d548eb9b83ff0988d102be71f271ca8f9c82a95"
|
||||
integrity sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==
|
||||
|
||||
"google-caja-bower@https://github.com/acburdine/google-caja-bower#ghost":
|
||||
version "6011.0.0"
|
||||
|
@ -27255,12 +27255,13 @@ react-error-boundary@^3.1.0:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
|
||||
react-hot-toast@2.4.1:
|
||||
version "2.4.1"
|
||||
resolved "https://registry.yarnpkg.com/react-hot-toast/-/react-hot-toast-2.4.1.tgz#df04295eda8a7b12c4f968e54a61c8d36f4c0994"
|
||||
integrity sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==
|
||||
react-hot-toast@2.5.1:
|
||||
version "2.5.1"
|
||||
resolved "https://registry.yarnpkg.com/react-hot-toast/-/react-hot-toast-2.5.1.tgz#fcb182d96353c803ee5af82e96c806d5eaa4dcfa"
|
||||
integrity sha512-54Gq1ZD1JbmAb4psp9bvFHjS7lje+8ubboUmvKZkCsQBLH6AOpZ9JemfRvIdHcfb9AZXRaFLrb3qUobGYDJhFQ==
|
||||
dependencies:
|
||||
goober "^2.1.10"
|
||||
csstype "^3.1.3"
|
||||
goober "^2.1.16"
|
||||
|
||||
react-is@18.1.0:
|
||||
version "18.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue