Bump form-data from 2.5.1 to 2.5.5 in /libs/combined
Bumps form-data from 2.5.1 to 2.5.5.
Release notes
Sourced from form-data's releases.
v2.5.2
Fixes
Buffer.fromandBuffer.allocrequire node 4+- npmignore temporary build files (#532)
- move util.isArray to Array.isArray (#564)
Tests
- migrate from travis to GHA
Changelog
Sourced from form-data's changelog.
v2.5.5 - 2025-07-18
Commits
- [meta] actually ensure the readme backup isn’t published
10626c0- [Fix] use proper dependency
026abe5v2.5.4 - 2025-07-17
Fixed
- [Fix]
append: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)Commits
- [eslint] update linting config
8bf2492- [meta] add
auto-changelogb5101ad- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
0e93122- [Fix] Switch to using
cryptorandom for boundary valuesb88316c- [Fix] validate boundary type in
setBoundary()method131ae5e- [Tests] Switch to newer v8 prediction library; enable node 24 testing
c97cfbe- [Refactor] use
hasown97ac9c2- [meta] remove local commit hooks
be99d4e- [Dev Deps] remove unused deps
ddbc89b- [meta] fix scripts to use prepublishOnly
e351a97- [Dev Deps] remove unused script
8f23366- [Dev Deps] add missing peer dep
02ff026- [meta] fix readme capitalization
2fd5f61v2.5.3 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTagwhen available[#573](https://github.com/form-data/form-data/issues/573)Fixed
- [Fix] set
Symbol.toStringTagwhen available (#573)[#396](https://github.com/form-data/form-data/issues/396)Commits
- [Refactor] use
Object.prototype.hasOwnProperty.call6e682d4- [Dev Deps] update
@types/node,browserify,coveralls,eslint,formidable,in-publish,phantomjs-prebuilt,pkgfiles,pre-commit,request,tape,typescript819f6b7- Only apps should have lockfiles
b170ee2- [Deps] update
combined-stream,mime-types6b1ca1d- Bumped version 2.5.3
9457283- [Dev Deps] pin
requestwhich viatough-cookie^2.4 depends onpsl9dbe192v2.5.2 - 2024-10-10
... (truncated)
Commits
40de5a7v2.5.5026abe5[Fix] use proper dependency10626c0[meta] actually ensure the readme backup isn’t publishedefe6c26v2.5.4c97cfbe[Tests] Switch to newer v8 prediction library; enable node 24 testing0e93122[Tests] handle predict-v8-randomness failures in node < 17 and node > 23b88316c[Fix] Switch to usingcryptorandom for boundary valuesb70869d[Fix]append: avoid a crash on nullish values131ae5e[Fix] validate boundary type insetBoundary()method8bf2492[eslint] update linting config- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for form-data since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>, please review it. -
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. - PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase. -
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
-
Support
Need help? Join our Discord community for assistance with any issues or questions.
CodeRabbit Commands (Invoked using PR/Issue comments)
Type @coderabbitai help to get the list of available commands.
Other keywords and placeholders
- Add
@coderabbitai ignoreor@coderabbit ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryorSummaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Status, Documentation and Community
- Visit our Status Page to check the current availability of CodeRabbit.
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
:white_check_mark: license/snyk check is complete. No issues have been found. (View Details)
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|