Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable10] Bump zendframework/zend-inputfilter from 2.9.0 to 2.9.1 #34145

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 14, 2019

Bumps zendframework/zend-inputfilter from 2.9.0 to 2.9.1.

Release notes

Sourced from zendframework/zend-inputfilter's releases.

zend-inputfilter 2.9.1

Added

  • #174 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #175 fixes a regression introduced in 2.9.0 when overriding the default
    validator of a FileInput. 2.9.0 changed the default to use the
    fully-qualified class name of Zend\Validator\File\Upload as the service,
    instead of the previous 'fileuploadfile`; this release returns to the original
    behavior.
Changelog

Sourced from zendframework/zend-inputfilter's changelog.

2.9.1 - 2019-01-07

Added

  • #174 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #175 fixes a regression introduced in 2.9.0 when overriding the default
    validator of a FileInput. 2.9.0 changed the default to use the
    fully-qualified class name of Zend\Validator\File\Upload as the service,
    instead of the previous 'fileuploadfile`; this release returns to the original
    behavior.
Commits
  • 3dc2ff5 Merge branch 'hotfix/175'
  • 1f6725b Rewords CHANGELOG entry for #175
  • 8ffcb5c Merge pull request #175 from Slamdunk/bugfix/bc_break_validator_name
  • a17e72e Merge branch 'hotfix/174-php-7.3'
  • 68db1de Adds CHANGELOG entry for #174
  • e040c74 Added PHP 7.3 support - updated Travis CI configuration
  • ff6d38d Updated CHANGELOG.md
  • 88668bb Fix regression introduced in 2.9.0 when overriding FileUpload default validator
  • 526b829 Bumped to next dev version (2.9.1)
  • See full diff 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies php Pull requests that update Php code labels Jan 14, 2019
@phil-davis phil-davis changed the title Bump zendframework/zend-inputfilter from 2.9.0 to 2.9.1 [stable10] Bump zendframework/zend-inputfilter from 2.9.0 to 2.9.1 Jan 15, 2019
@phil-davis
Copy link
Contributor

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/stable10/zendframework/zend-inputfilter-2.9.1 branch from 1989127 to cb64d2c Compare January 24, 2019 03:32
@codecov
Copy link

codecov bot commented Jan 24, 2019

Codecov Report

Merging #34145 into stable10 will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34145      +/-   ##
==============================================
+ Coverage       63.47%   63.48%   +<.01%     
+ Complexity      19118    19111       -7     
==============================================
  Files            1264     1264              
  Lines           75180    75152      -28     
  Branches         1288     1286       -2     
==============================================
- Hits            47722    47711      -11     
+ Misses          27080    27065      -15     
+ Partials          378      376       -2
Flag Coverage Δ Complexity Δ
#javascript 53.32% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 64.57% <ø> (ø) 19111 <ø> (-7) ⬇️
Impacted Files Coverage Δ Complexity Δ
apps/dav/lib/Connector/Sabre/ServerFactory.php 95.71% <0%> (-0.07%) 10% <0%> (ø)
lib/private/Files/Storage/Wrapper/Wrapper.php 95.13% <0%> (ø) 72% <0%> (ø) ⬇️
apps/dav/appinfo/v1/publicwebdav.php 0% <0%> (ø) 0% <0%> (ø) ⬇️
lib/private/Files/Storage/Common.php 85.06% <0%> (ø) 139% <0%> (ø) ⬇️
tests/bootstrap.php 0% <0%> (ø) 0% <0%> (ø) ⬇️
apps/dav/appinfo/v1/webdav.php 0% <0%> (ø) 0% <0%> (ø) ⬇️
lib/private/Lock/Persistent/LockManager.php 98.18% <0%> (+0.03%) 21% <0%> (-1%) ⬇️
lib/private/Preview.php 79.4% <0%> (+0.66%) 168% <0%> (-2%) ⬇️
apps/systemtags/js/systemtagsinfoview.js 95.65% <0%> (+3.81%) 0% <0%> (ø) ⬇️
apps/dav/lib/Files/FileLocksBackend.php 96.42% <0%> (+6.28%) 17% <0%> (-4%) ⬇️

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 d6aac23...cb64d2c. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 24, 2019

Codecov Report

Merging #34145 into stable10 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #34145   +/-   ##
===========================================
  Coverage       63.47%   63.47%           
  Complexity      19118    19118           
===========================================
  Files            1264     1264           
  Lines           75180    75180           
  Branches         1288     1288           
===========================================
  Hits            47722    47722           
  Misses          27080    27080           
  Partials          378      378
Flag Coverage Δ Complexity Δ
#javascript 53.31% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 64.56% <ø> (ø) 19118 <ø> (ø) ⬇️

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 d6aac23...cb64d2c. Read the comment docs.

@phil-davis phil-davis self-requested a review February 7, 2019 12:59
@phil-davis phil-davis merged commit 192d33f into stable10 Feb 7, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/stable10/zendframework/zend-inputfilter-2.9.1 branch February 7, 2019 12:59
@PVince81 PVince81 added this to the QA milestone Apr 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants