Skip to content
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 dependency codeception/codeception to v4.2.2 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codeception/codeception (source) 5.1.0 -> 4.2.2 age adoption passing confidence

Release Notes

Codeception/Codeception (codeception/codeception)

v4.2.2

Compare Source

  • Propagate --ext and --override parameters to included test suites (#​6536)
  • Fixed false negative message about stecman/symfony-console-completion package (#​6541)

v4.2.1

Compare Source

  • Execute setupBeforeClass/tearDownAfterClass only once (#​6481)
  • Handle action with intersection return type correctly in dry-run command

v4.2.0

Compare Source

  • Improved multi-application experience, allow filtering suites by name (#​6435) by @​calvinalkan
  • Configuration override is passed to included suites (#​5978) by @​calvinalkan
  • Made dry-run command work with module methods having return types (#​6470)
  • Support for expectError/Warning/Notice/Deprecation methods in unit tests (Requires PHPUnit 8.4+)
  • Implemented new setting convert_deprecations_to_exceptions (#​6469)
  • Action file generator: Do not return when return type is never (#​6462)
  • Backported test.useless event from Codeception 5.0 (#​6459)

v4.1.31

Compare Source

  • RunBefore extension prints error output and stops execution if command failed
  • Action file generator: Fixed handling of intersection types
  • Action file generator: Fixed handling of self and parent types

v4.1.30

Compare Source

  • Fix handling of previous exception in ExtensionException
  • Improved parser fix for PHP keywords as named parameters
  • Add link to https://helpukrainewin.org

v4.1.29

Compare Source

  • Fixed duplicate test runs when codeception.yml and codeception.dist.yml are present in multi-app setup by @​calvinalkan
  • Action generator handles mixed type correctly
  • Parser fix to allow named parameters named class and namespace

v4.1.28

Compare Source

v4.1.27

Compare Source

  • Renamed editorUrl setting to editor_url for consistency
  • Fixed wildcard matching of group files (#​6302) by @​DavertMik

v4.1.26

Compare Source

v4.1.25

Compare Source

v4.1.24

Compare Source

In this example, tests listed in slow.txt will be executed from backend/tests and frontend/tests:

### included configs
include:
  - backend/tests
  - frontend/tests

### groups defined in files
groups:
  slow: slow.txt

v4.1.23

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 11, 2021
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 74314e3 to 972ef44 Compare December 16, 2021 15:03
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.23 Update dependency codeception/codeception to v4.1.24 Dec 16, 2021
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 972ef44 to 0cd5822 Compare December 21, 2021 02:09
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.24 Update dependency codeception/codeception to v4.1.25 Dec 21, 2021
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 0cd5822 to 33bf707 Compare December 21, 2021 21:50
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.25 Update dependency codeception/codeception to v4.1.26 Dec 21, 2021
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 33bf707 to ceeeccc Compare December 22, 2021 08:19
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.26 Update dependency codeception/codeception to v4.1.27 Dec 22, 2021
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from ceeeccc to f766ce6 Compare January 5, 2022 18:06
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.27 Update dependency codeception/codeception to v4.1.28 Jan 5, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from f766ce6 to 5eca941 Compare January 29, 2022 18:59
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.28 Update dependency codeception/codeception to v4.1.29 Jan 29, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 5eca941 to e9dd00b Compare March 7, 2022 15:17
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.29 Update dependency codeception/codeception to v4.1.30 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from e9dd00b to db932ea Compare March 13, 2022 18:19
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.30 Update dependency codeception/codeception to v4.1.31 Mar 13, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from db932ea to f1938a3 Compare June 18, 2022 15:58
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.1.31 Update dependency codeception/codeception to v4.2.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from f1938a3 to ef3f4af Compare June 23, 2022 19:37
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.2.0 Update dependency codeception/codeception to v4.2.1 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from ef3f4af to 34d3af5 Compare September 25, 2022 16:02
@renovate renovate bot changed the title Update dependency codeception/codeception to v4.2.1 Update dependency codeception/codeception to v4.2.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 34d3af5 to 709df36 Compare March 16, 2023 20:08
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 709df36 to d713fab Compare February 21, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants