-
-
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 #21
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.
|
534c5ec
to
060185b
Compare
9a7c1b4
to
e673d78
Compare
68a79cc
to
c2dafa7
Compare
e9108c4
to
bf4de85
Compare
8080146
to
f808eee
Compare
b885327
to
2ff76fc
Compare
5809f13
to
67ffdcc
Compare
7667548
to
0086ee8
Compare
522d682
to
fc5a6ba
Compare
dadd236
to
b6d9048
Compare
8d0a937
to
27e590b
Compare
e54c32f
to
c438d78
Compare
b0730a7
to
66068a3
Compare
9ac1d73
to
69689bb
Compare
| datasource | package | from | to | | ----------- | ---------------------------------- | ------- | ------- | | packagist | infection/infection | 0.26.21 | 0.27.0 | | packagist | phpstan/phpstan | 1.10.29 | 1.10.29 | | 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.2 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.5 | | packagist | symfony/event-dispatcher-contracts | 3.3.0 | 3.3.0 | | packagist | symfony/http-client | 6.2.9 | 6.3.2 | | packagist | symfony/mime | 6.2.7 | 6.3.3 | | packagist | symfony/translation | 6.2.8 | 6.3.3 | | packagist | vimeo/psalm | 5.14.1 | 5.14.1 |
69689bb
to
8f4b2b7
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
^1.10.13
->^1.10.29
^1.1.3
->^1.1.4
^1.3.11
->^1.3.13
^10.3
->^10.3.2
2.24.0
->2.25.5
^3.2.1
->^3.3.0
6.2.9
->6.3.2
6.2.7
->6.3.3
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/1861sebastianbergmann/phpunit (phpunit/phpunit)
v10.3.2
Compare Source
shivammathur/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/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/mime (symfony/mime)
v6.3.3
Compare Source
Changelog (symfony/mime@v6.3.2...v6.3.3)
v6.3.2
Compare Source
Changelog (symfony/mime@v6.3.1...v6.3.2)
v6.3.0
Compare Source
Changelog (symfony/mime@v6.3.0-RC2...v6.3.0)
v6.2.13
Compare Source
Changelog (symfony/mime@v6.2.12...v6.2.13)
v6.2.10
Compare Source
Changelog (symfony/mime@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
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.