-
Notifications
You must be signed in to change notification settings - Fork 0
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 #13
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.
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 15, 2023 00:20
3c488e9
to
4266638
Compare
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.1.0
Update all non-major dependencies
Apr 15, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
April 22, 2023 08:07
a1ed17e
to
ac0c99a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
May 2, 2023 18:56
74abdb1
to
02a0b95
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
May 11, 2023 07:02
f0db0c5
to
3ca5ded
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
May 22, 2023 23:45
b0961d8
to
f86a48f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
May 28, 2023 17:43
e00e1ec
to
881cd85
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 5, 2023 08:35
ba2a533
to
77a839b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
June 13, 2023 00:08
e3b09a2
to
638eb52
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
June 20, 2023 13:13
eeecbcf
to
c487ee3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 27, 2023 19:41
3bd620a
to
27f8bf3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
July 6, 2023 13:17
aad834a
to
28cd768
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 14, 2023 06:03
187ecee
to
d7fc257
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 19, 2023 13:22
fa7c357
to
490933f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
August 5, 2023 12:55
f2830a9
to
3480fc3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 9, 2023 03:13
80c6d66
to
7303f27
Compare
| datasource | package | from | to | | ----------- | ------------------------------------------------ | ------- | ------- | | packagist | infection/infection | 0.26.21 | 0.27.0 | | packagist | matthiasnoback/symfony-dependency-injection-test | 4.3.1 | 4.3.1 | | packagist | phpstan/phpstan | 1.10.28 | 1.10.28 | | packagist | phpstan/phpstan-deprecation-rules | 1.1.4 | 1.1.4 | | packagist | phpstan/phpstan-phpunit | 1.3.13 | 1.3.13 | | packagist | phpunit/phpunit | 10.3.1 | 10.3.1 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.5 | | packagist | symfony/config | 6.2.7 | 6.3.2 | | packagist | symfony/console | 6.2.8 | 6.3.2 | | packagist | symfony/framework-bundle | 6.2.9 | 6.3.2 | | packagist | symfony/http-client | 6.2.9 | 6.3.2 | | packagist | symfony/translation | 6.2.8 | 6.3.3 | | packagist | vimeo/psalm | 5.14.1 | 5.14.1 |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 9, 2023 03:17
7303f27
to
c402410
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.26.19
->^0.27.0
^4.3
->^4.3.1
^1.10.13
->^1.10.28
^1.1.3
->^1.1.4
^1.3.11
->^1.3.13
^10.3
->^10.3.1
2.24.0
->2.25.5
6.2.7
->6.3.2
6.2.8
->6.3.2
6.2.9
->6.3.2
6.2.9
->6.3.2
6.2.8
->6.3.3
^5.9.0
->^5.14.1
Release Notes
infection/infection (infection/infection)
v0.27.0
Compare Source
Full Changelog
Added:
SIGINT
(ctrl + c) by @maks-rafalko in https://github.com/infection/infection/pull/1857Changed:
$var instanceof ClassName
insideassert()
function as it's impossible or hard to kill by @maks-rafalko in https://github.com/infection/infection/pull/1852Fixed:
Node\Arg()
class by @maks-rafalko in https://github.com/infection/infection/pull/1853Internal:
sebastian/differ
to the latest verions by @maks-rafalko in https://github.com/infection/infection/pull/1850xdebug-filter.php
as it's not used and deprecated by @maks-rafalko in https://github.com/infection/infection/pull/1856sidz/phpstan-rules
to avoid magic numbers in our code base by @maks-rafalko in https://github.com/infection/infection/pull/1861shivammathur/setup-php (shivammathur/setup-php)
v2.25.5
Compare Source
Changelog
castor
in tools input. #746Fixed support for self-hosted Debian 12 environments.
Fixed support for self-hosted environments using DEB822-STYLE .sources files.
Fixed re-enabling opcache extension on macOS. #749
Updated Node.js dependencies.
New Contributors
Full Changelog: shivammathur/setup-php@2.25.4...2.25.5
Follow for updates
v2.25.4
Compare Source
Changelog
Fixed regression in 2.25.3 in PHPUnit installation by specifying
major
ormajor.minor
version in thetools
input. #743Fixed
fs
import inutls.test.ts
.Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.25.3...2.25.4
Follow for updates
v2.25.3
Compare Source
Changelog
Added support for
zts
intl builds for all supported ICU versions. #739, shivammathur/icu-intl@d6ee42c.Added docker to the
shivammathur/node
images. #742Fixed regression in support for Zend extensions installed using PECL. #738
Fixed
PHPUnit
andphpcpd
support to set up versions compatible with the PHP version. #732Fixed support for
nektos/act
to run the action in self-hosted mode when using the tool. #742Fixed parsing versions in tools input. #734
Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.25.2...2.25.3
New Contributors
Thanks @ramsey and @pxlrbt for the sponsorship ❤️
Follow for updates
v2.25.2
Compare Source
Changelog
extensions
input with version. #725memcache
extension to8.2
in the builds cache for GitHub Actions Ubuntu environments for PHP 8.0 and above. #725New Contributors
Full Changelog: shivammathur/setup-php@2.25.1...2.25.2
Follow for updates
v2.25.1
Compare Source
Changelog
2.25.0
(#722).Add-DebugSymbols
on Windows.Full Changelog: shivammathur/setup-php@2.25.0...2.25.1
Follow for updates
v2.25.0
Compare Source
Changelog
Please use
ubuntu-22.04
orubuntu-20.04
runners.Added support for
php-version-file
input to read the input PHP version from a file Docs. (#690)Example: If you have a file
.php-version
in your file structure with the PHP version as its content, you can use thephp-version-file
input.intl
extension withICU 73.1
. https://github.com/shivammathur/icu-intl/pull/5snmp
anduuid
on macOS usingshivammathur/extensions
tap. (https://github.com/shivammathur/homebrew-extensions/issues/2426, https://github.com/shivammathur/homebrew-extensions/issues/2452)Added retry logic across Windows to decrease the network failure rate. (#700, #711)
Switched to using
phpenmod
script to enable extensions on Linux.Switched to using
Write-Error
instead ofExit
on Windows as that did not stop the workflow on errors. (#709)Improved support for
relay
extension. #719Fixed support for
zts
build ofzephir_parser
extension. #701Fixed parameters in the
xargs
call. #712Fixed minor shellcheck error.
Fixed the wrapper used to install Debian packages to check for broken package failures.
Fixed the JIT config set up to match the docs.
Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.24.0...2.25.0
Contributions
utils.ts
by @viktorruskai in https://github.com/shivammathur/setup-php/pull/689New Contributors
Thanks! for the contribution 🎉
Follow for updates
symfony/config (symfony/config)
v6.3.2
Compare Source
Changelog (symfony/config@v6.3.1...v6.3.2)
v6.3.0
Compare Source
Changelog (symfony/config@v6.3.0-RC2...v6.3.0)
v6.2.13
Compare Source
Changelog (symfony/config@v6.2.12...v6.2.13)
symfony/console (symfony/console)
v6.3.2
Compare Source
Changelog (symfony/console@v6.3.1...v6.3.2)
v6.3.0
Compare Source
Changelog (symfony/console@v6.3.0-RC2...v6.3.0)
v6.2.13
Compare Source
Changelog (symfony/console@v6.2.12...v6.2.13)
v6.2.12
Compare Source
Changelog (symfony/console@v6.2.11...v6.2.12)
v6.2.11
Compare Source
Changelog (symfony/console@v6.2.10...v6.2.11)
ArrayLoader
(@rob006)exec
and replace it byshell_exec
(@maxbeckers)SerializedPath
not working with constructor arguments (@HypeMC)isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)v6.2.10
Compare Source
Changelog (symfony/console@v6.2.9...v6.2.10)
symfony/framework-bundle (symfony/framework-bundle)
v6.3.2
Compare Source
v6.3.1
Compare Source
Changelog (symfony/framework-bundle@v6.3.0...v6.3.1)
debug:config
&config:dump
list view & completion (@HypeMC)debug:config
&config:dump
in debug mode (@HypeMC)messenger.listener.stop_worker_on_sigterm_signal_listener
service (@alexandre-daubois)v6.3.0
Compare Source
Changelog (symfony/framework-bundle@v6.3.0-RC2...v6.3.0)
container.excluded
tag (@Myks92)v6.2.13
Compare Source
Changelog (symfony/framework-bundle@v6.2.12...v6.2.13)
messenger:failed:retry
command (@HypeMC)cache:clear
to lose files on subsequent runs (@Okhoshi)v6.2.12
Compare Source
Changelog (symfony/framework-bundle@v6.2.11...v6.2.12)
debug:config
&config:dump
list view & completion (@HypeMC)debug:config
&config:dump
in debug mode (@HypeMC)container.excluded
tag (@Myks92)v6.2.11
Compare Source
Changelog (symfony/framework-bundle@v6.2.10...v6.2.11)
ArrayLoader
(@rob006)exec
and replace it byshell_exec
(@maxbeckers)SerializedPath
not working with constructor arguments (@HypeMC)cache:clear
command (@Okhoshi)isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)v6.2.10
Compare Source
Changelog (symfony/framework-bundle@v6.2.9...v6.2.10)
symfony/http-client (symfony/http-client)
v6.3.2
Compare Source
Changelog (symfony/http-client@v6.3.1...v6.3.2)
v6.3.1
Compare Source
Changelog (symfony/http-client@v6.3.0...v6.3.1)
GenericRetryStrategy
with floated multiplier (@francisbesset)AsyncResponse
(@lyrixx)v6.3.0
Compare Source
Changelog (symfony/http-client@v6.3.0-RC2...v6.3.0)
v6.2.13
Compare Source
Changelog (symfony/http-client@v6.2.12...v6.2.13)
v6.2.12
Compare Source
Changelog (symfony/http-client@v6.2.11...v6.2.12)
GenericRetryStrategy
with floated multiplier (@francisbesset)v6.2.11
Compare Source
Changelog (symfony/http-client@v6.2.10...v6.2.11)
SerializedPath
not working with constructor arguments (@HypeMC)isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)v6.2.10
Compare Source
Changelog (symfony/http-client@v6.2.9...v6.2.10)
symfony/translation (symfony/translation)
v6.3.3
Compare Source
Changelog (symfony/translation@v6.3.2...v6.3.3)
v6.3.0
Compare Source
Changelog (symfony/translation@v6.3.0-RC2...v6.3.0)
v6.2.11
Compare Source
Changelog (symfony/translation@v6.2.10...v6.2.11)
ArrayLoader
(@rob006)isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)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 has been generated by Mend Renovate. View repository job log here.