-
Notifications
You must be signed in to change notification settings - Fork 20
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 #179
Open
renovate
wants to merge
1
commit into
1.6.x
Choose a base branch
from
renovate/all-minor-patch
base: 1.6.x
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
|
ca7c63c
to
2bf2c6e
Compare
015612a
to
c32bc41
Compare
f96b52f
to
b643924
Compare
03ecac2
to
4a845a6
Compare
b07d39d
to
139d385
Compare
139d385
to
747bb93
Compare
cfd5d8f
to
d8fed63
Compare
cc0b405
to
4e247ea
Compare
a3d8cc7
to
0c8fb49
Compare
fd2bf3c
to
8dcaa37
Compare
1e3d6e2
to
275b037
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.27.0 | 1.29.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.40.0 | 1.41.0 | | github-tags | containerbase/php-prebuild | 8.2.27 | 8.4.3 | | packagist | phpunit/phpunit | 9.6.20 | 9.6.22 | | packagist | psalm/plugin-phpunit | 0.19.0 | 0.19.2 | | packagist | roave/infection-static-analysis-plugin | 1.35.0 | 1.36.0 | | packagist | squizlabs/php_codesniffer | 3.10.2 | 3.11.3 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 |
275b037
to
1592374
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.27.0
->1.29.0
1.40.0
->1.41.0
~8.1.0 || ~8.2.0
->~8.1.0 || ~8.2.0 || ~8.4.0
^9.6.20
->^9.6.22
^0.19.0
->^0.19.2
^1.35.0
->^1.36.0
^3.10.2
->^3.11.3
^5.25.0
->^5.26.1
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
v1.28.0
Compare Source
Release Notes for 1.28.0
1.28.0
QA
AS
keyword casing in Dockerfile thanks to @gsteelEnhancement
Bug
renovate
v1.27.2
Compare Source
Release Notes for 1.27.2
1.27.x bugfix release (patch)
1.27.2
Bug
v1.27.1
Compare Source
Release Notes for 1.27.1
1.27.1
Bug
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.41.0
Compare Source
Release Notes for 1.41.0
1.41.0
Enhancement
v1.40.1
Compare Source
Release Notes for 1.40.1
1.40.1
Enhancement
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
v8.3.1
Compare Source
Bug Fixes
v8.3.0
Compare Source
Bug Fixes
sebastianbergmann/phpunit (phpunit/phpunit)
v9.6.22
: PHPUnit 9.6.22Compare Source
Fixed
How to install or update PHPUnit
v9.6.21
: PHPUnit 9.6.21Compare Source
Changed
E_STRICT
constant in PHP 8.4.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that informationHow to install or update PHPUnit
psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)
v0.19.2
: Psalm v6 supportCompare Source
Bumps composer requirements for psalm v6 support.
Full Changelog: psalm/psalm-plugin-phpunit@0.19.0...0.19.2
v0.19.1
Compare Source
Roave/infection-static-analysis-plugin (roave/infection-static-analysis-plugin)
v1.36.0
Compare Source
Release Notes for 1.36.0
Feature release (minor)
1.36.0
dependencies,enhancement
renovate
PHPCSStandards/PHP_CodeSniffer (squizlabs/php_codesniffer)
v3.11.3
Compare Source
Changed
SpaceBeforeComma
error. #783Fixed
equalsSpacing
was set to0
.equalsSpacing
was set to1
.v3.11.2
Compare Source
Changed
<standard>
blocks. #723<standard>
blocks. #737Fixed
define()
.DEFINE
is encountered.define
.define
.v3.11.1
Compare Source
Changed
--generator=...
feature will respect the OS-expected EOL char in more places. #671Fixed
v3.11.0
Compare Source
Added
Generic.WhiteSpace.HereNowdocIdentifierSpacing
sniff. #586, #637<<<
and the identifier string in heredoc/nowdoc start tokens.Generic.Strings.UnnecessaryHeredoc
sniff. #633Changed
$sniffClass
is passed. #524, #625--generator=...
feature will now always be presented in natural order based on the sniff name(s). #668AnnotationFound
. #560, #627SpacingAfterOpen
error code has been replaced by theSpaceAfterOpen
error code. The latter is a pre-existing code. The former appears to have been a typo. #582Fixed
v3.10.3
Compare Source
Changed
Fixed
Other
gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards
. #574Configuration
📅 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.