Skip to content

chore(deps): bump the ruby group with 8 updates#886

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/bundler/ruby-7f06e7d3b4
Mar 31, 2025
Merged

chore(deps): bump the ruby group with 8 updates#886
mergify[bot] merged 1 commit intomainfrom
dependabot/bundler/ruby-7f06e7d3b4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Bumps the ruby group with 8 updates:

Package From To
rubocop 1.74.0 1.75.1
google-protobuf 4.30.1 4.30.2
logger 1.6.6 1.7.0
mime-types 3.6.1 3.6.2
mime-types-data 3.2025.0318 3.2025.0325
nokogiri 1.18.5 1.18.6
parser 3.3.7.2 3.3.7.4
rubocop-ast 1.41.0 1.43.0

Updates rubocop from 1.74.0 to 1.75.1

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.1

Changes

  • #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. (@​koic)

RuboCop v1.75.0

New features

Bug fixes

  • #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. (@​koic)
  • #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. (@​vlad-pisanov)
  • #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. (@​vlad-pisanov)
  • #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. (@​dvandersluis)
  • #14021: Fix handling of long heredoc lines with SplitStrings enabled. (@​mauro-oto)
  • #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. (@​viralpraxis)
  • #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. (@​lovro-bikic)
  • #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. (@​lovro-bikic)
  • #14020: Fix comment autocorrection for Style/IfInsideElse. (@​lovro-bikic)

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.75.1 (2025-03-26)

Changes

  • #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. ([@​koic][])

1.75.0 (2025-03-26)

New features

Bug fixes

  • #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. ([@​koic][])
  • #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][])
  • #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][])
  • #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][])
  • #14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][])
  • #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. ([@​viralpraxis][])
  • #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. ([@​lovro-bikic][])
  • #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. ([@​lovro-bikic][])
  • #14020: Fix comment autocorrection for Style/IfInsideElse. ([@​lovro-bikic][])

Changes

  • #12358: Add does as a forbidden prefix to Naming/PredicateName. ([@​dvandersluis][])
  • #13621: Add ForbiddenIdentifiers and ForbiddenPatterns config options to Naming/MethodName cop. ([@​tejasbubane][])
  • #13986: Add support for Array#intersection to Style/ArrayIntersect. ([@​dvandersluis][])
  • #14006: Allow cop renames to trigger warnings instead of fatal errors. ([@​dvandersluis][])
  • #13617: Use the prism translation layer to analyze Ruby 3.4+ by default. ([@​earlopain][])
  • #14024: Change Style/RedundantParentheses to offend parentheses for chained && expressions. ([@​lovro-bikic][])
  • #14029: Add AllowConsecutiveConditionals setting to Style/Next to allow consecutive conditional statements. ([@​vlad-pisanov][])
  • #14016: Update Style/RedundantFormat to register offenses when the only argument to format or sprintf is a constant. ([@​dvandersluis][])
Commits
  • 3872dce Cut 1.75.1
  • b0999f3 Update Changelog
  • 3ed6feb Rename allow_named_parameter to only_numbered_parameters in `Style/ItBloc...
  • 784abb2 Merge pull request #14039 from lovro-bikic/adjust-raise-args-docs
  • 246dee9 Update Style/RaiseArgs docs
  • cf5e382 Reset the docs version
  • 9c2bc8e Cut 1.75
  • 95ed987 Update Changelog
  • f969e0d Fix handling of long heredoc lines with SplitStrings enabled
  • 91fafeb Fix comment autocorrection for Style/IfInsideElse
  • Additional commits viewable in compare view

Updates google-protobuf from 4.30.1 to 4.30.2

Commits
  • 9b9c5f2 Updating version.json and repo version numbers to: 30.2-dev
  • See full diff in compare view

Updates logger from 1.6.6 to 1.7.0

Release notes

Sourced from logger's releases.

v1.7.0

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.6...v1.7.0

Commits
  • f474d07 Bump up v1.7.0
  • 30a6070 Merge pull request #119 from viralpraxis/add-skip-header-option
  • 7922086 Merge pull request #125 from ruby/dependabot/github_actions/step-security/har...
  • 752b50b Bump step-security/harden-runner from 2.10.4 to 2.11.0
  • c1cfcb5 Include selected files only in the gem file
  • 9e506e5 [DOC] Add .rdoc_options
  • f80a18e [DOC] Fix markups for the global variables
  • 6f7f908 [DOC] Fix a typo
  • 25df1ed [DOC] Missing descriptions of Logger.new arguments
  • 0892e1a [DOC] Specify files for documents
  • Additional commits viewable in compare view

Updates mime-types from 3.6.1 to 3.6.2

Changelog

Sourced from mime-types's changelog.

3.6.2 / 2025-03-25

  • Updated the reference to the changelog in the README, fixing RubyGems metadata on the next release. Fixed in #189[pull-189] by nna774.

  • Daniel Watkins fixed an error in the repo tag for this release because the modified gemspec was not included in the release. Fixed in #196[pull-196].

Commits
  • 81a3997 mime-types.gemspec: update for 3.6.2
  • 73b477b chore: Flag new release
  • 9a1bbb8 Bump ruby/setup-ruby from 1.226.0 to 1.227.0
  • 04c9ddf Bump reviewdog/action-typos from 1.17.0 to 1.17.3
  • 38d9272 Bump actions/upload-artifact from 4.6.1 to 4.6.2
  • 12148ac Bump astral-sh/setup-uv from 5.3.1 to 5.4.0
  • 974f35f Bump github/codeql-action from 3.28.11 to 3.28.12
  • 2ce9719 fix changelog uri
  • f86d387 chore: Harden actions
  • See full diff in compare view

Updates mime-types-data from 3.2025.0318 to 3.2025.0325

Changelog

Sourced from mime-types-data's changelog.

3.2025.0325 / 2025-03-25

  • Updated the Apache and IANA media registry entries as of release date
Commits
  • 008764c Update mime-types-data 3.2025.0325 / 2025-03-25
  • 8764202 Bump reviewdog/action-actionlint from 1.65.0 to 1.65.2
  • 84a8007 Bump actions/upload-artifact from 4.6.1 to 4.6.2
  • 9e4c2ee Bump reviewdog/action-typos from 1.17.0 to 1.17.3
  • 7c83502 Bump ruby/setup-ruby from 1.226.0 to 1.227.0
  • 4ab957e Bump astral-sh/setup-uv from 5.3.1 to 5.4.0
  • See full diff in compare view

Updates nokogiri from 1.18.5 to 1.18.6

Release notes

Sourced from nokogiri's releases.

v1.18.6 / 2025-03-24

Fixed

  • [JRuby] In HTML documents, Node#attribute now returns the correct attribute. This has been broken, and returning nil, since v1.17.0. (#3487) @​flavorjones
1b11f9a814068282cc2b47ebe61395b2a69d1918092d2ca3bd664074f72540e9  nokogiri-1.18.6-aarch64-linux-gnu.gem
797662f201c37a8feac3bd5b0c0e3447053bc71e6633d273fefd4c68b03e6a54  nokogiri-1.18.6-aarch64-linux-musl.gem
727a441d179d934b4b7c73e0e28e6723ee46463d96bb0cc6e2e33a13540962c4  nokogiri-1.18.6-arm64-darwin.gem
2da07a07ef4c9d9e9da809b3dc0937ed90b031e32c2c658d9918941b85d68b95  nokogiri-1.18.6-arm-linux-gnu.gem
e8ae1c9a4d8cfa7a92d632a6f596a88235ebe66d4b70418543378ba16c601f70  nokogiri-1.18.6-arm-linux-musl.gem
4d283431d7829719ea1287ca388f24c6ce343af736bbcbd1365cbdb83bce41a4  nokogiri-1.18.6.gem
bf16c53446987007ff3e1deb29d65d20444073ba112cb5bddbd2671135ba293c  nokogiri-1.18.6-java.gem
134f6d54f56edd46cb6db77c9d9de1704b3f83b3981a6763671e3cfbeba221f5  nokogiri-1.18.6-x64-mingw-ucrt.gem
fb72568c97ccd90a8d68cb765b0ff0720b109bd62e3babbf372e854ef8fef995  nokogiri-1.18.6-x86_64-darwin.gem
df065db6ba6e1e80f76ef04f860fcf260cc24685125fe33cdc3d1572a1c66b71  nokogiri-1.18.6-x86_64-linux-gnu.gem
75ec7a93cec54687aa63b2eaf830dc4ac5b4f3d8c969f20c035e67c9e6a30cef  nokogiri-1.18.6-x86_64-linux-musl.gem
Changelog

Sourced from nokogiri's changelog.

v1.18.6 / 2025-03-24

Fixed

  • [JRuby] In HTML documents, Node#attribute now returns the correct attribute. This has been broken, and returning nil, since v1.17.0. (#3487) @​flavorjones
Commits

Updates parser from 3.3.7.2 to 3.3.7.4

Changelog

Sourced from parser's changelog.

v3.3.7.4 (2025-03-31)

Bugs fixed:

  • lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051) (Earlopain)
  • builder.rb: emit kwargs node for indexasgn when opted in (#1053) (Earlopain)
  • builder.rb: correctly handle ... forwarding to super with explicit block (#1049) (Earlopain)
  • numbered parameters are valid for pattern matching pinning (#1060) (Earlopain)

v3.3.7.3 (2025-03-26)

API modifications:

  • Bump maintenance branches to 3.2.8 and 3.1.7 (#1074) (Koichi ITO)
Commits
  • da0aec5 Update changelog.
  • d368857 Bump version
  • e261316 - lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051)
  • 6f54456 - builder.rb: emit kwargs node for indexasgn when opted in (#1053)
  • d34616f - builder.rb: correctly handle ... forwarding to super with explicit block ...
  • beb5ccd Supress warnings during parsing (#1013)
  • 75c6ce0 - numbered parameters are valid for pattern matching pinning (#1060)
  • 6c92533 Update changelog.
  • d9f8860 Update changelog.
  • 23d3a8f Bump version
  • Additional commits viewable in compare view

Updates rubocop-ast from 1.41.0 to 1.43.0

Release notes

Sourced from rubocop-ast's releases.

RuboCop AST v1.43.0

Changes

RuboCop AST v1.42.0

New features

Changelog

Sourced from rubocop-ast's changelog.

1.43.0 (2025-03-25)

Changes

1.42.0 (2025-03-25)

New features

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

Bumps the ruby group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.74.0` | `1.75.1` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.30.1` | `4.30.2` |
| [logger](https://github.com/ruby/logger) | `1.6.6` | `1.7.0` |
| [mime-types](https://github.com/mime-types/ruby-mime-types) | `3.6.1` | `3.6.2` |
| [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0318` | `3.2025.0325` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.5` | `1.18.6` |
| [parser](https://github.com/whitequark/parser) | `3.3.7.2` | `3.3.7.4` |
| [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.41.0` | `1.43.0` |


Updates `rubocop` from 1.74.0 to 1.75.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.74.0...v1.75.1)

Updates `google-protobuf` from 4.30.1 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.30.1...v4.30.2)

Updates `logger` from 1.6.6 to 1.7.0
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.6...v1.7.0)

Updates `mime-types` from 3.6.1 to 3.6.2
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md)
- [Commits](mime-types/ruby-mime-types@v3.6.1...v3.6.2)

Updates `mime-types-data` from 3.2025.0318 to 3.2025.0325
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md)
- [Commits](mime-types/mime-types-data@v3.2025.0318...v3.2025.0325)

Updates `nokogiri` from 1.18.5 to 1.18.6
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.18.5...v1.18.6)

Updates `parser` from 3.3.7.2 to 3.3.7.4
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.7.2...v3.3.7.4)

Updates `rubocop-ast` from 1.41.0 to 1.43.0
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.41.0...v1.43.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: google-protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: mime-types
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: mime-types-data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: nokogiri
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 31, 2025
@mergify mergify Bot merged commit d029b17 into main Mar 31, 2025
5 checks passed
@mergify mergify Bot deleted the dependabot/bundler/ruby-7f06e7d3b4 branch March 31, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants