-
Notifications
You must be signed in to change notification settings - Fork 6
Update all non-major dependencies #45
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
base: 2.6.x
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
1fd6afe
to
09595de
Compare
f4f790a
to
be6b119
Compare
b4e1895
to
cf2bc50
Compare
cf2bc50
to
7642f3b
Compare
|
ae6cddc
to
1a400b4
Compare
022ba21
to
6e735c2
Compare
6e735c2
to
88ef513
Compare
f9b3f8e
to
b0a489e
Compare
7d1b929
to
de8b422
Compare
cd5af41
to
93c8f5f
Compare
62b7f52
to
eec509a
Compare
eec509a
to
aa2e1d6
Compare
aa2e1d6
to
b31a18c
Compare
b31a18c
to
d38b75a
Compare
a672a5c
to
a94c21a
Compare
a94c21a
to
e155256
Compare
53092ab
to
cc0bc53
Compare
cc0bc53
to
c001753
Compare
e3e8ef1
to
fdda35e
Compare
3083c72
to
e7095a6
Compare
4ad7dbe
to
8c79e08
Compare
8c79e08
to
56d1363
Compare
b44dc1d
to
269b951
Compare
5e636ea
to
7a7c10c
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | packagist | behat/behat | 3.15.0 | 3.23.0 | | github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.29.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.42.0 | | packagist | laminas/laminas-servicemanager | 3.20.0 | 3.23.0 | | packagist | phpunit/phpunit | 9.6.23 | 9.6.23 | | github-tags | shivammathur/setup-php | 2.30.2 | 2.35.2 | | packagist | symfony/config | 6.0.19 | 6.4.24 | | packagist | symfony/dependency-injection | 6.0.20 | 6.4.24 |
7a7c10c
to
99e301e
Compare
This PR contains the following updates:
^3.14.0
->^3.23.0
1.24.0
->1.29.0
1.39.0
->1.42.0
^3.20.0
->^3.23.0
^9.6.19
->^9.6.23
2.30.2
->2.35.2
^6.0.19
->^6.4.24
^6.0.20
->^6.4.24
Release Notes
Behat/Behat (behat/behat)
v3.23.0
Compare Source
Added
Fixed
releases by @acoulton in #1650 and #1649
Internal
v3.22.0
Compare Source
Changed
Users working in languages whose characters are mostly outside the allowed UTF-8 range
will see generic
stepDefinitionX
names. We have provided an extension point for customsuggestion implementations, and would consider providing an official extension. If this
affects you, please open a discussion on the Behat repository.
By @acoulton in #1633
Internal
v3.21.1
Compare Source
Fixed
v3.21.0
Compare Source
Fixed
Added
fully qualified class names; convert output_verbosity values to constants; and convert tester and error_reporting
configuration to PHP by @acoulton in #1619, #1623
and #1626
Internal
v3.20.0
Compare Source
Changed
gherkin.paths.lib
and
gherkin.paths.i18n
are no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.By @carlos-granados in #1604.
Added
--allow-no-tests
CLI option to pass even if no specifications found by @Kingdutch in #1420--convert-config
CLI option to convert the yaml config to php by @carlos-granados in #1605Internal
and #1606
v3.19.0
Compare Source
Changed
< 1.2.0 (released in 2017, package now deprecated and unsupported by behat since 2021).
By @acoulton in #1584
redundant. By @carlos-granados in #1585
Added
#1597
Fixed
Internal
#1589 and #1590 and by
@stof in #1591
v3.18.1
Compare Source
Fixed
show_output
option when used with a custom formatter that does not define it by @carlos-granados in#1587
v3.18.0
Compare Source
Changed
Behat\Hook\Hook
andBehat\Step\Definition
interfaces used internally by step definitionattributes by @carlos-granados in #1573
Added
show_output
formatter option to control if/when to display stdout generated during testsby @carlos-granados in #1576
Fixed
Internal
@carlos-granados in #1571, #1573
#1578 and by @stof in #1575
v3.17.0
Compare Source
Changed
by @fmatsos in #1549 and #1569
--xdebug
is specified on the CLI, to improve performance by @carlos-granados in #1560Added
by @loic425 in #1537, #1538,
#1550, #1547,
#1540, #1546,
#1556, #1557 and
#1558.
<failure>
nodes for all hook failures in the junit output by @carlos-granados in #1536#[Transform]
attribute, equivalent to the@Transform
annotation by @carlos-granados in #1545--narrative
filter on the command line by @carlos-granados in #1559Fixed
output_path
is specified for the junit formatter by @carlos-granados in #1533Internal
by @carlos-granados in #1554, #1562,
#1566, #1568
#1570.
v3.16.1
Compare Source
Changed
and gherkin.paths.i18n are no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.
By @carlos-granados in #1604, backported from 3.20.0 to fix errors for users stuck on 3.16.0 due to
dependency conflicts.
v3.16.0
Compare Source
Changed
versions as they reach EOL. by @AlexSkrypnyk in #1504
to report the running version. by @acoulton in #1520
as such). This may affect users who are creating instances direct rather than through the DI container as expected.
See Behat\Behat\EventDispatcher\Cli\StopOnFailureController in #1501 and Behat\Behat\Tester\Cli\RerunController in #1518.
Added
1.234
rather than only as integer secondsby @uuf6429 in #1460
stop_on_failure
within behat.yml by @jdeniau in #1512,#1501 and #1516
Fixed
--rerun
all tests that should be considered failed (including undefined, when strict) by @carlos-granados in #1518Internal
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.29.0
Compare Source
Release Notes for 1.29.0
1.29.0
Enhancement
php-cs-fixer
withcheckstyle
output forwarded to github pull request thanks to @boesingrenovate
v1.28.0
Compare Source
Release Notes for 1.28.0
1.28.0
QA
AS
keyword casing in Dockerfile thanks to @gsteelEnhancement
Bug
renovate
v1.27.2
Compare Source
Release Notes for 1.27.2
1.27.x bugfix release (patch)
1.27.2
Bug
v1.27.1
Compare Source
Release Notes for 1.27.1
1.27.1
Bug
v1.27.0
Compare Source
Release Notes for 1.27.0
1.27.0
Enhancement
v1.26.0
Compare Source
Release Notes for 1.26.0
1.26.0
Enhancement
exclude
withphp
anddependencies
settings thanks to @boesingv1.25.0
Compare Source
Release Notes for 1.25.0
1.25.0
Enhancement
package.json
andpackage-lock.json
withDockerfile
version ofnode
thanks to @boesingrenovate
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.42.0
Compare Source
Release Notes for 1.42.0
1.42.0
renovate
v1.41.0
Compare Source
Release Notes for 1.41.0
1.41.0
Enhancement
v1.40.1
Compare Source
Release Notes for 1.40.1
1.40.1
Enhancement
v1.40.0
Compare Source
Release Notes for 1.40.0
1.40.0
Enhancement
renovate
Bug
laminas/laminas-servicemanager (laminas/laminas-servicemanager)
v3.23.0
Compare Source
Release Notes for 3.23.0
3.23.0
Enhancement
v3.22.1
Compare Source
Release Notes for 3.22.1
3.22.x bugfix release (patch)
3.22.1
Enhancement
services
in ServiceManager configuration thanks to @rieschlv3.22.0
Compare Source
Release Notes for 3.22.0
3.22.0
Enhancement
v3.21.0
Compare Source
Release Notes for 3.21.0
Feature release (minor)
Added
ConfigInterface
inServiceManager
. This provides forward compatibility with v4.0.0Removed
Changed
ConfigInterface
andConfig
as deprecated as they will be removed with v4.0.03.21.0
Enhancement
Config
andConfigInterface
as deprecated thanks to @boesingConfigInterface
psalm types inServiceManager
thanks to @boesingocramius/proxy-manager
withfriendsofphp/proxy-manager-lts
thanks to @Slamdunkshivammathur/setup-php (shivammathur/setup-php)
v2.35.2
Compare Source
Changelog
auth.json
. (#980)For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.1
Compare Source
Changelog
Fixed regression in composer authentication in
2.35.0
. (#979)Fixed installing
geos
extension on PHP 8.5.For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.0
Compare Source
Changelog
Added support for
github-token
input. (#969)It uses the
GITHUB_TOKEN
secret by default and should prevent any rate limiting issues while installing your composer dependencies or while adding any tools supported by setup-php.Also, it can used to specify a personal access token (PAT) to authenticate with GitHub if you need that for your composer dependencies.
carthage-software/mago
. (#898, #975)Roave/BackwardCompatibilityCheck
. (#911, #974)shipmonk/name-collision-detector
. (#932, #973)Fixed fallback behavior on adding a specific version of extension when
fail-fast
is set to true. (#972)Fixed enabling extensions on Windows. (#978)
Fixed installing gearman extension on PHP 8.5.
Cleaned up the cubrid extension script.
Removed ondrej/pkg-gearman ppa in gearman extension setup.
Switched to ppa.setup-php.com for ondrej/php ppa fallback mirror.
Update default composer version in README. (#966)
Fixed a broken link in README. (#967)
Updated Node.js dependencies.
Thanks @jrfnl and @OskarStark for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.34.1
Compare Source
Changelog
Fixed tool-cache directory on self-hosted runners.
Fixed generating lock path in unix.sh on verbose branch.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.34.0
Compare Source
Changelog
COMPOSER_ALLOW_PLUGINS
env.Added fallback for fetching the manifest for PHP versions. (#952)
Added support to specify tools directory using
SETUP_PHP_TOOLS_DIR
env. (#943, #945)Improved detecting linux self-hosted runners if
runner
env is not specified. (#947)Improved locking mechanism while fetching files on self-hosted runners.
Dropped support for using dependency files in
shivammathur/extension
tap.Fixed errors on macOS regarding missing taps.
Fixed logic to fail on first error in extension setup from source. (#951)
Fixed error about missing
self_hosted_helper
function on macOS.Fixed the file name of the sources list to match the name used by
apt-add-repository
. (#953)Fixed installing
hiredis
on macOS during relay setup.Thanks @alcaeus, @JMoodyFWD, and @cmb69 for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.33.0
Compare Source
Changelog
ubuntu-24.04-arm
andubuntu-22.04-arm
. (#848)Dropped support for Ubuntu 20.04 (
ubuntu-20.04
) for both GitHub hosted and self-hosted runners. Please migrate your workflows toubuntu-22.04
orubuntu-24.04
. (#939)Ref: https://github.com/shivammathur/setup-php#github-hosted-runners
Improved support for installing PHPUnit around new releases. Now setup-php will fallback to the previous release till new release is available on the phpunit.de website after it is tagged. (#913, #938)
Switched to using https://ppa.launchpadcontent.net for launchpad PPAs instead of http://ppa.launchpad.net. (#927, #928)
Added a fallback to calling launchpad's API for getting PPA signatures to reduce reported failures on self-hosted runners. (#935)
Added support for specifying tools' directory using
TOOLS_DIR
env. (#937)openswoole
. ([#​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.
Read more about the use of Renovate Bot within
ocramius/*
projects.