Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update email-address-parser requirement from 1.0 to 2.0 #475

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Updates the requirements on email-address-parser to permit the latest version.

Release notes

Sourced from email-address-parser's releases.

v2.0.0

BREAKING CHANGES

  • fix: strict parsing (7df3246) This is a BREAKING CHANGE in terms of the previous strict parsing behavior. The parsing in EmailAddress::new parses the local_part and domain together as a single address as opposed the previous behavior of parsing those separately. This may lead to mismatch with the previous behavior.

Features

  • add FromStr method for EmailAddress (8c27262)

Others

  • Make wasm-bindgen dependency optional. (96ccb04)
Changelog

Sourced from email-address-parser's changelog.

(2023-05-31)

  • add comment with working example (322225e)
  • add FromStr method for EmailAddress (0b85d56)

(2022-12-26)

  • Make wasm-bindgen dependency optional. (96ccb04)

2.0.0-rc1 (2022-08-27)

  • chore: depensendcy update (adddfc0)
  • chore: updated readme (1ea65ce)
  • chore: updated the node version in CI (6ff216b)
  • chore(npm-pkg): fixed reported vulnerability (df6de2b)
  • chore(npm-pkg): updated npm deps (9ea74b8)

2.0.0-rc1 (2021-10-11)

1.0.3 (2021-09-15)

  • Added a test for the clone functionality. (356a343)
  • Dervice clone for EmailAddress struct. (f59275a)
  • Ignored intellij files. (2a9c85e)
  • Removed unnecessary borrows. (ba8b3e0)

1.0.1 (2021-04-24)

  • Derive Eq, PartialEq, and Hash for EmailAddress (c643037)

1.0.0 (2020-09-06)

Features

  • Enabled parsing local part, and domain on instantiation (92b2af9). EmailAddress::new (in Rust) or new EmailAddress(...) (in JS) throws error if either local part or domain is invalid.
  • Added EmailAddress::is_valid (in Rust), and EmailAddress.isValid() (in JS) to simply validates a given string. This parses like the parse method, but does not instantiates an EmailAddress object, and return true/false instead (3988d98).
  • Adding unicode support RFC 6532 (5d1f60e).

... (truncated)

Commits
  • 4c21ce8 chore: prepare v2.0.0
  • 8c27262 Merge pull request #11 from techhazard/add-tryfrom-str
  • 763ac22 Revert "add suggestion for version bump"
  • 6fa20fc add suggestion for version bump
  • 322225e add comment with working example
  • 0b85d56 add FromStr method for EmailAddress
  • 8e2159f chore: prepare v2.0.0-rc3
  • fdccb5a Merge pull request #10 from touilleMan/optional-wasm-bindgen
  • 96ccb04 Make wasm-bindgen dependency optional.
  • 8665d24 chore: preparing release
  • 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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2023

The following labels could not be found: dependency-upgrade.

Updates the requirements on [email-address-parser](https://github.com/Sayan751/email-address-parser) to permit the latest version.
- [Release notes](https://github.com/Sayan751/email-address-parser/releases)
- [Changelog](https://github.com/Sayan751/email-address-parser/blob/master/CHANGELOG.md)
- [Commits](Sayan751/email-address-parser@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: email-address-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@beltram beltram force-pushed the dependabot/cargo/email-address-parser-2.0 branch from c599a39 to ac452f8 Compare June 28, 2023 16:08
@beltram beltram merged commit 0e468fa into main Jun 28, 2023
9 checks passed
@beltram beltram deleted the dependabot/cargo/email-address-parser-2.0 branch June 28, 2023 20:19
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.

None yet

1 participant