Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps form-data to 4.0.4 and updates ancestor dependencies form-data, start-server-and-test and web-ext. These dependencies need to be updated together.

Updates form-data from 2.3.3 to 4.0.4

Release notes

Sourced from form-data's releases.

v4.0.1

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA

v4.0.0

  • Merge pull request #382 from wxt2005/custom-stream 8968e01
  • Fix typo e705c0a
  • Merge branch 'master' of github.com:form-data/form-data into custom-stream b7b7dee
  • Update README for custom stream behavior 6dd8624
  • Handle custom stream a3e191d

form-data/form-data@v3.0.1...v4.0.0

v3.0.2

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA

v3.0.1

  • feat: add setBoundary method 55d90ce
  • Merge pull request #451 from arku/patch-1 d702625
  • Fix typo: ads -> adds 714ac8b

form-data/form-data@v3.0.0...v3.0.1

v2.5.2

Fixes

  • Buffer.from and Buffer.alloc require node 4+
  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA

Dev Improvements

  • Fixed error in the documentations as indicated in #439
  • Added remaining combined-stream options to typedef
  • Bumped rimraf to 2.7.1 (dev-dep)
  • Added constructor options to TypeScript defs
  • Fixed error in callback signatures

Added Types

  • Added TS types

... (truncated)

Changelog

Sourced from form-data's changelog.

v4.0.4 - 2025-07-16

Commits

  • [meta] add auto-changelog 811f682
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 1d11a76
  • [Fix] Switch to using crypto random for boundary values 3d17230
  • [Tests] fix linting errors 5e34080
  • [meta] actually ensure the readme backup isn’t published 316c82b
  • [Dev Deps] update @ljharb/eslint-config 58c25d7
  • [meta] fix readme capitalization 2300ca1

v4.0.3 - 2025-06-05

Fixed

Commits

  • [eslint] use a shared config 426ba9a
  • [eslint] fix some spacing issues 2094191
  • [Refactor] use hasown 81ab41b
  • [Fix] validate boundary type in setBoundary() method 8d8e469
  • [Tests] add tests to check the behavior of getBoundary with non-strings 837b8a1
  • [Dev Deps] remove unused deps 870e4e6
  • [meta] remove local commit hooks e6e83cc
  • [Dev Deps] update eslint 4066fd6
  • [meta] fix scripts to use prepublishOnly c4bbb13

v4.0.2 - 2025-02-14

Merged

Fixed

Commits

  • Merge tags v2.5.3 and v3.0.3 92613b9
  • [Tests] migrate from travis to GHA 806eda7
  • [Tests] migrate from travis to GHA 8fdb3bc

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for form-data since your current version.


Updates start-server-and-test from 1.11.0 to 1.15.4

Release notes

Sourced from start-server-and-test's releases.

v1.15.4

1.15.4 (2023-02-13)

Bug Fixes

  • add expected default value 200, closes #349 (9e8713b)

v1.15.3

1.15.3 (2023-01-23)

Bug Fixes

  • deps: update dependency wait-on to v7 (#347) (2ebf1ba)

v1.15.2

1.15.2 (2022-12-09)

Bug Fixes

  • deps: update dependency wait-on to v6.0.1 (4e33599)

v1.15.1

1.15.1 (2022-12-07)

Bug Fixes

  • deps: update dependency debug to v4.3.4 (9cfb60e)

v1.15.0

1.15.0 (2022-12-05)

Features

  • use the --expect parameter to specify HTTP response code (#343) (17a427c)

v1.14.0

1.14.0 (2021-09-02)

v1.13.1

1.13.1 (2021-07-26)

Bug Fixes

  • deps: update dependency wait-on to v6 (#307) (eeaaf92)

... (truncated)

Commits
  • 9e8713b fix: add expected default value 200, closes #349
  • 2ebf1ba fix(deps): update dependency wait-on to v7 (#347)
  • 4e33599 fix(deps): update dependency wait-on to v6.0.1
  • 9cfb60e fix(deps): update dependency debug to v4.3.4
  • 17a427c feat: use the --expect parameter to specify HTTP response code (#343)
  • 6bedc4c fix: add explicit license file, closes #336 (#342)
  • 7294173 update the CI workflow (#341)
  • 776c7b6 add CLI processing with arg module (#340)
  • 693dc2c FEAT: Allow interval option from environment variable (#315)
  • 7ac144f explain the server not responding (#314)
  • Additional commits viewable in compare view

Updates web-ext from 7.12.0 to 8.9.0

Release notes

Sourced from web-ext's releases.

8.9.0

main changes

  • Fixed: Correct file name in web-ext submit in Node 24 (#3466)

dependencies

  • Updated: dependency addons-linter to 7.18.0 (#3471)
  • Updated: dependency open to 10.2.0 (#3469)

dev dependencies

  • Updated: dependency @babel/cli to 7.28.0 (#3462)
  • Updated: dependency @babel/core to 7.28.0 (#3461)
  • Updated: dependency @babel/eslint-parser to 7.28.0 (#3464)
  • Updated: dependency @babel/preset-env to 7.28.0 (#3463)
  • Updated: dependency chai to 5.2.1 (#3467)
  • Updated: dependency eslint-plugin-import to 2.32.0 (#3454)
  • Updated: dependency mocha to 11.7.1 (#3455)
  • Updated: dependency prettier to 3.6.2 (#3458)
  • Updated: dependency sinon to 21.0.0 (#3447)

others

  • Avoid EINVAL in fake-firefox-binary (#3451)

See all changes: mozilla/web-ext@8.8.0...8.9.0

8.8.0

main changes

  • Added: Support loading extensions in Chrome 137+ (#3434)
  • Added: Auto-reload support for Chrome using CDP (#3434)
  • Updated: dependency addons-linter to 7.15.0, which includes the Fx140 schema (#3448)
  • Fixed: npm audit for brace-expansion (#3450)

dependencies

  • Updated: dependency @babel/runtime to 7.27.6 (#3444)

dev dependencies

  • Updated: dependency @babel/core to 7.27.4 (#3438)
  • Updated: dependency @babel/eslint-parser to 7.27.5 (#3442)
  • Updated: dependency mocha to 11.7.0 (#3449)
  • Updated: dependency pretty-quick to 4.2.2 (#3440)

... (truncated)

Commits
  • cddc9dc 8.9.0
  • 4a769a9 chore(deps): bump addons-linter from 7.17.0 to 7.18.0 (#3471)
  • a1be051 chore(deps): bump open from 10.1.2 to 10.2.0 (#3469)
  • 5ce29de chore(deps-dev): bump chai from 5.2.0 to 5.2.1 (#3467)
  • adcb312 chore(deps): bump addons-linter from 7.16.0 to 7.17.0 (#3465)
  • 8bae585 fix: Correct file name in web-ext submit in Node 24 (#3466)
  • c47b969 chore(deps-dev): bump @​babel/preset-env from 7.27.2 to 7.28.0 (#3463)
  • 8058af0 chore(deps-dev): bump @​babel/core from 7.27.4 to 7.28.0 (#3461)
  • 67507a7 chore(deps-dev): bump @​babel/cli from 7.27.2 to 7.28.0 (#3462)
  • da51785 chore(deps-dev): bump @​babel/eslint-parser from 7.27.5 to 7.28.0 (#3464)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [form-data](https://github.com/form-data/form-data) to 4.0.4 and updates ancestor dependencies [form-data](https://github.com/form-data/form-data), [start-server-and-test](https://github.com/bahmutov/start-server-and-test) and [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.


Updates `form-data` from 2.3.3 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/commits/v4.0.4)

Updates `start-server-and-test` from 1.11.0 to 1.15.4
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v1.11.0...v1.15.4)

Updates `web-ext` from 7.12.0 to 8.9.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@7.12.0...8.9.0)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: start-server-and-test
  dependency-version: 1.15.4
  dependency-type: direct:development
- dependency-name: web-ext
  dependency-version: 8.9.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2025
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.

0 participants