Update haml_lint 0.40.1 → 0.53.0 (major) #1441
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.53.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 69 commits:
Cut version 0.53.0 (#471)
Support for conditional comments in RuboCop linter (#469)
Fix a spec that broke because of a change in rubocop (#470)
Drop Haml 4 compatibility (#466)
Update overcommit requirement from 0.60.0 to 0.61.0 (#467)
Cut version 0.52.0 (#463)
Update rubocop requirement from 1.57.2 to 1.59.0 (#462)
Fix wrong comment references (#460)
Make node_for_line return the last possible node when nothing matches exactly (#456)
Allow Haml 6.3 (#459)
Update rubocop requirement from 1.57.1 to 1.57.2 (#455)
add --stderr option (#454)
Fix markdown highlighting in linter readme (#453)
Update rubocop requirement from 1.56.4 to 1.57.1 (#450)
Cut version 0.51.0 (#449)
Allow Haml > 6.1 (#447)
Fix some rspec errors caused by changes in rubocop (#448)
Update rubocop requirement from 1.56.1 to 1.56.2 (#441)
Bump actions/checkout from 3 to 4 (#442)
Cut version 0.50.0 (#440)
Disable Style/RedundantStringEscape (#439)
Update rubocop requirement from 1.50.2 to 1.56.1 (#437)
Update minimum Ruby version to 2.7 (#435)
Cut version 0.49.3 (#434)
Fix cases where Rubocop (so Haml-Lint) indents a line too little (#433)
Cut version 0.49.2 (#432)
Fix handling of multiline plain (using pipes) that contain interpolation (#431)
Cut version 0.49.1 (#429)
Handle multiline within interpolation (#428)
Update changelog (#426)
Cut version 0.49.0 (#425)
Add Trailing Empty Lines linter (#424)
Suppress compliancy warning of ruby parser while requiring (#423)
Cut version 0.48.0 (#421)
Improve coverage related to new Rubocop system (#418)
Fix handling of ==, !, &, !=, &=, !==, &== (#420)
Improve rubocop handling of multiline ruby (#415)
Fix `Marshal.dump` error when using `--parallel` option and `RepeatedId` (#416)
Cut version 0.47.0 (#414)
Fixing Marshal.dump errors with --parallel (#413)
Stop using # rubocop:disable Style/RedundantBegin in generated Ruby (#412)
Rubocop: Avoid failing for complicated situations with multiline code (#410)
Block Layout/MultilineAssignmentLayout Rubocop Cop (#409)
Cut version 0.46.0 (#404)
feat: no placeholders linter (#403)
fix: link attributes to tag type in the same extracted ruby line (#402)
Enable RuboCop auto-correction (#346)
doc: add rubymine editor plugin link to readme (#401)
chore: Resync gemfiles with Appraisal (#397)
Enable Rubocop Lint/AmbiguousRegexpLiteral (#396)
Update overcommit requirement from 0.58.0 to 0.60.0 (#394)
Update simplecov requirement from ~> 0.21.0 to ~> 0.22.0 (#393)
Bump coverallsapp/github-action from 1 to 2 (#392)
ci: Update actions to latest with Dependabot (#389)
Bump Ruby 2.6 as minimum version (#390)
ci: add Ruby 3.2 to test matrix (#391)
Cut version 0.45.0 (#387)
Allow inheriting from relative paths to the home directory (#386)
Cut version 0.44.0 (#385)
Add `inherit_gem` directive (#384)
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.60.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.7.1
2.7.0
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 more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 15 commits:
v1.24.0
Merge pull request #340 from grosser/grosser/order
polish
Merge pull request #339 from shaicoleman/finish-in-order
Add :finish_in_order option
v1.23.0
Merge pull request #336 from grosser/grosser/filter-map
add filter-map
Merge pull request #333 from M-Yamashita01/fix-inline-method-in-processor-count
Inline the methods of ProcessorCount module.
Merge pull request #331 from msasaki666/add-ruby-3.2-to-ci
add ruby 3.2 to ci
Merge pull request #330 from grosser/grosser/docs
small docs fix
improve ractor docs
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.9.0 (from changelog)
2.8.3 (from changelog)
2.8.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
Release v2.9.0
Add Ruby 3.3 to build matrix
Fix b526e4d for ancient rubies
Update license years
Fix b526e4d for ancient rubies
Add support for GCB properties
Add `#negative?` to all expressions
Release v2.8.3
Handle leading 0s in group refs, fixes #88
Update comment
Update github actions
Release v2.8.2
Fix rubocop
Mirror Onigmo quirk for escaped number chains ...
Update README.md
Test on 3.2 explicitly, now that head is 3.3
Omit docs from bundled gem
Declutter CHANGELOG a bit
Add author in gemspec
Test token map against current syntax
Release Notes
1.30.0 (from changelog)
1.29.0 (from changelog)
1.28.1 (from changelog)
1.28.0 (from changelog)
1.27.0 (from changelog)
1.26.0 (from changelog)
1.25.0 (from changelog)
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 more commits than we can show here.
Release Notes
1.13.0 (from changelog)
1.12.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 25 commits:
Version 0.10.3
Remove test files from the gem package
Add DynamicMerger (#147)
Rakefile: Remove rcov
Version 0.10.2
Update changes
Generator: Do not pass :save_buffer to capture_generator (Fix #145)
Version 0.10.1
Update changes
StringBuffer - generate code compatible with frozen string literals
Add frozen_string_literal magic comments
Update changes
Use same capture_generator across nested captures (#144)
Adds Ruby 3.2 to the CI matrix. Also updates checkout action version. (#142)
Version 0.10.0
Drop obsolete code
Drop support for Rails 3.x and 4.x
ERB: Add StaticAnalyzer
Fix escape_html_safe (Fix #126)
gemspec: remove encoding header
Update changes
RailsOutputBuffer: Only reuse output_buffer if :buffer equals @output_buffer
Treat the capture generator separately from the main generator
Remove escape_utils from Gemfile
Add an missing entry to CHANGES
Release Notes
2.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Release Notes
2.5.0 (from changelog)
2.4.2 (from changelog)
2.4.1 (from changelog)
2.4.0 (from changelog)
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 31 commits:
Release v2.5.0
Update Unicode version number
Unicode 15.1
Re-add 3.2 to Windows CI
README: Update supported Rubies
Release v2.4.2
Avoid overwrite lookup if no overwrites are set
Favor instance_of? over is_a?
Avoid asignment before return result
Optimize lookup of first 4096 codepoints (direct array lookup)
README: Announce that version 2.4.1 is better than ever
Update license year
Release v2.4.1
Improve performance for ASCII and other common chars
Improve performance: Rewrite char lookup
Further improve performance for ASCII-only strings
Release v2.4.0
Performance optimization: Be more specific about forbidden control characters
Add more specs covering all C0 control codes
Require Ruby 2.4, improve Readme, update Changelog
Merge branch 'fatkodima-optimize-ascii'
Optimize for ASCII-only strings without control symbols
Update CI Rubies: Add Ruby 3.2
Merge pull request #25 from mishina2228/ci-on-ruby30
Fix to run CI with Ruby 3.0
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
🆕 language_server-protocol (added, 3.17.0.3)
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