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 liip/functional-test-bundle to v4 #43

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
liip/functional-test-bundle ^1.6 -> ^4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

liip/LiipFunctionalTestBundle (liip/functional-test-bundle)

v4.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: liip/LiipFunctionalTestBundle@4.11.0...4.12.0

v4.11.0: : add support of Symfony 7, drop support of Symfony 4.4

Compare Source

Breaking Change

The QueryCount won't work with Symfony 7, because the annotation_reader can't be enabled anymore, see https://github.com/symfony/symfony/pull/51050

What's Changed

New Contributors

Full Changelog: liip/LiipFunctionalTestBundle@4.10.0...4.11.0

v4.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: liip/LiipFunctionalTestBundle@4.9.0...4.10.0

v4.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: liip/LiipFunctionalTestBundle@4.8.0...4.9.0

v4.8.0

Compare Source

What's Changed

Full Changelog: liip/LiipFunctionalTestBundle@4.7.0...4.8.0

v4.7.0

Compare Source

What's Changed

Full Changelog: liip/LiipFunctionalTestBundle@4.6.0...4.7.0

v4.6.0

Compare Source

What's Changed 🎅 🤶

Full Changelog: liip/LiipFunctionalTestBundle@4.5.1...4.6.0

v4.5.1

Compare Source

Merged PRs:

  • Fix access to static $env property form 'self::$env' to 'static::$env' #​596

v4.5.0

Compare Source

Merged PRs:

  • Added a fix for symfony 5.3 container. #​593

v4.4.3

Compare Source

Merged PRs:

  • Fix issue with isMainRequest #​591

v4.4.2

Compare Source

Merged PRs:

  • Replaces call to deprecated isMasterRequest with isMainRequest #​588

v4.4.1

Compare Source

Merged PRs:

  • Fix Symfony 5.2 deprecation #​587

v4.4.0

Compare Source

Merged PRs:

  • Fix new static method getContainer in KernelTestCase collision #​584

v4.3.1

Compare Source

Merged PRs:

  • Restore test on lowest versions #​581 and drop Symfony 3.4

v4.3.0

Compare Source

Merged PRs:

  • PHP 8 support #​577 ⚠️ PHP 7.1 and Symfony 3.4 are not supported anymore
  • Add GitHub actions #​579
  • Apply fixes from StyleCI #​580

v4.2.1

Compare Source

Merged PRs:

  • [Doc] add doctrine profiling part to enable query counter #​568
  • Apply fixes from StyleCI #​569
  • Fix tests #​570
  • Restore “--prefer-lowest” job on Travis CI #​572
  • Update twig to 3 #​574

v4.2.0

Compare Source

Merged PRs:

  • Create WebTestCase::loginClient to allow working with a single kernel #​567

v4.1.0

Compare Source

Merged PRs:

v4.0.0

Compare Source

Merged PRs:

  • Documentation update #​547
  • Don't install monolog/monolog 2 for development #​549
  • Replaced deprecated assertContains with assertStringContainsString #​550
  • Removing deprecations #​551
  • Symfony 5 support #​556
  • Remove “paratest:run” command #​560
  • Update changelog for 4.0 #​562
  • composer require …:^4.0.0 #​563

v3.3.0

Compare Source

Merged PRs:

  • Update composer branch-alias to 3.x-dev #​540
  • Allow PHPUnit 8 #​541 (dropped support of PHP 6 that is not maintained anymore, only PHPUnit 7 and 8 are supported)

v3.2.0

Compare Source

Merged PRs:

  • Annotation DisableDatabaseCache is now in TestFixturesBundle #​536
  • The use statement needs a leading \ #​534
  • Fix Scrutinizer configuration #​539
  • Remove obsolete properties from WebTestCase #​538
  • Remove hard dependency on doctrine/common #​440
  • Composer:
    • update “suggest” part #​542
    • remove outdated Doctrine dependencies #​543
  • Update examples.md #​544
  • Command Inputs #​545

v3.1.0

Compare Source

Merged PRs:

  • Update installation: link to upgrade and version to require with composer #​531
  • Add stacktrace to the output of assertStatusCode() #​532

v3.0.0

Compare Source

Merged PRs:

  • Add some missing arguments type in PHPDoc #​524

v1.11.0

Compare Source

Merged PRs:

  • 1.x: Allow PHPUnit 7, remove PHP 5.6 support #​508

v1.10.0

Compare Source

Features:

  • Access special test container in getContainer(). Closes #​427 #​428
  • Allow static assertion calls #​445

Merged PRs:

  • Update README to mention 2.x branch #​409
  • added issue templates #​416
  • Fix Typo about append parameter #​363
  • README: Add link to 2.x README #​420
  • Use a session name by default #​444

v1.9.5: : Fix conflicts with Symfony 4

Compare Source

Bug fixes:

  • Composer: Disallow Symfony 4 #​410

v1.8.0

Compare Source

Merged PRs:

  • Adds backup file param even to preFixtureRestore and postFixtureRestore #​317
  • also allow twig/twig ~2.0 #​306
  • Add purge mode for to load fixtures from files. #​300
  • Added support for PHPUnit 6.1 #​322

Dropped support of HHVM and Symfony 3.1

v1.7.3: fixed a bug with sqlite caching

Compare Source

see SQLSTATE[HY000]: General error: 17 database schema has changed #​109

v1.7.2: : Revert BC break

Compare Source

Revert Backward Compatibility break: #​312

v1.7.1: : support for fixture outside of bundle and allow loadFixtures() without arguments #​310

Compare Source

  • Add support for wrong fixture path outside a bundle #​302
  • Allow loadFixtures() without arguments #​310

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 26, 2022

⚠ 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 click 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: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/andibraeu/LinkSink":"/mnt/renovate/gh/andibraeu/LinkSink" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/andibraeu/LinkSink" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.3 && install-tool composer 1.10.26 && composer update liip/functional-test-bundle --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Info from https://repo.packagist.org: �[37;44m#StandWith�[30;43mUkraine�[0m
Updating dependencies (including require-dev)

Copy link
Contributor Author

renovate bot commented Nov 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

0 participants