no-leaks
no-leaks copied to clipboard
Update all non-major dependencies
This PR contains the following updates:
Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|---|---|
laminas/laminas-ci-matrix-action | action | patch | 1.27.0 -> 1.27.2 |
||||
laminas/laminas-continuous-integration-action | action | patch | 1.40.0 -> 1.40.1 |
||||
php | require | minor | ~8.1.0 || ~8.2.0 -> ~8.1.0 || ~8.2.0 || ~8.3.0 |
||||
phpunit/phpunit (source) | require | patch | ^9.6.20 -> ^9.6.21 |
||||
squizlabs/php_codesniffer | require-dev | patch | ^3.10.2 -> ^3.10.3 |
||||
vimeo/psalm | require-dev | patch | ^5.25.0 -> ^5.26.1 |
Release Notes
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.27.2
Release Notes for 1.27.2
1.27.x bugfix release (patch)
1.27.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
v1.27.1
Release Notes for 1.27.1
1.27.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 310: 8.4 Missing in Schema Enum thanks to @gsteel
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.40.1
Release Notes for 1.40.1
1.40.1
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
Enhancement
containerbase/php-prebuild (php)
v8.3.12
Bug Fixes
- deps: update dependency php to v8.3.12
v8.3.11
Bug Fixes
- deps: update dependency php to v8.3.11
v8.3.10
Bug Fixes
- deps: update dependency php to v8.3.10
v8.3.9
Bug Fixes
- deps: update dependency php to v8.3.9
v8.3.8
Bug Fixes
- deps: update dependency php to v8.3.8
v8.3.7
Bug Fixes
- deps: update dependency php to v8.3.7
v8.3.6
Bug Fixes
- deps: update dependency php to v8.3.6
v8.3.4
Bug Fixes
- deps: update dependency php to v8.3.4
v8.3.3
Bug Fixes
- deps: update dependency php to v8.3.3
v8.3.2
Bug Fixes
- deps: update dependency php to v8.3.2
v8.3.1
Bug Fixes
- deps: update dependency php to v8.3.1
v8.3.0
Bug Fixes
- deps: update dependency php to v8.3.0
sebastianbergmann/phpunit (phpunit/phpunit)
v9.6.21
: PHPUnit 9.6.21
Changed
-
#5956: Deprecation of the
E_STRICT
constant in PHP 8.4 - Removed
.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that information
PHPCSStandards/PHP_CodeSniffer (squizlabs/php_codesniffer)
v3.10.3
Changed
- Various housekeeping, including improvements to the tests and documentation.
- Thanks to [Rodrigo Primo][@rodrigoprimo] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
Fixed
- Fixed bug #553 : Squiz.Classes.SelfMemberReference: false negative(s) when namespace operator was encountered between the namespace declaration and the OO declaration.
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #579 : AbstractPatternSniff: potential PHP notice during live coding.
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #580 : Squiz.Formatting.OperatorBracket: potential PHP notice during live coding.
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #581 : PSR12.ControlStructures.ControlStructureSpacing: prevent fixer conflict by correctly handling multiple empty newlines before the first condition in a multi-line control structure.
- Thanks to [Dan Wallis][@fredden] for the patch.
- Fixed bug #585 : Tokenizer not applying tab replacement in heredoc/nowdoc openers.
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #588 : Squiz.PHP.EmbeddedPhp false positive when checking spaces after a PHP short open tag.
- Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
- Fixed bug #597 : Generic.PHP.LowerCaseKeyword did not flag nor fix non-lowercase anonymous class keywords.
- Thanks to [Marek Štípek][@maryo] for the patch.
- Fixed bug #598 : Squiz.PHP.DisallowMultipleAssignments: false positive on assignments to variable property on object stored in array.
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #608 : Squiz.Functions.MultiLineFunctionDeclaration did not take (parameter) attributes into account when checking for one parameter per line.
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
Other
- The provenance of PHAR files associated with a release can now be verified via GitHub Artifact Attestations using the GitHub CLI tool with the following command:
gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards
. #574- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
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.
- [ ] If you want to rebase/retry this PR, check this box
Read more about the use of Renovate Bot within ocramius/*
projects.