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

chore(deps): update dependency @nhost/nhost-js to v1.5.0 #6400

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nhost/nhost-js (source) 1.4.10 -> 1.5.0 age adoption passing confidence

Release Notes

nhost/nhost

v1.5.0

Compare Source

Minor Changes
  • 739a3c4: Sign up with an email and a security key.

    const { error, session } = await nhost.auth.signUp({
      email: 'joe@example.com',
      securityKey: true
    })
    
    if (error) {
      console.log(error)
    } else if (session) {
      console.log(session.user)
    } else {
      console.log(
        'You need to verify your email address by clicking the link in the email we sent you.'
      )
    }
Patch Changes

v1.4.12

Compare Source

Patch Changes

v1.4.11

Compare Source

Patch Changes

Configuration

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

🚦 Automerge: Enabled.

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, click this checkbox.

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

@renovate renovate bot added the release:chore This PR is a chore (means nothing for users) label Sep 16, 2022
@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch from b283892 to df95ff3 Compare October 7, 2022 17:02
@renovate renovate bot changed the title chore(deps): update dependency @nhost/nhost-js to v1.4.11 chore(deps): update dependency @nhost/nhost-js to v1.5.0 Oct 7, 2022
@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch 9 times, most recently from 27ed4f7 to b2834ff Compare October 7, 2022 21:45
@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch from b2834ff to c946a45 Compare October 7, 2022 22:20
@renovate renovate bot merged commit 4746e29 into main Oct 8, 2022
@renovate renovate bot deleted the renovate/nhost-nhost-js-1.x branch October 8, 2022 01:40
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Oct 8, 2022
github-actions bot pushed a commit that referenced this pull request Oct 8, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jtoar pushed a commit that referenced this pull request Oct 8, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@jtoar jtoar modified the milestones: next-release, v3.3.0 Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant