-
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 #148
Merged
Merged
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
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
eae0665
to
ad618a1
Compare
b6c755d
to
5982ee2
Compare
befad04
to
63f6057
Compare
2562924
to
1ac5127
Compare
198ad16
to
ac090ed
Compare
ba124f8
to
031d998
Compare
47f604a
to
4209dab
Compare
c53efe3
to
e201782
Compare
73fc834
to
a077be8
Compare
a077be8
to
8e02d20
Compare
7d5cef5
to
fa22b75
Compare
f256f46
to
999468e
Compare
a78e291
to
b28b27e
Compare
3d8284e
to
5bdd7b2
Compare
333cf9d
to
ef4b7d3
Compare
ef4b7d3
to
3387c01
Compare
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | packagist | infection/infection | 0.27.0 | 0.27.9 | | packagist | ocramius/package-versions | 2.7.0 | 2.8.0 | | packagist | phpunit/phpunit | 10.2.7 | 10.5.7 | | github-tags | shivammathur/setup-php | 2.25.5 | 2.29.0 | | packagist | symfony/process | 6.3.2 | 6.4.2 | | packagist | vimeo/psalm | 5.14.1 | 5.19.1 |
3387c01
to
725c369
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:
^0.27.0
->^0.27.9
^2.7.0
->^2.8.0
^10.2.7
->^10.5.7
2.25.5
->2.29.0
^6.3.2
->^6.4.2
^5.14.1
->^5.19.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
infection/infection (infection/infection)
v0.27.9
: Fix an issue with numeric data provider keys in PHPUnit >= 10Compare Source
Fixed:
Full Changelog: infection/infection@0.27.8...0.27.9
v0.27.8
: Do not remove attributes from class methodsCompare Source
Fixed:
Full Changelog: infection/infection@0.27.7...0.27.8
v0.27.7
: PHP 8.3, Symfony 7 supportCompare Source
Changed:
fidry/cpu-core-counter
v1 by @Slamdunk in https://github.com/infection/infection/pull/1893symfony/console
< 4.4 hack as minimum supported version is 5.4 by @sidz in https://github.com/infection/infection/pull/1888Full Changelog: infection/infection@0.27.6...0.27.7
v0.27.6
: Fix equivalent mutantsCompare Source
Added:
Fixed:
New Contributors
Full Changelog: infection/infection@0.27.5...0.27.6
v0.27.5
: Fix bug with collecting escaped mutants for GitLab loggerCompare Source
Fixed:
Full Changelog: infection/infection@0.27.4...0.27.5
v0.27.4
: Allow missing elements when destructuring arrays in foreach loopsCompare Source
Fixed:
Full Changelog: infection/infection@0.27.3...0.27.4
v0.27.3
Compare Source
Full Changelog
Added:
--logger-gitlab
) in https://github.com/infection/infection/pull/1878v0.27.2
: Tech release: auto-upload PHAR, fixing issueCompare Source
v0.27.1
: Minor fixes and auto-upload PHAR to releasesCompare Source
0.27.1 (2023-09-16)
Full Changelog
Added:
Changed:
sidz/phpstan-rules
to 0.3.0 to use extension installer and avoid fixed bugs by @maks-rafalko in https://github.com/infection/infection/pull/1868New Contributors
Ocramius/PackageVersions (ocramius/package-versions)
v2.8.0
Compare Source
Release Notes for 2.8.0
Feature release (minor)
2.8.0
enhancement
renovate
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.7
Compare Source
v10.5.6
Compare Source
v10.5.5
Compare Source
v10.5.4
Compare Source
v10.5.3
Compare Source
v10.5.2
Compare Source
v10.5.1
Compare Source
v10.5.0
Compare Source
v10.4.2
Compare Source
v10.4.1
Compare Source
v10.4.0
Compare Source
v10.3.5
Compare Source
v10.3.4
Compare Source
v10.3.3
Compare Source
v10.3.2
Compare Source
v10.3.1
Compare Source
v10.3.0
Compare Source
shivammathur/setup-php (shivammathur/setup-php)
v2.29.0
Compare Source
Changelog
lowest
alias installs the lowest actively supported version in the PHP project.composer.lock
andcomposer.json
files.php-version
andphp-version-file
inputs are not specified, then it can read the php version fromplatform-overrides.php
value in composer.lock orconfig.platform.php
value fromcomposer.json
. #800PHPCSStandards/PHP_CodeSniffer
repository for builds ofphpcs
andphpcbf
tools. #809Marked
v1
version of the action as completely unsupported, it will receive no updates, please upgrade tov2
, if not done already.Fixed installing extensions on Windows for PHP 8.1 by reverting the version bump for minimum stability. #807
Fixed building extensions on PHP 8.4 that used backward compatibility headers from
ext/standard
to useext/random/php_random.h
header.Improved support for
phalcon
to install the extension when specified without the version number. #796Updated codeql workflow to use
v3
versions of codeql actions. #803Updated docs workflow to use
actions/download-artifact@v4
andactions/upload-artifact@v4
. #804, #805Updated Node.js dependencies.
Merged Pull Requests
For the complete list of changes, please refer to the Full Changelog
Thanks @dr5hn, @tighten, @ZeekInteractive, @acelaya, and @fulopattila122 for the sponsorship ❤️
Follow for updates
v2.28.0
Compare Source
Changelog
php-version
now installs a stable build of PHP 8.3.latest
inphp-version
now installs PHP 8.3 as well.nightly
inphp-version
now installs PHP 8.4.intl
extension with ICU 74.1 (https://github.com/shivammathur/icu-intl/pull/7)zts
inphpts
environment variable instead ofts
to set up thread-safe PHP on Linux and Windows.Added support for cached builds for PHP 8.3, PHP 8.4, and zts builds of all versions of PHP 5.6 and newer on Ubuntu GitHub Hosted environments. This should reduce the time it takes to set up these PHP versions.
Added
swoole
to the builds cache for GitHub-hosted environments for PHP 7.2 and newer.Added PHP 8.3 and PHP 8.4 to the extension lists in the wiki. (#787).
PHP 8.0 is now marked as
End of life
and PHP 8.1 is now marked asSecurity fixes only
in README.See PHP Support in README.
Fixed support for Blackfire extension. The action now disabled
Xdebug
andpcov
extensions by default whenblackfire
is specified inextensions
input.grpc_php_plugin
when installed along withprotoc
on macOS.geos
extension on PHP 8.3.event
extension on macOS to useopenssl@3
formula.Merged Pull Requests
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.27.1
Compare Source
Changelog
Fixed updating PHP dependencies after formulae in homebrew/core tap have been sharded into directories with prefixes. (#780)
Update
actions/setup-node
fromv3
tov4
in the node workflow.Update Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.27.0
Compare Source
Changelog
box
andphp-scoper
can now be installed easily using thetools
input. (#776)Added support for macOS 14.x Sonoma and dropped support for macOS 11.x Big Sur following a three-year support cycle that Apple follows for macOS.
We now set
keepAlive
inhttps
agent tofalse
infetch.ts
. After Node 19 it is set totrue
by default. This prevented the node process from exiting until timeout after the action run was completed. (#773, #777) - RefFixed support for
couchbase
extension for PHP 7.4.Fixed a warning when
find
was run without checking if the path exists on macOS.Fixed checking for existing PHP installations on macOS on self-hosted environments.
Fixed adding tools in case
/usr/local/bin
directory was missing on self-hosted environments.Bumped Node.js dependencies.
Merged Pull Requests
New Contributors
Full Changelog
For the complete list of changes, please refer to the Full Changelog: 2.26.0...2.27.0.
Thanks @tillkruss for the sponsorship ❤️
Follow for updates
v2.26.0
Compare Source
Changelog
Microsoft SQL Server extensions. (#758, #766)
The latest supported version of
sqlsrv
andpdo_sqlsrv
for the PHP version will be installed.Also, on Windows, these extensions will be installed from
microsoft/msphpsql
GitHub releases and will fallback topecl
.PHP 8.4 Support (#762)
Added support for PHP
8.4.0-dev
from the master branch ofphp/php-src
for all supported OS.Note: PHP
8.3.0-dev
is now built from the newPHP-8.3
branch.Fixes
Blackfire Player
Resolved issues affecting the
blackfire-player
on Linux and macOS. It now installs theuuid
extension that is required for the tool.Dropped support for it on Windows as
uuid
extension is not available for the OS.Updates
Update actions/checkout
Updated the use of
actions/checkout
to v4 in the documentation and workflows.Update Node.js Version
Note: Node.js 16 reached End-of-Life on 2023-09-11 (Ref).
Updated
action.yml
to use thenode20
binary. If you usesetup-php
on a self-hosted runner, please make sure it is v2.308.0 or newer to use this release or the major version tagv2
.Node.js Dependencies
Bumped Node.js dependencies.
Merged Pull Requests
New Contributors
Full Changelog
For the complete list of changes, please refer to the Full Changelog: 2.25.5...2.26.0.
Follow for updates
symfony/process (symfony/process)
v6.4.2
Compare Source
Changelog (symfony/process@v6.4.1...v6.4.2)
v6.4.0
Compare Source
Changelog (symfony/process@v6.4.0-RC2...v6.4.0)
v6.3.11
Compare Source
Changelog (symfony/process@v6.3.10...v6.3.11)
v6.3.4
Compare Source
Changelog (symfony/process@v6.3.3...v6.3.4)
wait
when using a sigchild-enabled binary (@nicolas-grekas)vimeo/psalm (vimeo/psalm)
v5.19.1
Compare Source
What's Changed
Fixes
New Contributors
Full Changelog: vimeo/psalm@5.19.0...5.20.0
v5.19.0
Compare Source
What's Changed
Features
Fixes
New Contributors
Full Changelog: vimeo/psalm@5.18.0...5.19.0
v5.18.0
Compare Source
What's Changed
Features
Fixes
Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.17.0...5.18.0
v5.17.0
Compare Source
What's Changed
Features
Fixes
Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.16.0...5.17.0
v5.16.0
Compare Source
What's Changed
Features
ArrayObject
TKey
template by @boesing in https://github.com/vimeo/psalm/pull/10190mixed
values by @boesing in https://github.com/vimeo/psalm/pull/10207never
type for parameters by @tuqqu in https://github.com/vimeo/psalm/pull/10266Fixes
value-of
in combination with backed enums by @boesing in https://github.com/vimeo/psalm/pull/10150strrchr()
:$before_needle
parameter by @weirdan in https://github.com/vimeo/psalm/pull/10151mysqli
stub by @weirdan in https://github.com/vimeo/psalm/pull/10155DateTimeZone::getName()
always returnsnon-empty-string
by @gsteel in https://github.com/vimeo/psalm/pull/10187sprintf()
values by @MidnightDesign in https://github.com/vimeo/psalm/pull/10231MethodSignatureMismatch
when descendant does not return by reference by @tuqqu in https://github.com/vimeo/psalm/pull/10248never
return type by @tuqqu in https://github.com/vimeo/psalm/pull/10254get_browser
returning array or object by @simonberger in https://github.com/vimeo/psalm/pull/10314Configuration
📅 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.