Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @livepeer/react to v2.9.2 #23

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@livepeer/react (source) 2.8.0 -> 2.9.2 age adoption passing confidence

Release Notes

livepeer/livepeer-react (@​livepeer/react)

v2.9.2

Compare Source

Patch Changes

v2.9.1

Compare Source

Patch Changes

v2.9.0

Compare Source

Minor Changes
  • #​390 961772d Thanks @​0xcadams! - Breaking: removed playbackUrl from stream responses. Developers should migrate to using playbackId to query stream playback URLs.
Patch Changes

v2.8.8

Compare Source

Patch Changes

v2.8.7

Compare Source

Patch Changes

v2.8.6

Compare Source

Patch Changes
  • #​379 b29684d Thanks @​0xcadams! - Feature: added custom components to render in place of the default error components, for when a stream is offline: streamOfflineErrorComponent, when an access control error occurs (like an invalid JWT is passed): accessControlErrorComponent, and when playback fails another unknown error: playbackFailedErrorComponent.

    Also added a callback for when these errors occur: onPlaybackError. This can be used like:

    onPlaybackError={(e) => {
      if (e === null) {
        doSomethingWithErrorResolved();
      } else if (e?.type === 'offline') {
        doSomethingWithOfflineError();
      }
    }}
  • Updated dependencies [b29684d]:

v2.8.5

Patch Changes

v2.8.4

Patch Changes

v2.8.3

Compare Source

Patch Changes

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@vercel
Copy link

vercel bot commented Aug 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
viewer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2023 7:03pm

@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 830bf69 to 2069263 Compare September 1, 2023 23:25
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.8.2 fix(deps): update dependency @livepeer/react to v2.8.3 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 2069263 to 5b232d7 Compare September 13, 2023 18:29
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.8.3 fix(deps): update dependency @livepeer/react to v2.8.5 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 5b232d7 to 5cd926c Compare September 16, 2023 01:19
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.8.5 fix(deps): update dependency @livepeer/react to v2.8.6 Sep 16, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 5cd926c to a96cb4e Compare September 26, 2023 16:46
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from a96cb4e to 7b1bb74 Compare October 5, 2023 16:18
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.8.6 fix(deps): update dependency @livepeer/react to v2.8.7 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 7b1bb74 to 3cd2400 Compare October 5, 2023 22:16
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.8.7 fix(deps): update dependency @livepeer/react to v2.8.8 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 3cd2400 to 837b553 Compare October 11, 2023 21:56
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.8.8 fix(deps): update dependency @livepeer/react to v2.9.0 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 837b553 to 2df75a6 Compare October 13, 2023 18:22
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.9.0 fix(deps): update dependency @livepeer/react to v2.9.1 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/livepeer-react-2.x-lockfile branch from 2df75a6 to 4def859 Compare October 17, 2023 19:01
@renovate renovate bot changed the title fix(deps): update dependency @livepeer/react to v2.9.1 fix(deps): update dependency @livepeer/react to v2.9.2 Oct 17, 2023
Copy link
Contributor Author

renovate bot commented Jan 14, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^2.6.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/livepeer-react-2.x-lockfile branch January 14, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant