Skip to content
Snippets Groups Projects
Commit f35400e8 authored by catch's avatar catch
Browse files

Issue #3275864 by Spokje, mondrake, catch: Update to Symfony 6.1.1

parent d3f1a82c
Branches
Tags
37 merge requests!7471uncessary 5 files are moved from media-library folder to misc folder,!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!54479.5.x SF update,!5014Issue #3071143: Table Render Array Example Is Incorrect,!4868Issue #1428520: Improve menu parent link selection,!4289Issue #1344552 by marcingy, Niklas Fiekas, Ravi.J, aleevas, Eduardo Morales...,!4114Issue #2707291: Disable body-level scrolling when a dialog is open as a modal,!3630Issue #2815301 by Chi, DanielVeza, kostyashupenko, smustgrave: Allow to create...,!3291Issue #3336463: Rewrite rules for gzipped CSS and JavaScript aggregates never match,!3143Issue #3313342: [PHP 8.1] Deprecated function: strpos(): Passing null to parameter #1 LayoutBuilderUiCacheContext.php on line 28,!3102Issue #3164428 by DonAtt, longwave, sahil.goyal, Anchal_gupta, alexpott: Use...,!2853#3274419 Makes BaseFieldOverride inherit the internal property from the base field.,!2719Issue #3110137: Remove Classy from core.,!2437Issue #3238257 by hooroomoo, Wim Leers: Fragment link pointing to <textarea>...,!2378Issue #2875033: Optimize joins and table selection in SQL entity query implementation,!2074Issue #2707689: NodeForm::actions() checks for delete access on new entities,!2062Issue #3246454: Add weekly granularity to views date sort,!1591Issue #3199697: Add JSON:API Translation experimental module,!1484Exposed filters get values from URL when Ajax is on,!1255Issue #3238922: Refactor (if feasible) uses of the jQuery serialize function to use vanillaJS,!1254Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS,!1162Issue #3100350: Unable to save '/' root path alias,!1073issue #3191727: Focus states on mobile second level navigation items fixed,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!957Added throwing of InvalidPluginDefinitionException from getDefinition().,!925Issue #2339235: Remove taxonomy hard dependency on node module,!877Issue #2708101: Default value for link text is not saved,!873Issue #2875228: Site install not using batch API service,!872Draft: Issue #3221319: Race condition when creating menu links and editing content deletes menu links,!844Resolve #3036010 "Updaters",!712Issue #2909128: Autocomplete intermittent on Chrome Android,!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,!485Sets the autocomplete attribute for username/password input field on login form.,!30Issue #3182188: Updates composer usage to point at ./vendor/bin/composer
This diff is collapsed.
......@@ -29,33 +29,32 @@
"psr/http-message": "1.0.1",
"psr/log": "2.0.0",
"ralouphie/getallheaders": "3.0.3",
"symfony/console": "v6.0.8",
"symfony/dependency-injection": "v6.0.8",
"symfony/deprecation-contracts": "v3.0.1",
"symfony/error-handler": "v6.0.8",
"symfony/event-dispatcher": "v6.0.3",
"symfony/event-dispatcher-contracts": "v3.0.1",
"symfony/http-foundation": "v6.0.8",
"symfony/http-kernel": "v6.0.8",
"symfony/mime": "v6.0.8",
"symfony/polyfill-ctype": "v1.25.0",
"symfony/polyfill-iconv": "v1.25.0",
"symfony/polyfill-intl-grapheme": "v1.25.0",
"symfony/polyfill-intl-idn": "v1.25.0",
"symfony/polyfill-intl-normalizer": "v1.25.0",
"symfony/polyfill-mbstring": "v1.25.0",
"symfony/polyfill-php80": "v1.25.0",
"symfony/polyfill-php81": "v1.25.0",
"symfony/process": "v6.0.8",
"symfony/console": "v6.1.1",
"symfony/dependency-injection": "v6.1.0",
"symfony/deprecation-contracts": "v3.1.0",
"symfony/error-handler": "v6.1.0",
"symfony/event-dispatcher": "v6.1.0",
"symfony/event-dispatcher-contracts": "v3.1.0",
"symfony/http-foundation": "v6.1.1",
"symfony/http-kernel": "v6.1.1",
"symfony/mime": "v6.1.1",
"symfony/polyfill-ctype": "v1.26.0",
"symfony/polyfill-iconv": "v1.26.0",
"symfony/polyfill-intl-grapheme": "v1.26.0",
"symfony/polyfill-intl-idn": "v1.26.0",
"symfony/polyfill-intl-normalizer": "v1.26.0",
"symfony/polyfill-mbstring": "v1.26.0",
"symfony/polyfill-php80": "v1.26.0",
"symfony/process": "v6.1.0",
"symfony/psr-http-message-bridge": "v2.1.2",
"symfony/routing": "v6.0.8",
"symfony/serializer": "v6.0.8",
"symfony/service-contracts": "v3.0.1",
"symfony/string": "v6.0.8",
"symfony/translation-contracts": "v3.0.1",
"symfony/validator": "v6.0.8",
"symfony/var-dumper": "v6.0.8",
"symfony/yaml": "v6.0.3",
"symfony/routing": "v6.1.1",
"symfony/serializer": "v6.1.1",
"symfony/service-contracts": "v3.1.0",
"symfony/string": "v6.1.0",
"symfony/translation-contracts": "v3.1.0",
"symfony/validator": "v6.1.1",
"symfony/var-dumper": "v6.1.0",
"symfony/yaml": "v6.1.0",
"twig/twig": "v3.3.10"
}
}
......@@ -21,14 +21,14 @@
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.4.0",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.0",
"symfony/css-selector": "^6.0",
"symfony/dom-crawler": "^6.0",
"symfony/error-handler": "^6.0",
"symfony/filesystem": "^6.0",
"symfony/finder": "^6.0",
"symfony/lock": "^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/var-dumper": "^6.0"
"symfony/browser-kit": "^6.1",
"symfony/css-selector": "^6.1",
"symfony/dom-crawler": "^6.1",
"symfony/error-handler": "^6.1",
"symfony/filesystem": "^6.1",
"symfony/finder": "^6.1",
"symfony/lock": "^6.1",
"symfony/phpunit-bridge": "^6.1",
"symfony/var-dumper": "^6.1"
}
}
......@@ -65,13 +65,13 @@
"sirbrillig/phpcs-variable-analysis": "v2.11.3",
"slevomat/coding-standard": "7.2.0",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/browser-kit": "v6.0.3",
"symfony/css-selector": "v6.0.3",
"symfony/dom-crawler": "v6.0.6",
"symfony/filesystem": "v6.0.7",
"symfony/finder": "v6.0.8",
"symfony/lock": "v6.0.7",
"symfony/phpunit-bridge": "v6.0.8",
"symfony/browser-kit": "v6.1.0",
"symfony/css-selector": "v6.1.0",
"symfony/dom-crawler": "v6.1.0",
"symfony/filesystem": "v6.1.0",
"symfony/finder": "v6.1.0",
"symfony/lock": "v6.1.1",
"symfony/phpunit-bridge": "v6.1.0",
"theseer/tokenizer": "1.2.1",
"webflo/drupal-finder": "1.2.2",
"webmozart/assert": "1.10.0"
......
......@@ -18,19 +18,19 @@
"ext-tokenizer": "*",
"ext-xml": "*",
"php": ">=8.1.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/event-dispatcher": "^6.0",
"symfony/http-foundation": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/mime": "^6.0",
"symfony/routing": "^6.0",
"symfony/serializer": "^6.0",
"symfony/validator": "^6.0",
"symfony/process": "^6.0",
"symfony/console": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/event-dispatcher": "^6.1",
"symfony/http-foundation": "^6.1.1",
"symfony/http-kernel": "^6.1",
"symfony/mime": "^6.1",
"symfony/routing": "^6.1",
"symfony/serializer": "^6.1",
"symfony/validator": "^6.1",
"symfony/process": "^6.1",
"symfony/polyfill-iconv": "^1.25",
"symfony/polyfill-php80": "^1.25",
"symfony/yaml": "^6.0",
"symfony/yaml": "^6.1",
"twig/twig": "^3.3.8",
"doctrine/annotations": "^1.13",
"guzzlehttp/guzzle": "^7.4.3",
......
......@@ -114,6 +114,9 @@ public static function getSkippedDeprecations() {
"The \"PHPUnit\Framework\TestSuite\" class is considered internal This class is not covered by the backward compatibility promise for PHPUnit. It may change without further notice. You should not use it from \"Drupal\Tests\TestSuites\TestSuiteBase\".",
"The \"PHPUnit\TextUI\DefaultResultPrinter\" class is considered internal This class is not covered by the backward compatibility promise for PHPUnit. It may change without further notice. You should not use it from \"Drupal\Tests\Listeners\HtmlOutputPrinter\".",
"The \"Drupal\Tests\Listeners\DrupalListener\" class implements \"PHPUnit\Framework\TestListener\" that is deprecated.",
// Symfony 6.1.
"Since symfony/routing 6.1: Construction of \"Symfony\Component\Routing\Exception\MissingMandatoryParametersException\" with an exception message is deprecated, provide the route name and an array of missing parameters instead.",
"Since symfony/routing 6.1: The \"Symfony\Component\Routing\Matcher\UrlMatcher::handleRouteRequirements()\" method will have a new \"array \$routeParameters\" argument in version 7.0, not defining it is deprecated.",
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment