X Tutup
Skip to content

Bump laminas/laminas-validator from 2.13.1 to 2.13.2#37131

Merged
phil-davis merged 2 commits intomasterfrom
dependabot/composer/laminas/laminas-validator-2.13.2
Mar 17, 2020
Merged

Bump laminas/laminas-validator from 2.13.1 to 2.13.2#37131
phil-davis merged 2 commits intomasterfrom
dependabot/composer/laminas/laminas-validator-2.13.2

Conversation

@dependabot-preview
Copy link
Contributor

Bumps laminas/laminas-validator from 2.13.1 to 2.13.2.

Release notes

Sourced from laminas/laminas-validator's releases.

laminas-validator 2.13.2

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #57 removes redundant third argument in UndisclosedPassword validator constructor.

  • #53 fixes UndisclosedPassword validator to call parent constructor on instantiation.

Changelog

Sourced from laminas/laminas-validator's changelog.

2.13.2 - 2020-03-16

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #57 removes redundant third argument in UndisclosedPassword validator constructor.

  • #53 fixes UndisclosedPassword validator to call parent constructor on instantiation.

Commits
  • e7bf6a2 Merge branch 'release/2.13.2'
  • 375fadb release: 2.13.2 readiness
  • bdf2c45 Merge branch 'hotfix/53'
  • 2d54847 Adds CHANGELOG entry for #53
  • f7ca890 Merge pull request #53 from benjaminhirsch/master
  • a6bf417 Merge branch 'qa/57'
  • cb289b8 Adds CHANGELOG entry for #57
  • cb09a72 Merge pull request #57 from michalbundyra/hotfix/undisclosed-password-validator
  • e98cd46 Fixes typo in test failure message
  • 4105013 Update tests - remove redundant constructor argument
  • 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [laminas/laminas-validator](https://github.com/laminas/laminas-validator) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/laminas/laminas-validator/releases)
- [Changelog](https://github.com/laminas/laminas-validator/blob/master/CHANGELOG.md)
- [Commits](laminas/laminas-validator@2.13.1...2.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies php Pull requests that update Php code labels Mar 16, 2020
@dependabot-preview dependabot-preview bot requested a review from phil-davis March 16, 2020 22:22
@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

Merging #37131 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #37131   +/-   ##
=========================================
  Coverage     64.78%   64.78%           
  Complexity    19130    19130           
=========================================
  Files          1267     1267           
  Lines         74912    74912           
  Branches       1328     1328           
=========================================
  Hits          48533    48533           
  Misses        25989    25989           
  Partials        390      390           
Flag Coverage Δ Complexity Δ
#javascript 54.18% <ø> (ø) 0.00 <ø> (ø)
#phpunit 65.96% <ø> (ø) 19130.00 <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7587c84...6c68e52. Read the comment docs.

@phil-davis phil-davis merged commit 4c7855e into master Mar 17, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/laminas/laminas-validator-2.13.2 branch March 17, 2020 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4 - To release dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup