Update dependency nunjucks to v3.2.2#3
Open
mend-for-github-com[bot] wants to merge 1 commit intomainfrom
Open
Conversation
d84857b to
1a866db
Compare
1a866db to
accf9d4
Compare
4d3315b to
2c46c04
Compare
e4b4ed0 to
0c0c2d5
Compare
0c0c2d5 to
5897b31
Compare
5897b31 to
8561ba6
Compare
Author
|
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:
3.2.1→3.2.2By merging this PR, the issue #5 will be automatically resolved and closed:
Release Notes
mozilla/nunjucks (nunjucks)
v3.2.2Compare Source
selectandrejectfilters.Merge of #1278 and
#1279; fixes
#282. Thanks
ogonkov!
TypeError: name.replace is not a function.Fixes #1295.
groupbyfilter;respect
throwOnUndefinedoption, if the groupby attribute is undefined.Merge of #1276; fixes
#1198. Thanks
ogonkov!
rendering templates synchronously. Fixes
#1272.
indentfilter no longer appends an additional newline. Fixes#1231.