Skip to content
Snippets Groups Projects
Verified Commit 2ad2c6b1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3447292 by longwave, quietone: Update Composer dependencies for 11.0.0-beta1

parent 2e3e8746
No related branches found
No related tags found
29 merge requests!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!9470[10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter,!8736Update the Documention As per the Function uses.,!8540Issue #3457061: Bootstrap Modal dialog Not closing after 10.3.0 Update,!8528Issue #3456871 by Tim Bozeman: Support NULL services,!8513Issue #3453786: DefaultSelection should document why values for target_bundles NULL and [] behave as they do,!8373Issue #3427374 by danflanagan8, Vighneshh: taxonomy_tid ViewsArgumentDefault...,!8256Issue #3445896 by mstrelan, mondrake: PHPUnit\Runner\ErrorHandler::__construct...,!8126Added escape fucntionality on admintoolbar close icon,!7927Issue #3445425: \Drupal\Core\Template\Attribute should implement Countable interface,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3742Issue #3328429: Create item list field formatter for displaying ordered and unordered lists,!3731Claro: role=button on status report items,!3651Issue #3347736: Create new SDC component for Olivero (header-search),!3531Issue #3336994: StringFormatter always displays links to entity even if the user in context does not have access,!3355Issue #3209129: Scrolling problems when adding a block via layout builder,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2812Issue #3312049: [Followup] Fix Drupal.Commenting.FunctionComment.MissingReturnType returns for NULL,!2378Issue #2875033: Optimize joins and table selection in SQL entity query implementation,!2062Issue #3246454: Add weekly granularity to views date sort,!1105Issue #3025039: New non translatable field on translatable content throws error,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!877Issue #2708101: Default value for link text is not saved,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493
Pipeline #174124 canceled
Pipeline: drupal

#174128

    This diff is collapsed.
    ......@@ -27,7 +27,7 @@
    "psr/container": "~2.0.2",
    "psr/event-dispatcher": "~1.0.0",
    "psr/http-client": "~1.0.3",
    "psr/http-factory": "~1.0.2",
    "psr/http-factory": "~1.1.0",
    "psr/log": "~3.0.0",
    "ralouphie/getallheaders": "~3.0.3",
    "sebastian/diff": "~5.1.1",
    ......@@ -60,6 +60,6 @@
    "symfony/var-dumper": "~v7.1.0-BETA1",
    "symfony/var-exporter": "~v7.0.7",
    "symfony/yaml": "~v7.1.0-BETA1",
    "twig/twig": "~v3.9.3"
    "twig/twig": "~v3.10.2"
    }
    }
    ......@@ -23,7 +23,7 @@
    "php-http/guzzle7-adapter": "^1.0",
    "phpspec/prophecy-phpunit": "^2",
    "phpstan/extension-installer": "^1.1",
    "phpstan/phpstan": "^1.10.62",
    "phpstan/phpstan": "^1.11.0",
    "phpstan/phpstan-phpunit": "^1.3.16",
    "phpunit/phpunit": "^10.5.19",
    "symfony/browser-kit": "^7.1@beta",
    ......
    ......@@ -13,11 +13,11 @@
    "colinodell/psr-testlogger": "v1.3.0",
    "composer/ca-bundle": "1.5.0",
    "composer/class-map-generator": "1.1.1",
    "composer/composer": "2.7.2",
    "composer/composer": "2.7.6",
    "composer/metadata-minifier": "1.0.0",
    "composer/pcre": "3.1.3",
    "composer/spdx-licenses": "1.5.8",
    "composer/xdebug-handler": "3.0.4",
    "composer/xdebug-handler": "3.0.5",
    "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0",
    "doctrine/instantiator": "2.0.0",
    "drupal/coder": "8.3.24",
    ......@@ -25,7 +25,7 @@
    "justinrainbow/json-schema": "v5.2.13",
    "lullabot/mink-selenium2-driver": "v1.7.2",
    "lullabot/php-webdriver": "v2.0.3",
    "mglaman/phpstan-drupal": "1.2.10",
    "mglaman/phpstan-drupal": "1.2.11",
    "micheh/phpcs-gitlab": "1.1.0",
    "mikey179/vfsstream": "v1.6.11",
    "myclabs/deep-copy": "1.11.1",
    ......@@ -35,7 +35,7 @@
    "open-telemetry/exporter-otlp": "1.0.4",
    "open-telemetry/gen-otlp-protobuf": "1.1.0",
    "open-telemetry/sdk": "1.0.8",
    "open-telemetry/sem-conv": "1.24.0",
    "open-telemetry/sem-conv": "1.25.0",
    "phar-io/manifest": "2.0.4",
    "phar-io/version": "3.2.1",
    "php-http/discovery": "1.19.4",
    ......@@ -48,10 +48,10 @@
    "phpspec/prophecy": "v1.19.0",
    "phpspec/prophecy-phpunit": "v2.2.0",
    "phpstan/extension-installer": "1.3.1",
    "phpstan/phpdoc-parser": "1.28.0",
    "phpstan/phpstan": "1.10.66",
    "phpstan/phpstan-deprecation-rules": "1.1.4",
    "phpstan/phpstan-phpunit": "1.3.16",
    "phpstan/phpdoc-parser": "1.29.0",
    "phpstan/phpstan": "1.11.1",
    "phpstan/phpstan-deprecation-rules": "1.2.0",
    "phpstan/phpstan-phpunit": "1.4.0",
    "phpunit/php-code-coverage": "10.1.14",
    "phpunit/php-file-iterator": "4.1.0",
    "phpunit/php-invoker": "4.0.0",
    ......@@ -76,15 +76,15 @@
    "seld/jsonlint": "1.10.2",
    "seld/phar-utils": "1.2.1",
    "seld/signal-handler": "2.0.2",
    "sirbrillig/phpcs-variable-analysis": "v2.11.17",
    "sirbrillig/phpcs-variable-analysis": "v2.11.18",
    "slevomat/coding-standard": "8.15.0",
    "squizlabs/php_codesniffer": "3.9.1",
    "squizlabs/php_codesniffer": "3.9.2",
    "symfony/browser-kit": "v7.1.0-BETA1",
    "symfony/css-selector": "v7.1.0-BETA1",
    "symfony/dom-crawler": "v7.1.0-BETA1",
    "symfony/lock": "v7.1.0-BETA1",
    "theseer/tokenizer": "1.2.3",
    "webflo/drupal-finder": "1.2.2",
    "webflo/drupal-finder": "1.3.0",
    "webmozart/assert": "1.11.0"
    }
    }
    This diff is collapsed.
    ......@@ -3,7 +3,7 @@
    "description": "Tests Drupal core's PHPStan rules",
    "require-dev": {
    "phpunit/phpunit": "^9",
    "phpstan/phpstan": "1.10.66"
    "phpstan/phpstan": "1.11.1"
    },
    "license": "GPL-2.0-or-later",
    "autoload": {
    ......
    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