Skip to content

Conversation

@junaed-optimizely
Copy link
Contributor

Bumps form-data from 4.0.0 to 4.0.5.


updated-dependencies:

  • dependency-name: form-data dependency-version: 4.0.5 dependency-type: indirect ...

Summary

  • The "what"; a concise description of each logical change
  • Another change

The "why", or other context.

Test plan

Issues

Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.5.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.0...v4.0.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

Jest Coverage Report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 98.95% 851/860
🟢 Branches 91.51% 345/377
🟢 Functions 97.52% 157/161
🟢 Lines 99.1% 769/776

Test suite run failed

Failed tests: 1/266. 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 45df8d9

@Tamara-Barum Tamara-Barum merged commit a6a7f5c into master Dec 19, 2025
18 of 26 checks passed
@Tamara-Barum Tamara-Barum deleted the junaed/fssdk-vulnerability-pr branch December 19, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants