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

build(deps): bump steam-user from 4.29.3 to 5.0.9 #164

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps steam-user from 4.29.3 to 5.0.9.

Release notes

Sourced from steam-user's releases.

v5.0.9

  • Fixed "Already logged on" error being thrown when calling logOn() following a proxy connection failure (issue #481)

Full Changelog: DoctorMcKay/node-steam-user@v5.0.8...v5.0.9

v5.0.8

  • Fixed SteamUser automatically reconnecting after logOff() is called

Full Changelog: DoctorMcKay/node-steam-user@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: DoctorMcKay/node-steam-user@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: DoctorMcKay/node-steam-user@v5.0.5...v5.0.6

v5.0.5

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

Full Changelog: DoctorMcKay/node-steam-user@v5.0.4...v5.0.5

v5.0.4

  • Fixed issue where HTTP requests could hang indefinitely

Full Changelog: DoctorMcKay/node-steam-user@v5.0.3...v5.0.4

v5.0.3

  • Fixed pre-connect network errors not being properly handled

Full Changelog: DoctorMcKay/node-steam-user@v5.0.2...v5.0.3

v5.0.2

  • Added clientsessionid cookie to cookies provided in the webSession event
    • I'm not entirely sure what this does or if it's important, but the Steam client sends it so here we are. It might improve compatibility.
  • Updated to use the newer GetCMListForConnect WebAPI method to fetch the Steam server list
    • This removes the need to save cm_list.json locally
  • Fixed refresh tokens obtained from the refreshToken event not working for subsequent logins with error AccessDenied
  • The correct machine ID is now sent to the auth server when logging in
    • This doesn't appear to matter at the moment, but it may have an impact on token validity in the future

Full Changelog: DoctorMcKay/node-steam-user@v5.0.1...v5.0.2

v5.0.1

Full Changelog: DoctorMcKay/node-steam-user@v5.0.0...v5.0.1

... (truncated)

Commits
  • 5f9edd1 5.0.9
  • 67ff2a8 Updated ide files
  • 1d0ddfa Fixed connections not being cleaned up properly after proxy connection issue
  • 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
  • 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 <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 [steam-user](https://github.com/DoctorMcKay/node-steam-user) from 4.29.3 to 5.0.9.
- [Release notes](https://github.com/DoctorMcKay/node-steam-user/releases)
- [Commits](DoctorMcKay/node-steam-user@v4.29.3...v5.0.9)

---
updated-dependencies:
- dependency-name: steam-user
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 6, 2024

Superseded by #168.

@dependabot dependabot bot closed this Jun 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/steam-user-5.0.9 branch June 6, 2024 01:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants