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

Issue #3248156 by alexpott, longwave: Update dependencies prior to 9.3.0 beta

parent 9f6cef72
No related branches found
No related tags found
32 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!2074Issue #2707689: NodeForm::actions() checks for delete access on new entities,!1896Issue #2940605: Can only intentionally re-render an entity with references 20 times,!1459Issue #3087632: menu_name max length is too long,!1398Issue #3186992 by hinal05, djsagar, kiran.kadam911, hitvika_verma,...,!1283Issue #2922435: "Add new comment" and "@count comments" links are not following accessibility good practices,!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,!1213Issue #3236497: Allow other modules to opt out of security release message from update_page_top,!1185Issue 318778: Rerolled patch.,!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,!1018Issue #2793343: Dialog drupalAutoButtons option should be respected on initial load,!1014Issue #3226806: Move filter implementations from filter.module to plugin classes,!957Added throwing of InvalidPluginDefinitionException from getDefinition().,!939Issue #2971209: Allow the MediaLibraryUiBuilder service to use an alternative view display,!878Issue #3221534: throw an exception when IDs passed to loadMultiple() are badly formed,!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,!866Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers,!844Resolve #3036010 "Updaters",!8293023322 - Contextual Links Style Update,!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.,!449Issue #2784233: Allow multiple vocabularies in the taxonomy filter,!30Issue #3182188: Updates composer usage to point at ./vendor/bin/composer
...@@ -3636,32 +3636,32 @@ ...@@ -3636,32 +3636,32 @@
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
"version": "v2.1.1", "version": "v2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git", "url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "c9012994c4b4fb23e7c57dd86b763a417a04feba" "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9012994c4b4fb23e7c57dd86b763a417a04feba", "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
"reference": "c9012994c4b4fb23e7c57dd86b763a417a04feba", "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"psr/http-message": "^1.0", "psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0" "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
}, },
"require-dev": { "require-dev": {
"nyholm/psr7": "^1.1", "nyholm/psr7": "^1.1",
"psr/log": "^1.1 || ^2 || ^3", "psr/log": "^1.1 || ^2 || ^3",
"symfony/browser-kit": "^4.4 || ^5.0", "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0", "symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0", "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0", "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0", "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^4.4.19 || ^5.2" "symfony/phpunit-bridge": "^5.4@dev || ^6.0"
}, },
"suggest": { "suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation" "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
...@@ -3704,7 +3704,7 @@ ...@@ -3704,7 +3704,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues", "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.1" "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -3720,7 +3720,7 @@ ...@@ -3720,7 +3720,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-27T17:25:39+00:00" "time": "2021-11-05T13:13:39+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
...@@ -4761,16 +4761,16 @@ ...@@ -4761,16 +4761,16 @@
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
"version": "2.1.10", "version": "2.1.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/composer.git", "url": "https://github.com/composer/composer.git",
"reference": "ea5f64d1a15c66942979b804c9fb3686be852ca0" "reference": "ddc81bb4718747cc93330ccf832e6be8a6c1d015"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/ea5f64d1a15c66942979b804c9fb3686be852ca0", "url": "https://api.github.com/repos/composer/composer/zipball/ddc81bb4718747cc93330ccf832e6be8a6c1d015",
"reference": "ea5f64d1a15c66942979b804c9fb3686be852ca0", "reference": "ddc81bb4718747cc93330ccf832e6be8a6c1d015",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4839,7 +4839,7 @@ ...@@ -4839,7 +4839,7 @@
"support": { "support": {
"irc": "ircs://irc.libera.chat:6697/composer", "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues", "issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.1.10" "source": "https://github.com/composer/composer/tree/2.1.11"
}, },
"funding": [ "funding": [
{ {
...@@ -4855,7 +4855,7 @@ ...@@ -4855,7 +4855,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-29T20:34:57+00:00" "time": "2021-11-02T11:10:26+00:00"
}, },
{ {
"name": "composer/metadata-minifier", "name": "composer/metadata-minifier",
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
"symfony/polyfill-mbstring": "v1.23.1", "symfony/polyfill-mbstring": "v1.23.1",
"symfony/polyfill-php80": "v1.23.1", "symfony/polyfill-php80": "v1.23.1",
"symfony/process": "v4.4.30", "symfony/process": "v4.4.30",
"symfony/psr-http-message-bridge": "v2.1.1", "symfony/psr-http-message-bridge": "v2.1.2",
"symfony/routing": "v4.4.30", "symfony/routing": "v4.4.30",
"symfony/serializer": "v4.4.33", "symfony/serializer": "v4.4.33",
"symfony/service-contracts": "v2.4.0", "symfony/service-contracts": "v2.4.0",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"behat/mink": "v1.9.0", "behat/mink": "v1.9.0",
"behat/mink-selenium2-driver": "v1.5.0", "behat/mink-selenium2-driver": "v1.5.0",
"composer/ca-bundle": "1.3.1", "composer/ca-bundle": "1.3.1",
"composer/composer": "2.1.10", "composer/composer": "2.1.11",
"composer/metadata-minifier": "1.0.0", "composer/metadata-minifier": "1.0.0",
"composer/spdx-licenses": "1.5.5", "composer/spdx-licenses": "1.5.5",
"composer/xdebug-handler": "2.0.2", "composer/xdebug-handler": "2.0.2",
......
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