Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Development Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Drupal Development Environment
Merge requests
!16
Merging develop into main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merging develop into main
develop
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
jurgenhaas
requested to merge
develop
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
#13
Add outdated test command
Remove drupal-code-builder/drupal-code-builder-drush as a dependency
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
d23c5409
2 commits,
1 year ago
2 files
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ahoy.test.yml
+
7
−
0
Options
@@ -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
Loading