Update overcommit 0.62.0 → 0.68.0 (major) #915
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?
✳️ overcommit (0.62.0 → 0.68.0) · Repo · Changelog
Release Notes
0.68.0
0.67.1
0.67.0
0.66.0
0.65.0
0.64.1
0.64.0
0.63.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
Cut version 0.68.0 (#872)
Add solargraph pre-commit hook for typechecking (#871)
Update RuboCop in Gemfile to silence a deprecation warning in build (#870)
Cut version 0.67.1
adds 'set' requirements to diff hook context. (#866)
Add note about unsupported YAML features in `gemfile:` line in default.yml (#865)
Cut version 0.67.0 (#864)
Restore ability to specify "gemfile: false" in config (#863)
Cut version 0.66.0 (#861)
Add `-diff` cli option for running precommit hooks against diffs (#860)
Cut version 0.65.0
Load bundled gems on expected version (#859)
Update changelog
Bump rexml to >= 3.3.9 to resolve GHSA-2rxp-v6pw-ch6m (#857)
Expand tildes(~) for hooksPath (#853)
Fix spec compatibility with recent git versions (#854)
Update changelog
Cut version 0.64.0 (#852)
Add changelog_uri to gemspec (#851)
Support stylelint 16+, which emits messages on stderr (#848)
Add Ruby 3.3 to CI matrix (#849)
Update README with latest requirements (#845)
Fix README badges (#844)
Cut version 0.63.0 (#843)
Add RSpec Hook to PreCommit, Add Applicable files if set (#842)
Fix RuboCop warnings (#841)
[FEATURE] New pre-commit hook: Sorbet (Issue #825) (#826)
Green CI PoC (#833)
Revert "Get suite running smoothly again (#824)" (#840)
Get suite running smoothly again (#824)
✳️ rexml (3.4.0 → 3.4.2) · Repo · Changelog
Release Notes
3.4.2
3.4.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Add 3.4.2 entry (#284)
Added XML declaration check & `Source#skip_spaces` method (#282)
Bump actions/checkout from 4 to 5 (#283)
Remove ostruct from dev deps (#281)
Remove bundler from dev deps (#277)
Fix & Deprecate REXML::Text#text_indent (#275)
Fix a bug that XPath can't be used for no document element (#268)
Remove redundant return statements (#266)
Use Safe Navigation (&.) from Ruby 2.3 (#265)
Avoid redundant calls for doctype (#264)
docs: Use # to reference instance methods (#270)
Reuse XPath.match (#263)
Don't call needless encoding_updated (#259)
Fix wrong Encoding resolution (#258)
Improve `Text.check` performance (#256)
Improve using `//` in XPath performance (#249)
Deprecate accepting array as an element in XPath.match, first and each (#252)
Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling (#255)
Fix reverse sort in xpath_parser (#251)
NEWS.md : Fix the mentioned of the PR in CVE-2024-35176. (#253)
Fix docs typo in code example (#248)
Raise appropriate exception when failing to match start tag in DOCTYPE (#247)
Improve CDATA and comment parse performance (#246)
Improve comment parse performance (#245)
Improve CDATA parse performance (#244)
Bump version
Add 3.4.1 entry (#239)
Reduced regular expression processing in the form of processing white space first (#237)
Changed benchmark target to Ruby latest (#236)
Fix serialization of ATTLIST is incorrect (#234)
Added rdoc as a development dependency (for Ruby 3.5+) (#235)
Use `StringScanner#peek_byte` to get double or single quotation mark (#227)
Optimize `IOSource#read_until` method by using `StringScanner#check_until(string)` (#226)
Bump version
Release Notes
5.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Cut version 5.1.0
Add logger dependency to fix warning on Ruby 3.4 (#199)
Fix CI (#197)
Remove ostruct dependency (#196)
Update CI badge in README.md (#194)
🆕 logger (added, 1.7.0)
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