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 - autoclosed #326

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
codeception/codeception (source) require-dev major ^3.1 -> ^4.0

Release Notes

Codeception/Codeception

v4.1.22

Compare Source

v4.1.21

Compare Source

  • Fix dry-run compatibility with symfony/console 5.3
  • Coverage: Don't attempt to set cookie domain when it is "localhost" #​6210 by @​marcovtwout
  • Coverage: Don't attempt to read cookies while an alert is open #​6211 by @​marcovtwout

v4.1.20

Compare Source

  • Fix compatibility with PHP 7.0

v4.1.19

Compare Source

  • Action file generator supports PHP 8 union types
  • Action file generator generates typehints for method parameters
  • Removed dead code related to DataProviderTestSuite
  • Removed documentation related to Cept format
  • Deprecated generate:cept command
  • Documentation improvements

v4.1.18

Compare Source

  • Fix cleanup of included test directories #​6117 by @​rolandsaven
  • Clean command will not delete .gitkeep files in _output directory #​6118
  • Add line break between opening tag and namespace in generated Cest and Test files #​6072

v4.1.17

Compare Source

  • Fix codecept run suite when suite name matches directory (bug introduced in 4.1.16)
  • codecept run tests is equivalent to codecept run
  • codecept run :filter works without specifying suite #​6105
  • codecept run tests:filter works too

v4.1.16

Compare Source

  • Detect the suite from a test path relative to the current working dir (#​6051)
  • GroupManager: Fixed bug introduced in 4.1.15
  • Show location of warning in error message (#​6090)

v4.1.15

Compare Source

  • GroupManager: Show which group contains a missing file #​5938
  • Ignore . namespace in generators when someone pass path as a class name, e.g. ./foo #​5818
  • Removed "Running with seed" from CLI report (#​6088) by @​eXorus
  • Suggest most similar module in missing module exception #​6079 by @​c33s

v4.1.14

Compare Source

  • Improved compatibility logic for Symfony EventDispatcher

v4.1.13

Compare Source

  • Gherkin: Fixed loading methods from namespaced helper classes #​6057

v4.1.12

Compare Source

v4.1.11

Compare Source

v4.1.9

Compare Source

v4.1.8

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

  • Fixed docker images
  • Fixed indentation in generated Actor class, by @​cebe
  • Added addToAssertionCount method to AssertionCounter trait, #​5918 by @​Archanium

v4.1.4

Compare Source

  • Build: Fix bug with void type not being picked up correctly #​5880 by @​Jamesking56
  • Test --report flag (the bugfix in phpunit-wrapper library)

v4.1.3

Compare Source

  • Build: Use non-deprecated method to get return type hint on PHP 7.1+ #​5876
  • Build: Ensure that the return keyword is not used when method returns void type #​5878 by @​Jamesking56

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

  • Fixed errors in bootstrap scripts #​5806

v4.0.1

Compare Source

  • Fixed error reporting error in upgrade4 script
  • Symfony 5 compatibility: Improved detection of event-dispatcher version

v4.0.0

Compare Source

v3.1.3

Compare Source


Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 20, 2019

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: api/composer.lock
Command failed: docker run --rm --name=renovate_composer --label=renovate_child -v "/mnt/renovate/gh/jelhan/croodle":"/mnt/renovate/gh/jelhan/croodle" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/jelhan/croodle/api" docker.io/renovate/composer:2.0.12 bash -l -c "composer update codeception/codeception --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader"
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - codeception/phpbuiltinserver is locked to version v1.5.0 and an update of this package was not requested.
    - codeception/phpbuiltinserver v1.5.0 requires codeception/codeception ^3.0 -> found codeception/codeception[3.0.0, ..., 3.1.2] but it conflicts with your root composer.json require (^4.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@jelhan
Copy link
Owner

jelhan commented Jan 18, 2020

Blocked by tiger-seo/PhpBuiltinServer#38.

@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 7d240fa to fa1abf4 Compare February 7, 2020 20:48
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from fa1abf4 to 794625a Compare May 2, 2020 09:25
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 794625a to 1424497 Compare July 10, 2020 22:49
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch 2 times, most recently from f224099 to cfbab44 Compare October 31, 2020 07:19
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch 2 times, most recently from 49b1f9e to 1fc89fa Compare November 9, 2020 08:30
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch 2 times, most recently from 11aae63 to ddbb7ea Compare November 14, 2020 14:54
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch 3 times, most recently from b48d6b2 to ba21429 Compare December 11, 2020 16:08
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch 14 times, most recently from 42548c6 to 79b1e2e Compare January 21, 2021 13:36
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 79b1e2e to d438629 Compare January 27, 2021 18:04
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from d438629 to 8b6e1e4 Compare January 27, 2021 18:07
@renovate renovate bot force-pushed the renovate/codeception-codeception-4.x branch from 8b6e1e4 to 0c44724 Compare January 27, 2021 18:23
@renovate
Copy link
Contributor Author

renovate bot commented May 9, 2021

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: api/composer.lock
Command failed: docker run --rm --name=renovate_composer --label=renovate_child -v "/mnt/renovate/gh/jelhan/croodle":"/mnt/renovate/gh/jelhan/croodle" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/jelhan/croodle/api" docker.io/renovate/composer:2.0.12 bash -l -c "composer update codeception/codeception --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader"
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - codeception/phpbuiltinserver is locked to version v1.5.0 and an update of this package was not requested.
    - codeception/phpbuiltinserver v1.5.0 requires codeception/codeception ^3.0 -> found codeception/codeception[3.0.0, ..., 3.1.2] but it conflicts with your root composer.json require (^4.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 6, 2021

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: api/composer.lock
Command failed: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/jelhan/croodle":"/mnt/renovate/gh/jelhan/croodle" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/jelhan/croodle/api" docker.io/renovate/php:7.4.24 bash -l -c "install-tool composer 2.1.9 && composer update codeception/codeception --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - codeception/phpbuiltinserver is locked to version v1.5.0 and an update of this package was not requested.
    - codeception/phpbuiltinserver v1.5.0 requires codeception/codeception ^3.0 -> found codeception/codeception[3.0.0, ..., 3.1.3] but it conflicts with your root composer.json require (^4.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot changed the title Update dependency codeception/codeception to v4 Update dependency codeception/codeception to v4 - autoclosed Mar 7, 2022
@renovate renovate bot closed this Mar 7, 2022
@renovate renovate bot deleted the renovate/codeception-codeception-4.x branch March 7, 2022 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants