Skip to content

Commit

Permalink
Bumped deps versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 19, 2024
1 parent f0a9ddd commit 3f9715f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vortex/docs/content/contributing/maintenance/release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ renovate --schedule= --force-cli=true drevops/vortex
3. Update PHP version in `composer.json` for `config.platform`.
4. Update PHP version in `phpcs.xml` for `testVersion`.
5. Update PHP version in `phpstan.neon` for `phpVersion`. Run `php -r "echo PHP_VERSION_ID . PHP_EOL;"` in the container to get the current PHP version.
6. Increment minor version of all packages in `composer.json`.
6. Increment minor version of all packages in `composer.json`. Run `composer update -W && composer bump`.
7. Update minor version of dependencies in theme's `package.json`.
8. Increment the cache version in `.circleci/config.yml`.
9. Updated documentation with `cd .vortex && ahoy update-docs`.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.10",
"drupal/redis": "^1.8",
"drupal/search_api": "^1.36",
"drupal/search_api": "^1.37",
"drupal/search_api_solr": "^4.3",
"drupal/seckit": "^2.0",
"drupal/shield": "^1.8",
Expand All @@ -27,23 +27,23 @@
"webflo/drupal-finder": "^1.3"
},
"require-dev": {
"behat/behat": "^3.14",
"behat/behat": "^3.17",
"dantleech/gherkin-lint": "^0.2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"drevops/behat-format-progress-fail": "^1.2",
"drevops/behat-screenshot": "^1.5",
"drevops/behat-steps": "^2.4",
"drevops/behat-screenshot": "^1.6",
"drevops/behat-steps": "^2.6",
"drupal/core-dev": "~11.1.0",
"drupal/drupal-extension": "^5",
"ergebnis/composer-normalize": "^2.43",
"ergebnis/composer-normalize": "^2.45",
"mglaman/phpstan-drupal": "^1.3",
"palantirnet/drupal-rector": "^0.20",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.15",
"phpspec/prophecy-phpunit": "^2.2",
"phpspec/prophecy-phpunit": "^2.3",
"phpstan/extension-installer": "^1.4",
"pyrech/composer-changelogs": "^1.8",
"vincentlanglet/twig-cs-fixer": "^3"
"vincentlanglet/twig-cs-fixer": "^3.5"
},
"conflict": {
"drupal/drupal": "*"
Expand Down

1 comment on commit 3f9715f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.