petities / petitions.eu

Support a petition or start your own petition
https://petities.nl/
12 stars 11 forks source link

Bump email_validator from 1.6.0 to 2.2.3 #661

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 3 years ago

Bumps email_validator from 1.6.0 to 2.2.3.

Changelog

Sourced from email_validator's changelog.

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

2.1.0 (2020-12-09)

  • [karlwilbur] - Add linters and commit hooks to validate code prior to commits
  • [karlwilbur] - Add :mode config option; values :loose, :moderate, :strict; default to :loose
  • [karlwilbur] - Merge in changes from https://github.com/karlwilbur/email_validator fork

1.9.0.pre (2020-10-14)

  • [karlwilbur] - Add require_fqdn option, require FQDN by default
  • [karlwilbur] - Add support for IPv4 and IPv6 address hosts
  • [karlwilbur] - Add Rubocop, .editorconfig; code cleanup/linting

1.8.0 (2019-06-14)

  • [karlwilbur] - Refactor class methods for readability
  • [karlwilbur] - gemspec meta updates
  • [karlwilbur] - Use POSIX classes for better performance
  • [karlwilbur] - Refactored tests to check specical characters one at a time
  • [karlwilbur] - Refactored validation regex to be more techincally correct
  • [karlwilbur] - Add this CHANGELOG

1.7.0 (2019-04-20)

  • [karlwilbur] - Added test coverage badge to README
  • [karlwilbur] - Added I18n directive to remove warning message in testing

... (truncated)

Commits
  • 4b24282 Merge branch 'develop'
  • c69066d Merge pull request #71 from K-and-R/dependabot/npm_and_yarn/y18n-3.2.2
  • e55429d Merge branch 'develop' into dependabot/npm_and_yarn/y18n-3.2.2
  • 6860e02 Bump version to 2.2.3
  • 4703302 Merge branch 'bugfix-72-fix-regexp-for-numeric-domains' into develop
  • e642a8e Fix regexp for numeric domains (fixes #72)
  • 56693dc Add EmailValidator::Error class, raise EmailValidator::Error when invalid...
  • 353bc3f Add checks for double dash in domain
  • 0a5bf29 Fix specs for numeric-only domains labels
  • 486fa75 Add checks for numeric-only TLDs in tests
  • 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 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)
skoolstra commented 2 years ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Superseded by #720.