Metadrop / scripthor

Swiss knife of scripts for speed up the development on drupal projects.
1 stars 10 forks source link

Issue #49: Drupal steps only on Drupal packages #52

Closed jorgetutor closed 1 year ago

jorgetutor commented 1 year ago

Example of drupal package

/// Updating: drupal/radix ///

Gathering patches for root package.
Loading composer repositories with package information
Dependency drupal/core 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
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 0 updates, 0 removals
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating autoload files
118 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
Package type: drupal-theme 
Running drush cr on the "@self" environment:
 [success] Cache rebuild complete.

Running drush updb -y on the "@self" environment:
 [success] No pending updates.

Exporting any new configuration: 
Running drush cex -y on the "@self" environment:
 [notice] The active configuration is identical to the configuration in the export directory (../config/default).
../config/default

On branch develop
Your branch is up to date with 'origin/develop'.

nothing added to commit but untracked files present (use "git add" to track)
No changes to commit

Example of non-drupal package


/// Updating: mglaman/phpstan-drupal ///

Gathering patches for root package.
Loading composer repositories with package information
Dependency symfony/deprecation-contracts 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
Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading mglaman/phpstan-drupal (1.1.28 => 1.1.29)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Downloading mglaman/phpstan-drupal (1.1.29)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Upgrading mglaman/phpstan-drupal (1.1.28 => 1.1.29): Extracting archive
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating autoload files
118 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
Package type: phpstan-extension 
[develop 792c1dfca] UPDATE - mglaman/phpstan-drupal
 Author: peter <peter@poter.com>
 1 file changed, 6 insertions(+), 6 deletions(-)