Skip to content
Snippets Groups Projects
Verified Commit e7631fe8 authored by Dave Long's avatar Dave Long
Browse files

Issue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphaelbertrand,...

Issue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphaelbertrand, cilefen, larowlan: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block
parent b7cae901
No related branches found
No related tags found
4 merge requests!10663Issue #3495778: Update phpdoc in FileSaveHtaccessLoggingTest,!10451Issue #3472458 by watergate, smustgrave: CKEditor 5 show blocks label is not translated,!10150Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string...,!10130Resolve #3480321 "Second level menu"
Pipeline #334966 passed with warnings
Pipeline: drupal

#334976

    Pipeline: drupal

    #334973

      Pipeline: drupal

      #334970

        +2
        ......@@ -496,7 +496,7 @@
        "dist": {
        "type": "path",
        "url": "core",
        "reference": "b70cc9a18bf7dd3f2dcbbf752473b0129bb4e655"
        "reference": "922a52c9884742a2d4e9e31508543154951993d6"
        },
        "require": {
        "asm89/stack-cors": "^2.1",
        ......@@ -543,7 +543,7 @@
        "symfony/serializer": "^7.1",
        "symfony/validator": "^7.1",
        "symfony/yaml": "^7.1",
        "twig/twig": "^3.14.0"
        "twig/twig": "^3.14.2"
        },
        "conflict": {
        "drush/drush": "<12.4.3"
        ......@@ -4265,16 +4265,16 @@
        },
        {
        "name": "twig/twig",
        "version": "v3.14.0",
        "version": "v3.14.2",
        "source": {
        "type": "git",
        "url": "https://github.com/twigphp/Twig.git",
        "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72"
        "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a"
        },
        "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
        "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
        "url": "https://api.github.com/repos/twigphp/Twig/zipball/0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a",
        "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a",
        "shasum": ""
        },
        "require": {
        ......@@ -4328,7 +4328,7 @@
        ],
        "support": {
        "issues": "https://github.com/twigphp/Twig/issues",
        "source": "https://github.com/twigphp/Twig/tree/v3.14.0"
        "source": "https://github.com/twigphp/Twig/tree/v3.14.2"
        },
        "funding": [
        {
        ......@@ -4340,7 +4340,7 @@
        "type": "tidelift"
        }
        ],
        "time": "2024-09-09T17:55:12+00:00"
        "time": "2024-11-07T12:36:22+00:00"
        }
        ],
        "packages-dev": [
        ......
        ......@@ -60,6 +60,6 @@
        "symfony/var-dumper": "~v7.1.3",
        "symfony/var-exporter": "~v7.1.2",
        "symfony/yaml": "~v7.1.1",
        "twig/twig": "~v3.14.0"
        "twig/twig": "~v3.14.2"
        }
        }
        ......@@ -34,7 +34,7 @@
        "symfony/process": "^7.1",
        "symfony/polyfill-iconv": "^1.26",
        "symfony/yaml": "^7.1",
        "twig/twig": "^3.14.0",
        "twig/twig": "^3.14.2",
        "doctrine/annotations": "^2.0",
        "doctrine/lexer": "^2.0",
        "guzzlehttp/guzzle": "^7.5",
        ......
        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