fix(deps): update dependency mustache/mustache to v3#5
Open
renovate-fastnorth[bot] wants to merge 1 commit into
Open
fix(deps): update dependency mustache/mustache to v3#5renovate-fastnorth[bot] wants to merge 1 commit into
renovate-fastnorth[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~2.0→~3.0Release Notes
bobthecow/mustache.php (mustache/mustache)
v3.1.0: Mustache.php v3.1.0Compare Source
Mustache.php v3.1.0 is primarily a performance release:
Rendering performance is significantly improved since v3.0.0; render throughput is improved by 1.66x on average. Template inheritance and deep context lookup workloads see gains of up to 2.7x. Memory usage in general is fairly flat, but for more extreme cases, peak memory usage is reduced by up to 46%.
In addition to performance, this release includes:
template_class_prefixengine option validates at configuration time, rejecting invalid class-name prefixes that would lead to broken compilation.Heads up:
{{ }}delimiters, regardless of the surrounding section. Templates that use lambdas inside custom-delimiter sections may produce different output than under v3.0.0.v3.0.0: Mustache.php v3.0.0Compare Source
Mustache.php v3.x drops support for PHP 5.2–5.5, but is otherwise backwards compatible with v2.x.
To ease the transition, previous behavior can be preserved via configuration:
strict_callablesconfig option now defaults totrue. Lambda sections should use closures or callable objects. To continue supporting array-style callables for lambda sections (e.g.[$this, 'foo']), setstrict_callablestofalse.buggy_property_shadowingconfig option.double_render_lambdastotrue. This is not recommended.New
\Mustache_Engineand other prefixed classnames are all available as\Mustache\Engine, etc. You can keep using the old style for now, if you feel nostalgic for 2008, but you'll want to update eventually.Improved
{{% BLOCKS }}pragma is now part of the Mustache spec, and is enabled by default.lambdas,inheritance, anddynamic_names) can now be disabled via config options.Configuration
📅 Schedule: (in timezone America/Toronto)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.