haraka / node-address-rfc2822

Parser for RFC2822 (Header) format email addresses
https://www.npmjs.com/package/address-rfc2822
53 stars 16 forks source link

Bump email-addresses from 4.0.0 to 5.0.0 #58

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps email-addresses from 4.0.0 to 5.0.0.

Changelog

Sourced from email-addresses's changelog.

2021-08-17 - 5.0.0

Note: Again there is a major version bump because of changes to the typescript definitions. If you are not a typescript user, this is more like a minor version bump.

  • Added "addressListSeperator" option (#57)
  • Typescript: improvements to the type definitions (#58, #59)
Commits
  • 35e2880 version 5.0.0 (minor bump except for typescript)
  • ce83ee2 Merge pull request #59 from rctay/master
  • 1d8eb02 Document and add typings for startAt options
  • c6cc738 Add to Options typings: atInDisplayName, commaInDisplayName, addressListSepar...
  • 5d98276 Merge pull request #58 from leafac/patch-1
  • 45e1fe4 Fix types for .name field
  • 7e077e9 Merge pull request #57 from rctay/master
  • 5400ce5 Allow address list separator to be specified
  • See full diff in compare view


Dependabot compatibility score

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