arthurfiorette / steam-trader

📈 Trade items smartly with multiple automated steam accounts at the same time!
https://arthur.run/steam-trader
GNU General Public License v3.0
44 stars 4 forks source link

build(deps): bump steam-user from 4.21.0 to 4.27.0 in /app #403

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps steam-user from 4.21.0 to 4.27.0.

Release notes

Sourced from steam-user's releases.

v4.27.0

  • steam-user now raises a warning when logging on anonymously unless the intention to do so is confirmed by passing anonymous: true to logOn()
    • Logging on anonymously without passing anonymous: true is now deprecated

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.26.1...v4.27.0

v4.26.1

  • Fixed error when specifying a SteamID and refresh token to logOn (issue #415)

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.26.0...v4.26.1

v4.26.0

  • Added SOCKS proxy support

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.25.0...v4.26.0

v4.25.0

  • Added ability to log on using a refresh token
  • Logging on to non-anonymous accounts using schemes other than refresh tokens is now deprecated
    • These alternative logon schemes will continue to be supported by steam-user as long as they're supported by the Steam backen
  • Updated enums

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.24.6...v4.25.0

v4.24.6

  • Fixed serverQuery not working and causing a crash
  • Improved cleanup after a connection closes

v4.24.5

  • Fixed rich presence localization parsing not working with a crash

v4.24.4

  • Fixed errors being thrown by attempting to retrieve CDN auth tokens when not needed
  • It's now possible to retrieve a manifest from a password-protected beta branch
  • If no branch name is specified when downloading a manifest, "public" will now be assumed (and you will be warned about this assumption via stderr)

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.24.3...v4.24.4

v4.24.3

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.24.2...v4.24.3

v4.24.2

  • Fixed some incompatibilities with older Node.js versions

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.24.1...v4.24.2

v4.24.1

  • Fixed createAuthSessionTicket callback not receiving the ticket (#391)

... (truncated)

Commits
  • 0a97e24 4.27.0
  • 0a60e7a Updated readme
  • 1c803c3 Added warning if anonymous login was requested but account details were provided
  • 2d2df4d Added warning if logging into anonymous account without explicitly confirming...
  • 029679d 4.26.1
  • 69727e3 Fixed missing close paren
  • 22bba7d Merge pull request #416 from Tyranozomby/patch-1
  • 54a298e Correction for issue 415
  • a3cacf3 4.26.0
  • 0129d6e Merge pull request #411 from DoctorMcKay/socks-proxy
  • 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 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 1 year ago

Superseded by #431.