Update haml_lint 0.40.1 → 0.46.0 (major) #1360
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.46.0) · Repo · Changelog
Release Notes
0.46.0
0.45.0
0.44.0
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 26 commits:
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.54.2) · Repo · Changelog
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.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
Commits
See the full diff on Github. The new version differs by 10 commits:
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
Release Notes
3.2.2.3 (from changelog)
3.2.2.2 (from changelog)
3.2.1.1 (from changelog)
3.2.1.0 (from changelog)
3.2.0.0 (from changelog)
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 61 commits:
Update changelog.
Bump version.
* Add Racc to runtime dependencies (#929)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.7.0 (#928)
Bump version.
Fix broken Ragel website link (#925)
Optimize duplicate hash key warning (#924)
Update changelog.
Update changelog.
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.2.2, 3.1.4, 3.0.6, and 2.7.8 (#920)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.6.2 (#916)
* backport tests for mixed usage of anonymous kwarg/kwrestarg and forwarded-arguments (#915)
* add tests for kwopt+kwrest arguments and forwarded_kwrestarg. (#913)
- builders/default: allow forwarded_kwrestarg with additional kwargs (#912)
Fix broken link to ast gem documentation (#909)
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.2.1 (#908)
Update parsing Ruby versions in README.md (#906)
* lexer.rl: extract strings lexing to lexer-strings.rl (#905)
+ Ruby 3.3 support (#904)
Update changelog.
Update changelog.
Bump version.
Add full-release Ruby 3.2.0 support (#903)
Move blocks outside Lexer#advance (#902)
Code size reduction for advance method (#899)
Use -F1 on JRuby (#898)
Reduce the number of allocated Ranges (#896)
+ lexer.rl: use Ragel -F0 on non-CRuby (#894)
* lexer.rl: extract `extend_string_escaped` to a separate method (#893)
+ ruby32.y: Allow optional newlines before closing parenthesis (#892)
* bump Racc to 1.6.1 (#890)
- ruby32.y: fix a parse error when using forwarded argument with restarg (#889)
Add a missing whitespace to the warning message (#887)
Update changelog.
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
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 64 commits:
Cut 1.29.0
Introduce RuboCop::Ast::MethodDispatchNode#selector
Improve docs (#265)
Update .mergify
Autoformat
Run rubocop's tests on oldest compatible release
Fix new cop offense
Revert "Run rubocop's tests on oldest compatible release"
Run rubocop's tests on oldest compatible release
Restore docs/antora.yml
Cut 1.28.1
Update Changelog
Fix an error when parsing non UTF-8 frozen string
Fix a build error when using Ruby 2.6 runtime
Suppress new `Style/MapToSet` offense
Restore docs/antora.yml
Cut 1.28.0
Update Changelog
Add `forwarded_kwrestarg` node to `AST::Builder`
Suppress RuboCop offenses
Restore docs/antora.yml
Cut 1.27.0
Update Changelog
Add `source_range` method to `NodePattern`
Restore docs/antora.yml
Cut 1.26.0
Update Changelog
Make `Node#class_constructor?` aware of Ruby 2.7's numbered parameters
Make `Node#class_construcor?` aware of Ruby 3.2's `Data.define`
Restore docs/antora.yml
Cut 1.25.0
Update Changelog
Support `Parser::Ruby33`
Fix a documentation error for `xstr`
Use `csend` instead of `send` in CsendNode class documentation (#254)
Apply concurrency for GHA workflow `pull_requests` envents only
Use concurrency for GitHub Actions workflow
Add Ruby 3.2 to the CI matri
Fix visitor pattern link formatting
Restore docs/antora.yml
Cut 1.24.1
Several optimizations
Suppress `Layout/ClassStructure` offenses
Bump actions/setup-python from 2 to 4 (#248)
Bump paambaati/codeclimate-action from 2.6.0 to 3.2.0 (#247)
Suppress `Style/RedundantConstantBase`'s offenses
Added dependabot for GitHub Actions (#244)
Restore docs/antora.yml
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
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 21 commits:
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.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 26 commits:
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