X Tutup
Skip to content

PHP symfony 3.4.36 and doctrine/cache 1.10.0#36503

Merged
individual-it merged 2 commits intomasterfrom
php-dependencies-20191202
Dec 2, 2019
Merged

PHP symfony 3.4.36 and doctrine/cache 1.10.0#36503
individual-it merged 2 commits intomasterfrom
php-dependencies-20191202

Conversation

@phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Dec 2, 2019

Description

  1. doctrine/cache 1.10.0
composer update doctrine/cache
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Updating doctrine/cache (1.9.1 => 1.10.0): Loading from cache

https://github.com/doctrine/cache/releases/tag/1.10.0

  1. Symfony 3.4.36 and Symfony polyfill 1.13.1
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 14 updates, 0 removals
  - Updating symfony/debug (v3.4.35 => v3.4.36): Loading from cache
  - Updating symfony/polyfill-mbstring (v1.13.0 => v1.13.1): Loading from cache
  - Updating symfony/console (v3.4.35 => v3.4.36): Loading from cache
  - Updating symfony/event-dispatcher (v3.4.35 => v3.4.36): Loading from cache
  - Updating symfony/routing (v3.4.35 => v3.4.36): Loading from cache
  - Updating symfony/process (v3.4.35 => v3.4.36): Loading from cache
  - Updating symfony/translation (v3.4.35 => v3.4.36): Loading from cache
  - Updating symfony/polyfill-util (v1.13.0 => v1.13.1): Loading from cache
  - Updating symfony/polyfill-php56 (v1.13.0 => v1.13.1): Loading from cache
  - Updating symfony/polyfill-iconv (v1.13.0 => v1.13.1): Loading from cache
  - Updating symfony/polyfill-php72 (v1.13.0 => v1.13.1): Loading from cache
  - Updating symfony/polyfill-intl-idn (v1.13.0 => v1.13.1): Loading from cache
  - Updating symfony/polyfill-ctype (v1.13.0 => v1.13.1): Loading from cache

https://symfony.com/blog/symfony-3-4-36-released

Motivation and Context

  • do a single PR for a long list of symfony components to avoid many dependabot PRs
  • get the changelog in at the same time

How Has This Been Tested?

CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@phil-davis phil-davis added 2 - Developing dependencies php Pull requests that update Php code labels Dec 2, 2019
@phil-davis phil-davis self-assigned this Dec 2, 2019
@phil-davis
Copy link
Contributor Author

CI is failing https://drone.owncloud.com/owncloud/core/21643/27/9 because of today's problem with fsweb.test.owncloud.com - unrelated to this PR.

@phil-davis
Copy link
Contributor Author

fsweb.test.owncloud.com is back. I restarted CI.

@phil-davis phil-davis requested a review from micbar December 2, 2019 08:12
@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #36503 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #36503   +/-   ##
=========================================
  Coverage     64.68%   64.68%           
  Complexity    19023    19023           
=========================================
  Files          1268     1268           
  Lines         74362    74362           
  Branches       1309     1309           
=========================================
  Hits          48100    48100           
  Misses        25876    25876           
  Partials        386      386
Flag Coverage Δ Complexity Δ
#javascript 54% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.86% <ø> (ø) 19023 <ø> (ø) ⬇️

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 69008d2...c99a19b. Read the comment docs.

@individual-it individual-it merged commit dde7694 into master Dec 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the php-dependencies-20191202 branch December 2, 2019 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

2 participants

X Tutup