chore(deps): bump the ruby group with 4 updates
Open
Number: #908
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
June 23, 2025 at 08:46 AM UTC
(3 months ago)
(3 months ago)
Updated:
June 23, 2025 at 08:46 AM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies ruby
dependencies ruby
Description:
Bumps the ruby group with 4 updates: html2rss, html2rss-configs, rubocop and mime-types-data.
Updates html2rss
from f4e080c
to 9ed4ec4
Commits
Updates html2rss-configs
from 6aadc0c
to de1958d
Commits
de1958d
fix: config postprocessor template uses deprecated syntax (#249)1c8a122
fix: adjust feed configs to not use deprecated syntax and cleanup (#248)- See full diff in compare view
Updates rubocop
from 1.76.1 to 1.77.0
Release notes
Sourced from rubocop's releases.
RuboCop v1.77.0
New features
- #14223: Add new
Gemspec/AttributeAssignment
cop. (@viralpraxis
)- #14128: Allow long fully-qualified namespace strings to exceed max length. (
@niranjan-patil
)- #14288: Add new cop
Style/CollectionQuerying
. (@lovro-bikic
)- #14165: Add new
DefaultToNil
option toStyle/FetchEnvVar
cop. (@Yuhi-Sato
)- #14314: Enhance
Gemspec/RequireMFA
cop autocorrect to insert MFA directive after lastmetadata
assignment. (@viralpraxis
)- #14159: Enhance
Layout/SpaceInsideArrayLiteralBrackets
cop to analyze nested constant patterns. (@viralpraxis
)Bug fixes
- #14306: Fix an error for
Style/HashConversion
when using nestedHash[]
. (@koic
)- #14298: Fix an error for
Style/SoleNestedConditional
when autocorrecting nested if/unless/if. (@ssagara00
)- #14313: Fix a false positive for
Layout/SpaceBeforeBrackets
when call desugaredHash#[]
to lvar receiver with a space around the dot. (@koic
)- #14292: Fix false positives for
Style/RedundantParentheses
when assigning a parenthesized one-linein
pattern matching. (@koic
)- #14296: Fix false positives for
Style/RedundantSelf
when receiver and lvalue have the same name in or-assignment. (@koic
)- #14303: Fix
Lint/SelfAssignment
to allow inline RBS comments. (@Morriar
)- #14307: Fix
Style/MethodCallWithArgsParentheses
false positive on forwarded keyword argument with additional arguments. (@viralpraxis
)- #14301: Fix autocorrection syntax error for multiline expressions in
Style/RedundantParentheses
. (@lovro-bikic
)Changes
- #14295: Update
Naming/PredicateMethod
to consider negation (!
/not
) as boolean values. (@dvandersluis
)- #14255: Update
Naming/PredicateMethod
to treat returned predicate method calls as boolean values. (@dvandersluis
)RuboCop v1.76.2
Bug fixes
- #14273: Fix an error for
Lint/EmptyInterpolation
when using a boolean literal inside interpolation. (@koic
)- #14260: Fix an error for
Lint/UselessDefaultValueArgument
whenfetch
call without a receiver. (@koic
)- #14267: Fix an error for
Style/ConditionalAssignment
cop when using one-line branches. (@viralpraxis
)- #14275: Fix false positives for
Style/RedundantParentheses
when using parenthesized one-line pattern matching in endless method definition. (@koic
)- #14269: Fix false positives for
Style/RedundantSelf
when local variable assignment name is used in nestedif
. (@koic
)- #14286: Fix incorrect autocorrect for
Lint/SafeNavigationChain
when a safe navigation is used on the left-hand side of a-
operator when inside an array. (@koic
)Changes
- #14232: Add
AllowedPatterns
andAllowBangMethods
configuration toNaming/PredicateMethod
. (@dvandersluis
)- #14268: Register operator expression range boundaries as offenses in
Lint/AmbiguousRange
. (@lovro-bikic
)- #14264: Offend access modifiers used on top-level in
Lint/UselessAccessModifier
. (@lovro-bikic
)
... (truncated)
Changelog
Sourced from rubocop's changelog.
1.77.0 (2025-06-20)
New features
- #14223: Add new
Gemspec/AttributeAssignment
cop. ([@viralpraxis
][])- #14128: Allow long fully-qualified namespace strings to exceed max length. ([
@niranjan-patil
][])- #14288: Add new cop
Style/CollectionQuerying
. ([@lovro-bikic
][])- #14165: Add new
DefaultToNil
option toStyle/FetchEnvVar
cop. ([@Yuhi-Sato
][])- #14314: Enhance
Gemspec/RequireMFA
cop autocorrect to insert MFA directive after lastmetadata
assignment. ([@viralpraxis
][])- #14159: Enhance
Layout/SpaceInsideArrayLiteralBrackets
cop to analyze nested constant patterns. ([@viralpraxis
][])Bug fixes
- #14306: Fix an error for
Style/HashConversion
when using nestedHash[]
. ([@koic
][])- #14298: Fix an error for
Style/SoleNestedConditional
when autocorrecting nested if/unless/if. ([@ssagara00
][])- #14313: Fix a false positive for
Layout/SpaceBeforeBrackets
when call desugaredHash#[]
to lvar receiver with a space around the dot. ([@koic
][])- #14292: Fix false positives for
Style/RedundantParentheses
when assigning a parenthesized one-linein
pattern matching. ([@koic
][])- #14296: Fix false positives for
Style/RedundantSelf
when receiver and lvalue have the same name in or-assignment. ([@koic
][])- #14303: Fix
Lint/SelfAssignment
to allow inline RBS comments. ([@Morriar
][])- #14307: Fix
Style/MethodCallWithArgsParentheses
false positive on forwarded keyword argument with additional arguments. ([@viralpraxis
][])- #14301: Fix autocorrection syntax error for multiline expressions in
Style/RedundantParentheses
. ([@lovro-bikic
][])Changes
- #14295: Update
Naming/PredicateMethod
to consider negation (!
/not
) as boolean values. ([@dvandersluis
][])- #14255: Update
Naming/PredicateMethod
to treat returned predicate method calls as boolean values. ([@dvandersluis
][])1.76.2 (2025-06-17)
Bug fixes
- #14273: Fix an error for
Lint/EmptyInterpolation
when using a boolean literal inside interpolation. ([@koic
][])- #14260: Fix an error for
Lint/UselessDefaultValueArgument
whenfetch
call without a receiver. ([@koic
][])- #14267: Fix an error for
Style/ConditionalAssignment
cop when using one-line branches. ([@viralpraxis
][])- #14275: Fix false positives for
Style/RedundantParentheses
when using parenthesized one-line pattern matching in endless method definition. ([@koic
][])- #14269: Fix false positives for
Style/RedundantSelf
when local variable assignment name is used in nestedif
. ([@koic
][])- #14286: Fix incorrect autocorrect for
Lint/SafeNavigationChain
when a safe navigation is used on the left-hand side of a-
operator when inside an array. ([@koic
][])Changes
- #14232: Add
AllowedPatterns
andAllowBangMethods
configuration toNaming/PredicateMethod
. ([@dvandersluis
][])- #14268: Register operator expression range boundaries as offenses in
Lint/AmbiguousRange
. ([@lovro-bikic
][])- #14264: Offend access modifiers used on top-level in
Lint/UselessAccessModifier
. ([@lovro-bikic
][])- #14278: Register conditions wrapped in parentheses as offenses in
Style/MinMaxComparison
. ([@lovro-bikic
][])
Commits
e8e3ae7
Cut 1.77a56b16c
Update Changelog45f1b00
[Fix #14128] Allow long fully-qualified namespace strings to exceed max lengthbd1690c
[Docs] Update a link to Parser's API docs56d4ebf
Fix links in Plugin Configuration docs37540d2
EnhanceGemspec/RequireMFA
cop autocorrect to insert MFA directive after la...80aff64
[Fix #14306] Fix an error forStyle/HashConversion
600d0a2
[Fix #14313] Fix a false positive forLayout/SpaceBeforeBrackets
ca09f02
Fix autocorrection syntax error for multiline expressions in Style/RedundantP...2d86c22
[Fix #14165] Add new DefaultToNil option to Style/FetchEnvVar cop- Additional commits viewable in compare view
Updates mime-types-data
from 3.2025.0610 to 3.2025.0617
Changelog
Sourced from mime-types-data's changelog.
3.2025.0617 / 2025-06-17
- 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
6f95352
Update mime-types-data 3.2025.0617 / 2025-06-1712b46dc
chore(deps): Bump ruby/setup-ruby from 1.244.0 to 1.245.0be855a5
chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.12.1afc9801
chore(deps): Bump github/codeql-action from 3.28.19 to 3.29.0- See full diff 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
Commits:
1
1
Files Changed:
2
2
Additions:
+7
+7
Deletions:
-7
-7
Package Dependencies
Package:
mime-types-data
Ecosystem:
rubygems
rubygems
Version Change:
3.2025.0610 → 3.2025.0617
Update Type:
Patch
Patch
Technical Details
ID: | 2042906 |
UUID: | 2610893812 |
Node ID: | PR_kwDOEGmOXM6bnxP0 |
Host: | GitHub |
Repository: | html2rss/html2rss.github.io |
Merge State: | Unknown |