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 icewind/streams from 0.5.2 to 0.7.1 in /apps/files_external/3rdparty #34537

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 18, 2019

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps icewind/streams from 0.5.2 to 0.7.1.

Release notes

Sourced from icewind/streams's releases.

0.7.1

  • Fix regression with read callback in callback wrapper

0.7.0

  • Fix incorrect number of read bytes being reported when the wrapped stream doesn't return the full number of requested bytes
  • Add pre-close callback to the callback wrapper

0.6.1

  • Use more reliable way to detect stream type

0.6.0

  • Add CountWrapper to count the number of bytes read and written to a stream
Commits
  • 4db3ed6 Merge pull request #10 from rullzer/master
  • 8c45c9a Pass the strlen to the readCallback as was expected
  • e1b5ac1 Merge pull request #9 from rullzer/enh/add_preClose_callback
  • 3a28b61 Add test
  • 3c98a75 Add a preClose callback
  • 74d0347 Merge pull request #8 from rullzer/fix/read_bytes_is_not_requested_bytes
  • 0bc7fe4 Fix read in callbackwrapper
  • 0a78597 use better method to determine when a stream is a directory stream
  • 851b822 add php 7.1 and 7.2 tests, remove hhvm
  • 03ad018 Add CountWrapper
  • 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
  • @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.

@codecov
Copy link

codecov bot commented Feb 18, 2019

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #34537   +/-   ##
===========================================
  Coverage       64.23%   64.23%           
  Complexity      19901    19901           
===========================================
  Files            1277     1277           
  Lines           76270    76270           
  Branches         1292     1292           
===========================================
  Hits            48992    48992           
  Misses          26899    26899           
  Partials          379      379
Flag Coverage Δ Complexity Δ
#javascript 53.2% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.4% <ø> (ø) 19901 <ø> (ø) ⬇️

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 0c52530...ec79c6e. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/apps/files_external/3rdparty/stable10/icewind/streams-0.7.1 branch from 892b876 to fac894a Compare February 19, 2019 10:52
@phil-davis phil-davis changed the title Bump icewind/streams from 0.5.2 to 0.7.1 in /apps/files_external/3rdparty [stable10] Bump icewind/streams from 0.5.2 to 0.7.1 in /apps/files_external/3rdparty Feb 28, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/apps/files_external/3rdparty/stable10/icewind/streams-0.7.1 branch from fac894a to 7944144 Compare March 13, 2019 15:17
@phil-davis
Copy link
Contributor

@dependabot recreate

@phil-davis
Copy link
Contributor

@PVince81 @DeepDiver1975 @jvillafanez this plus #34537 will get master and stable10 versions in sync.

Bumps [icewind/streams](https://github.com/icewind1991/Streams) from 0.5.2 to 0.7.1.
- [Release notes](https://github.com/icewind1991/Streams/releases)
- [Commits](icewind1991/Streams@0.5.2...v0.7.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/apps/files_external/3rdparty/stable10/icewind/streams-0.7.1 branch from 7944144 to ec79c6e Compare March 20, 2019 11:53
@PVince81
Copy link
Contributor

@jvillafanez please evaluate if safe to merge

Copy link
Member

@jvillafanez jvillafanez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes are backwards-compatible

@PVince81 PVince81 merged commit 2946a4c into stable10 Mar 26, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/apps/files_external/3rdparty/stable10/icewind/streams-0.7.1 branch March 26, 2019 11:11
@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
3 - To Review dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants