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.3.1 #145

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

Conversation

violinist-bot
Copy link

@violinist-bot violinist-bot commented Apr 30, 2024

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.3.1 (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.4 (updated from v4.15.4)
  • pear/pear-core-minimal: v1.10.16 (updated from v1.10.13)
  • phpstan/phpstan: 1.12.16 (updated from 1.10.15)
  • psr/http-client: 1.0.3 (updated from 1.0.2)
  • psr/log: 3.0.2 (updated from 3.0.0)
  • 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.13 (updated from v6.2.10)
  • symfony/finder: v6.4.17 (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.31.0 (updated from v1.27.0)
  • symfony/polyfill-php80: v1.31.0 (updated from v1.27.0)
  • symfony/polyfill-php81: v1.31.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)
  • webflo/drupal-finder: 1.3.1 (updated from 1.2.2)
  • phpstan/phpdoc-parser: 1.33.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/DeprecationMessage.php
  src/Drush/Commands/UpgradeStatusCommands.php
  src/ExtensionMetadataDeprecationAnalyzer.php
  src/Form/UpgradeStatusForm.php
  src/LibraryDeprecationAnalyzer.php
  src/ProjectCollector.php
  src/RouteDeprecationAnalyzer.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_10_compatible/empty.php
  tests/modules/upgrade_status_test_11_compatible/empty.php
  tests/modules/upgrade_status_test_contrib_10_compatible/empty.php
  tests/modules/upgrade_status_test_contrib_error/upgrade_status_test_contrib_error.module
  tests/modules/upgrade_status_test_deprecated/empty.php
  tests/modules/upgrade_status_test_error/fatal.php
  tests/modules/upgrade_status_test_library_exception/empty.php
  tests/modules/upgrade_status_test_submodules/modules/upgrade_status_test_submodules_a/empty.php
  tests/modules/upgrade_status_test_submodules_with_error/modules/upgrade_status_test_submodules_with_error_a/empty.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:

  • a4918a7 Issue #3444271 by Gábor Hojtsy: Return real line numbers in info file report
  • 071983c Issue #3227079 by RoSk0, bartlangelaan, Gábor Hojtsy, kim.pepper: Support generating Code Quality JSON reports (for GitLab CI integration)
  • 5673094 Issue #3354706 by Gábor Hojtsy, vacho, mandclu, alison, henokmikre, andrewmacpherson: PHPStan 'No files found to analyse' is considered a problem, even though it may be valid for certain extensions
  • 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.

@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 4 times, most recently from 54497d8 to 9296160 Compare June 2, 2024 22:04
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from 9296160 to 6eff605 Compare June 6, 2024 14:21
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 4abfc83 to f563575 Compare June 19, 2024 22:21
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from ca85ea1 to 7d05f95 Compare July 1, 2024 16:17
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from 7d05f95 to 468462f Compare July 6, 2024 22:22
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 48c35a0 to ded30af Compare July 26, 2024 15:18
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 8a54854 to bdedefe Compare August 8, 2024 12:20
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 5ddb6b7 to 2a703de Compare August 21, 2024 16:23
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 3 times, most recently from b5ddd3d to 9b436e6 Compare August 31, 2024 07:37
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 5 times, most recently from 306c4ab to a9df696 Compare September 9, 2024 22:12
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from d26f403 to 8f93c18 Compare September 17, 2024 22:26
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 3 times, most recently from 6b86b46 to ec4037b Compare September 22, 2024 22:22
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from ec4037b to 239e2cc Compare September 26, 2024 08:57
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 524b6b4 to 1e40242 Compare September 29, 2024 22:11
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from 1e40242 to e95fa5a Compare October 6, 2024 17:20
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 2d9f808 to 5893b2a Compare October 18, 2024 13:25
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from 5893b2a to b8665a9 Compare October 27, 2024 23:09
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 3 times, most recently from 4fc3e5d to 52eebaf Compare November 11, 2024 18:22
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from 52eebaf to 3f82e2b Compare November 17, 2024 15:24
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from 6e559c0 to f36c971 Compare November 28, 2024 22:23
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from f36c971 to 4726768 Compare December 17, 2024 22:59
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch 2 times, most recently from b04eaf6 to 5c0a27d Compare January 5, 2025 23:13
@violinist-bot violinist-bot force-pushed the drupalupgradestatus400431 branch from 5c0a27d to d2c5f46 Compare January 21, 2025 16:08
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