Skip to content

npm: bump the npm-deps group across 1 directory with 2 updates#31

Merged
jvnipers merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-deps-c5bd89c36b
Mar 15, 2026
Merged

npm: bump the npm-deps group across 1 directory with 2 updates#31
jvnipers merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-deps-c5bd89c36b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps the npm-deps group with 2 updates in the / directory: gamedig and jsdom.

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 jsdom from 28.1.0 to 29.0.0

Release notes

Sourced from jsdom's releases.

v29.0.0

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (@​thypon)
  • Fixed a memory leak when stylesheets were removed from the document.
  • Fixed CSSStyleDeclaration modifications to properly trigger custom element reactions.
  • Fixed nested @media rule parsing.
  • Fixed CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.
  • Fixed XMLHttpRequest's response getter returning parsed JSON during the LOADING state instead of null.
  • Fixed getComputedStyle() crashing in XHTML documents when stylesheets contained at-rules such as @page or @font-face.
  • Fixed a potential hang in synchronous XMLHttpRequest caused by a race condition with the worker thread's idle timeout.
Changelog

Sourced from jsdom's changelog.

29.0.0

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (thypon)
  • Fixed a memory leak when stylesheets were removed from the document.
  • Fixed CSSStyleDeclaration modifications to properly trigger custom element reactions.
  • Fixed nested @media rule parsing.
  • Fixed CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.
  • Fixed XMLHttpRequest's response getter returning parsed JSON during the LOADING state instead of null.
  • Fixed getComputedStyle() crashing in XHTML documents when stylesheets contained at-rules such as @page or @font-face.
  • Fixed a potential hang in synchronous XMLHttpRequest caused by a race condition with the worker thread's idle timeout.
Commits
  • 00522ce Version 29.0.0
  • a217975 Use undici's request() API for XHR dispatching
  • f29722d Convert CSSStyleDeclaration to webidl2js
  • 4aaacc6 Merge in cssstyle and replace @acemir/cssom
  • 6c2769a Remove unused http(s)-proxy-agent dependencies
  • eba96b5 Update domSelector
  • 54f9995 Use --fgrep for npm run test:tuwpt:browser
  • 15e7664 Use stable ports for test:tuwpt:browser
  • 7410bdb Suppress informational WPT output when using the min reporter
  • c44377e Lazily initialize DOMSelector
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 2 updates in the / directory: [gamedig](https://github.com/gamedig/node-gamedig) and [jsdom](https://github.com/jsdom/jsdom).


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 `jsdom` from 28.1.0 to 29.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/v29.0.0/Changelog.md)
- [Commits](jsdom/jsdom@v28.1.0...v29.0.0)

---
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: jsdom
  dependency-version: 29.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Mar 15, 2026
@jvnipers jvnipers merged commit ebdbacb into main Mar 15, 2026
3 checks passed
@jvnipers jvnipers deleted the dependabot/npm_and_yarn/npm-deps-c5bd89c36b branch March 15, 2026 21:00
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