Skip to content

chore(deps): bump nodemailer and @solid/community-server#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-e2cc95d9d3
Open

chore(deps): bump nodemailer and @solid/community-server#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-e2cc95d9d3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Bumps nodemailer to 8.0.5 and updates ancestor dependency @solid/community-server. These dependencies need to be updated together.

Updates nodemailer from 7.0.13 to 8.0.5

Release notes

Sourced from nodemailer's releases.

v8.0.5

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

v8.0.4

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

v8.0.3

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

v8.0.2

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

v8.0.1

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

v8.0.0

8.0.0 (2026-02-04)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

... (truncated)

Commits
  • 202cfb3 chore(master): release 8.0.5 (#1809)
  • b634abf docs: add CLAUDE.md with project conventions and release process
  • 95876b1 fix: decode SMTP server responses as UTF-8 at line boundary
  • 0a43876 fix: sanitize CRLF in transport name option to prevent SMTP command injection...
  • 08e59e6 chore: update dev dependencies
  • 2d31975 chore(master): release 8.0.4 (#1806)
  • 2d7b971 fix: sanitize envelope size to prevent SMTP command injection
  • 4e702e9 chore(master): release 8.0.3 (#1804)
  • c803d90 fix: remove familySupportCache that broke DNS resolution tests
  • e8c8b92 fix: fix cookie bugs, remove dead code, and improve hot-path efficiency
  • Additional commits viewable in compare view

Updates @solid/community-server from 7.1.9 to 8.0.0-alpha.3

Release notes

Sourced from @​solid/community-server's releases.

v8.0.0-alpha.3

What's Changed

See the CHANGELOG for all changes.

v8.0.0-alpha-2

What's Changed

See the CHANGELOG for all changes.

v8.0.0-alpha-1

Update to v8.0.0-alpha.1 which updates several dependencies which should help with some ESM issues.

v8.0.0-alpha-0

This is an alpha release of the next major version. Compared to the latest version there are not that many changes that would warrant already using this version. The main purpose is having this version is that it uses the latest Components.js version which can be useful for development.

An actual next major release is probably not happening soon, until there are actual major changes and potentially there is a good solution to prevent conflicts with existing configurations.

Changelog

Sourced from @​solid/community-server's changelog.

8.0.0-alpha.3 (2026-03-13)

Chores

8.0.0-alpha.2 (2026-03-03)

Fixes

  • Preserve content-type when present in SPARQL accessor (8575af4)

Chores

  • Added integration tests for SPARQL endpoint (199f786)

Documentation

  • Mention new contexts in release notes (207bc5c)

8.0.0-alpha.1 (2025-09-16)

Chores

  • Increase minimum node version to 22 (6add30a)
  • deps: bump oidc-provider dependencies to v9 (fffdea7)
  • deps: bump jest dependencies to v30 (e919224)
  • deps: bump marked from 15.0.6 to 16.2.1 (55ea72b)
  • deps: bump @​types/mime-types from 2.1.2 to 3.0.0 (ab96b65)
  • deps: bump nodemailer from 6.9.9 to 7.0.2 (9abc429)

Refactors

  • Remove IdentityUtil (9b3bd23)
  • Remove oidc-provider types shim (825da02)

Testing

  • Make sure variables are defined in test (aecb9d1)

8.0.0-alpha.0 (2025-04-22)

Features

  • Use @​solid/police-engine permissions internally (cc8e355)
  • Use @​solidlab/policy-engine for authorization (2ebe094)
  • Add backend caching support (71bec13)
  • Use rdf-vocabulary library (6d5f56c)
  • Use asynchandler library for handlers (58574ee)
  • Replace logging with external library (dce39f6)

... (truncated)

Commits
  • ab94030 chore(release): Release version 8.0.0-alpha.3 of the npm package
  • 55a2748 chore: Update dependencies
  • 38cc0a4 chore(release): Release version 8.0.0-alpha.2 of the npm package
  • e99a919 Merge branch 'main' into versions/next-major
  • 8575af4 fix: Preserve content-type when present in SPARQL accessor
  • 802fc8e chore(deps): bump n3 from 1.26.0 to 2.0.0
  • 675910b chore(deps): bump fetch-sparql-endpoint from 6.2.0 to 7.1.0
  • 207bc5c docs: Mention new contexts in release notes
  • 056d866 chore(deps): bump marked from 16.3.0 to 17.0.0
  • See full diff 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 8.0.5 and updates ancestor dependency [@solid/community-server](https://github.com/CommunitySolidServer/CommunitySolidServer). These dependencies need to be updated together.


Updates `nodemailer` from 7.0.13 to 8.0.5
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v7.0.13...v8.0.5)

Updates `@solid/community-server` from 7.1.9 to 8.0.0-alpha.3
- [Release notes](https://github.com/CommunitySolidServer/CommunitySolidServer/releases)
- [Changelog](https://github.com/CommunitySolidServer/CommunitySolidServer/blob/v8.0.0-alpha.3/CHANGELOG.md)
- [Commits](CommunitySolidServer/CommunitySolidServer@v7.1.9...v8.0.0-alpha.3)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.5
  dependency-type: indirect
- dependency-name: "@solid/community-server"
  dependency-version: 8.0.0-alpha.3
  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 Apr 12, 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.

0 participants