odota / core

Open source Dota 2 data platform
https://www.opendota.com
MIT License
1.51k stars 300 forks source link

Bump steam-user from 5.0.4 to 5.0.8 #2750

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 7 months ago

Bumps steam-user from 5.0.4 to 5.0.8.

Release notes

Sourced from steam-user's releases.

v5.0.8

  • Fixed SteamUser automatically reconnecting after logOff() is called

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.7...v5.0.8

v5.0.7

  • Added check to throw an error if you attempt to call logOn() while a log on attempt is already ongoing

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.6...v5.0.7

v5.0.6

  • Fixed an issue where SteamUser may attempt to reconnect even after emitting error due to error during auth

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.5...v5.0.6

v5.0.5

  • Fixed "already logged on" error not having a useful stack trace

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.4...v5.0.5

Commits
  • d24569d 5.0.8
  • 43262ad Fixed reconnect attempt after logOff() is used
  • 525697d 5.0.7
  • 3f97ec5 Throw error if logOn() is called when already connecting, swallow attempts to...
  • bb4b9a7 5.0.6
  • ba4ad60 Fixed improper reconnection attempt if Steam closes the connection before we ...
  • a09207b Added debug log in _enqueueLogonAttempt
  • 8059f5c 5.0.5
  • 4177e01 Fixed "already logged on" error not having useful stack trace
  • a9e1d2b Updated readme to reflect phone number no longer required for 2FA
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 4 months ago

Superseded by #2787.