Browse Source

updated contrib modules

bach 2 years ago
parent
commit
68ac003aeb
3 changed files with 39 additions and 58 deletions
  1. 0 4
      composer.json
  2. 38 53
      composer.lock
  3. 1 1
      web/profiles/d8-starterkit-profile

+ 0 - 4
composer.json

@@ -188,10 +188,6 @@
             "drupal/flag": {
               "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
             },
-            "drupal/flag_lists": {
-              "make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch",
-              "check for flag before delete https://www.drupal.org/project/flag_lists/issues/3200997":"https://www.drupal.org/files/issues/2021-03-01/delete-missing-flag_0.patch"
-            },
             "drupal/graphql": {
               "Invalid translation language https://github.com/drupal-graphql/graphql/issues/1175": "./patches/graphql-fix-invalid-translation-language.patch"
             },

+ 38 - 53
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "309879aa2fd3f877adca6bb2658eb439",
+    "content-hash": "05ef2d93e47a85c9b3c0a45ec97d7b17",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -6508,7 +6508,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/domain.git",
-                "reference": "699198404cee4688650639ac11c1b9f30cd57cec"
+                "reference": "818fd0f29657f4fb955afcac636cd58219ce4857"
             },
             "require": {
                 "drupal/core": "^8 || ^9"
@@ -6524,7 +6524,7 @@
                 },
                 "drupal": {
                     "version": "8.x-1.x-dev",
-                    "datestamp": "1614265913",
+                    "datestamp": "1624549976",
                     "security-coverage": {
                         "status": "not-covered",
                         "message": "Dev releases are not covered by Drupal security advisories."
@@ -6549,8 +6549,7 @@
             "homepage": "https://www.drupal.org/project/domain",
             "support": {
                 "source": "https://git.drupalcode.org/project/domain"
-            },
-            "time": "2021-02-25T15:11:26+00:00"
+            }
         },
         {
             "name": "drupal/domain_alias",
@@ -7364,7 +7363,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/field_group.git",
-                "reference": "9f59f951d92d1b20afae70940947769dc6c63a52"
+                "reference": "074b7abf3ee3a1c695aeddd11f518b2e0378b2f3"
             },
             "require": {
                 "drupal/core": "^8.8 || ^9"
@@ -7378,16 +7377,12 @@
                     "dev-3.x": "3.x-dev"
                 },
                 "drupal": {
-                    "version": "8.x-3.1+12-dev",
-                    "datestamp": "1605118690",
+                    "version": "8.x-3.1+20-dev",
+                    "datestamp": "1621179583",
                     "security-coverage": {
                         "status": "not-covered",
                         "message": "Dev releases are not covered by Drupal security advisories."
                     }
-                },
-                "patches_applied": {
-                    "undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890": "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
-                    "undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890": "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.patch"
                 }
             },
             "notification-url": "https://packages.drupal.org/8/downloads",
@@ -7421,8 +7416,7 @@
             "support": {
                 "source": "https://git.drupalcode.org/project/field_group",
                 "issues": "https://www.drupal.org/project/issues/field_group"
-            },
-            "time": "2020-11-11T18:37:27+00:00"
+            }
         },
         {
             "name": "drupal/field_permissions",
@@ -7612,7 +7606,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/filefield_sources.git",
-                "reference": "bbcd869d2d3430235ec88b06b4dacaae1a9256d5"
+                "reference": "12a9918a4e2e31ff10c127766610bfbac13d6487"
             },
             "require": {
                 "drupal/core": "^8 || ^9"
@@ -7626,8 +7620,8 @@
                     "dev-1.x": "1.x-dev"
                 },
                 "drupal": {
-                    "version": "8.x-1.0-alpha4+2-dev",
-                    "datestamp": "1610733921",
+                    "version": "8.x-1.0-alpha4+4-dev",
+                    "datestamp": "1620787542",
                     "security-coverage": {
                         "status": "not-covered",
                         "message": "Dev releases are not covered by Drupal security advisories."
@@ -7661,8 +7655,7 @@
                 "source": "https://git.drupalcode.org/project/filefield_sources",
                 "issues": "https://www.drupal.org/project/issues/filefield_sources",
                 "irc": "irc://irc.freenode.org/drupal-contribute"
-            },
-            "time": "2021-01-15T18:15:00+00:00"
+            }
         },
         {
             "name": "drupal/filter_perms",
@@ -7745,9 +7738,6 @@
                         "status": "not-covered",
                         "message": "Dev releases are not covered by Drupal security advisories."
                     }
-                },
-                "patches_applied": {
-                    "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
                 }
             },
             "notification-url": "https://packages.drupal.org/8/downloads",
@@ -7796,8 +7786,7 @@
             "homepage": "https://www.drupal.org/project/flag",
             "support": {
                 "source": "https://git.drupalcode.org/project/flag"
-            },
-            "time": "2020-08-07T07:05:58+00:00"
+            }
         },
         {
             "name": "drupal/flag_lists",
@@ -7805,7 +7794,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/flag_lists.git",
-                "reference": "fa6f764c1283d1126f5cace9570728139c6d0bbe"
+                "reference": "4f063e0df79eddd0120de7951bc9a912e9e126ab"
             },
             "require": {
                 "drupal/core": "^8 || ^9",
@@ -7817,16 +7806,12 @@
                     "dev-4.0.x": "4.0.x-dev"
                 },
                 "drupal": {
-                    "version": "4.0.0-beta9+7-dev",
-                    "datestamp": "1612881059",
+                    "version": "4.0.0-beta9+16-dev",
+                    "datestamp": "1626256977",
                     "security-coverage": {
                         "status": "not-covered",
                         "message": "Dev releases are not covered by Drupal security advisories."
                     }
-                },
-                "patches_applied": {
-                    "make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch",
-                    "check for flag before delete https://www.drupal.org/project/flag_lists/issues/3200997": "https://www.drupal.org/files/issues/2021-03-01/delete-missing-flag_0.patch"
                 }
             },
             "notification-url": "https://packages.drupal.org/8/downloads",
@@ -7863,8 +7848,7 @@
             "support": {
                 "source": "http://cgit.drupalcode.org/flag_lists",
                 "issues": "https://www.drupal.org/project/issues/flag_lists"
-            },
-            "time": "2021-02-17T19:16:32+00:00"
+            }
         },
         {
             "name": "drupal/flood_control",
@@ -10038,7 +10022,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/migrate_tools.git",
-                "reference": "7ae3747d1e30790d11c2eefcc56e0796bea25c76"
+                "reference": "56d82b4fc111dd26f2c3a1e53c06015eb854df20"
             },
             "require": {
                 "drupal/core": "^8.8 | ^9",
@@ -10058,8 +10042,8 @@
                     "dev-5.x": "5.x-dev"
                 },
                 "drupal": {
-                    "version": "8.x-5.0+11-dev",
-                    "datestamp": "1609524878",
+                    "version": "8.x-5.0+13-dev",
+                    "datestamp": "1618603463",
                     "security-coverage": {
                         "status": "not-covered",
                         "message": "Dev releases are not covered by Drupal security advisories."
@@ -10085,6 +10069,10 @@
                     "name": "Lucas Hedding",
                     "homepage": "https://www.drupal.org/u/heddn",
                     "role": "Maintainer"
+                },
+                {
+                    "name": "mikeryan",
+                    "homepage": "https://www.drupal.org/user/4420"
                 }
             ],
             "description": "Tools to assist in developing and running migrations.",
@@ -10093,8 +10081,7 @@
                 "source": "https://git.drupalcode.org/project/migrate_tools",
                 "issues": "https://www.drupal.org/project/issues/migrate_tools",
                 "slack": "#migrate"
-            },
-            "time": "2021-01-04T16:50:03+00:00"
+            }
         },
         {
             "name": "drupal/mimemail",
@@ -10102,7 +10089,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/mimemail.git",
-                "reference": "804005656242e58a672db172e013df0ad481fa80"
+                "reference": "e72b92ec995695aa73f767ed2ab94f80be10d2cd"
             },
             "require": {
                 "drupal/core": "^8.8.2 || ^9",
@@ -10151,8 +10138,7 @@
             "homepage": "https://www.drupal.org/project/mimemail",
             "support": {
                 "source": "https://git.drupalcode.org/project/mimemail"
-            },
-            "time": "2020-08-10T22:58:34+00:00"
+            }
         },
         {
             "name": "drupal/modules_weight",
@@ -11550,10 +11536,10 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/select_translation.git",
-                "reference": "2efacaa519fff91593276a15fc4ef14ba665d4c2"
+                "reference": "a80c3b9d97d7883db8fbf2a15f7f523a9260be81"
             },
             "require": {
-                "drupal/core": "^8"
+                "drupal/core": "^8 || ^9"
             },
             "type": "drupal-module",
             "extra": {
@@ -11591,8 +11577,7 @@
             "homepage": "https://www.drupal.org/project/select_translation",
             "support": {
                 "source": "https://git.drupalcode.org/project/select_translation"
-            },
-            "time": "2018-11-20T15:20:53+00:00"
+            }
         },
         {
             "name": "drupal/simplenews",
@@ -13003,17 +12988,17 @@
         },
         {
             "name": "drupal/views_bulk_operations",
-            "version": "3.13.0",
+            "version": "4.0.0",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/views_bulk_operations.git",
-                "reference": "8.x-3.13"
+                "reference": "4.0.0"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-3.13.zip",
-                "reference": "8.x-3.13",
-                "shasum": "70583d08b91be3b5e008f571589425c2176eb73b"
+                "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.0.0.zip",
+                "reference": "4.0.0",
+                "shasum": "d5bb4afeaaead0b8ebc7dd9e1fc6aac464aff4b1"
             },
             "require": {
                 "drupal/core": "^8.8 || ^9"
@@ -13027,8 +13012,8 @@
             "type": "drupal-module",
             "extra": {
                 "drupal": {
-                    "version": "8.x-3.13",
-                    "datestamp": "1619697066",
+                    "version": "4.0.0",
+                    "datestamp": "1625650987",
                     "security-coverage": {
                         "status": "covered",
                         "message": "Covered by Drupal's security advisory policy"
@@ -13319,7 +13304,7 @@
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/workflow.git",
-                "reference": "ada80e99e94f57c69b75124888a681da3f87e7b8"
+                "reference": "83e0c3504477d6d14bfa335973ac307f170a0ae6"
             },
             "require": {
                 "drupal/core": "^8.8 || ^9"

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit e37368d695219990f46f976885cf7269a38e26fe
+Subproject commit c69e5bc5223ab6b9c67a8893dbed0cc4313c23e9