Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2023

Bumps react-firebase-hooks from 5.0.3 to 5.1.1.

Release notes

Sourced from react-firebase-hooks's releases.

v5.1.1

Release Notes

Bug fixes

Full Changelog: CSFrequency/react-firebase-hooks@v5.1.0...v5.1.1

v5.1.0

Release Notes

It's been a while since the last release, so this has been a bit of a housekeeping release focused on landing outstanding PRs and resolving a few of the simpler issues that have been reported.

I'm aware there are some outstanding issues with React 18 that require some deeper investigation and these will be tackled in a future release.

Special thanks to @​levino for putting a test framework in place and adding our first test. We would welcome PRs with additional tests to improve the resilience of the library!

New Hooks

  • [auth] Add useSendPasswordResetEmail - thanks to @​mparsakia
  • [auth] Add useDeleteUser - thanks to @​RobertSasak
  • [auth] Add useSignOut - thanks to @​RobertSasak
  • [auth] Add useVerifyBeforeUpdateEmail - thanks to @​skratchdot
  • [auth] Add useIdToken #223
  • [auth] Add useSendSignInLinkToEmail and useSignInWithEmailLink #261

New Features

  • [auth] useCollection and useDocument now supports an optional initialValue option which sets the default value for hooks. This had been missed in the upgrade from v3 to v4 - thanks to @​mauriceackel and @​dylanwatsonsoftware
  • [auth] All methods returned by the createUser and signInWithXXX hooks will return the UserCredential when successful #251
  • [auth] All methods returned by updateXXX and sendXXX hooks will return a boolean to indicate success or failure

Bug fixes

  • Ensure that all internal functions are wrapped in useCallback to prevent unnecessary renders - thanks to @​wong2 and @​pzmudzinski

Full Changelog: CSFrequency/react-firebase-hooks@v5.0.3...v5.1.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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2023
@vercel
Copy link

vercel bot commented Jan 3, 2023

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

Name Status Preview Comments Updated
jak-discord-bot ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 6, 2023 at 1:35PM (UTC)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dashboard/react-firebase-hooks-5.1.1 branch from ba032d2 to 7613274 Compare March 5, 2023 05:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dashboard/react-firebase-hooks-5.1.1 branch from 7613274 to b46c26c Compare March 5, 2023 07:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dashboard/react-firebase-hooks-5.1.1 branch from b46c26c to dfb7add Compare March 6, 2023 13:16
Bumps [react-firebase-hooks](https://github.com/csfrequency/react-firebase-hooks) from 5.0.3 to 5.1.1.
- [Release notes](https://github.com/csfrequency/react-firebase-hooks/releases)
- [Commits](CSFrequency/react-firebase-hooks@v5.0.3...v5.1.1)

---
updated-dependencies:
- dependency-name: react-firebase-hooks
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dashboard/react-firebase-hooks-5.1.1 branch from dfb7add to d07e555 Compare March 6, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant