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 Minor and Patch Contrib #1177

Closed
wants to merge 1 commit into from

Conversation

AlexSkrypnyk
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
behat/mink (source) require-dev minor 1.10 -> 1.11.0
behat/mink-selenium2-driver (source) require-dev minor 1.6 -> 1.7.0
drupal/core-dev require-dev minor 10.1.7 -> 10.2.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

minkphp/Mink (behat/mink)

v1.11.0

Compare Source

===================

New features:

  • Added support for symfony/css-selector 7
  • Added constants for the supported key modifiers
  • Improved types to help static analysis
  • Added parameter types for most methods

Testsuite:

  • Added CI jobs for PHP 8.2 and 8.3
  • Added static analysis in our CI
minkphp/MinkSelenium2Driver (behat/mink-selenium2-driver)

v1.7.0

Compare Source

==================

BC break:

  • syn JS library was upgraded from v0.0.3 to v0.15.0

New features:

  • Added parameter types for all methods
  • Added support for Symfony 7

Bug fixes:

  • Fix compatibility of execute with Selenium 4
  • Selenium2Driver::{keyPress, keyDown, keyUp} methods were using numeric string input as char code. Newly an integer type must be passed. Strings are not handled as strings properly, as done in other Mink drivers.
  • Add proper error handling for non-started sessions

Testsuite:

  • Fixed compatibility with the latest driver testsuite
  • Added CI jobs for PHP 8.2 and 8.3
  • Added static analysis with phpstan
drupal/core-dev (drupal/core-dev)

v10.2.0

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@AlexSkrypnyk
Copy link
Contributor Author

⚠ 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: composer update behat/mink:1.11.0 behat/mink-selenium2-driver:1.7.0 drupal/core-dev:10.2.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency mglaman/phpstan-drupal is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency phpspec/prophecy-phpunit is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency phpstan/extension-installer is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency dealerdirect/phpcodesniffer-composer-installer is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/core-dev ^10.1.6 -> satisfiable by drupal/core-dev[10.2.0].
    - drupal/core-dev 10.2.0 requires symfony/error-handler ^6.4 -> found symfony/error-handler[v6.4.0-BETA1, v6.4.0-RC1, v6.4.0, 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.

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

@AlexSkrypnyk AlexSkrypnyk deleted the deps/drupal-minor-patch-contrib branch December 18, 2023 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants