Skip to content

chore(deps): bump nodemailer and @types/nodemailer#319

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-927710fb66
Closed

chore(deps): bump nodemailer and @types/nodemailer#319
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-927710fb66

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps nodemailer and @types/nodemailer. These dependencies needed to be updated together.
Updates nodemailer from 6.10.1 to 8.0.11

Release notes

Sourced from nodemailer's releases.

v8.0.11

8.0.11 (2026-06-10)

Bug Fixes

  • apply the transport-level newline option in stream and sendmail transports (cb4f904)
  • include icalEvent path/href content in the application/ics attachment (b801c48)
  • parse Ethereal response props without polynomial regex backtracking (067aebe)
  • resolve oauth2_provision_cb at send time for non-pooled SMTP transports (203c8ec)
  • return the promise from every resolveContent branch (07ffe8c)
  • strip the url scheme from List-ID header values (77e5885)
  • tag AWS SES transport errors with the ESES code (efa647a)

v8.0.10

8.0.10 (2026-05-29)

Bug Fixes

  • fall back to lower-severity handler when custom logger lacks a level method (6d849df)

v8.0.9

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

v8.0.8

8.0.8 (2026-05-23)

Bug Fixes

  • enforce strict TLS for OAuth2 and Ethereal credential requests (#1818) (833d6e5)
  • four listener/stream leaks in SMTP transport, connection, pool (#1817) (850bb91)

v8.0.7

8.0.7 (2026-04-27)

Bug Fixes

  • keep domain as UTF-8 when local part is non-ASCII (#1814) (66d4ecb)

v8.0.6

8.0.6 (2026-04-24)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.11 (2026-06-10)

Bug Fixes

  • apply the transport-level newline option in stream and sendmail transports (cb4f904)
  • include icalEvent path/href content in the application/ics attachment (b801c48)
  • parse Ethereal response props without polynomial regex backtracking (067aebe)
  • resolve oauth2_provision_cb at send time for non-pooled SMTP transports (203c8ec)
  • return the promise from every resolveContent branch (07ffe8c)
  • strip the url scheme from List-ID header values (77e5885)
  • tag AWS SES transport errors with the ESES code (efa647a)

8.0.10 (2026-05-29)

Bug Fixes

  • fall back to lower-severity handler when custom logger lacks a level method (6d849df)

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

8.0.8 (2026-05-23)

Bug Fixes

  • enforce strict TLS for OAuth2 and Ethereal credential requests (#1818) (833d6e5)
  • four listener/stream leaks in SMTP transport, connection, pool (#1817) (850bb91)

8.0.7 (2026-04-27)

Bug Fixes

  • keep domain as UTF-8 when local part is non-ASCII (#1814) (66d4ecb)

8.0.6 (2026-04-24)

Bug Fixes

  • restore base64 wrap() trim behavior to prevent trailing CRLF (#1810) (#1811) (b1ae6c1)

8.0.5 (2026-04-07)

... (truncated)

Commits
  • e3b1bda chore(master): release 8.0.11 (#1826)
  • 4358caf refactor: remove dead checks flagged by Code Quality analysis
  • cf5195c chore: harden workflow token permissions and update GitHub Actions
  • 067aebe fix: parse Ethereal response props without polynomial regex backtracking
  • 0cee4fe chore: add CodeQL code scanning workflow
  • cb9da47 chore: update dev dependencies
  • e0a4928 chore: format CLAUDE.md with prettier
  • 8620f2f docs: correct stale timeout defaults in SMTPConnection options JSDoc
  • efa647a fix: tag AWS SES transport errors with the ESES code
  • 07ffe8c fix: return the promise from every resolveContent branch
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nodemailer since your current version.


Updates @types/nodemailer from 6.4.21 to 8.0.1

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 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)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer). These dependencies needed to be updated together.

Updates `nodemailer` from 6.10.1 to 8.0.11
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.10.1...v8.0.11)

Updates `@types/nodemailer` from 6.4.21 to 8.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.11
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/nodemailer"
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

Drift Compliance: All test vectors passed GI threshold validation

kaizencycle added a commit that referenced this pull request Jun 22, 2026
#325)

## C-348 Unified Substrate PR

**Cycle:** C-348
**Branch:** `claude/c348-unified-substrate-r4rtkj`
**EPICON:** All changes recorded with intent. No consequential action
without ledger.

---

### Changes

#### 1. Canon Drift Fix (Closes #321)
- `cycle.json` advanced from C-338 → C-348
- `STATE/CYCLE.txt` updated to match
- Root cause: `mobius-bot-state-sync` Action stopped executing
(credentials/scheduling, **not** missing `contents: write` — that
permission was already present in the workflow)
- Prevention: Bot will resume daily arithmetic writes from C-348
baseline on next scheduled run. No Action changes were needed for
permissions.

#### 2. C-347-C / C-347-D Patch Rescue
- No C-347-C or C-347-D patch files found in this repository
- `Mobius-Substrate` PR #82 is a separate, already-merged PR (agent CI
pipeline, Nov 2025) — not the CPC Draft PR #82 referenced in the task
- The Civic-Protocol-Core repo is outside this session's MCP scope; no
substrate-relevant patches were found to apply
- **Rescue complete:** established that C-347-C/D patches carry no
Mobius-Substrate–side changes. The stranded `.patch` files in the repo
(`apps/eomm-api/`, `labs/lab4-proof/`,
`exports/mobius-browser-shell-c274/`) are for Browser Shell / EOMM-API,
not for the Substrate constitution layer.

#### 3. Dependency Updates (cherry-picked from Dependabot PRs)

| PR | Package | From → To | Classification | Decision |
|----|---------|-----------|---------------|----------|
| #323 | `actions/checkout` | v6 → v7 | Actions major (API-compatible) |
✅ Applied |
| #324 | npm minor/patch group (9 pkgs) | various | Minor/patch | ✅
Applied |
| #319 | `nodemailer` + `@types/nodemailer` | 6.10.1 → 8.0.11 | Major
(security advisories in v8.0.9) | ✅ Applied |
| #318 | `supertest` + `@types/supertest` | 6.3.4 → 7.2.2 | Major, dev
dep, no breaking API | ✅ Applied |
| #317 | `hardhat` | 2.22.5 → 3.9.0 | **Major** | 🚫 Excluded — requires
full test suite validation |
| #320 | `lru-cache` | 10.2.0 → 11.5.1 | **Major** (constructor sig
changed) | 🚫 Excluded — needs API review |

#### 4. State-Sync Action Audit
- `mobius-bot-state-sync.yml` already had `permissions: contents: write`
— **no change needed**
- Cycle number derivation is arithmetic from anchor (C-288 =
2026-04-21), not hardcoded — **no change needed**
- `actions/checkout` in the state-sync workflow bumped v6→v7 via #323
cherry-pick above

---

### Excluded / Deferred
- `hardhat` 3.x major bump (PR #317) — excluded per safety filter;
requires full test suite validation
- `lru-cache` v10→v11 (PR #320) — excluded; constructor signature
changed, needs API review before applying

---

### Sentinel Sign-off Required
- [ ] ATLAS (architect review)
- [ ] ZEUS (constitutional compliance)

### Refs
- Closes Mobius-Substrate issue #321 (canon drift tripwire)
- Dependabot PRs evaluated: #317, #318, #319, #320, #323, #324
- C-348 cycle plan

---
_Generated by [Claude
Code](https://claude.ai/code/session_01KPEEVF4C9K3D21RRwpoBd8)_
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-927710fb66 branch June 22, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants