-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update all non-major dependencies #760
Open
renovate
wants to merge
1
commit into
latest
Choose a base branch
from
renovate/all-minor-patch
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 21, 2024 03:27
1edc5eb
to
ea2a981
Compare
renovate
bot
changed the title
Update dependency php to ~8.4.1
Update dependency php to ~8.4.2
Dec 21, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 21, 2024 03:28
ea2a981
to
905f8f5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
December 30, 2024 19:56
741c284
to
3160e05
Compare
renovate
bot
changed the title
Update dependency php to ~8.4.2
Update all non-major dependencies
Dec 30, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 1, 2025 03:09
3160e05
to
08c6fb9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 9, 2025 06:41
08c6fb9
to
4266767
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 17, 2025 12:44
4266767
to
abcec24
Compare
| datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.28.0 | 1.29.0 | | github-tags | containerbase/php-prebuild | 8.3.1 | 8.4.3 | | github-tags | shivammathur/setup-php | 2.31.1 | 2.32.0 |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 18, 2025 05:13
abcec24
to
7079b42
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.28.0
->1.29.0
~8.3.1
->~8.4.3
2.31.1
->2.32.0
Release Notes
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.29.0
Compare Source
Release Notes for 1.29.0
1.29.0
Enhancement
php-cs-fixer
withcheckstyle
output forwarded to github pull request thanks to @boesingrenovate
containerbase/php-prebuild (php)
v8.4.3
Compare Source
Bug Fixes
v8.4.2
Compare Source
Bug Fixes
v8.4.1
Compare Source
Bug Fixes
v8.3.16
Compare Source
Bug Fixes
v8.3.15
Compare Source
Bug Fixes
v8.3.14
Compare Source
Bug Fixes
v8.3.13
Compare Source
Bug Fixes
v8.3.12
Compare Source
Bug Fixes
v8.3.11
Compare Source
Bug Fixes
v8.3.10
Compare Source
Bug Fixes
v8.3.9
Compare Source
Bug Fixes
v8.3.8
Compare Source
Bug Fixes
v8.3.7
Compare Source
Bug Fixes
v8.3.6
Compare Source
Bug Fixes
v8.3.4
Compare Source
Bug Fixes
v8.3.3
Compare Source
Bug Fixes
v8.3.2
Compare Source
Bug Fixes
shivammathur/setup-php (shivammathur/setup-php)
v2.32.0
Compare Source
Changelog
pre-installed
inphp-version
input. (#872)It will setup the pre-installed PHP version on the runner as per the docs here
https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners. If the runner does not have a pre-installed PHP version, it will fail.
Please note: It is not recommended to use this unless you are doing something trivial, the pre-installed PHP versions on GitHub hosted runners are old patch versions.
.tool-versions
file format inphp-version-file
input. (#883)If you have an asdf .tool-versions file in your project.
For example, you can specify
.tool-versions
now in thephp-version-file
input and the action would setup the correct PHP version.COMPOSER_PROJECT_DIR
env value. (#894)Added support for
macos-15
GitHub hosted environment.Added support for
windows-2025
GitHub hosted environment.Added support for composer-dependency-analyser tool (#859, #897)
Added information on how an extension is loaded in the wiki extension lists. (#887)
https://github.com/shivammathur/setup-php/wiki
Fixed support for debug builds. (#880)
macos-12
GitHub hosted environments.Thanks @janedbal, @alexmerlin and @tillkruss for the contributions 🎉
Thanks @desrosj, @bloodynumen and @eliashaeussler for the sponsorship ❤️
For the complete list of changes, please refer to the Full Changelog
Follow for updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more about the use of Renovate Bot within
ocramius/*
projects.