7.3.12 (2023-04-23)ο
Overview of merged pull requestsο
BUGFIX: Fusion Runtime `@apply with integer indexed array <https://github.com/neos/neos-development-collection/pull/3936>`_ο
closes #3585
starting with PHP 7.4 itβs not cool to do offset access on integers (which returns null always)
I did a little digging, and we have this skip keys logic 3 times in the runtime (probably not extracted for performance reasons)
2 times this logic needs to be adjusted to only operate on strings. Those two snippets where introduced with #2738
And 1 time this logic already has an is_string check. https://github.com/neos/neos-development-collection/blob/`046e5d02750af0ebf33cc52663799ce09683ba37 <https://github.com/neos/neos-development-collection/commit/046e5d02750af0ebf33cc52663799ce09683ba37>``_/Neos.Fusion/Classes/Core/Runtime.php#L667 This was adjusted when 7.4 compatibility was introduced via ``#2804 <https://github.com/neos/neos-development-collection/issues/2804>`_but the other two references where not adjusted
Upgrade instructions
Review instructions
please dont make me write more fusion tests π
Packages:
Neos
Fusion
TASK: Update dependabot configurationο
Add NPM configuration and enable just security fixes. For more information visit https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
Packages:
Neos
.github