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

[automatic composer updates] #21075

Merged
merged 1 commit into from
Jul 28, 2023
Merged

[automatic composer updates] #21075

merged 1 commit into from
Jul 28, 2023

Conversation

github-actions[bot]
Copy link
Contributor

composer update log:

Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
  - Upgrading matomo/referrer-spam-list (dev-master 4caf208 => dev-master c486d23)
  - Upgrading twig/twig (v3.6.1 => v3.7.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
  - Downloading matomo/referrer-spam-list (dev-master c486d23)
  - Downloading twig/twig (v3.7.0)
  - Upgrading matomo/referrer-spam-list (dev-master 4caf208 => dev-master c486d23): Extracting archive
  - Upgrading twig/twig (v3.6.1 => v3.7.0): Extracting archive
Package lox/xhprof is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
49 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found

@michalkleiner
Copy link
Contributor

Do we need to do some more testing with the minor version update of Twig?
Is there perhaps a way how to run UI tests for these automated PRs?

@sgiehl
Copy link
Member

sgiehl commented Jul 28, 2023

We would need to run the update action with a own github token to allow running other actions. Otherwise pushing a commit or rebasing the branch when something else was merged will also trigger the test actions here.

Otherwise I often look in the changelogs or code diffs of the updated packages to check if there is anything important.

@sgiehl sgiehl added Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Jul 28, 2023
@sgiehl sgiehl added this to the 5.0.0 milestone Jul 28, 2023
@michalkleiner
Copy link
Contributor

Triggered the action "Matomo Tests" manually for the branch — https://github.com/matomo-org/matomo/actions/runs/5690779143

@michalkleiner
Copy link
Contributor

Looks safe from my perspective
twigphp/Twig@v3.6.1...v3.7.0

@sgiehl sgiehl merged commit 0f86bcc into 5.x-dev Jul 28, 2023
15 of 20 checks passed
@sgiehl sgiehl deleted the composer-update branch July 28, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants