Bump form-data and firebase-tools in /example
Bumps form-data to 4.0.4 and updates ancestor dependency firebase-tools. 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
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
https://github.com/form-data/form-data/compare/v3.0.1...v4.0.0
v3.0.2
Fixes
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
https://github.com/form-data/form-data/compare/v3.0.0...v3.0.1
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
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-changelog811f682- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
1d11a76- [Fix] Switch to using
cryptorandom for boundary values3d17230- [Tests] fix linting errors
5e34080- [meta] actually ensure the readme backup isn’t published
316c82b- [Dev Deps] update
@ljharb/eslint-config58c25d7- [meta] fix readme capitalization
2300ca1v4.0.3 - 2025-06-05
Fixed
- [Fix]
append: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)Commits
- [eslint] use a shared config
426ba9a- [eslint] fix some spacing issues
2094191- [Refactor] use
hasown81ab41b- [Fix] validate boundary type in
setBoundary()method8d8e469- [Tests] add tests to check the behavior of
getBoundarywith non-strings837b8a1- [Dev Deps] remove unused deps
870e4e6- [meta] remove local commit hooks
e6e83cc- [Dev Deps] update
eslint4066fd6- [meta] fix scripts to use prepublishOnly
c4bbb13v4.0.2 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTagwhen available[#573](https://github.com/form-data/form-data/issues/573)- [Fix] set
Symbol.toStringTagwhen available[#573](https://github.com/form-data/form-data/issues/573)- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)Fixed
- [Fix] set
Symbol.toStringTagwhen available (#573)[#396](https://github.com/form-data/form-data/issues/396)- [Fix] set
Symbol.toStringTagwhen available (#573)[#396](https://github.com/form-data/form-data/issues/396)- [Fix] set
Symbol.toStringTagwhen available[#396](https://github.com/form-data/form-data/issues/396)Commits
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for form-data since your current version.
Updates firebase-tools from 9.22.0 to 14.11.0
Release notes
Sourced from firebase-tools's releases.
v14.11.0
- Add experimental App Testing feature
- Fixed an issue where the Cloud Task emulator couldn't decode non-ASCII characters. (#8836)
- Fixed an issue where
firestore:indexeswrongly removed the__name__field. (#7629)- Update Firebase Data Connect Emulator to version 2.10.0, which added support for full-text search, user-defined enums, and moved SQL/CEL errors to the GraphQL debug_details field. (#8837)
v14.10.1
- Updated Data Connect emulator to v2.9.1, which:
- Replaces the release of v2.9.0, which used an outdated version of Data Connect emulator.
- Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
- Added support for
string_patternfilters in Data Connect. These allow you to filter string fields using regex orLIKEsemantics.- Fixed an issue where
firebase-toolscould not be used within v1 Cloud Functions due to trying to write to a read only file.v14.10.0
- Improve App Hosting compute service account flow for source deploys. (#8785)
- Fixed an issue with
ext:configurewhere params without default values could not be set. (#8810)- Updated Data Connect emulator to v2.9.0, which:
- Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
- Added support for
string_patternfilters in Data Connect. These allow you to filter string fields using regex orLIKEsemantics.- Fixed an issue where the Data Connect emulator wasn't provided application default credentials. (#8819)
v14.9.0
- Added validation to check if project ID exists during project creation. (#5233)
- Added
generate_dataconnect_schema,dataconnect_generate_operation,firebase_consult_assistantMCP tools. (#8647)firebase init dataconnectis now integrated with Gemini in Firebase API to generate Schema based on description. (#8596)- Added user-friendly warning for runtime errors from the GCF API. (#8713)
- Updated Data Connect emulator to 2.8.0, which adds a README to generated Kotlin packages and drops support for macOS 10.15 (Catalina).
v14.8.0
- Updated the Data Connect emulator to use pglite 0.3.x and Postgres 17, which fixes some crashes related to wire protocol inconsistencies. (#8679, #8658)
- Remove container cleanup logic in functions:delete command (#8771)
- Fixed an issue where the IAM enablement for GenKit monitoring would try to change an invalid service account. (#8756)
- Added a max instance default to function templates and comments educating users on cost controls. (#8772)
- Added caching to API enablement checks to reduce burn of
serviceusage.googleapis.comquota.- Updated the Firebase Data Connect local toolkit to v2.7.1, which includes the following changes
- Kotlin codegen: Add a default value for the block_ parameter to execute() so that it is not necessary to specify empty {} for operations with optional variables and none are specified.
- Web SDK READMEs will link to other web framework READMEs for better discoverability.
v14.7.0
- Add emulator support to firebase storage MCP tools. (#8707)
- Removed overeager error catch in
functions:list.- Add validation during
firebase initfeature selection. (#5232)- Fixed an issue where the extensions emulator did not work with
demo-projects. (#8720)- Fixed issue where
--export-on-exitfails if the target directory does not exist. (#4688)- Fixed issue where the Firebase MCP server could not use application default credentials. (#8671)
- Updated the Firebase Data Connect local toolkit to v2.7.0, which includes the following changes: (#8743)
- Fixed an issue where unwanted link dependencies are added to
package.jsonwhen multiple package managers are used in a web project.- Added linter warnings for naming convention violations & missing join table
@table(key).v14.6.0
... (truncated)
Commits
d03fc8c14.11.07a4ce9eUpdate Data Connect Emulator to v2.10.0 (#8858)a02b978feat: Add experimental support to discover functions via dynamic generation o...476cd01feat: add utilities to support initiatlizing various ai tools for Firebase (#...1b26e02Change relative path to include nested dataconnect folders (#8853)bbfd570Fixed an issue where the VSCE extension used the wrong host for execution on ...a3e87e5implement mcp logging (#8846)4d5a7d9Adding changelogs for community PRs (#8851)cbb8582Fix name field beeing stripped from index listing (#8761)20b5212Use Buffer.from().toString() instead of atob() to decode task payload (#8836)...- 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 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.