Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

build(deps): bump the others group with 2 updates #233

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the others group with 2 updates: react-player and state-pool.

Updates react-player from 2.13.0 to 2.16.0

Release notes

Sourced from react-player's releases.

v2.16.0

Features

v2.15.1

Bug Fixes

v2.15.0

Features

v2.14.1

Bug Fixes

v2.14.0

This release should be a no-op (no changes) but the whole build / bundle tooling was replaced so please report any issues that would come up loading / bundling react-player 🙏

Features

Bug Fixes

Changelog

Sourced from react-player's changelog.

v2.16.0

v2.15.1

2 March 2024

v2.15.0

28 February 2024

v2.14.1

19 December 2023

v2.14.0

14 December 2023

Commits

Updates state-pool from 0.6.0 to 0.10.1

Release notes

Sourced from state-pool's releases.

v0.10.1

Fixes

v0.10.0

Intro

Hello everyone!,

We are excited🎉 to announce that our library is getting very close to a stable API and we will soon be releasing version 1.0. We have been working hard to introduce new features that we believe will improve your experience with the library. However, before we can release version 1.0, we need to thoroughly test these features(in this release) to ensure that they meet our quality standards.

We encourage all of our users to help us with testing these new features by trying them out and reporting any issues or bugs you encounter. Your feedback is valuable to us and will help us ensure that the final release is as stable and reliable as possible.

New Features ✨

  • Simplify low level API #162
  • Add a way to initialize state lazily #163
  • Implement local state management #165
  • Double down on types(Make the lib strongly typed) #166
  • Return state object reference in useState & useReducer hooks #177
  • Add a way to check if a state is available in a store before accessing it #167
  • Add a way to initialize store in instantiation #168
  • Add a way to iterate over state in a store #160
  • Add a method to get state value directly from a store #161
  • Add default export in index.js and some files including State.js, Store.js, useReducer.js and useState.js #164

Fixes 🐛

  • Immer updating to 10.x version throwing errors #178

v0.9.0

New Features

Fixes

  • Remove store subscription after removing a global state from a store [Commit Ref]

0.8.1

Fixes

v0.8.0

New Features

Fixes

v0.7.1

Fixes

... (truncated)

Commits
  • d4f392e Merge pull request #190 from yezyilomo/release-v0.10.1
  • d67fd72 🔖Release v0.10.1
  • 1cca3f5 Merge pull request #189 from yezyilomo/fix-store.getStateValue
  • fcf6e41 🐛Fix store.getStateValue raising error when selector is not passed
  • bb9b549 📝Update docs
  • 9cebb5d ✅More tests
  • 63c6546 Merge pull request #187 from yezyilomo/release_v0.10.0
  • 4a8c7e3 🔖Release v0.10.0
  • 83750e9 Merge pull request #186 from yezyilomo/update-docs
  • 42161b0 📝Update docs
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the others group with 2 updates: [react-player](https://github.com/cookpete/react-player) and [state-pool](https://github.com/yezyilomo/state-pool).


Updates `react-player` from 2.13.0 to 2.16.0
- [Release notes](https://github.com/cookpete/react-player/releases)
- [Changelog](https://github.com/cookpete/react-player/blob/master/CHANGELOG.md)
- [Commits](cookpete/react-player@v2.13.0...v2.16.0)

Updates `state-pool` from 0.6.0 to 0.10.1
- [Release notes](https://github.com/yezyilomo/state-pool/releases)
- [Commits](yezyilomo/state-pool@v0.6.0...v0.10.1)

---
updated-dependencies:
- dependency-name: react-player
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: state-pool
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants