Update haml 6.3.0 → 7.2.0 (major) #286
Open
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 (6.3.0 → 7.2.0) · Repo · Changelog
Release Notes
7.2.0
7.1.0
7.0.2
7.0.1
7.0.0
6.4.0
6.3.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Version 7.2.0Point changelog_uri to github releases (#1202)Do not require rails when haml is required (#1201)Version 7.1.0Support xhtml format for boolean nested data attributes (#1198) (#1200)Version 7.0.2Add source code URI to gemspec metadata (#1197)Replace usages of =~ with `.match?` where possible (#1196)Remove references to Hamlit (#1195)Version 7.0.1Use `Regexp#match?` predicate where possible (#1194)Remove references to unsupported Ruby versions (#1193)Fix the 'Changelog' link on rubygems.org/gems/haml (#1192)Remove gems not used by supported Ruby versionsVersion 7.0.0Drop support for EOL Ruby versionsDrop legacy dependency on itselfChange default attr_quote to `"`Revert "Prefer pry"Install bundled gems to run tests with Ruby 3.4Version 6.4.0Haml 6 does not support hyphenate_data_attrsCompile html attributes statically (#1165)Fix line numbers within a :ruby filter (#1166)Authorize characters in attribute name for vuejs (#1172)Remove newlines from template annotation comments (#1186)Fix .class + nested class array bug (#1191)Also skip HelperTest for TruffleRubySkip Rails tests for TruffleRubyTest truffleruby instead of truffleruby-headVersion 6.3.1Add a workflow to release Haml with trusted publishingEnable frozen string literal in tests (#1180)Fix Ruby 2.5 and 2.6 CI (#1184)Test against 3.4 and fix tests for `Hash#inspect`Update README.mdUpdate README.mdAdding a Discord Invite BadgeOptimize string transformation using `String#tr`Use actions/checkout@v4In order to match truffleruby's "(eval):1: expected an argument"Backtrace format has been changed since Ruby 3.4Clarify ambiguous languageClarify where to look atCI against Ruby 3.3 and 3.4Replace `Haml::AttributeBuilder::BOOLEAN_ATTRIBUTES` in REFERENCE.mdProvide a 'Changelog' link on rubygems.org/gems/hamlRemove a duplicated referenceHaml 6+ is not really relevantCommits
See the full diff on Github. The new version differs by 4 commits:
Version 0.10.4Add Ruby 3.4 to test targetsFix Ruby 3.4 compatibility (#152)Add Ruby 3.3 to CI matrix. Updates checkout action version (#148)Release Notes
1.5.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:
Prepare for 1.5.0Merge pull request #919 from rails/rmf-ciUnlock bundler development dependencyTest with Ruby 4.0Merge pull request #918 from rails/dependabot/github_actions/actions/checkout-6Merge pull request #916 from moritzschepp/ec-encodingBump actions/checkout from 5 to 6fix encoding error when running a merge toolRemove whatisthor.com referencesMerge pull request #912 from rails/dependabot/github_actions/actions/checkout-5Merge pull request #913 from rails/fsl-colorsSet frozen_string_literal: true in colors.rbBump actions/checkout from 4 to 5Merge pull request #911 from deivid-rodriguez/dont-suggest-hidden-commandsHidden commands should not make an invocation ambiguousMerge pull request #910 from rails/rm-fix-909Escape the diff tool as wellsupport THOR_MERGE values with argumentsMerge pull request #908 from G-Rath/new-inject-into-file-helperMerge pull request #906 from hlascelles/add-tree-flagfeat: add `insert_into_file!` and `inject_into_file!`Merge pull request #907 from hlascelles/add-local-test-documentationrefactor: move warningAdd tree flagAdd specs and linter documentationRelease Notes
2.7.0 (from changelog)
2.6.1 (from changelog)
2.6.0 (from changelog)
2.5.0 (from changelog)
2.4.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 67 commits:
Bump version to 2.7.0Minor changes to Tile::Pipeline.new options supportallow additional options to pipelineDrop JRuby 9.4 from CIRemove use of minitest mocksAdd Ruby 4.0 to CIRequire URI in haml test to work around test failure on Ruby 4.0Fix class name in coffeescript documentationRemove deprecated creole templateMention Tilt::StaticTemplate in READMERecommend finalizing mappings as alternative to eager requireLink to documentation site from READMEUpdate erb template documentation after removal of erubisAdd documentation_uri to gemspecRemove yard rake taskLink CoffeeScriptLiterate and Scss template engines to related filesRemove note about slim fixed locals formatExtract template documentation into lib/tilt/*.rbAdd `rake rdoc`Use SimpleCov.add_filter block instead of stringUpdate CHANGELOGMake the rendering of Prawn templates idempotentBump version to 2.6.1Fix commonmarker tests with recent commonmarker versionsFix race condition during parallel coverage testing using Template compiled_path option/methodAdd JRuby 10.0 to CILimit Redcarpet version in CI on Ruby 2.0Add base64 and logger to CI gemfileDrop JRuby 9.1 CITry readding JRuby 9.1/9.2 CIBump version to 2.6.0Document :scope_class option in READMESimplify template cache key when using :scope_class option without fixed localsSupport :compiled_path option, needed for compiled paths when using :scope_class and fixed_localsDrop JRuby 9.1-9.3 CIDocument template options in Template#initializeSupport :scope_class option to force a specific scope class, instead of using the class of the provided scopeSupport fixed locals for templatesAdd Ruby 3.4 to CIRemove unused variables in commonmarker testsRemove warning filter for radiusUpdate CHANGELOGBump version to 2.5.0Try to fix CI for JRuby 9.3/9.4Update tests to pass with commonmarker 2Update warning filtersDeprecate creole templates as they require modifying frozen string literalsRemove deprecated erubis, wikicloth, and maruku templatesUse -W:strict_unused_block when running tests on Ruby 3.4+Avoid spurious frozen string literal deprecation warnings on Ruby 3.4.0-preview2+Document use of StaticTemplateRemove documentation about requiring libraries in rdoc/liquid templatesBump version to 2.4.0Add nocov markings around old commonmarker templateAdjust CI gemfile to fix issuesFix ScssTemplate#sass_options when using sass-embeddedMake SassTemplate ignore unsupported options when using sass-embeddedDon't test Maruku in CI on JRuby 9.2Simplify prawn test checking now that checked_describe can take multiple argumentsRemove modification of string literals in testsDeprecate erubis, wikicloth, and maruku templates as they require modifying string literalsMake etanni template work with frozen string literalsUpdate CHANGELOGSupport Commonmarker v1 apiLimit markaby version to < 0.9.1 in CI on Ruby <2.7Limit commonmarker in CI to < 1Add Ruby 3.3 to CI and bump actions/checkout to v4Depfu 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