X Tutup
Skip to content

[full-ci] Bump PHP dependencies (since release-10.9.0)#39526

Merged
phil-davis merged 13 commits intomasterfrom
php-dependencies
Dec 21, 2021
Merged

[full-ci] Bump PHP dependencies (since release-10.9.0)#39526
phil-davis merged 13 commits intomasterfrom
php-dependencies

Conversation

@phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Nov 23, 2021

Description

Bump PHP dependencies:

  1. "league" releases:
  • league/flysystem (1.1.5 to 1.1.6)
  • league/mime-type-detection (1.8.0 to 1.9.0)
  1. https://symfony.com/blog/symfony-4-4-34-released
$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 8 updates, 0 removals
  - Upgrading symfony/console (v4.4.33 => v4.4.34)
  - Locking symfony/deprecation-contracts (v2.5.0)
  - Upgrading symfony/event-dispatcher (v4.4.30 => v4.4.34)
  - Upgrading symfony/event-dispatcher-contracts (v1.1.9 => v1.1.11)
  - Upgrading symfony/process (v4.4.30 => v4.4.34)
  - Upgrading symfony/routing (v4.4.30 => v4.4.34)
  - Upgrading symfony/service-contracts (v2.4.0 => v2.5.0)
  - Upgrading symfony/translation (v4.4.32 => v4.4.34)
  - Upgrading symfony/translation-contracts (v2.4.0 => v2.5.0)
Writing lock file
  1. next group of dependencies as at 2021-11-29:
$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 6 updates, 0 removals
  - Upgrading doctrine/dbal (2.13.5 => 2.13.6)
  - Upgrading laminas/laminas-inputfilter (2.12.0 => 2.12.1)
  - Upgrading league/flysystem (1.1.6 => 1.1.8)
  - Upgrading phpseclib/phpseclib (3.0.11 => 3.0.12)
  - Upgrading roave/security-advisories (dev-master 40581b6 => dev-master 6f99479)
  - Upgrading symfony/process (v4.4.34 => v4.4.35)
Writing lock file

https://github.com/doctrine/dbal/releases/tag/2.13.6
https://github.com/laminas/laminas-inputfilter/releases/tag/2.12.1
https://github.com/thephpleague/flysystem/releases/tag/1.1.8
https://github.com/thephpleague/flysystem/releases/tag/1.1.7
https://github.com/phpseclib/phpseclib/releases/tag/3.0.12
https://symfony.com/blog/symfony-4-4-35-released

  1. Update sabre/dav (4.2.0 => 4.2.1)
    Note: nikic/php-parser is a dev dependency, so no need to add to the changelog.
$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
  - Upgrading nikic/php-parser (v4.13.1 => v4.13.2)
  - Upgrading sabre/dav (4.2.0 => 4.2.1)
Writing lock file
  1. https://github.com/laminas/laminas-validator/releases/tag/2.15.1
$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 3 updates, 0 removals
  - Upgrading laminas/laminas-validator (2.15.0 => 2.15.1)
  - Upgrading phpunit/php-file-iterator (3.0.5 => 3.0.6)
  - Upgrading roave/security-advisories (dev-master 6f99479 => dev-master 344cf93)
Writing lock file

phpunit/php-file-iterator is only a dev dependency.

  1. Upgrading phpunit/php-code-coverage (9.2.9 => 9.2.10)

  2. Upgrading sabre/vobject (4.4.0 => 4.4.1)

  3. Upgrading laminas/laminas-stdlib (3.6.1 => 3.6.2)

  4. Upgrading phpspec/prophecy (1.14.0 => v1.15.0)

  5. Upgrading sabre/dav (4.2.1 => 4.2.2)

  6. dav and flysystem again

$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
  - Upgrading league/flysystem (1.1.8 => 1.1.9)
  - Upgrading sabre/dav (4.2.2 => 4.2.3)
Writing lock file
  1. Upgrading sabre/dav (4.2.3 => 4.3.0)

  2. Upgrading laminas/laminas-zendframework-bridge (1.4.0 => 1.4.1)

IMO there are no critical fixes in the above, so this does not have to get into 10.9.0

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 dependencies php Pull requests that update Php code labels Nov 23, 2021
@phil-davis phil-davis self-assigned this Nov 23, 2021
@phil-davis
Copy link
Contributor Author

I don't think that there is anything important to get into 10.9.0. So I started new changelog files for dependencies, and this can be left in draft until 10.9.0 is further progressed.

@phil-davis
Copy link
Contributor Author

This supersedes #39520 #39521 #39522 #39523 #39524 #39526 PRs that the bot raised for each individual component of the symfony patch release.

@phil-davis phil-davis changed the title Bump PHP dependencies as at 2021-11-23 [full-ci] Bump PHP dependencies as at 2021-11-23 Nov 23, 2021
@phil-davis phil-davis changed the title [full-ci] Bump PHP dependencies as at 2021-11-23 [full-ci] Bump PHP dependencies as at 2021-11-29 Nov 29, 2021
@phil-davis phil-davis changed the title [full-ci] Bump PHP dependencies as at 2021-11-29 [full-ci] Bump PHP dependencies (since release-10.9.0) Dec 9, 2021
@phil-davis phil-davis force-pushed the php-dependencies branch 2 times, most recently from 8c23701 to 45e65cb Compare December 15, 2021 05:29
@owncloud owncloud deleted a comment from ownclouders Dec 21, 2021
@phil-davis phil-davis marked this pull request as ready for review December 21, 2021 15:02
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@phil-davis phil-davis merged commit b7f2079 into master Dec 21, 2021
@delete-merged-branch delete-merged-branch bot deleted the php-dependencies branch December 21, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup