Update all non-major dependencies #21
Merged
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:
^0.27->^0.29~9.6.18->~9.6.212.30.0->2.31.1Release Notes
infection/infection (infection/infection)
v0.29.8: PHPUnit 11 compatibility, performance improvement thanks tostopOnDefectCompare Source
Added:
$GLOBALS['_composer_autoload_path']if possible by @Kanti in https://github.com/infection/infection/pull/2002stopOnDefectby @Kanti in https://github.com/infection/infection/pull/2003Changed:
cacheResultFile->cacheDirectory) by @Kanti in https://github.com/infection/infection/pull/2003New Contributors
Full Changelog: infection/infection@0.29.7...0.29.8
v0.29.7: Diff colorizer fix for multiline cases, PHP 8.4 support in pipelinesCompare Source
What's Changed
Fixed:
Added:
Changed:
Full Changelog: infection/infection@0.29.6...0.29.7
v0.29.6: Ignoreswitch(bool)statements inTrueValueandFalseValuemutatorsCompare Source
Changed:
switch(bool)statements inTrueValueandFalseValuemutators. by @shanept in https://github.com/infection/infection/pull/1986New Contributors
Full Changelog: infection/infection@0.29.5...0.29.6
v0.29.5Compare Source
Full Changelog
Added:
v0.29.4Compare Source
Full Changelog
Added:
--logger-project-root-directoryby @vincentchalamon in https://github.com/infection/infection/pull/1978v0.29.3: Add support for `colinodell/json5` v3Compare Source
Changed:
colinodell/json5v3 by @Slamdunk in https://github.com/infection/infection/pull/1976Full Changelog: infection/infection@0.29.2...0.29.3
v0.29.2: Highlight inline differences in CLICompare Source
Added:
Full Changelog: infection/infection@0.29.1...0.29.2
v0.29.1: Fix usage of custom mutator with bootstrap fileCompare Source
Fixed:
Full Changelog: infection/infection@0.29.0...0.29.1
v0.29.0Compare Source
Full Changelog
Added:
Read about how to create custom mutators: https://infection.github.io/guide/custom-mutators.html
Changed:
Infection\Mutator\Mutatorto a separate package by @maks-rafalko in https://github.com/infection/infection/pull/1963Mutator::getDefinitionreturn type non-nullable by @maks-rafalko in https://github.com/infection/infection/pull/1958AddCoversClassAttributeRectorrule by @maks-rafalko in https://github.com/infection/infection/pull/1962NameResolvervisitor by @maks-rafalko in https://github.com/infection/infection/pull/1967NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDRENwithNodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDRENby @maks-rafalko in https://github.com/infection/infection/pull/1968ParentConnectorVisitorand usenikic-phpparser's one by @maks-rafalko in https://github.com/infection/infection/pull/1970v0.28.1: Use CI (GitHub, GitLab) variable to detect project pathCompare Source
Changed:
New Contributors
Full Changelog: infection/infection@0.28.0...0.28.1
v0.28.0Compare Source
Full Changelog
Added:
shivammathur/setup-php (shivammathur/setup-php)
v2.31.1Compare Source
Changelog
Fix installing PECL extensions on Windows with a build version #855
Fix cache support for ioncube extension #856
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.31.0Compare Source
Changelog
Added support for a fallback mirror for
ondrej/phpPPA when launchpad is down (#834).Fixed installing packages on self-hosted environments with existing conf files (#852).
Fixed support for
oci8andpdo_ociextensions onubuntu-24.04.Fixed support for
couchbaseextension onubuntu-24.04.Fixed support for
ubuntu-24.04afterapt-fastwas dropped from the GA images.Fixed support for
firebirdextension onmacos-14Fixed support for
blackfireextension onmacos-14.Fixed support for
relayextension.Fixed support for
phalconextension for PHP 7.4 on Ubuntu.Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.5Compare Source
Changelog
Added support for Ubuntu 24.04.
Added support for
easy-coding-standardin tools (https://github.com/shivammathur/setup-php/pull/838)Added support for zephir_parser for PHP 8.3.
Fixed installing zts PHP versions on macOS (https://github.com/shivammathur/setup-php/issues/847).
Fixed installing
evextension (https://github.com/shivammathur/setup-php/issues/844).Fixed support for
ioncubeextension (https://github.com/shivammathur/setup-php/issues/840).Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.4Compare Source
Changelog
Fixed support for
sqlsrvandpro_sqlsrvon Windows (https://github.com/shivammathur/setup-php/discussions/835).Fixed a permissions issue for brew on
macos-14environments.Marked PHP 5.3 to PHP 5.5 as not supported on ARM64 macOS environments like
macos-14.For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.3Compare Source
Changelog
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.2Compare Source
Changelog
Added support for vld extension (https://github.com/shivammathur/homebrew-extensions/issues/3827).
Added support to update brew along with the core tap on macOS to handle breaking changes in core tap formulae.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.1Compare Source
Changelog
Improved updating Homebrew core tap on macOS using a retry logic.
Fixed support for phalcon on Windows.
Fixed support for OCI extensions for PHP 8.4 on Linux and macOS.
Fixed support for
sqlsrvandpdo_sqlsrvon PHP 8.0.Fixed type error on Windows in
Get-Filefunction.Minified the release file
dist/index.jsfile generated byvercel/ncc.Updated pre-installed PHP versions for GitHub runners in the README.
Updated Node.js dependencies.
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.
This PR was generated by Mend Renovate. View the repository job log.