Skip to content

chore(deps): update PHP dependencies [full-ci] - #41676

Open
phil-davis wants to merge 3 commits into
masterfrom
sabre-update-20260711
Open

chore(deps): update PHP dependencies [full-ci]#41676
phil-davis wants to merge 3 commits into
masterfrom
sabre-update-20260711

Conversation

@phil-davis

@phil-davis phil-davis commented Jul 11, 2026

Copy link
Copy Markdown
Contributor
Loading composer repositories with package information Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading sabre/event (5.1.8 => 5.1.9) Writing lock file
Writing lock file

then:

Updating dependencies                                 
Lock file operations: 0 installs, 13 updates, 0 removals
  - Upgrading google/apiclient-services (v0.452.0 => v0.456.0)
  - Upgrading myclabs/deep-copy (1.13.4 => 1.14.0)
  - Upgrading phpunit/phpunit (9.6.35 => 9.6.36)
  - Upgrading roave/security-advisories (dev-latest 4d2ca57 => dev-latest 6c0be3a)
  - Upgrading sebastian/exporter (4.0.8 => 4.0.9)
  - Upgrading sebastian/recursion-context (4.0.6 => 4.0.7)
  - Upgrading symfony/console (v7.4.16 => v7.4.17)
  - Upgrading symfony/event-dispatcher (v7.4.15 => v7.4.17)
  - Upgrading symfony/mailer (v7.4.15 => v7.4.17)
  - Upgrading symfony/mime (v7.4.16 => v7.4.17)
  - Upgrading symfony/process (v7.4.13 => v7.4.17)
  - Upgrading symfony/routing (v7.4.15 => v7.4.17)
  - Upgrading symfony/translation (v7.4.16 => v7.4.17)
Writing lock file

@phil-davis

Copy link
Copy Markdown
Contributor Author

There seems to be some problem with sabre/event 5.1.9

Firstly, apply owncloud/testing#225 to remove some noise from the log files.

And I will run some failing scenarios locally to see what might be happening.

@phil-davis

This comment was marked as resolved.

@phil-davis
phil-davis marked this pull request as draft July 13, 2026 07:25
@phil-davis
phil-davis force-pushed the sabre-update-20260711 branch from 47c7a64 to 83a07fa Compare July 14, 2026 09:48
@phil-davis

phil-davis commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Rebased and added a commit to set the priority of checkPropFind to 99 (below the default of 100), so that it always runs before httpPropFind event.

That has fixed CI.

And added a specific changelog for the real code change.

@phil-davis
phil-davis force-pushed the sabre-update-20260711 branch from 83a07fa to 11ccfc1 Compare July 14, 2026 11:04
@phil-davis
phil-davis force-pushed the sabre-update-20260711 branch from 11ccfc1 to 49dd4d2 Compare August 24, 2026 03:28
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading sabre/event (5.1.8 => 5.1.9)
Writing lock file
These two events had the same event priority. They happened to get
in the right order because their event entries were sorted
alphabetically, so "c" came before "h".

Sabre\Event is no longer going to do this alphabetical sorting.
It will trigger events in priority order, and then for events with
the same priority, it will trigger the events in the order that they
have been put into the listeners array. This will make the order of
event execution more transparent.

Signed-off-by: Phillip Davis <phil@jankaritech.com>
@phil-davis
phil-davis force-pushed the sabre-update-20260711 branch from 49dd4d2 to a61c4f7 Compare August 24, 2026 03:29
@phil-davis
phil-davis marked this pull request as ready for review August 24, 2026 03:32
@phil-davis

phil-davis commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Rebased, added other dependencies that are pending and adjusted changelog.

…ervices

Updating dependencies
Lock file operations: 0 installs, 13 updates, 0 removals
  - Upgrading google/apiclient-services (v0.452.0 => v0.456.0)
  - Upgrading myclabs/deep-copy (1.13.4 => 1.14.0)
  - Upgrading phpunit/phpunit (9.6.35 => 9.6.36)
  - Upgrading roave/security-advisories (dev-latest 4d2ca57 => dev-latest 6c0be3a)
  - Upgrading sebastian/exporter (4.0.8 => 4.0.9)
  - Upgrading sebastian/recursion-context (4.0.6 => 4.0.7)
  - Upgrading symfony/console (v7.4.16 => v7.4.17)
  - Upgrading symfony/event-dispatcher (v7.4.15 => v7.4.17)
  - Upgrading symfony/mailer (v7.4.15 => v7.4.17)
  - Upgrading symfony/mime (v7.4.16 => v7.4.17)
  - Upgrading symfony/process (v7.4.13 => v7.4.17)
  - Upgrading symfony/routing (v7.4.15 => v7.4.17)
  - Upgrading symfony/translation (v7.4.16 => v7.4.17)
Writing lock file

Note: the other items are dev dependencies of phpunit.
They do not need tgo be in the changelog.

Signed-off-by: Phillip Davis <phil@jankaritech.com>
@phil-davis phil-davis changed the title chore(deps): update sabre/event PHP dependency [full-ci] chore(deps): update PHP dependencies [full-ci] Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant