Skip to content

Commit

Permalink
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#296)
Browse files Browse the repository at this point in the history
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 2ddb3c3 commit 27425b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,9 +1554,9 @@ create-jest@^29.7.0:
prompts "^2.0.1"

cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
Expand Down

3 comments on commit 27425b5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest Coverage Report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 98.95% 849/858
🟢 Branches 91.44% 342/374
🟢 Functions 97.52% 157/161
🟢 Lines 99.1% 767/774

Test suite run failed

Failed tests: 1/265. Failed suites: 1/10.
  ● hooks › useDecision › should not re-render when the user attributes change without autoUpdate

    expect(element).toHaveTextContent()

    Expected element to have text content:
      false|{}|true|false
    Received:
      true|{"foo":"bar"}|true|false

    Ignored nodes: comments, script, style
    <html>
      <head />
      <body>
        <div>
          <span
            data-testid="result"
          >
            true|{"foo":"bar"}|true|false
          </span>
        </div>
      </body>
    </html>

      970 |         userUpdateCallbacks.forEach((fn) => fn());
      971 |       });
    > 972 |       await waitFor(() => expect(screen.getByTestId('result')).toHaveTextContent('false|{}|true|false'));
          |                                                                ^
      973 |     });
      974 |
      975 |     it('should return the decision immediately on the first call when the client is already ready', async () => {

      at src/hooks.spec.tsx:972:64
      at runWithExpensiveErrorDiagnosticsDisabled (node_modules/@testing-library/dom/dist/config.js:47:12)
      at checkCallback (node_modules/@testing-library/dom/dist/wait-for.js:124:77)
      at checkRealTimersCallback (node_modules/@testing-library/dom/dist/wait-for.js:118:16)
      at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)

Report generated by 🧪jest coverage report action from 27425b5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest Coverage Report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 98.95% 849/858
🟢 Branches 91.44% 342/374
🟢 Functions 97.52% 157/161
🟢 Lines 99.1% 767/774

Test suite run failed

Failed tests: 1/265. Failed suites: 1/10.
  ● hooks › useDecision › should not recompute the decision when autoupdate is not passed and setting setForcedDecision

    expect(element).toHaveTextContent()

    Expected element to have text content:
      false|{}|true|false
    Received:
      false|{}|true|true

    Ignored nodes: comments, script, style
    <html>
      <head />
      <body>
        <div>
          <span
            data-testid="result"
          >
            false|{}|true|true
          </span>
        </div>
      </body>
    </html>

      1111 |       );
      1112 |
    > 1113 |       await waitFor(() => expect(screen.getByTestId('result')).toHaveTextContent('false|{}|true|false'));
           |                                                                ^
      1114 |     });
      1115 |
      1116 |     it('should not recompute the decision when autoupdate is false and setting setForcedDecision', async () => {

      at src/hooks.spec.tsx:1113:64
      at runWithExpensiveErrorDiagnosticsDisabled (node_modules/@testing-library/dom/dist/config.js:47:12)
      at checkCallback (node_modules/@testing-library/dom/dist/wait-for.js:124:77)
      at checkRealTimersCallback (node_modules/@testing-library/dom/dist/wait-for.js:118:16)
      at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)

Report generated by 🧪jest coverage report action from 27425b5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest Coverage Report

St.
Category Percentage Covered / Total
🟢 Statements 98.95% 849/858
🟢 Branches 91.44% 342/374
🟢 Functions 97.52% 157/161
🟢 Lines 99.1% 767/774

Test suite run success

265 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from 27425b5

Please sign in to comment.