Skip to content
Snippets Groups Projects
Commit f6bd6bb0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !16
parents 9c416913 d23c5409
No related branches found
Tags v3.2.16
1 merge request!16Merging develop into main
Pipeline #1165155 passed
......@@ -98,3 +98,10 @@ commands:
test -e .prettierignore || echo '*.yml' > .prettierignore
/drupal/web/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=/drupal/web/core --ext=.js,.yml . $@
usage: Eslint tests by module
outdated:
cmd: |
echo "Testing for outdated patch versions ..."
composer outdated --patch-only --strict --no-interaction
echo "Testing for outdated minor versions ..."
composer outdated --minor-only --strict --no-interaction
usage: Verifies that a dependencies are using the latest minor and patch versions
......@@ -45,7 +45,6 @@
"php": ">=8.1",
"composer-plugin-api": "^2",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal-code-builder/drupal-code-builder-drush": "*",
"drupal/coder": "*",
"drupal/core": "*",
"drupal/core-composer-scaffold": "*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment