Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/upgrade_status from 4.0.0 to 4.2.0 #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • brick/varexporter 0.3.8 (package was removed)
  • laminas/laminas-servicemanager 3.21.x-dev (package was removed)
  • laminas/laminas-stdlib 3.17.0 (package was removed)
  • laminas/laminas-text 2.10.0 (package was removed)
  • mathieuviossat/arraytotexttable v1.0.9 (package was removed)
  • dekor/php-array-table: 2.0 (new package, previously not installed)
  • drupal/upgrade_status: 4.2.0 (updated from 4.0.0)
  • egulias/email-validator: 3.2.6 (updated from 3.2.5)
  • guzzlehttp/guzzle: 7.5.3 (updated from 7.5.2)
  • guzzlehttp/promises: 1.5.3 (updated from 1.5.2)
  • mglaman/phpstan-drupal: 1.1.37 (updated from 1.1.32)
  • nikic/php-parser: v4.19.1 (updated from v4.15.4)
  • pear/pear-core-minimal: v1.10.15 (updated from v1.10.13)
  • phpstan/phpstan: 1.10.67 (updated from 1.10.15)
  • psr/http-client: 1.0.3 (updated from 1.0.2)
  • symfony/console: v6.2.13 (updated from v6.2.10)
  • symfony/dependency-injection: v6.2.13 (updated from v6.2.10)
  • symfony/error-handler: v6.2.13 (updated from v6.2.10)
  • symfony/event-dispatcher: v6.2.13 (updated from v6.2.8)
  • symfony/filesystem: v6.4.6 (updated from v6.2.10)
  • symfony/finder: v6.4.0 (updated from v6.2.7)
  • symfony/http-foundation: v6.2.13 (updated from v6.2.10)
  • symfony/http-kernel: v6.2.14 (updated from v6.2.10)
  • symfony/mime: v6.2.13 (updated from v6.2.10)
  • symfony/polyfill-php72: v1.29.0 (updated from v1.27.0)
  • symfony/polyfill-php80: v1.29.0 (updated from v1.27.0)
  • symfony/polyfill-php81: v1.29.0 (updated from v1.27.0)
  • symfony/process: v6.2.13 (updated from v6.2.10)
  • symfony/routing: v6.2.13 (updated from v6.2.8)
  • symfony/serializer: v6.2.13 (updated from v6.2.10)
  • symfony/string: v6.2.13 (updated from v6.2.8)
  • symfony/validator: v6.2.13 (updated from v6.2.10)
  • symfony/var-dumper: v6.2.13 (updated from v6.2.10)
  • symfony/var-exporter: v6.2.13 (updated from v6.2.10)
  • phpstan/phpdoc-parser: 1.28.0 (updated from 1.20.4)
  • sebastian/diff: 4.0.6 (updated from 4.0.5)
  • sebastian/exporter: 4.0.6 (updated from 4.0.5)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .gitlab-ci.yml
  README.md
  composer.json
  css/upgrade_status.admin.theme.css
  drush.services.yml
  icons/questionmark-disc-white.svg
  logo.png
  src/CSSDeprecationAnalyzer.php
  src/DeprecationAnalyzer.php
  src/Drush/Commands/UpgradeStatusCommands.php
  src/ExtensionMetadataDeprecationAnalyzer.php
  src/Form/UpgradeStatusForm.php
  src/LibraryDeprecationAnalyzer.php
  src/ProjectCollector.php
  src/ScanResultFormatter.php
  src/ThemeFunctionDeprecationAnalyzer.php
  src/TwigDeprecationAnalyzer.php
  src/Util/DatabaseServerMetadataExtractor.php
  templates/upgrade-status-summary-counter.html.twig
  tests/modules/upgrade_status_test_contrib_error/upgrade_status_test_contrib_error.module
  tests/modules/upgrade_status_test_error/fatal.php
  tests/src/Functional/UpgradeStatusAnalyzeTest.php
  tests/src/Functional/UpgradeStatusCommandsTest.php
  tests/src/Functional/UpgradeStatusUiTest.php
  tests/src/Kernel/CSSDeprecationAnalyzerTest.php
  tests/src/Kernel/TwigDeprecationAnalyzerTest.php
  upgrade_status.libraries.yml

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 39ac741 Issue #3441737 by Gábor Hojtsy, bbrala: Update rector coverage list based on Deprecation Status scripts
  • 192d3a8 Issue #3352605 by Gábor Hojtsy, loze, joseph.olstad: Warning in TwigDeprecationAnalyzer when the error caught is not in a twig file
  • 4366ef6 Issue #3421454 by Gábor Hojtsy, ressa, risforrocket: Keep module compatible with nikic/php-parser v4, while adding v5 support
  • 631261d Issue #3421454 by Gábor Hojtsy, ressa, risforrocket: Module incompatibility with nikic/php-parser v5.0.0
  • 6974d3f Issue #3307587 by Gábor Hojtsy, estherp, Pasqualle, mpaulo, mglaman, saschaeggi: Massive Upgrade Status CSS cleanup to be compatible with more admin themes
  • b00e177 Issue #3175323 by Gábor Hojtsy, lhridley, mglaman, andypost, moshe weitzman: The analyze command should report proper exit code
  • 62b1943 Issue #3423014 by Gábor Hojtsy: Drupal 11 system requirements are now defined, check for them in Upgrade Status
  • cae748a Issue #3338745 by Gábor Hojtsy, wells, joelpittet, randallquesadaa, leymannx: CSS files are found in node_modules and other third party directories
  • 8a10bb7 Issue #3419115 by Gábor Hojtsy, Grimreaper, nsavitsky, PapaGrande, rishabjasrotia, samir_shukla, DrupalDope: Dependency tree of mathieuviossat/arraytotexttable causes compatibility issues with PHP 8.2 and 8.3
  • f5b0d12 Issue #3392667 by lamp5, Gábor Hojtsy: Add core/drupal.dialog.ajax as a library dependency
  • f745949 Issue #3418122 by MacSim, Gábor Hojtsy: Drush 12 compatibility
  • b783a76 Issue #3330000 by lostcarpark: Consider adding a Project Logo
  • 7c9e527 Issue #3409447 by gorkagr: Paran used instead of Param in ProjectCollector class
  • 8b1e476 Should use needs instead of dependencies.
  • b99eb01 Only use one version of the artifacts for the linting jobs, rather than all
  • a69f18d Issue #3403478 by Gábor Hojtsy: Resolve stylelint issues
  • 0eeb8e7 Issue #3403771 by Gábor Hojtsy: Info and composer metadata checking is outdated
  • 7b3694c Issue #3403194 by marvil07, Gábor Hojtsy: Adopt gitlab CI for testing
  • ac3dee4 Issue #3403192 by Gábor Hojtsy: Update rectorable message list to drupal-rector 0.18.1
  • c04a129 Issue #3368554 by akshay.singh, arti_parmar, mrinalini9, Gábor Hojtsy, apaderno: Remove unused variables
  • 1eb8e32 Issue #3324201 by abramm, prudloff: CSSDeprecationAnalyzer::getAllCSSFiles() returns directories with a name that ends in ".css"
  • ddbb594 Issue #3332142 by Shubham Rathore, thakurnishant_06, apaderno, Gábor Hojtsy: Update README.md file according to README.md template
  • 2426fd2 Issue #3366782 by Gábor Hojtsy: Stop suggesting Upgrade Rector, that is not well maintained, people should use drupal-rector

Working with this branch

If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.


This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant