Skip to content

build(deps): bump nodemailer and mailparser in /appium - #2790

Merged
FlowCryptRobot merged 1 commit into
masterfrom
dependabot/npm_and_yarn/appium/multi-d182879294
Sep 10, 2026
Merged

build(deps): bump nodemailer and mailparser in /appium#2790
FlowCryptRobot merged 1 commit into
masterfrom
dependabot/npm_and_yarn/appium/multi-d182879294

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps nodemailer to 10.0.1 and updates ancestor dependency mailparser. These dependencies need to be updated together.

Updates nodemailer from 9.0.3 to 10.0.1

Release notes

Sourced from nodemailer's releases.

v10.0.1

10.0.1 (2026-09-07)

Bug Fixes

  • types: accept an explicit undefined for optional properties (209719d), closes #1853
  • types: drop the internal members from the published declarations (81e64ea)

v10.0.0

10.0.0 (2026-09-03)

⚠ BREAKING CHANGES

  • Node.js 20 or newer is required. The Node.js 6 syntax compatibility check and the .npmignore file are gone.

Features

  • keep the @​types/nodemailer type layout working (1cc5356)
  • migrate to TypeScript with ES module and CommonJS builds (f7cbf83)

Bug Fixes

  • apply the other keys of a configuration object next to its url (29610f9)
  • dkim: canonicalize raw messages the way verifiers do (2c84b11)
  • keep a transporter assignable to the plain Transporter type (8bf55fb)
  • shared: keep a colon in the user name of a connection or proxy url (6acf4b6)
  • shared: refuse URL hosts the legacy parser would truncate (17a5068)
  • shared: resolve hostnames when the runtime has no interface table (8b03240)
  • smtp-connection: clear the timers of a connection dropped before the greeting (01dcaa0)
  • smtp-connection: keep an incomplete server reply out of lastServerResponse (1a6e427)
  • smtp-pool: free the pool slot when the proxy socket can not be opened (204a344)
  • well-known: keep nodemailer/lib/well-known/services.json available (367730c)

v9.1.1

9.1.1 (2026-09-01)

Bug Fixes

  • mailer: apply the message access policy in resolveContent (dc48ed3)
  • mailer: keep message data from reopening the access sandbox (ab7ef34)
  • mime-node: inherit the access policy from the tree a node hangs in (262d550)

v9.1.0

9.1.0 (2026-08-31)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

10.0.1 (2026-09-07)

Bug Fixes

  • types: accept an explicit undefined for optional properties (209719d), closes #1853
  • types: drop the internal members from the published declarations (81e64ea)

10.0.0 (2026-09-03)

⚠ BREAKING CHANGES

  • Node.js 20 or newer is required. The Node.js 6 syntax compatibility check and the .npmignore file are gone.

Features

  • keep the @​types/nodemailer type layout working (1cc5356)
  • migrate to TypeScript with ES module and CommonJS builds (f7cbf83)

Bug Fixes

  • apply the other keys of a configuration object next to its url (29610f9)
  • dkim: canonicalize raw messages the way verifiers do (2c84b11)
  • keep a transporter assignable to the plain Transporter type (8bf55fb)
  • shared: keep a colon in the user name of a connection or proxy url (6acf4b6)
  • shared: refuse URL hosts the legacy parser would truncate (17a5068)
  • shared: resolve hostnames when the runtime has no interface table (8b03240)
  • smtp-connection: clear the timers of a connection dropped before the greeting (01dcaa0)
  • smtp-connection: keep an incomplete server reply out of lastServerResponse (1a6e427)
  • smtp-pool: free the pool slot when the proxy socket can not be opened (204a344)
  • well-known: keep nodemailer/lib/well-known/services.json available (367730c)

9.1.1 (2026-09-01)

Bug Fixes

  • mailer: apply the message access policy in resolveContent (dc48ed3)
  • mailer: keep message data from reopening the access sandbox (ab7ef34)
  • mime-node: inherit the access policy from the tree a node hangs in (262d550)

9.1.0 (2026-08-31)

Features

  • mailer: cap recipients per message with maxRecipients (7279ac8)

... (truncated)

Commits
  • 40d5221 chore(master): release 10.0.1 (#1854)
  • 81e64ea fix(types): drop the internal members from the published declarations
  • c5dba6e chore: turn on exactOptionalPropertyTypes for the type-check
  • 209719d fix(types): accept an explicit undefined for optional properties
  • 2ee030c chore(master): release 10.0.0 (#1852)
  • 8bf55fb fix: keep a transporter assignable to the plain Transporter type
  • 62202a8 docs: mark 10.x as the supported security line
  • d9316d1 refactor(punycode): write the RFC 3490 separators as escape sequences
  • d1d3fb5 test(dkim): cover the signing failure path
  • 1a6e427 fix(smtp-connection): keep an incomplete server reply out of lastServerResponse
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates mailparser from 3.9.14 to 3.9.23

Changelog

Sourced from mailparser's changelog.

3.9.23 (2026-09-07)

Bug Fixes

  • deps: update nodemailer to 10.0.1 (5c2bda3)

3.9.22 (2026-09-06)

Bug Fixes

  • declare the Node 20 floor this package already has (e9de771)

3.9.21 (2026-09-06)

Bug Fixes

  • deps: move to nodemailer 10 (a83474e)

3.9.20 (2026-09-01)

Bug Fixes

  • deps: update nodemailer to 9.1.1 (36233e6)

3.9.19 (2026-08-31)

Bug Fixes

  • deps: update libmime and mailsplit for the CP932 extended areas (0bbe7a3)

3.9.18 (2026-08-31)

Bug Fixes

  • deps: update nodemailer to 9.1.0 (b812c54)

3.9.17 (2026-08-27)

Bug Fixes

  • deps: update nodemailer to 9.0.6 (26c7ccb)

3.9.16 (2026-08-24)

... (truncated)

Commits
  • 9d7cf26 chore(master): release 3.9.23 [skip-ci] (#440)
  • 5c2bda3 fix(deps): update nodemailer to 10.0.1
  • 8b29187 chore(master): release 3.9.22 [skip-ci] (#439)
  • e9de771 fix: declare the Node 20 floor this package already has
  • b694642 chore(master): release 3.9.21 [skip-ci] (#438)
  • a83474e fix(deps): move to nodemailer 10
  • c5390ac chore(master): release 3.9.20 [skip-ci] (#437)
  • 36233e6 fix(deps): update nodemailer to 9.1.1
  • c3583f4 chore(master): release 3.9.19 [skip-ci] (#436)
  • 0bbe7a3 fix(deps): update libmime and mailsplit for the CP932 extended areas
  • 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 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 [nodemailer](https://github.com/nodemailer/nodemailer) to 10.0.1 and updates ancestor dependency [mailparser](https://github.com/nodemailer/mailparser). These dependencies need to be updated together.


Updates `nodemailer` from 9.0.3 to 10.0.1
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v9.0.3...v10.0.1)

Updates `mailparser` from 3.9.14 to 3.9.23
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.9.14...v3.9.23)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 10.0.1
  dependency-type: indirect
- dependency-name: mailparser
  dependency-version: 3.9.23
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2026
@dependabot
dependabot Bot requested a review from sosnovsky as a code owner September 10, 2026 02:43
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Sep 10, 2026
@FlowCryptRobot
FlowCryptRobot enabled auto-merge (squash) September 10, 2026 02:44
@FlowCryptRobot
FlowCryptRobot merged commit 8560ebb into master Sep 10, 2026
9 checks passed
@FlowCryptRobot
FlowCryptRobot deleted the dependabot/npm_and_yarn/appium/multi-d182879294 branch September 10, 2026 02:52
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.

1 participant