Skip to content

npm: bump the npm-deps group with 6 updates#36

Merged
jvnipers merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-648610702b
Apr 19, 2026
Merged

npm: bump the npm-deps group with 6 updates#36
jvnipers merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-648610702b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps the npm-deps group with 6 updates:

Package From To
gamedig 5.2.0 5.3.2
mysql2 3.22.0 3.22.1
rcon-srcds 2.1.0 2.1.1
redis 5.11.0 5.12.1
eslint 10.2.0 10.2.1
prettier 3.8.2 3.8.3

Updates gamedig from 5.2.0 to 5.3.2

Changelog

Sourced from gamedig's changelog.

5.3.2

  • Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @​cetteup #713)
  • Feat: SCP: Secret Laboratory (2020) - Added support (#715, thanks @​Draakoor)
  • Fix: Farming Simulator handle possible missing mod attribute (By @​yellowfromseegg #723)
  • Fix: BeamMP would not match on given port (#730)
  • Fix: version field would sometimes be a Number type (#735)
  • Feat: Squad - Replace Valve protocol with EOS protocol (By @​k3ithos #731)
  • Feat: Clive Barker's Undying - Added support (By @​dgibbs64 #733)
  • Chore: Update iconv-lite from 0.6.3 to 0.7.0 (#737)
  • Fix: ASA - change EOS usage (#739, thanks @​mze9412)

5.3.1

  • Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @​RattleSN4K3)
  • Feat: 7 Days to Die add Telnet support for missing player names (#692, thanks @​jammsen)
  • Feat: 7 Days to Die get more optional Telnet data via an option (#693)
  • Feat: Update OpenTTD (By @​mwkaicz #695)
  • Fix: Skip non-response packets in protocol-battlefield (By @​cetteup #704)
  • Fix: throwing in tcpSend onData callback would crash gamedig (#705, thanks @​cetteup)
  • Fix: ignore cached ports when givenPortOnly is set (By @​cetteup #710)

5.3.0

  • Docs: Arma Reforger query setup note (#670, thanks @​xCausxn)
  • Fix: Grand Theft Auto V - FiveM wrap the players query in a try block as it doesn't provide the data by default anymore (#674, thanks @​xCausxn)
  • Docs: Counter-Strike 2 does not provide players names, note this and a plugin workaround (#675).
  • Fix: Minetest - server filtering replace missing field ip with address (By @​hjri #678)
  • Docs: Arma Reforger does not provide players data (#680)
  • Feat: Farming Simulator add response to raw object (#682)
  • Feat: Renown (2025) - Added support (#684 By @​anthonyphysgun)
  • Fix: Terraria - add missing supported maxplayers field and raw field (By @​GoodDays13 #686)
  • Chore: Replace cheerio with fast-xml-parser (By @​xCausxn #683)
  • Fix: Build and Shoot protocol using the new json status server (By @​xCausxn #683)
  • Chore: Update long from 5.2.3 to 5.3.2 (#687)
Commits

Updates mysql2 from 3.22.0 to 3.22.1

Release notes

Sourced from mysql2's releases.

v3.22.1

3.22.1 (2026-04-17)

Bug Fixes

  • async stack traces not pointing to correct source, regression introduced by #4257 (#4265) (5b6206c)
  • packet: return INVALID_DATE for zero dates with numeric timezone offset (#1019) (#4258) (cb5adcc)
Changelog

Sourced from mysql2's changelog.

3.22.1 (2026-04-17)

Bug Fixes

  • async stack traces not pointing to correct source, regression introduced by #4257 (#4265) (5b6206c)
  • packet: return INVALID_DATE for zero dates with numeric timezone offset (#1019) (#4258) (cb5adcc)
Commits
  • 52161e3 chore(master): release 3.22.1 (#4259)
  • 5b6206c fix: async stack traces not pointing to correct source, regression introduced...
  • d1d5561 build(deps-dev): bump prettier (#4264)
  • 95187b4 build(deps-dev): bump prettier in the dev-dependencies group (#4263)
  • 2498c20 build(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /website (#4262)
  • 6936051 build(deps-dev): bump the dev-dependencies group with 2 updates (#4261)
  • ab37de2 build(deps-dev): bump globals in the dev-dependencies group (#4260)
  • cb5adcc fix(packet): return INVALID_DATE for zero dates with numeric timezone offset ...
  • See full diff in compare view

Updates rcon-srcds from 2.1.0 to 2.1.1

Release notes

Sourced from rcon-srcds's releases.

Release 2.1.1

What's Changed

  • Fix CommonJS import example in README by @​shroomjaks in EnriqCG/rcon-srcds#30
  • Upgrade ESLint to v10 and migrate to flat config, resolving 13 transitive dependency vulnerabilities

Full Changelog: EnriqCG/rcon-srcds@2.1.0...v2.1.1

Commits

Updates redis from 5.11.0 to 5.12.1

Release notes

Sourced from redis's releases.

redis@5.12.0

✨ What's Changed

🚀 Features

🐛 Fixes

🔭 Observability (OTEL + Diagnostics)

Node Redis now ships with first-class observability via OpenTelemetry metrics and Node.js diagnostics_channel. Initialize OpenTelemetry before creating clients (OpenTelemetry.init({ metrics: { enabled: true } })) and you can plug Redis client telemetry into your existing OTel SDK/exporter pipeline.

This enables visibility into command latency, connection lifecycle, resiliency/errors, Pub/Sub traffic, streaming behavior, and client-side caching activity. On top of metrics, diagnostics channels provide a more abstract, higher-level way to track runtime behavior through low-overhead event streams (commands, batches, connection events, maintenance notifications, pub/sub, cache, and pool wait timing), so APM tools or custom subscribers can observe the system without changing application code.

🧪 Tests & CI

📚 Docs

🙌 New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.11.0...redis@5.12.0

Commits

Updates eslint from 10.2.0 to 10.2.1

Release notes

Sourced from eslint's releases.

v10.2.1

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus)
  • 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx)
  • af764af fix: clarify language and processor validation errors (#20729) (Pixel998)
  • e251b89 fix: update eslint (#20715) (renovate[bot])

Documentation

  • ca92ca0 docs: reuse markdown-it instance for markdown filter (#20768) (Amaresh S M)
  • 57d2ee2 docs: Enable Eleventy incremental mode for watch (#20767) (Amaresh S M)
  • c1621b9 docs: fix typos in code-path-analyzer.js (#20700) (Ayush Shukla)
  • 1418d52 docs: Update README (GitHub Actions Bot)
  • 39771e6 docs: Update README (GitHub Actions Bot)
  • 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#20728) (kuldeep kumar)
  • 22119ce docs: clarify scope of for-direction rule with dead code examples (#20723) (Amaresh S M)
  • 8f3fb77 docs: document meta.docs.dialects (#20718) (Pixel998)

Chores

  • 7ddfea9 chore: update dependency prettier to v3.8.2 (#20770) (renovate[bot])
  • fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763) (dependabot[bot])
  • 7246f92 test: add tests for SuppressionsService.load() error handling (#20734) (kuldeep kumar)
  • 4f34b1e chore: update pnpm/action-setup action to v5 (#20762) (renovate[bot])
  • 51080eb test: processor service (#20731) (kuldeep kumar)
  • e7e1889 chore: remove stale babel-eslint10 fixture and test (#20727) (kuldeep kumar)
  • 4e1a87c test: remove redundant async/await in flat config array tests (#20722) (Pixel998)
  • 066eabb test: add rule metadata coverage for languages and docs.dialects (#20717) (Pixel998)
Commits

Updates prettier from 3.8.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [gamedig](https://github.com/gamedig/node-gamedig) | `5.2.0` | `5.3.2` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.22.0` | `3.22.1` |
| [rcon-srcds](https://github.com/EnriqCG/rcon-srcds) | `2.1.0` | `2.1.1` |
| [redis](https://github.com/redis/node-redis) | `5.11.0` | `5.12.1` |
| [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` |


Updates `gamedig` from 5.2.0 to 5.3.2
- [Changelog](https://github.com/gamedig/node-gamedig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gamedig/node-gamedig/commits)

Updates `mysql2` from 3.22.0 to 3.22.1
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.22.0...v3.22.1)

Updates `rcon-srcds` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/EnriqCG/rcon-srcds/releases)
- [Commits](EnriqCG/rcon-srcds@2.1.0...v2.1.1)

Updates `redis` from 5.11.0 to 5.12.1
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.11.0...redis@5.12.1)

Updates `eslint` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.2.0...v10.2.1)

Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

---
updated-dependencies:
- dependency-name: gamedig
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: mysql2
  dependency-version: 3.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: rcon-srcds
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: redis
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 19, 2026
@jvnipers jvnipers merged commit 1b557c9 into main Apr 19, 2026
3 checks passed
@jvnipers jvnipers deleted the dependabot/npm_and_yarn/npm-deps-648610702b branch April 19, 2026 14:05
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant