AgoraIO-Extensions / agora-rtc-react

Agora RTC React SDK
https://agoraio-extensions.github.io/agora-rtc-react/
MIT License
31 stars 11 forks source link

chore(deps): bump zustand from 4.3.9 to 4.4.0 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps zustand from 4.3.9 to 4.4.0.

Release notes

Sourced from zustand's releases.

v4.4.0

This adds new zustand/traditional entry point and deprecates equalityFn from zustand.

Migration Guide

If you don't use custom equalityFn, nothing is required.

For those who use custom equalityFn such as shallow:

// previously
import { create } from 'zustand'
const useFooStore = create((set) => ...)

// now import { createWithEqualityFn } from 'zustand/traditional' const useFooStore = createWithEqualityFn((set) => ..., Object.is) // Object.is the default equalityFn which can be changed to shallow or anything else

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.3.9...v4.4.0

Commits


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 year ago

Coverage Summary for `./packages/agora-rtc-react`

Status Category Percentage Covered / Total
🔵 Lines 94.91% 2387 / 2515
🔵 Statements 94.91% 2387 / 2515
🔵 Functions 86.66% 39 / 45
🔵 Branches 88.44% 199 / 225
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
packages/agora-rtc-react/src/error.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/index.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/types.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/components/LocalAudioTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/LocalUser.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/LocalVideoTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/RemoteAudioTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/RemoteUser.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/RemoteVideoTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/TrackBoundary.tsx 67.29% 88.88% 50% 67.29% 21-60, 87-94, 116-117, 148-149
packages/agora-rtc-react/src/components/UserCover.tsx 95.83% 50% 100% 95.83% 43-44
packages/agora-rtc-react/src/hooks/events.ts 93.29% 100% 0% 93.29% 417-436, 522-537
packages/agora-rtc-react/src/hooks/useConnectionState.ts 92.3% 44.44% 100% 92.3% 38-39, 47-48
packages/agora-rtc-react/src/hooks/useCurrentUID.ts 95.23% 75% 100% 95.23% 32-33
packages/agora-rtc-react/src/hooks/useIsConnected.ts 89.58% 50% 100% 89.58% 36-38, 43-44
packages/agora-rtc-react/src/hooks/useJoin.ts 98.05% 80% 100% 98.05% 89-90
packages/agora-rtc-react/src/hooks/useLocalCameraTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useLocalMicrophoneTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useNetworkQuality.ts 95.91% 66.66% 100% 95.91% 44-45
packages/agora-rtc-react/src/hooks/usePublish.ts 93.51% 76.92% 100% 93.51% 62-67, 70
packages/agora-rtc-react/src/hooks/useRTCClient.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useRTCScreenShareClient.tsx 53.84% 100% 0% 53.84% 13-21, 24-26
packages/agora-rtc-react/src/hooks/useRemoteAudioTracks.ts 98.85% 88% 100% 98.85% 80, 82
packages/agora-rtc-react/src/hooks/useRemoteUserTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useRemoteUsers.ts 100% 75% 100% 100%
packages/agora-rtc-react/src/hooks/useRemoteVideoTracks.ts 98.83% 88% 100% 98.83% 79, 81
packages/agora-rtc-react/src/hooks/useVolumeLevel.ts 100% 100% 100% 100%
guoxianzhe commented 1 year ago

@dependabot ignore this minor version

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 4.4.x again, unless you re-open this PR.