An open index of dependabot pull requests across open source projects.

chore(deps): bump the ruby group with 4 updates

Merged
Number: #903
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 09, 2025 at 08:10 AM UTC
(4 months ago)
Updated: June 09, 2025 at 08:12 AM UTC
(4 months ago)
Merged: June 09, 2025 at 08:12 AM UTC
(4 months ago)
by mergify[bot]
Time to Close: 1 minute
Labels:
dependencies ruby
Description:

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 when Array#join is used with an argument other than the default nil. (@​koic)
  • #14239: Fix false positives for Style/RedundantParentheses when using one-line in 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

Bug fixes

  • #14228: Fix a false positive for Style/RedundantParentheses when using a one-line rescue 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

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 when Array#join is used with an argument other than the default nil. ([@​koic][])
  • #14239: Fix false positives for Style/RedundantParentheses when using one-line in 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

Bug fixes

  • #14228: Fix a false positive for Style/RedundantParentheses when using a one-line rescue 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

Commits
  • c74a5b3 Cut 1.76.1
  • c78ad7a Update Changelog
  • 0bd38ff [Fix #14249] Fix false positives for Style/RedundantArrayFlatten
  • bf52626 Improve expect_offense interpolation documentation
  • d0dfd68 Add new rake task to verify config references availability
  • 44f5eb7 Merge pull request #14259 from koic/fix_build_error_on_windows_matrix
  • ed880df Fix build errors on Winsows matrix
  • 9316b04 Merge pull request #14244 from koic/fix_false_positives_for_style_redundant_p...
  • bb32f69 Merge pull request #14252 from koic/workaround_ruby_lsp_0_24
  • 067da9d 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

Full Changelog: https://github.com/ruby/bigdecimal/compare/v3.2.1...v3.2.2

Changelog

Sourced from bigdecimal's changelog.

3.2.2

  • Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe. GH-340

    @​tompng

Commits

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-03
  • 2b31006 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

  • #382: Fix an error when using Parser gem with prism_result. (@​koic)

RuboCop AST v1.45.0

New features

  • #381: Support AST::Node#any_match_pattern_type? method. (@​koic)
Changelog

Sourced from rubocop-ast's changelog.

1.45.1 (2025-06-08)

Bug fixes

  • #382: Fix an error when using Parser gem with prism_result. ([@​koic][])

1.45.0 (2025-06-03)

New features

  • #381: Support AST::Node#any_match_pattern_type? method. ([@​koic][])
Commits

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
Files Changed:
2
Additions:
+7
Deletions:
-7
Package Dependencies
Package:
rubocop
Ecosystem:
rubygems
Version Change:
1.75.8 → 1.76.1
Update Type:
Minor
Package:
rubocop-ast
Ecosystem:
rubygems
Version Change:
1.44.1 → 1.45.1
Update Type:
Minor
Package:
bigdecimal
Ecosystem:
rubygems
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
rubygems
Version Change:
3.2025.0527 → 3.2025.0603
Update Type:
Patch
Technical Details
ID: 1328856
UUID: 2577719752
Node ID: PR_kwDOEGmOXM6ZpOHI
Host: GitHub
Repository: html2rss/html2rss.github.io
Merge State: Unknown