stipsan / react-spring-bottom-sheet

Accessible ♿️, Delightful ✨, & Fast 🚀
https://react-spring.bottom-sheet.dev/
MIT License
971 stars 133 forks source link

chore(deps): update devdependencies (non-major) #197

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/forms ^0.3.0 -> ^0.4.0 age adoption passing confidence
@xstate/inspect ^0.5.0 -> ^0.6.0 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-forms ### [`v0.4.0`](https://togithub.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#​040---2021-12-09) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-forms/compare/v0.3.4...v0.4.0) ##### Changed - Update color palette references for v3 ([#​83](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/83)) - Don't read outline.none value from config ([#​89](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/89))
davidkpiano/xstate ### [`v0.6.0`](https://togithub.com/davidkpiano/xstate/releases/@​xstate/vue@0.6.0) [Compare Source](https://togithub.com/davidkpiano/xstate/compare/@xstate/inspect@0.5.2...@xstate/inspect@0.6.0) ##### Minor Changes - [`724baae7`](https://togithub.com/davidkpiano/xstate/commit/724baae76409a3dc6a5b03c47769918d600f478f) [#​2230](https://togithub.com/davidkpiano/xstate/pull/2230) Thanks [@​santicros](https://togithub.com/santicros)! - Added new composable `useSelector(actor, selector)`, which subscribes to actor and returns the selected state derived from selector(snapshot): ```js import { useSelector } from '@​xstate/vue'; export default { props: ['someActor'], setup(props) { const count = useSelector(props.someActor, state => state.context.count); // ... return { count }; } }; ```

Configuration

📅 Schedule: "before 4am on sunday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: