gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
https://gethomepage.dev/
GNU General Public License v3.0
17.18k stars 991 forks source link

Chore(deps): Bump gamedig from 4.3.1 to 5.0.1 #3697

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

Bumps gamedig from 4.3.1 to 5.0.1.

Changelog

Sourced from gamedig's changelog.

5.0.1

  • Minetest - Added support for minetest utilizing official server list (By @​xCausxn #573)
  • Soulmask - Added support (By @​xCausxn #572)
  • Fix Minecraft's missing favicon from response (#575)
  • Grand Theft Auto V: Rage MP - Added support (By @​xCausxn #576)
  • Fix duplicate game entry for The Forest (2014), add old id for backwards compatibility (By @​xCausxn #579)
  • Fix Xonotic player's names being numbers and their names being in the "raw" field (#580)

5.0.0

  • Added a new stabilized field version in the query response (By @​podrivo #532)
  • Euro Truck Simulator 2 (2012) - Added support (By @​podrivo #523)
  • Eco - Fixed querying servers using reverse queries and player names (By @​Vito0912 #526)
  • Factorio (2016) - Added support (By @​Vito0912 #527)
  • Farming Simulator 22 (2021) - Added support (By @​Vito0912 #531)
  • Farming Simulator 19 (2018) - Added support (By @​Vito0912 #531)
  • Assetto Corsa - Fixed how state.numplayers is set (By @​podrivo #538)
  • TeamSpeak 2 - Fixed how state.name is set (By @​podrivo #544)
  • Grand Theft Auto: San Andreas OpenMP - Fixed state.players returning an empty array (By @​Focus04 #547)
  • Perf: Re-write of the core class.
  • Perf: Remove many if statements from GameSpy2.
  • Myth of Empires - Added support.
  • Fix: BeamMP maxplayers that was displaying player count (By @​dgibbs64 #551)
  • Fix: BeamMP filter servers by address, not host (By @​Rephot #558)
  • Palworld - Replace old and broken protocol with the new one (#560)
  • Nova-Life: Amboise - Added support.
  • Abiotic Factor - Added Support.

5.0.0-beta.2

  • Fixed support for projects using require.

5.0.0-beta.1

5.0.0-beta.0

Breaking Changes

Package

  • Node.js 16.20 is now required (from 14).
  • Made the library a module.
  • Removed GameResolver, moved the GameDig class in a separate file.
  • Modified exports, now the library exports games and protocols alongside the GameDig class.
    • Many game ids have changed, see the migrate ids file for more info regarding this.
    • A game always has these fields: name, release_year and options (which always contains port/port_query/port_query_offset and protocol) and could contain extra.old_id.
  • maxAttempts has been renamed to maxRetries.

Games

... (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 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 6 days ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.