Skip to content

Commit 307fa56

Browse files
authored
Updated Drupal core and contrib modules. (#165)
* Updated Drupal core. * Updated contrib modules. * Removed deprecated 'fullscreen_algorithm' option from Behat screenshot config.
1 parent 377d6c5 commit 307fa56

File tree

3 files changed

+408
-400
lines changed

3 files changed

+408
-400
lines changed

behat.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ default:
9494
dir: '%paths.base%/.logs/screenshots' # Directory to save screenshots.
9595
on_failed: true # Change to 'false' (no quotes) to disable screenshots on failure.
9696
always_fullscreen: true # Always capture full page screenshots.
97-
fullscreen_algorithm: resize # Options: 'stitch' or 'resize'
9897
purge: false # Purge screenshots before each run. Use `BEHAT_SCREENSHOT_PURGE=true` to override.
9998
info_types: # Additional information to include in screenshots.
10099
- url

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"drupal/coffee": "^2.0.1",
1818
"drupal/config_split": "^2.0.2",
1919
"drupal/config_update": "^2@alpha",
20-
"drupal/core-composer-scaffold": "~11.3.5",
21-
"drupal/core-recommended": "~11.3.5",
20+
"drupal/core-composer-scaffold": "~11.3.7",
21+
"drupal/core-recommended": "~11.3.7",
2222
"drupal/devel": "^5.5.0",
2323
"drupal/diff": "^1.10",
2424
"drupal/entity_clone": "^2.1@beta",
@@ -48,34 +48,34 @@
4848
"drupal/stage_file_proxy": "^3.1.6",
4949
"drupal/views_bulk_operations": "^4.4.4",
5050
"drupal/webform": "^6.3@beta",
51-
"drush/drush": "^13.7.1",
51+
"drush/drush": "^13.7.2",
5252
"oomphinc/composer-installers-extender": "^2.0.1",
53-
"symfony/http-client": "^6.4.34",
53+
"symfony/http-client": "^6.4.36",
5454
"webflo/drupal-finder": "^1.3.1"
5555
},
5656
"require-dev": {
57-
"behat/behat": "^3.29",
58-
"dantleech/gherkin-lint": "^0.2.3",
57+
"behat/behat": "^3.30",
58+
"dantleech/gherkin-lint": "^0.2.4",
5959
"dealerdirect/phpcodesniffer-composer-installer": "^1.2.0",
6060
"drevops/behat-format-progress-fail": "^1.4",
61-
"drevops/behat-screenshot": "^2.2",
62-
"drevops/behat-steps": "^3.6.0",
61+
"drevops/behat-screenshot": "^2.3",
62+
"drevops/behat-steps": "^3.7.0",
6363
"drevops/phpcs-standard": "^0.7.0",
6464
"drupal/coder": "^9@alpha",
65-
"drupal/drupal-extension": "^5.3.2",
66-
"ergebnis/composer-normalize": "^2.50.0",
65+
"drupal/drupal-extension": "^5.3.3",
66+
"ergebnis/composer-normalize": "^2.51.0",
6767
"lullabot/mink-selenium2-driver": "^1.7.4",
6868
"lullabot/php-webdriver": "^2.0.7",
69-
"mglaman/phpstan-drupal": "^2.0.12",
69+
"mglaman/phpstan-drupal": "^2.0.13",
7070
"mikey179/vfsstream": "^1.6.12",
7171
"palantirnet/drupal-rector": "^0.21.1",
7272
"phpcompatibility/php-compatibility": "^10.0@alpha",
7373
"phpspec/prophecy-phpunit": "^2.5",
7474
"phpstan/extension-installer": "^1.4.3",
75-
"phpstan/phpstan": "^2.1.44",
75+
"phpstan/phpstan": "^2.1.49",
7676
"phpunit/phpunit": "^11.5.55",
7777
"pyrech/composer-changelogs": "^2.2",
78-
"rector/rector": "^2.3.9",
78+
"rector/rector": "^2.4.2",
7979
"vincentlanglet/twig-cs-fixer": "^3.14"
8080
},
8181
"conflict": {

0 commit comments

Comments
 (0)