Skip to content

GitLab

  • 菜单
项目 Groups 代码片段
    • 正在加载...
  • 帮助
    • 帮助
    • 支持
    • 社区论坛
    • 提交反馈
    • 为 GitLab 提交贡献
  • 登录
  • S steedos-platform
  • 项目信息
    • 项目信息
    • 动态
    • 标记
    • 成员
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • 议题 640
    • 议题 640
    • 列表
    • 看板
    • 服务台
    • 里程碑
  • 合并请求 58
    • 合并请求 58
  • CI/CD
    • CI/CD
    • 流水线
    • 作业
    • 计划
  • 部署
    • 部署
    • 环境
    • 发布
  • 监控
    • 监控
    • 指标
    • 事件
  • 软件包与镜像库
    • 软件包与镜像库
    • 软件包库
    • 基础设施库
  • 分析
    • 分析
    • CI/CD
    • 仓库
    • 价值流
  • Wiki
    • Wiki
  • 代码片段
    • 代码片段
  • 动态
  • 分支图
  • 创建新议题
  • 作业
  • 提交
  • 议题看板
收起侧边栏
  • steedos
  • steedos-platform
  • 合并请求
  • !2484

开放中
Created 11月 20, 2021 by 庄建国@zhuangjianguoOwner
  • 报告滥用
报告滥用

Bump validator from 13.0.0 to 13.7.0 in /packages/cli

  • 概览 0
  • 提交 1
  • 变更 1

Created by: dependabot[bot]

Bumps validator from 13.0.0 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
Maintainer changes

This version was pushed to npm by profnandaa, a new releaser for validator since your current version.


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.

%d位指派人
分配到
%d位审核者
请求审核来自
工时统计
源分支: dependabot/npm_and_yarn/packages/cli/validator-13.7.0