build(deps-dev): bump systeminformation from 5.31.5 to 5.31.6#612
Conversation
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>
|
@copilot fix issues in 5 passing (27s)
(Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ |
…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>
... Fixed in f0ec83e. Root cause: Fix:
|
Bumps systeminformation from 5.31.5 to 5.31.6.
Release notes
Sourced from systeminformation's releases.
Changelog
Sourced from systeminformation's changelog.
... (truncated)
Commits
da1cbf55.31.687dbb60fix: smaller issues1d1bddffix: smaller issuesf69576ffix: networkInterfaces() ci wip78624d1fix: networkInterfaces() ciDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.