Update haml_lint: 0.40.1 → 0.43.0 (major) #1282
Closed
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_lint (0.40.1 → 0.43.0) · Repo · Changelog
Release Notes
0.43.0
0.42.0
0.41.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Cut version 0.43.0 (#382)
Allow Haml 6.1 (#381)
Cut version 0.42.0 (#377)
Require forwardable in haml4 adapter to fix an error (#375)
Allow setting RuboCop config in .haml-lint.yml (#374)
Cut version 0.41.0 (#373)
Keep newlines in extracted Ruby (#369)
Update change log (#368)
Compatibility with Haml 6 (#367)
✳️ rubocop (1.36.0 → 1.41.1) · Repo · Changelog
Release Notes
1.41.0
1.40.0
1.39.0
1.38.0
1.37.1
1.37.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.6.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Bump version to 2.6.3
Merge pull request #470 from Shopify/remove-exception-line
Merge pull request #483 from notEthan/unicode_mixed
Release Notes
3.1.3.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 15 commits:
Update changelog.
Bump version.
* Bump maintenance branches to 3.1.3, 3.0.5, 2.7.7 (#886)
disable failing test on TruffleRuby (#883)
bump racc to 1.6.0 (#882)
remove 2.6 branch from CI matrix (#881)
add tests for multiple pattern matches in a single body. (#880)
* ruby32.y: reuse nonlocal_var rule. (#879)
* ruby32.y: reuse opt_nl rule. (#878)
add tests for newline after hash key in pattern matching. (#877)
add test for bare backslash error. (#876)
add tests for `class/module <keyword> ...` definition. (#875)
+ ruby32.y: implement forwarded restarg and kwrestarg. (#874)
lexer.rl: handle invalid escape sequences in regexes on the Ruby side since 3.2. (#873)
Update changelog.
Release Notes
2.6.1 (from changelog)
2.6.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 16 commits:
Release v2.6.1
Don't scan `(?<!...>` as named group
Release v2.6.0
Update README.md
Rubocop
Add Expression#human_name
Fix typo in comments
Memoize Expression#repetitions
Warn when calling #to_re on set members
Add Expression#optional?
Update CHANGELOG.md ...
Update README.md
Test with repper
Fix some backref edge cases ...
Prevent invalid quantification of option switches
Update CHANGELOG
Release Notes
1.24.0 (from changelog)
1.23.0 (from changelog)
1.22.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 16 commits:
Cut 1.24.0
Update Changelog
Add node types `forwarded_restarg` and `forwarded_kwrestarg`
Fix some offenses for `RSpec/ExampleWording`
Restore docs/antora.yml
Cut 1.23.0
Update Changelog
Add `character_literal?` to `StrNode`
Restore docs/antora.yml
Cut 1.22.0
Update Changelog
Use TRUFFLERUBYOPT=--engine.Mode=latency to speed up CI on TruffleRuby
Add token#new_line?
Suppress new warnings of `RSpec/NoExpectationExample` cop
Fix typo in doc comment
Restore docs/antora.yml
Commits
See the full diff on Github. The new version differs by 24 commits:
Version 0.9.1
Swap <%= and <%== in Temple::ERB::Engine
Fix the default value of :capture_generator
Use a better CI idiom
[Bugfix] Use the specified capture_generator even for nested captures (#112)
Readme: Add Yard Docs badge (#115)
Replace the Travis CI badge with GitHub Actions
Migrate bacon to rspec (#140)
pkg/ should be ignored for rake release
v0.9.0
Enable rake release
Test JRuby and TruffleRuby as well
Make the required_ruby_version consistent with CI
Migrate CI to GitHub Actions (#139)
Fix a crash in StringSplitter filter (#138)
Improve compatibility with upcoming Rails 7.1
Drop EscapeUtils.escape_html
Merge pull request #134 from k0kubun/rails-ambles
Support annotate_rendered_view_with_filenames
Use Erubi instead of Erubis.
Fixed depreciated tilt template mime type
update ruby test version
Change default :capture_generator to self
Suppress deprecated warning by Object#=~ since ruby 2.6
Release Notes
2.3.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 6 commits:
Release v2.3.0
Merge pull request #24 from rivo/main
Added a reference to the Golang version.
Update Unicode version number
Unicode 15.0
Update CI Rubies
Depfu 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