Skip to content

build(deps-dev): bump systeminformation from 5.31.5 to 5.31.6#612

Merged
pethers merged 2 commits into
mainfrom
dependabot/npm_and_yarn/systeminformation-5.31.6
May 13, 2026
Merged

build(deps-dev): bump systeminformation from 5.31.5 to 5.31.6#612
pethers merged 2 commits into
mainfrom
dependabot/npm_and_yarn/systeminformation-5.31.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps systeminformation from 5.31.5 to 5.31.6.

Release notes

Sourced from systeminformation's releases.

v5.31.6

Full Changelog: sebhildebrandt/systeminformation@v5.31.5...v5.31.6

Changelog

Sourced from systeminformation's changelog.

Changelog

Major Changes - Version 5

New Functions

  • audio() detailed audio information
  • bluetoothDevices() detailed information detected bluetooth devices
  • dockerImages() detailed information docker images
  • dockerVolumes() detailed information docker volumes
  • printers() detailed printer information
  • usb() detailed USB information
  • wifiInterfaces() detected Wi-Fi interfaces
  • wifiConnections() active Wi-Fi connections

Breaking Changes

Be aware, that the new version 5.x is NOT fully backward compatible to version 4.x ...

We had to make several interface changes to keep systeminformation as consistent as possible. We highly recommend to go through the complete list and adapt your own code to be again compatible to the new version 5.

Function Old New (V5) Comments
unsupported values -1 null values which are unknown orunsupported on platform
battery() hasbatterycyclecountischargingdesignedcapacitymaxcapacityacconnectedtimeremaining hasBatterycycleCountisChargingdesignedCapacitymaxCapacityacConnectedtimeRemaining pascalCase conformity
blockDevices() fstype fsType pascalCase conformity
cpu() speedminspeedmax speedMinspeedMax pascalCase conformity
cpu().speedcpu().speedMincpu().speedMax string values now returningnumerical values better value handling
cpuCurrentspeed() cpuCurrentSpeed() function name changedpascalCase conformity
currentLoad() avgloadcurrentloadcurrentload_usercurrentload_systemcurrentload_nicecurrentload_idlecurrentload_irqraw_currentload avgLoadcurrentLoadcurrentLoadUsercurrentLoadSystemcurrentLoadNicecurrentLoadIdlecurrentLoadIrqrawCurrentLoad pascalCase conformity
dockerContainerStats() mem_usagemem_limitmem_percentcpu_percentcpu_statsprecpu_statsmemory_stats memUsagememLimitmemPercentcpuPercentcpuStatsprecpuStatsmemoryStats pascalCase conformity
dockerContainerProcesses() pid_host pidHost pascalCase conformity
graphics().display pixeldepthresolutionxresolutionysizexsizey pixelDepthresolutionXresolutionYsizeXsizeY pascalCase conformity
networkConnections() localaddresslocalportpeeraddresspeerport localAddresslocalPortpeerAddresspeerPort pascalCase conformity
networkInterfaces() carrier_changes carrierChanges pascalCase conformity
processes() mem_vszmem_rsspcpupcpuupcpuspmem memVszmemRsscpucpuucpusmem pascalCase conformityrenamed attributes
processLoad() result as object result as array of objects function now allows to provide more thanone process (as a comma separated list)
services() pcpupmem cpumem renamed attributes
vbox() HPETPAEAPICX2APICACPIIOAPICbiosAPICmodeTRC hpetpaeapicx2ApicacpiioApicbiosApicModertc pascalCase conformity

Other Improvements and Changes

  • baseboard(): added memMax, memSlots
  • bios(): added language and features (linux)
  • blockDevices() added raid group member (linux)
  • cpu(): extended AMD processor list

... (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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.31.5 to 5.31.6.
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](sebhildebrandt/systeminformation@v5.31.5...v5.31.6)

---
updated-dependencies:
- dependency-name: systeminformation
  dependency-version: 5.31.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels May 13, 2026
@github-actions github-actions Bot added the infrastructure CI/CD and build infrastructure label May 13, 2026
@pethers
Copy link
Copy Markdown
Member

pethers commented May 13, 2026

@copilot fix issues in 5 passing (27s)
1 failing

  1. Game Visual Documentation
    captures game during active play:
    AssertionError: Timed out retrying after 8000ms: expected '
    ' not to contain '0'
    at Context.eval (webpack://game-app/./cypress/e2e/screenshots.cy.ts:65:40)

(Results)

┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 6 │
│ Passing: 5 │
│ Failing: 1 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 7 │
│ Video: true │
│ Duration: 26 seconds │
│ Spec Ran: screenshots.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘

…ace condition

Root cause: useEffect registers the test:targetClick listener after the browser
paints, creating a race where Cypress finds the target-sphere DOM element and
dispatches events before the listener is ready.

Fix: switch to useLayoutEffect (runs before paint) so the listener is always
registered by the time any Cypress test can dispatch events.

Also add cy.wait(100) after event dispatch in screenshots.cy.ts, consistent
with the pattern in gameplay.cy.ts, to give React time to process state updates.

Agent-Logs-Url: https://github.com/Hack23/game/sessions/cc45c339-eb55-475b-8b72-29b9fab0ce47

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

@copilot fix issues in 5 passing (27s)
1 failing

...

Fixed in f0ec83e.

Root cause: useEffect registers the test:targetClick listener after the browser paints. Cypress finds the target-sphere DOM element (added synchronously during React's render) and dispatches events before the listener was ready, so the score never updated.

Fix:

  1. src/App.tsx — switched useEffectuseLayoutEffect for the test event listener. useLayoutEffect runs synchronously before paint, guaranteeing the listener is registered by the time any Cypress test can interact with the DOM.
  2. cypress/e2e/screenshots.cy.ts — added cy.wait(100) after dispatching events, consistent with the pattern already used in gameplay.cy.ts.

@github-actions github-actions Bot added testing Testing improvements e2e End-to-end testing component-app App component changes high-coverage High test coverage areas labels May 13, 2026
Copilot AI requested a review from pethers May 13, 2026 21:21
@pethers pethers merged commit 38dddae into main May 13, 2026
17 checks passed
@pethers pethers deleted the dependabot/npm_and_yarn/systeminformation-5.31.6 branch May 13, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component-app App component changes dependencies Dependency updates e2e End-to-end testing high-coverage High test coverage areas infrastructure CI/CD and build infrastructure javascript Pull requests that update javascript code testing Testing improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants