Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G grunt-generate-view-model
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • grunt-generate-view-model
  • Merge requests
  • !28

Bump validator from 13.5.2 to 13.7.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge dependabot/npm_and_yarn/validator-13.7.0 into master Nov 03, 2021
  • Overview 0
  • Commits 1
  • Changes 1

Created by: dependabot[bot]

Bumps validator from 13.5.2 to 13.7.0.

Release notes

Sourced from validator's releases.

13.7.0

13.7.0

New Features

  • #1706 isISO4217, currency code validator @​jpaya17

Fixes and Enhancements

  • #1647 isFQDN: add allow_wildcard option @​fasenderos
  • #1654 isRFC3339: Disallow prepended and appended strings to RFC 3339 date-time @​jmacmahon
  • #1658 maintenance: increase code coverage @​tux-tn
  • #1669 IBAN export list of country codes that implement IBAN @​dror-heller @​fedeci
  • #1676 isBoolean: add loose option @​brybrophy
  • #1697 maintenance: fix npm installation error @​rubiin
  • #1708 isISO31661Alpha3: perf @​jpaya17
  • #1711 isDate: allow users to strictly validate dates with . as delimiter @​flymans
  • #1715 isCreditCard: fix for Union Pay cards @​shreyassai123
  • #1718 isEmail: replace all dots in GMail length validation @​DasDingGehtNicht
  • #1721 isURL: add allow_fragments and allow_query_components @​cowboy-bebug
  • #1724 isISO31661Alpha2: perf @​jpaya17
  • #1730 isMagnetURI @​tux-tn
  • #1738 trim: remove regex to prevent ReDOS attack @​tux-tn
  • #1747 maintenance: run scripts in parallel for build and clean @​sachinraja
  • #1748 isURL: higher priority to whitelist @​deepanshu2506
  • #1751 isURL: allow url with colon and no port @​MatteoPierro
  • #1777 isUUID: fix for null version argument @​theteladras
  • #1799 isFQDN: check more special chars @​MatteoPierro
  • #1833 isURL: allow URL with an empty user @​MiguelSavignano
  • #1835 unescape: fixed bug where intermediate string contains escaped @​Marcholio
  • #1836 contains: can check that string contains seed multiple times @​Marcholio
  • #1844 docs: add CDN instructions @​luiscobits
  • #1848 isUUID: add support for validation of v1 and v2 @​theteladras
  • #1941 isEmail: add host_blacklist option @​fedeci

New and Improved Locales

  • isAlpha, isAlphanumeric:

    • #1716 hi-IN @​MiKr13
    • #1837 fi-FI @​Marcholio
  • isPassportNumber:

    • #1656 ID @​rubiin
    • #1714 CN @​anirudhgiri
    • #1809 PL @​Ronqn
    • #1810 RU @​Theta-Dev
  • isPostalCode:

    • #1788 LK @​nimanthadilz

... (truncated)

Changelog

Sourced from validator's changelog.

13.7.0

New Features

  • #1706 isISO4217, currency code validator @​jpaya17

New Features

  • #1706 isISO4217, currency code validator @​jpaya17

Fixes and Enhancements

  • #1647 isFQDN: add allow_wildcard option @​fasenderos
  • #1654 isRFC3339: Disallow prepended and appended strings to RFC 3339 date-time @​jmacmahon
  • #1658 maintenance: increase code coverage @​tux-tn
  • #1669 IBAN export list of country codes that implement IBAN @​dror-heller @​fedeci
  • #1676 isBoolean: add loose option @​brybrophy
  • #1697 maintenance: fix npm installation error @​rubiin
  • #1708 isISO31661Alpha3: perf @​jpaya17
  • #1711 isDate: allow users to strictly validate dates with . as delimiter @​flymans
  • #1715 isCreditCard: fix for Union Pay cards @​shreyassai123
  • #1718 isEmail: replace all dots in GMail length validation @​DasDingGehtNicht
  • #1721 isURL: add allow_fragments and allow_query_components @​cowboy-bebug
  • #1724 isISO31661Alpha2: perf @​jpaya17
  • #1730 isMagnetURI @​tux-tn
  • #1738 rtrim: remove regex to prevent ReDOS attack @​tux-tn
  • #1747 maintenance: run scripts in parallel for build and clean @​sachinraja
  • #1748 isURL: higher priority to whitelist @​deepanshu2506
  • #1751 isURL: allow url with colon and no port @​MatteoPierro
  • #1777 isUUID: fix for null version argument @​theteladras
  • #1799 isFQDN: check more special chars @​MatteoPierro
  • #1833 isURL: allow URL with an empty user @​MiguelSavignano
  • #1835 unescape: fixed bug where intermediate string contains escaped @​Marcholio
  • #1836 contains: can check that string contains seed multiple times @​Marcholio
  • #1844 docs: add CDN instructions @​luiscobits
  • #1848 isUUID: add support for validation of v1 and v2 @​theteladras
  • #1941 isEmail: add host_blacklist option @​fedeci

New and Improved Locales

  • isAlpha, isAlphanumeric:

    • #1716 hi-IN @​MiKr13
    • #1837 fi-FI @​Marcholio
  • isPassportNumber:

    • #1656 ID @​rubiin
    • #1714 CN @​anirudhgiri
    • #1809 PL @​Ronqn
    • #1810 RU @​Theta-Dev

... (truncated)

Commits
  • 47ee5ad 13.7.0
  • 496fc8b fix(rtrim): remove regex to prevent ReDOS attack (#1738)
  • 45901ec Merge pull request #1851 from validatorjs/chore/fix-merge-conflicts
  • 83cb7f8 chore: merge conflict clean-up
  • f17e220 feat(isMobilePhone): add El Salvador es-SV locale
  • 5b06703 feat(isMobilePhone): add Palestine ar-PS locale
  • a3faa83 feat(isMobilePhone): add Botswana en-BW locale
  • 26605f9 feat(isMobilePhone): add Turkmenistan tk-TM
  • 0e5d5d4 feat(isMobilePhone): add Guyana en-GY locale
  • f7ff349 feat(isMobilePhone): add Frech Polynesia fr-PF locale
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/validator-13.7.0