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): bump supertokens-node from 15.1.1 to 17.0.5 #764

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps supertokens-node from 15.1.1 to 17.0.5.

Release notes

Sourced from supertokens-node's releases.

v17.0.5

Full Changelog: supertokens/supertokens-node@v17.0.4...v17.0.5

v17.0.4

What's Changed

Full Changelog: supertokens/supertokens-node@v17.0.3...v17.0.4

v17.0.3

What's Changed

Full Changelog: supertokens/supertokens-node@v17.0.2...v17.0.3

v17.0.2

What's Changed

New Contributors

Full Changelog: supertokens/supertokens-node@v17.0.1...v17.0.2

v17.0.1

What's Changed

Full Changelog: supertokens/supertokens-node@v17.0.0...v17.0.1

v17.0.0

What's Changed

Full Changelog: supertokens/supertokens-node@v16.7.4...v17.0.0

v16.7.5

What's Changed

... (truncated)

Changelog

Sourced from supertokens-node's changelog.

[17.0.5] - 2024-04-25

[17.0.4] - 2024-04-09

Changes

  • Improved error message to help debugging if MFA was enabled without account linking.
  • Now the resyncSessionAndFetchMFAInfoPUT will throw if the user is in a stuck state, because they are required to complete factors, but they are not allowed to because of some configuration issue.

[17.0.3] - 2024-04-08

Fixes

  • Smaller fixes in Passwordless:
    • Fixed an issue in createCodePOST where the flowtype wasn't appropriately set in some MFA cases
    • Fixed an interaction with the firstFactors config of the MultiFactorAuth recipe in createCodePOST
    • Fixed an issue in resendCodePOST where the email/text message included a magic link when it shouldn't have in some MFA cases

[17.0.2] - 2024-03-20

  • Remove tenants listing dashboard API and update getTenantLoginMethodsInfo dashboard API to remove querying core in loop and return only firstFactors.

[17.0.1] - 2024-03-08

Changes

  • We now allow sign in/up even if the session user is conflicting with the current sign in/up (because of the email verification status)
    • This makes use-cases where an secondary factor (i.e.: otp-email) is also used as a means of verification.

[17.0.0] - 2024-03-08

Changes

  • Enable smooth switching between useDynamicAccessTokenSigningKey settings by allowing refresh calls to change the signing key type of a session
  • Added a core call cache that should reduce traffic to your SuperTokens core instances
  • Refactored sign in/up API codes to reduce code duplication
  • Added MFA related information to dashboard APIs
  • Added a cache to reduce the number of requests made to the core. This can be disabled using the disableCoreCallCache: true, in the config.
  • Added new overwriteSessionDuringSignInUp configuration option to the Session recipe
  • Added new function: checkCode to Passwordless and ThirdPartyPasswordless recipes
  • Added new function: verifyCredentials to EmailPassword and ThirdPartyEmailPassword recipes
  • Added the MultiFactorAuth and TOTP recipes. To start using them you'll need compatible versions:
    • Core>=8.0.0
    • supertokens-node>=17.0.0
    • supertokens-website>=18.0.0
    • supertokens-web-js>=0.10.0
    • supertokens-auth-react>=0.39.0

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [supertokens-node](https://github.com/supertokens/supertokens-node) from 15.1.1 to 17.0.5.
- [Release notes](https://github.com/supertokens/supertokens-node/releases)
- [Changelog](https://github.com/supertokens/supertokens-node/blob/master/CHANGELOG.md)
- [Commits](supertokens/supertokens-node@v15.1.1...v17.0.5)

---
updated-dependencies:
- dependency-name: supertokens-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #773.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development/supertokens-node-17.0.5 branch May 3, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants