Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps form-data to 2.5.5 and updates ancestor dependencies form-data, email-templates, jest and parse-domain. These dependencies need to be updated together.

Updates form-data from 2.3.3 to 2.5.5

Release notes

Sourced from form-data's releases.

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
  • Improved documentation

Added getBuffer method

Updated test builds to support node10 and 12.

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 026abe5

v2.5.4 - 2025-07-17

Fixed

Commits

  • [eslint] update linting config 8bf2492
  • [meta] add auto-changelog b5101ad
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 0e93122
  • [Fix] Switch to using crypto random for boundary values b88316c
  • [Fix] validate boundary type in setBoundary() method 131ae5e
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing c97cfbe
  • [Refactor] use hasown 97ac9c2
  • [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 2fd5f61

v2.5.3 - 2025-02-14

Merged

Fixed

Commits

  • [Refactor] use Object.prototype.hasOwnProperty.call 6e682d4
  • [Dev Deps] update @types/node, browserify, coveralls, eslint, formidable, in-publish, phantomjs-prebuilt, pkgfiles, pre-commit, request, tape, typescript 819f6b7
  • Only apps should have lockfiles b170ee2
  • [Deps] update combined-stream, mime-types 6b1ca1d
  • Bumped version 2.5.3 9457283
  • [Dev Deps] pin request which via tough-cookie ^2.4 depends on psl 9dbe192

v2.5.2 - 2024-10-10

... (truncated)

Commits
Maintainer changes

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


Updates email-templates from 7.0.4 to 7.2.0

Release notes

Sourced from email-templates's releases.

v7.2.0

  • Merge pull request #409 from sibiraj-s/drop-pify e30b91d
  • chore: drop @​sindresorhus/is in favour of lodash e30347c
  • chore: remove pify in favour of native promisify 8d6382d

forwardemail/email-templates@v7.1.2...v7.2.0

v7.1.2

  • chore: bump deps f68c394
  • docs: fixed typo b5ba345

forwardemail/email-templates@v7.1.1...v7.1.2

v7.1.1

  • chore: bump deps 2a3fc10
  • Merge pull request #403 from maabiddevra/master 7f2ca0f
  • fix(lint): fixed linting errors e2f05e2
  • Fix spelling mistakes 3563aa3
  • Added option to pass juiceResources with render and renderAll c9e10b8
  • Create FUNDING.yml e28bf78

forwardemail/email-templates@v7.1.0...v7.1.1

v7.1.0

  • Merge pull request #396 from matkev/#395_renderAll_bugfix de986c6
  • #395 Remove _.isArray(messsage.attachments) condition when checking to throw error in renderAll() d5dbdbf

forwardemail/email-templates@v7.0.5...v7.1.0

v7.0.5

  • chore: bump deps a194888
  • Merge pull request #391 from shaunwarman/bump-deps-5-14 959eb60
  • chore: bump deps ba665a5

forwardemail/email-templates@v7.0.4...v7.0.5

Commits

Updates jest from 24.9.0 to 30.0.4

Release notes

Sourced from jest's releases.

30.0.2

What's Changed

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecate jest-repl package (#15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#15685)

New Contributors

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, run npm install jest@^30.0.0 and follow the migration guide: Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)

... (truncated)

Changelog

Sourced from jest's changelog.

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)

30.0.3

Fixes

  • [jest-config] Fix ESM TS config loading in a CJS project (#15694)
  • [jest-core] jest --onlyFailures --listTests now correctly lists only failed tests(#15700)

Features

  • [jest-diff] Show non-printable control characters to diffs (#15696)

30.0.2

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

30.0.1

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecate jest-repl package (#15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#15685)

30.0.0

Features

... (truncated)

Commits

Updates parse-domain from 2.3.4 to 8.2.2

Release notes

Sourced from parse-domain's releases.

v8.2.2

8.2.2 (2024-08-10)

Bug Fixes

v8.2.1

8.2.1 (2024-07-26)

Bug Fixes

v8.2.0

8.2.0 (2024-07-26)

Features

v8.1.0

8.1.0 (2024-07-26)

Features

v8.0.2

8.0.2 (2024-03-04)

Bug Fixes

  • Add ParseResultIp to main.js exports (#157) (b5b0177)

v8.0.1

8.0.1 (2023-10-27)

Bug Fixes

v8.0.0

8.0.0 (2023-10-27)

... (truncated)

Changelog

Sourced from parse-domain's changelog.

8.2.2 (2024-08-10)

Bug Fixes

8.2.1 (2024-07-26)

Bug Fixes

8.2.0 (2024-07-26)

Features

8.1.0 (2024-07-26)

Features

8.0.2 (2024-03-04)

Bug Fixes

  • Add ParseResultIp to main.js exports (#157) (b5b0177)

8.0.1 (2023-10-27)

Bug Fixes

8.0.0 (2023-10-27)

chore

BREAKING CHANGES

  • Dropped official support for Node 12, 14 and 16. There wasn't any actual breaking change we know of but use at your own risk :)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by peeri, a new releaser for parse-domain 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 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 2.5.5 and updates ancestor dependencies [form-data](https://github.com/form-data/form-data), [email-templates](https://github.com/forwardemail/email-templates), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [parse-domain](https://github.com/peerigon/parse-domain). These dependencies need to be updated together.


Updates `form-data` from 2.3.3 to 2.5.5
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/commits/v2.5.5)

Updates `email-templates` from 7.0.4 to 7.2.0
- [Release notes](https://github.com/forwardemail/email-templates/releases)
- [Commits](forwardemail/email-templates@v7.0.4...v7.2.0)

Updates `jest` from 24.9.0 to 30.0.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

Updates `parse-domain` from 2.3.4 to 8.2.2
- [Release notes](https://github.com/peerigon/parse-domain/releases)
- [Changelog](https://github.com/peerigon/parse-domain/blob/main/CHANGELOG.md)
- [Commits](peerigon/parse-domain@v2.3.4...v8.2.2)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 2.5.5
  dependency-type: indirect
- dependency-name: email-templates
  dependency-version: 7.2.0
  dependency-type: direct:production
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:production
- dependency-name: parse-domain
  dependency-version: 8.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@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