Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Bump email_validator from 1.6.0 to 2.2.4 #1159

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps email_validator from 1.6.0 to 2.2.4.

Changelog

Sourced from email_validator's changelog.

2.2.4 (2022-11-09)

  • [karlwilbur] - Remove Ruby 2.4 from tested versions; add Ruby 3.0 and 3.1 to tested versions
  • [karlwilbur] - Fix issue where domain: '' wasn't requiring empty domain
  • [karlwilbur] - Remove checks for double hyphens (fixes #87)
  • [dependabot] - Security updates
    • #89
      • Bump minimist from 1.2.5 to 1.2.7
    • #86
      • Bump node-fetch from 2.6.1 to 2.6.7
      • Add whatwg-url at 5.0.0
      • Add tr46 at 0.0.3
      • Add webidl-conversions at 3.0.0
    • #80
      • Bump tar from 6.0.5 to 6.1.11
      • Bump minipass from 3.1.3 to 3.1.5
    • #79
      • Bump path-parse from 1.0.6 to 1.0.7
    • #76
      • Bump lodash from 4.17.20 to 4.17.21
    • #75
      • Bump hosted-git-info from 2.8.8 to 2.8.9
  • [msands] - Fix URL in README.md #81
  • [kerolloz] - Fix typo in README.md #73

2.2.3 (2021-04-05)

  • [karlwilbur] - Fix regexp for numeric domains (fixes #72)
    • [delphaber] - Add checks for numeric-only domains in tests (should be considered valid)
    • [karlwilbur] - Fix specs for numeric-only domains labels (should be considered valid)
    • [karlwilbur] - Add checks for numeric-only TLDs in tests (should be considered invalid)
    • [karlwilbur] - Add tests to ensure that regexp returns expected value
  • [karlwilbur] - Add checks for double dash in domain (should be considered invalid)
  • [karlwilbur] - Add EmailValidator::Error class, raise EmailValidator::Error when invalid mode

2.2.2 (2020-12-10)

  • [karlwilbur] - Fix includes for :rfc and :strict modes from Gemfile

2.2.1 (2020-12-10)

  • [karlwilbur] - Modify regexp to:
    • allow numeric-only hosts #68
    • allow mailbox-only addresses in :rfc mode
    • enforce the 255-char domain limit (not in :loose mode unless using :domain)

2.2.0 (2020-12-09)

  • [karlwilbur] - Rename :strict -> :rfc; :moderate -> :strict

... (truncated)

Commits
  • 95c6ad8 Bump version to 2.2.4
  • 5f0e004 Fix Ruby verion in TravisCI config
  • e033aa0 Update CHANGELOG
  • 250bc59 Remove Ruby 2.4 from tested versions; add Ruby 3.0 and 3.1 to tested versions
  • 68fcbd2 Fix issue where domain: '' wasn't requiring an empty domain
  • c402c08 Merge pull request #89 from K-and-R/dependabot/npm_and_yarn/minimist-1.2.7
  • 7c75838 Merge branch 'develop' into dependabot/npm_and_yarn/minimist-1.2.7
  • 619ac47 Merge pull request #88 from K-and-R/87-fix-ace-rejects-of-idns
  • 063e92d Merge branch 'develop' into 87-fix-ace-rejects-of-idns
  • 95deba8 Bump minimist from 1.2.5 to 1.2.7
  • Additional commits viewable 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 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 [email_validator](https://github.com/K-and-R/email_validator) from 1.6.0 to 2.2.4.
- [Changelog](https://github.com/K-and-R/email_validator/blob/develop/CHANGELOG.md)
- [Commits](K-and-R/email_validator@v1.6.0...v2.2.4)

---
updated-dependencies:
- dependency-name: email_validator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2023
@owenblacker
Copy link
Contributor

This repo is only temporarily unarchived in order to clean up some Terraform; we will not be updating any dependencies.

@dependabot ignore this dependency

@owenblacker owenblacker closed this Dec 8, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2023

OK, I won't notify you about email_validator again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/bundler/email_validator-2.2.4 branch December 8, 2023 17:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant