Pin dependencies#199
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
This file contains hidden or 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
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:
cdf6c1fde0fac2bbbca2d^3.13.0→^3.29.0^2.2→^2.3.04f8e943671740a^1.4→^1.4.1^2.0→^2.3.0^5.3→^5.4.1^2.44→^2.50.0^2.7→^2.7.5^1.7→^1.7.4^2.0.4→^2.0.7c0afd6f^2.13→^2.15.03a7fb5c36474a4accd6124d585ccRelease Notes
Behat/Behat (behat/behat)
v3.29.0Compare Source
Changed
should not impact end-users or extension authors.
This is work towards the upcoming 4.0.0 release, which will add support
for symfony8 and introduce strict types throughout.
By @acoulton in #1763
v3.28.0Compare Source
Changed
masterto3.xand remove thedev-mastercomposer branch aliasby @acoulton in #1708
Added
printSkippedStepsoption to pretty formatter (true by default) by @carlos-granados in #1705This PR was originally contributed to a 4.x branch which was then abandoned. The feature was later implemented in 3.x
by a different contributor, but we wanted to also credit the previous work done. The only actual change in this
release is an internal (backwards compatible) change to the use of WrongPathsException.
By @adrienbrault in #1397 and merged back to 3.x by @acoulton in #1693
Fixed
Internal
--rerunand--rerun-onlyby @carlos-granados in #1770, #1764,
#1766, and #1771
#1709, #1711,
#1713, #1714,
#1710, #1715,
#1717, #1720,
#1721, #1722,
#1723, #1724,
#1725, #1726,
#1729, #1727,
#1728, #1730,
#1731, #1734,
#1735, #1736,
#1737, #1738,
#1740, #1739,
#1741, #1742,
#1750, #1751,
#1752, #1755,
#1753, #1760,
#1761, #1756,
#1767, #1765,
#1769, #1768,
#1773, and #1774
v3.27.0Compare Source
Changed
130onSIGINTby @andrewnicols in #1686Added
Internal
Examplestables are supported by @acoulton in #1696v3.26.0Compare Source
Changed
Previously, the JUnit formatter would print an absolute path unless the file was beneath the current working
directory.
The new default is to print paths relative to the Behat base directory - in most cases this will also be the current
working directory and therefore the result will be the same. However, in some cases the reported file paths will change
so you may wish to review the configuration e.g. if your tooling aggregates build results over time.
By @carlos-granados in #1677
Added
#1681, #1677
and #1684.
fileattribute on<testsuite>nodes in the JUnit formatters by @carlos-granados in #1680timeroption to disable reporting execution times in the JUnit formatter by @carlos-granados in #1681Fixed
error_reportingin the Behat configuration should take precedence over system defaults by @carlos-granados in #1675--convert-configby @carlos-granados in #1679based on work previously done by @uuf6429.
Internal
v3.25.0Compare Source
Added
Fixed
Internal
v3.24.1Compare Source
Fixed
v3.24.0Compare Source
Changed
match their usage causing potential false-positive passes. If users have stubbed steps with incomplete arguments (e.g.
to throw a PendingException) these will now fail before executing. Steps generated from Behat's snippets or IDEs
should not be affected as these should already define appropriate PyStringNode / TableNode arguments.
By @jdeniau in #1614
Added
Fixed
Internal
v3.23.0Compare Source
Added
Fixed
releases by @acoulton in #1650 and #1649
Internal
v3.22.0Compare Source
Changed
Users working in languages whose characters are mostly outside the allowed UTF-8 range
will see generic
stepDefinitionXnames. 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.1Compare Source
Fixed
v3.21.0Compare 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.0Compare Source
Changed
gherkin.paths.liband
gherkin.paths.i18nare no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.By @carlos-granados in #1604.
Added
--allow-no-testsCLI option to pass even if no specifications found by @Kingdutch in #1420--convert-configCLI option to convert the yaml config to php by @carlos-granados in #1605Internal
and #1606
v3.19.0Compare 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.1Compare Source
Fixed
show_outputoption when used with a custom formatter that does not define it by @carlos-granados in#1587
v3.18.0Compare Source
Changed
Behat\Hook\HookandBehat\Step\Definitioninterfaces used internally by step definitionattributes by @carlos-granados in #1573
Added
show_outputformatter 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.0Compare Source
Changed
by @fmatsos in #1549 and #1569
--xdebugis 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@Transformannotation by @carlos-granados in #1545--narrativefilter on the command line by @carlos-granados in #1559Fixed
output_pathis specified for the junit formatter by @carlos-granados in #1533Internal
by @carlos-granados in #1554, #1562,
#1566, #1568
#1570.
v3.16.1Compare 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.0Compare 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.234rather than only as integer secondsby @uuf6429 in #1460
stop_on_failurewithin behat.yml by @jdeniau in #1512,#1501 and #1516
Fixed
--rerunall tests that should be considered failed (including undefined, when strict) by @carlos-granados in #1518Internal
v3.15.0Compare Source
Note: This release also bumps the minor version of behat/gherkin to 4.10.0, which was released on 2024-10-19 with
a behaviour-changing bugfix related to the parsing of
\characters in scenarios.See the Behat/Gherkin CHANGELOG.
Added
@jrfnl in #1477
behat.dist.y[a]mlby @uuf6429 in #1464--rerun-onlyflag to immediately exit 0 without running anything if there were no failures on the previous runby @Treast in #1466
defaultif nothing was specified at runtimeby @andrewnicols in #1334
Fixed
by @ivastly in #1457 and @acoulton in #1483
Internal
#1486 and #1487 and by
@jrfnl in #1479
#1492
v3.14.0Compare Source
Added
Fixed
Internal
minkphp/MinkBrowserKitDriver (behat/mink-browserkit-driver)
v2.3.0Compare Source
==================
New features:
setValuefor checkboxesBug fixes:
getTextto match other driversTestsuite:
behat-chrome/behat-chrome-extension (dmore/behat-chrome-extension)
v1.4.1Compare Source
Includes:
drevops/behat-phpserver (drevops/behat-phpserver)
v2.3.0Compare Source
What's new since 2.2.2
Full Changelog: drevops/behat-phpserver@2.2.2...2.3.0
@AlexSkrypnyk
v2.2.2Compare Source
What's new since 2.2.1
Full Changelog: drevops/behat-phpserver@2.2.1...2.2.2
@AlexSkrypnyk, @renovate[bot] and renovate[bot]
v2.2.1Compare Source
What's new since 2.2.1
Full Changelog: drevops/behat-phpserver@2.2.0...2.2.1
@AlexSkrypnyk, @renovate[bot] and renovate[bot]
v2.2.0Compare Source
What's new since 2.1.0
Full Changelog: drevops/behat-phpserver@2.1.0...2.2.0
@AlexSkrypnyk
v2.1.0Compare Source
What's new since 2.0.1
Full Changelog: drevops/behat-phpserver@2.0.1...2.1.0
@AlexSkrypnyk
v2.0.1Compare Source
What's new since 2.0.0
lsoffor multiple processes listing the same port. @AlexSkrypnyk (#32)Full Changelog: drevops/behat-phpserver@2.0.0...2.0.1
@AlexSkrypnyk
dvdoug/behat-code-coverage (dvdoug/behat-code-coverage)
v5.4.1Compare Source
Added
phpunit/php-code-coveragev13v5.4.0Compare Source
Added
opencloverreport optionv5.3.7Compare Source
Added
phpunit/php-code-coveragev12v5.3.6Compare Source
Fixed
--no-coverageCLI option is usedv5.3.5Compare Source
Changed
stderrinstead ofstdoutfor warningsv5.3.4Compare Source
Fixed
v5.3.3Compare Source
Added
phpunit/php-code-coveragev11Changed
phpunit/php-code-coverageversion bumped to 10.1v5.3.2Compare Source
Fixed
v5.3.1Compare Source
Changed
phpunit/php-code-coveragev10.1Fixed
ergebnis/composer-normalize (ergebnis/composer-normalize)
v2.50.0Compare Source
For a full diff see [
2.49.0...2.50.0][2.49.0...2.50.0].Changed
schema.json([#1563]), by [@ergebnis-bot]v2.49.0Compare Source
For a full diff see [
2.48.2...2.49.0][2.48.2...2.49.0].Changed
schema.json([#1507]), by [@ergebnis-bot]composer/composer([#1416]), by [@localheinz][
v2.48.2](https://redirect.github.comConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.