chore(deps): bump the ruby group with 4 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by mergify[bot]
dependencies ruby
Bumps the ruby group with 4 updates: rubocop, bigdecimal, mime-types-data and rubocop-ast.
Updates rubocop
from 1.75.8 to 1.76.1
Release notes
Sourced from rubocop's releases.
RuboCop v1.76.1
Bug fixes
- #14245: Fix an error for
Lint/EmptyInterpolation
when using primitives in interpolation. (@ka8725
)- #14233: Fix an error for
Style/SafeNavigation
when using ternary expression with index access call. (@koic
)- #14236: Fix an error for
Style/SafeNavigation
when using ternary expression with operator method call. (@koic
)- #14249: Fix false positives for
Style/RedundantArrayFlatten
whenArray#join
is used with an argument other than the defaultnil
. (@koic
)- #14239: Fix false positives for
Style/RedundantParentheses
when using one-linein
pattern matching in operator. (@koic
)- #14240: Fix
Naming/PredicateMethod
cop error on empty parentheses method body. (@viralpraxis
)- #14235: Fix
Style/SafeNavigation
cop error on indexed assignment in ternary expression. (@viralpraxis
)- #14247: Fix
Style/SafeNavigation
invalid autocorrection on double colon method call. (@viralpraxis
)RuboCop v1.76.0
New features
- #12360: Add new
Naming/PredicateMethod
cop to check that predicate methods end with?
and non-predicate methods do not. (@dvandersluis
)- #13121: Add new
Style/EmptyStringInsideInterpolation
cop. (@zopolis4
)- #14091: Add new cop
Style/RedundantArrayFlatten
. (@lovro-bikic
)- #14184: Add new cop
Lint/UselessOr
. (@lovro-bikic
)- #14221: Enhance
Gemspec
department cops to detect offenses if specification variable isit
or a numbered parameter. (@viralpraxis
)- #14166: Add new cop
Lint/UselessDefaultValueArgument
. (@lovro-bikic
)Bug fixes
- #14228: Fix a false positive for
Style/RedundantParentheses
when using a one-linerescue
expression as a method argument. (@koic
)- #14224: Fix false negatives for
Style/RedundantParentheses
when using one-line pattern matching. (@koic
)- #14205: False negatives in
Style/SafeNavigation
when a ternary expression is used in a method argument. (@steiley
)- #14226: Fix
Lint/LiteralAsCondition
autocorrect when branches of a condition have comments. (@zopolis4
)Changes
- #14066: Add
EnforcedStyle: allow_single_line
as the default toStyle/ItBlockParameter
. (@koic
)- #13788: Disable
Lint/ShadowingOuterLocalVariable
by default. (@nekketsuuu
)- #14215: Recognize inequation (
!=
) inLint/IdentityComparison
. (@lovro-bikic
)
Changelog
Sourced from rubocop's changelog.
1.76.1 (2025-06-09)
Bug fixes
- #14245: Fix an error for
Lint/EmptyInterpolation
when using primitives in interpolation. ([@ka8725
][])- #14233: Fix an error for
Style/SafeNavigation
when using ternary expression with index access call. ([@koic
][])- #14236: Fix an error for
Style/SafeNavigation
when using ternary expression with operator method call. ([@koic
][])- #14249: Fix false positives for
Style/RedundantArrayFlatten
whenArray#join
is used with an argument other than the defaultnil
. ([@koic
][])- #14239: Fix false positives for
Style/RedundantParentheses
when using one-linein
pattern matching in operator. ([@koic
][])- #14240: Fix
Naming/PredicateMethod
cop error on empty parentheses method body. ([@viralpraxis
][])- #14235: Fix
Style/SafeNavigation
cop error on indexed assignment in ternary expression. ([@viralpraxis
][])- #14247: Fix
Style/SafeNavigation
invalid autocorrection on double colon method call. ([@viralpraxis
][])1.76.0 (2025-06-04)
New features
- #12360: Add new
Naming/PredicateMethod
cop to check that predicate methods end with?
and non-predicate methods do not. ([@dvandersluis
][])- #13121: Add new
Style/EmptyStringInsideInterpolation
cop. ([@zopolis4
][])- #14091: Add new cop
Style/RedundantArrayFlatten
. ([@lovro-bikic
][])- #14184: Add new cop
Lint/UselessOr
. ([@lovro-bikic
][])- #14221: Enhance
Gemspec
department cops to detect offenses if specification variable isit
or a numbered parameter. ([@viralpraxis
][])- #14166: Add new cop
Lint/UselessDefaultValueArgument
. ([@lovro-bikic
][])Bug fixes
- #14228: Fix a false positive for
Style/RedundantParentheses
when using a one-linerescue
expression as a method argument. ([@koic
][])- #14224: Fix false negatives for
Style/RedundantParentheses
when using one-line pattern matching. ([@koic
][])- #14205: False negatives in
Style/SafeNavigation
when a ternary expression is used in a method argument. ([@steiley
][])- #14226: Fix
Lint/LiteralAsCondition
autocorrect when branches of a condition have comments. ([@zopolis4
][])Changes
- #14066: Add
EnforcedStyle: allow_single_line
as the default toStyle/ItBlockParameter
. ([@koic
][])- #13788: Disable
Lint/ShadowingOuterLocalVariable
by default. ([@nekketsuuu
][])- #14215: Recognize inequation (
!=
) inLint/IdentityComparison
. ([@lovro-bikic
][])
Commits
c74a5b3
Cut 1.76.1c78ad7a
Update Changelog0bd38ff
[Fix #14249] Fix false positives forStyle/RedundantArrayFlatten
bf52626
Improveexpect_offense
interpolation documentationd0dfd68
Add new rake task to verify config references availability44f5eb7
Merge pull request #14259 from koic/fix_build_error_on_windows_matrixed880df
Fix build errors on Winsows matrix9316b04
Merge pull request #14244 from koic/fix_false_positives_for_style_redundant_p...bb32f69
Merge pull request #14252 from koic/workaround_ruby_lsp_0_24067da9d
Workaround to avoid build error in Ruby LSP add-on test with Ruby LSP 0.24- Additional commits viewable in compare view
Updates bigdecimal
from 3.2.1 to 3.2.2
Release notes
Sourced from bigdecimal's releases.
v3.2.2
What's Changed
- Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe by
@tompng
in ruby/bigdecimal#339Full Changelog: https://github.com/ruby/bigdecimal/compare/v3.2.1...v3.2.2
Commits
0838cb1
Bump version to 3.2.29d9c352
Update CHANGES for 3.2.2199ebfd
Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe (#339)- See full diff in compare view
Updates mime-types-data
from 3.2025.0527 to 3.2025.0603
Changelog
Sourced from mime-types-data's changelog.
3.2025.0603 / 2025-06-03
- Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional], the [Apache httpd media registry][httpd], and the [Apache Tika media registry][tika] as of the release date.
Commits
d8d5aa8
Update mime-types-data 3.2025.0603 / 2025-06-032b31006
chore(deps): Bump ossf/scorecard-action from 2.4.1 to 2.4.2- See full diff in compare view
Updates rubocop-ast
from 1.44.1 to 1.45.1
Release notes
Sourced from rubocop-ast's releases.
RuboCop AST 1.45.1
Bug fixes
RuboCop AST v1.45.0
New features
Changelog
Sourced from rubocop-ast's changelog.
1.45.1 (2025-06-08)
Bug fixes
1.45.0 (2025-06-03)
New features
Commits
6641b88
Cut 1.45.1c9438af
Update Changelog8cf49c7
Fix an error when using Parser gem withprism_result
d7d1d6a
Suppress RuboCop's offensef06cab3
Suppress RuboCop's warning5bfa2e1
Restore docs/antora.ymla053ce2
Cut 1.45.0409dec7
Cut 1.45.0d1867f8
Update Changelogb2e3ef2
SupportAST::Node#any_match_pattern_type?
method- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+7
-7
Package Dependencies
mime-types-data
rubygems
3.2025.0527 → 3.2025.0603
Patch
Technical Details
ID: | 1328856 |
UUID: | 2577719752 |
Node ID: | PR_kwDOEGmOXM6ZpOHI |
Host: | GitHub |
Repository: | html2rss/html2rss.github.io |
Merge State: | Unknown |