-
-
Notifications
You must be signed in to change notification settings - Fork 604
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 #973
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Related to sebastianbergmann/php-code-coverage#953, with @Slamdunk having some context of it. |
1219e43
to
c3645cd
Compare
352acc4
to
ab32857
Compare
7ab24fe
to
c40ba19
Compare
2ecfe9a
to
e10e541
Compare
| datasource | package | from | to | | ----------- | --------------------------------- | ------ | ------- | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | github-tags | actions/cache | v3.0.9 | v3.0.11 | | packagist | phpbench/phpbench | 1.2.7 | 1.2.7 | | packagist | phpstan/phpstan | 1.9.2 | 1.9.3 | | packagist | phpstan/phpstan-deprecation-rules | 1.0.0 | 1.1.1 | | packagist | phpstan/phpstan-phpunit | 1.3.0 | 1.3.2 | | packagist | phpstan/phpstan-strict-rules | 1.4.4 | 1.4.4 | | packagist | phpunit/php-code-coverage | 9.2.17 | 9.2.21 | | packagist | phpunit/phpunit | 9.5.27 | 9.5.27 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 | | github-tags | shivammathur/setup-php | 2.21.2 | 2.22.0 |
e10e541
to
cbd4f7d
Compare
From: https://github.com/lcobucci/jwt/actions/runs/3687095141/jobs/6240228380 I guess this can be merged now |
Yup, thanks! |
This PR contains the following updates:
v3.0.9
->v3.0.11
^1.2
->^1.2.7
^1.8
->^1.9.3
^1.0
->^1.1.1
^1.2
->^1.3.2
^1.4
->^1.4.4
9.2.17
->9.2.21
^9.5
->^9.5.27
2.21.2
->2.22.0
Release Notes
actions/cache
v3.0.11
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.0.11
v3.0.10
Compare Source
restore-keys
in README.mdphpstan/phpstan
v1.9.3
Compare Source
Bleeding edge 🔪
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
DateTimeZone::__construct
throw type extension (#2034)deprecationRulesInstalled
configuration (#2062), thanks @villfa!treatPhpDocTypesAsCertain
(#2065), thanks @VincentLanglet!Scope::getType()
. Cheap checks first. (#2071), thanks @staabm!Bugfixes 🐛
@param-out
on methods (#2028), #8421, thanks @staabm!mixed
on annotation assignment (#2017), thanks @herndlm!$nativeExpressionTypes
in MutatingScope (#2021), thanks @herndlm!.php
(phpstan/phpstan-src@bff85e2), #8480Function signature fixes 🤖
Internals 🔍
NodeScopeResolverTest
cases (#1992), thanks @herndlm!UnionTypeHelper
(#1988), thanks @herndlm!$expressionTypes
and$nativeExpressionTypes
in Scope creation methods (#2022), thanks @herndlm!getLevelValue()
(phpstan/phpstan-src@4f7e20b)TypeTraverser
inArrayChunkFunctionReturnTypeExtension
(#2082), thanks @herndlm!TypeTraverser
inArraySliceFunctionReturnTypeExtension
(#2085), thanks @herndlm!TypeTraverser
inArrayReverseFunctionReturnTypeExtension
(#2084), thanks @herndlm!TypeTraverser
inStrSplitFunctionReturnTypeExtension
(#2087), thanks @herndlm!phpstan/phpstan-deprecation-rules
v1.1.1
Compare Source
v1.1.0
Compare Source
--no-suggest
phpstan/phpstan-phpunit
v1.3.2
Compare Source
v1.3.1
Compare Source
sebastianbergmann/php-code-coverage
v9.2.21
Compare Source
Changed
v9.2.20
Compare Source
Fixed
v9.2.19
Compare Source
Fixed
Changed
v9.2.18
Compare Source
Fixed
return
with multiline constant expression must only contain the last lineshivammathur/setup-php
v2.22.0
Compare Source
Support Ukraine
Existing PHP version on GitHub actions Ubuntu images is now updated if
ppa:ondrej/php
is missing regardless of theupdate
environment variable. (actions/runner-images#6331).Environment variable
COMPOSER_NO_AUDIT
is now set by default. If you would like to run the composer audit in your workflows, please add a step withcomposer audit
command. (#635, #636)Switched to
GITHUB_OUTPUT
environment file for setting up outputs. If you are usingsetup-php
on self-hosted runners, please update it to2.297.0
or greater. More Info (#654)Updated
sqlsrv
andpdo_sqlsrv
version to5.10.1
for PHP 7.0 and above on Linux.Improved support for
phalcon5
extension to set up the latest stable version.Improved
symfony-cli
support to fetch the artifact URL from the brew tap on Linux. (#641, #652, #653)Improved fetching
brew
taps on Linux to avoid brew's overhead.Fixed installing extension packages on self-hosted Linux runners. (#642)
Fixed support for
couchbase
andfirebird
extensions after GitHub release page changes.Fixed support for older versions of
laravel/pint
. (#647)Updated Node.js dependencies.
Full Changelog: shivammathur/setup-php@2.21.2...2.22.0
Thanks! @alcaeus and @jderusse for the contributions 🎉
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 has been generated by Mend Renovate. View repository job log here.