Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2026

Bumps nodemailer to 7.0.12 and updates ancestor dependency monocart-reporter. These dependencies need to be updated together.

Updates nodemailer from 6.9.7 to 7.0.12

Release notes

Sourced from nodemailer's releases.

v7.0.12

7.0.12 (2025-12-22)

Bug Fixes

  • added support for REQUIRETLS (#1793) (053ce6a)
  • use 8bit encoding for message/rfc822 attachments (adf8611)

v7.0.11

7.0.11 (2025-11-26)

Bug Fixes

  • prevent stack overflow DoS in addressparser with deeply nested groups (b61b9c0)

v7.0.10

7.0.10 (2025-10-23)

Bug Fixes

  • Increase data URI size limit from 100KB to 50MB and preserve content type (28dbf3f)

v7.0.9

7.0.9 (2025-10-07)

Bug Fixes

  • release: Trying to fix release proecess by upgrading Node version in runner (579fce4)

v7.0.8

7.0.8 (2025-10-07)

Bug Fixes

  • addressparser: flatten nested groups per RFC 5322 (8f8a77c)

v7.0.7

7.0.7 (2025-10-05)

Bug Fixes

  • addressparser: Fixed addressparser handling of quoted nested email addresses (1150d99)
  • dns: add memory leak prevention for DNS cache (0240d67)
  • linter: Updated eslint and created prettier formatting task (df13b74)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

7.0.12 (2025-12-22)

Bug Fixes

  • added support for REQUIRETLS (#1793) (053ce6a)
  • use 8bit encoding for message/rfc822 attachments (adf8611)

7.0.11 (2025-11-26)

Bug Fixes

  • prevent stack overflow DoS in addressparser with deeply nested groups (b61b9c0)

7.0.10 (2025-10-23)

Bug Fixes

  • Increase data URI size limit from 100KB to 50MB and preserve content type (28dbf3f)

7.0.9 (2025-10-07)

Bug Fixes

  • release: Trying to fix release proecess by upgrading Node version in runner (579fce4)

7.0.8 (2025-10-07)

Bug Fixes

  • addressparser: flatten nested groups per RFC 5322 (8f8a77c)

7.0.7 (2025-10-05)

Bug Fixes

  • addressparser: Fixed addressparser handling of quoted nested email addresses (1150d99)
  • dns: add memory leak prevention for DNS cache (0240d67)
  • linter: Updated eslint and created prettier formatting task (df13b74)
  • refresh expired DNS cache on error (#1759) (ea0fc5a)
  • resolve linter errors in DNS cache tests (3b8982c)

7.0.6 (2025-08-27)

Bug Fixes

... (truncated)

Commits
  • a208a0b chore(master): release 7.0.12 (#1785)
  • 053ce6a fix: added support for REQUIRETLS (#1793)
  • adf8611 fix: use 8bit encoding for message/rfc822 attachments
  • 3d17dbe chore(master): release 7.0.11 (#1783)
  • 15879f8 Bumped dev dependencies
  • b61b9c0 fix: prevent stack overflow DoS in addressparser with deeply nested groups
  • 4175e4b chore(master): release 7.0.10 (#1776)
  • d882ccf Merge branch 'master' of github.com:nodemailer/nodemailer
  • 1d7e4f7 Bumped deps
  • 10bd871 chore: correct typo in variable name (#1773)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nodemailer since your current version.


Updates monocart-reporter from 1.7.13 to 2.9.23

Release notes

Sourced from monocart-reporter's releases.

2.9.0

What's Changed

  • added zip option for merging reports
  • added durationStrategy option for merging reports

Full Changelog: cenfun/monocart-reporter@2.8.4...2.9.0

2.8.0

What's Changed

  • (New Feature) added new merge command for CLI: npx monocart merge path-to/*/*.json (#142)
  • added onData hook (#141)
  • better support for playwright multiple reports generation:
    • added new option copyAttachments to copy attachments for reporter (#143)
    • updated default outputFile to ./monocart-report/index.html from ./test-results/report.html

Full Changelog: cenfun/monocart-reporter@2.7.1...2.8.0

2.7.0

What's Changed

  • improved the merge API (#139)
    • supports coping and merging attachments
    • supports merging coverage reports
  • added Side by side and Slider tab for visual comparisons (#140)
  • fixed mermaid supports loading local dist file with scriptSrc=null
  • fixed expected image path

image

Full Changelog: cenfun/monocart-reporter@2.6.5...2.7.0

2.6.0

What's Changed

  • added new API setMetadata(data, testInfo) for data driven tests (#132)

Custom Fields with setMetadata()

Using API setMetadata() can be applicable to dynamically created tests

const { test } = require('@playwright/test');
const { setMetadata } = require('monocart-reporter');
test.describe('Data Driven Tests with setMetadata(data, testInfo)', () => {
    const list = [{
        title: 'Example Case 1 Data Driven Test',
        owner: 'Jensen',
        jira: 'MCR-16889',
    }, {
        title: 'Example Case 2 Data Driven Test',
        owner: 'Mark',
        jira: 'MCR-16899'
    }];
</tr></table> 

... (truncated)

Changelog

Sourced from monocart-reporter's changelog.

  • 2.9.23

    • fixed dateH with timezoneOffset
  • 2.9.22

    • fixed (#185)
    • fixed timezone offset
  • 2.9.21

    • fixed UI issues (#178)
    • fixed skipped steps (#180)
  • 2.9.20

    • fixed #177 (UI issues)
  • 2.9.19

    • fixed #176 (UI issues)
    • added new option locale
  • 2.9.18

  • 2.9.17

    • fixed mermaid for attachment
    • fixed _prompt attachments
  • 2.9.16

  • 2.9.15

    • fixed new option clean for merge
  • 2.9.14

    • added new option clean
  • 2.9.13

    • fixed UI log error (#164)
  • 2.9.12

    • fixed markdown style
  • 2.9.11

    • added new option logo
  • 2.9.10

    • fixed UI highlight
    • fixed UI icons
    • fixed trends chart
    • fixed case type ordering
  • 2.9.9

... (truncated)

Commits

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 [nodemailer](https://github.com/nodemailer/nodemailer) to 7.0.12 and updates ancestor dependency [monocart-reporter](https://github.com/cenfun/monocart-reporter). These dependencies need to be updated together.


Updates `nodemailer` from 6.9.7 to 7.0.12
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.7...v7.0.12)

Updates `monocart-reporter` from 1.7.13 to 2.9.23
- [Release notes](https://github.com/cenfun/monocart-reporter/releases)
- [Changelog](https://github.com/cenfun/monocart-reporter/blob/main/CHANGELOG.md)
- [Commits](cenfun/monocart-reporter@1.7.13...2.9.23)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.12
  dependency-type: indirect
- dependency-name: monocart-reporter
  dependency-version: 2.9.23
  dependency-type: direct:development
...

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 Jan 9, 2026
@joanise joanise closed this Jan 14, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 14, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@joanise joanise deleted the dependabot/npm_and_yarn/multi-e771a94b10 branch January 14, 2026 14:04
@joanise joanise restored the dependabot/npm_and_yarn/multi-e771a94b10 branch January 14, 2026 14:09
@joanise joanise reopened this Jan 14, 2026
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