Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps form-data to 4.0.4 and updates ancestor dependencies form-data, zapier-platform-core and zapier-platform-cli. 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.4

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

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

v4.0.2 - 2025-02-14

Merged

Fixed

Commits

... (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 zapier-platform-core from 15.0.0 to 17.7.2

Changelog

Sourced from zapier-platform-core's changelog.

17.7.2

Released 2025-09-17

cli

  • 🐛 Allows deleting old non-semver versions and blocks pushes to non-semver versions (#1160)
  • 🐛 Integration check displays failure icon if errors are present (#1159)

core

  • 🐛 Adds paging_token to bundle.meta types (#1157)

misc

17.7.1

Released 2025-09-10

cli

  • 🐛 Fix zapier scaffold failing when app object contains spread elements (#1115)
  • 🐛 Fix zapier invoke auth may append to last line without a newline (#1138)
  • 🐛 Fix zapier scaffold to use .js extension for TS imports (#1123)
  • 🐛 Fix zapier scaffold to handle shorthand property syntax (#1125)
  • 💅 zapier validate now runs _zapier-build before validation by default (#1130)
  • 💅 Add dev script to package.json of typescript templates generated by zapier init (#1128)
  • 💅 Improve zapier init to list only templates that support selected module and language (#1146)

core

  • 🐛 Censor sensitive info in ResponseError (#1147)

schema

  • 🐛 Fix InputFieldGroupsSchema to have its properties displayed (#1143)
  • 🧪 Allow to skip cleaning arrays in inputData via skipCleanArrayInputData (#1153)
  • 🔨 Support version with label (ongoing work) (#1093)

17.7.0

Released 2025-08-22

This update lays groundwork for Search Pagination, which will allow Search steps to paginate through results so that the most relevant results can be returned. However, this is not yet supported by any Zapier products.

cli

... (truncated)

Commits
  • e2047b9 Merge pull request #1163 from zapier/release-17.7.2
  • f6dc373 Update changelog
  • 120c4cb types
  • a26c801 Bump cli, core, schema 17.7.1 -> 17.7.2
  • 75d071d changelog for 17.7.2
  • 16cbc09 Merge pull request #1165 from zapier/IQQ-3617-reduce-inference-verbosity
  • e16231d Merge pull request #1164 from zapier/IQQ-3618-add-choice-inference
  • 276dcba Automate inputData inference for fields passed straight to inputs
  • 4cc7bdc Add choice field hints to inferred inputs
  • 2de6702 Add inputField inference for parent, dict, and list fields (#1162)
  • Additional commits viewable in compare view

Updates zapier-platform-cli from 15.0.0 to 17.7.2

Changelog

Sourced from zapier-platform-cli's changelog.

17.7.2

Released 2025-09-17

cli

  • 🐛 Allows deleting old non-semver versions and blocks pushes to non-semver versions (#1160)
  • 🐛 Integration check displays failure icon if errors are present (#1159)

core

  • 🐛 Adds paging_token to bundle.meta types (#1157)

misc

17.7.1

Released 2025-09-10

cli

  • 🐛 Fix zapier scaffold failing when app object contains spread elements (#1115)
  • 🐛 Fix zapier invoke auth may append to last line without a newline (#1138)
  • 🐛 Fix zapier scaffold to use .js extension for TS imports (#1123)
  • 🐛 Fix zapier scaffold to handle shorthand property syntax (#1125)
  • 💅 zapier validate now runs _zapier-build before validation by default (#1130)
  • 💅 Add dev script to package.json of typescript templates generated by zapier init (#1128)
  • 💅 Improve zapier init to list only templates that support selected module and language (#1146)

core

  • 🐛 Censor sensitive info in ResponseError (#1147)

schema

  • 🐛 Fix InputFieldGroupsSchema to have its properties displayed (#1143)
  • 🧪 Allow to skip cleaning arrays in inputData via skipCleanArrayInputData (#1153)
  • 🔨 Support version with label (ongoing work) (#1093)

17.7.0

Released 2025-08-22

This update lays groundwork for Search Pagination, which will allow Search steps to paginate through results so that the most relevant results can be returned. However, this is not yet supported by any Zapier products.

cli

... (truncated)

Commits
  • e2047b9 Merge pull request #1163 from zapier/release-17.7.2
  • f6dc373 Update changelog
  • 120c4cb types
  • a26c801 Bump cli, core, schema 17.7.1 -> 17.7.2
  • 75d071d changelog for 17.7.2
  • 16cbc09 Merge pull request #1165 from zapier/IQQ-3617-reduce-inference-verbosity
  • e16231d Merge pull request #1164 from zapier/IQQ-3618-add-choice-inference
  • 276dcba Automate inputData inference for fields passed straight to inputs
  • 4cc7bdc Add choice field hints to inferred inputs
  • 2de6702 Add inputField inference for parent, dict, and list fields (#1162)
  • 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.

…-cli

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), [zapier-platform-core](https://github.com/zapier/zapier-platform) and [zapier-platform-cli](https://github.com/zapier/zapier-platform). 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 `zapier-platform-core` from 15.0.0 to 17.7.2
- [Changelog](https://github.com/zapier/zapier-platform/blob/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/zapier/zapier-platform/compare/[email protected]@17.7.2)

Updates `zapier-platform-cli` from 15.0.0 to 17.7.2
- [Changelog](https://github.com/zapier/zapier-platform/blob/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/zapier/zapier-platform/compare/[email protected]@17.7.2)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: zapier-platform-core
  dependency-version: 17.7.2
  dependency-type: direct:production
- dependency-name: zapier-platform-cli
  dependency-version: 17.7.2
  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 Oct 3, 2025
Copy link
Author

dependabot bot commented on behalf of github Oct 15, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-734f5813ff branch October 15, 2025 00:23
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