[ruby] Update haml 7.2.2 → 7.4.1 (minor) - #872
Open
depfu[bot] wants to merge 1 commit into
Open
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ haml (7.2.2 → 7.4.1) · Repo · Changelog
Release Notes
7.4.1
7.4.0
7.3.1
7.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Version 7.4.1Move find_and_preserve into Haml::PreserverDrop the tag list from the emitted find_and_preserve callBuild the preserve regex once per tag list instead of per callMove find_and_preserve into Haml::HelpersDrop an empty tag from the preserve patternMatch a newline with a String in preserveRequire haml/helpers in the script compilerVersion 7.4.0Escape interpolated tag text through Haml::Escape (#1217)Keep interpolated text in the source encoding (#1221)Turn Haml::BOOLEAN_ATTRIBUTES into a SetDerive the boolean attribute Set once instead of invalidating it per callFlatten nested attributes without Hash#== or an unconditional trLook up Symbol attribute keys with name instead of to_sClassify boolean attributes with a Set instead of a case/whenVersion 7.3.1Keep Prism-derived fragments in the source encoding (#1219)Version 7.3.0Add a changelog entry for the Prism migrationLet the plain filter tolerate Ruby that does not parseParse template Ruby as a partial scriptReplace the remaining Ripper usages with PrismReplace Ripper with Prism in syntax and string literal checksAdd info to metadata (#1213)Release Notes
0.10.7
0.10.6
0.10.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Version 0.10.7Replace `=~` with `.match?` where possible (#160)Version 0.10.6Make StaticAnalyzer recognize shorthand syntax as dynamic (#149)Test against Ruby 4 and update CI actions (#157)Version 0.10.5Add a workflow to publish gemAllow using prism as the parser engine (#156)Update CIRelease Notes
2.9.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Bump version to 2.9.0Register ERB/Erubi for .html.erbUpdate commonmarker tests for changes in recent versions of commonmarkerAdd Herb Template EngineDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands