vaporBooster icon indicating copy to clipboard operation
vaporBooster copied to clipboard

Bump steam-user from 4.28.9 to 5.0.4

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps steam-user from 4.28.9 to 5.0.4.

Release notes

Sourced from steam-user's releases.

v5.0.4

  • Fixed issue where HTTP requests could hang indefinitely

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

v5.0.3

  • Fixed pre-connect network errors not being properly handled

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/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: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.1...v5.0.2

v5.0.1

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.0...v5.0.1

v5.0.0

Migration Guide

v5 by @​DoctorMcKay in DoctorMcKay/node-steam-user#450

Breaking

  • Now requires Node.js v14 or later (up from v8)
  • Removed deprecated methods
    • setSentry()
  • Removed deprecated events
    • sentry
  • Removed deprecated login key functionality
    • Removed logOn properties: loginKey and rememberPassword
  • Removed legacy authentication

Other Changes

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.29.3...v5.0.0

v4.29.3

... (truncated)

Commits
  • 2fb1e31 5.0.4
  • 3654b2d Set default timeout to 5 seconds for webapi client
  • 455c693 Remove dead webauth code
  • d0ff9bd 5.0.3
  • d6ad6fb Properly handle errors from GetCMListForConnect
  • 8bcb1b4 5.0.2
  • a2a9162 Remove unused variables
  • 045aff9 Send correct machine ID when logging in through steam-session
  • b4cc9f8 Fixed refresh tokens not working for subsequent logins
  • 781cb85 No longer save CM list locally
  • 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)

dependabot[bot] avatar Nov 06 '23 09:11 dependabot[bot]