-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 #515
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 17, 2023 02:19
6c0d7fb
to
35086b2
Compare
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.1.0
Update all non-major dependencies
Apr 17, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
April 22, 2023 09:21
f4adddb
to
f0fe952
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 28, 2023 16:36
f0fe952
to
97e8a23
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
May 16, 2023 08:53
efc13f9
to
f471f7d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
May 28, 2023 17:02
0dfca0d
to
12f3263
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 5, 2023 10:31
161c67c
to
8a95cf9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
June 13, 2023 01:27
0ece7ff
to
db72205
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
June 20, 2023 13:44
b671157
to
f379add
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
June 26, 2023 06:31
364bbe7
to
1cb2a36
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
July 6, 2023 17:29
5c163d6
to
6b524ce
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 14, 2023 04:41
934fc02
to
44740c2
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 17, 2023 14:58
44740c2
to
3de2dea
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
August 1, 2023 21:24
4878644
to
2359382
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 1, 2023 21:47
25dd8fc
to
5df5b68
Compare
lcobucci
force-pushed
the
renovate/all-minor-patch
branch
from
August 1, 2023 21:57
5df5b68
to
3f3de72
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 1, 2023 21:57
3f3de72
to
7d3e73a
Compare
lcobucci
force-pushed
the
renovate/all-minor-patch
branch
from
August 1, 2023 21:59
7d3e73a
to
3f3de72
Compare
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------ | | github-tags | codecov/codecov-action | v3.1.2 | v3.1.4 | | packagist | infection/infection | 0.26.19 | 0.27.0 | | packagist | phpstan/extension-installer | 1.2.0 | 1.3.1 | | packagist | phpunit/phpunit | 10.0.19 | 10.2.6 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.5 |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 1, 2023 21:59
3f3de72
to
525b794
Compare
Signed-off-by: Luís Cobucci <[email protected]>
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:
v3.1.2
->v3.1.4
^0.26
->^0.27
1.2.0
->1.3.1
10.0.19
->10.2.6
2.24.0
->2.25.5
Release Notes
codecov/codecov-action (codecov/codecov-action)
v3.1.4
: 3.1.4Compare Source
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v3.1.3...v3.1.4
v3.1.3
: 3.1.3Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3
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/1861v0.26.21
: Fix false-positive with mutations in attributesCompare Source
0.26.21 (2023-04-27)
Full Changelog
Fixed:
v0.26.20
Compare Source
Full Changelog
Added:
<source />
tag for coverage instead of<coverage />
by @maks-rafalko in https://github.comChanged:
phpstan/extension-installer (phpstan/extension-installer)
v1.3.1
Compare Source
v1.3.0
Compare Source
sebastianbergmann/phpunit (phpunit/phpunit)
v10.2.6
Compare Source
v10.2.5
Compare Source
v10.2.4
Compare Source
v10.2.3
Compare Source
v10.2.2
Compare Source
v10.2.1
Compare Source
v10.2.0
Compare Source
v10.1.3
Compare Source
v10.1.2
Compare Source
v10.1.1
Compare Source
v10.1.0
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
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.