Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the ruby group with 5 updates:

Package From To
rubocop 1.75.1 1.75.2
mime-types-data 3.2025.0325 3.2025.0402
nokogiri 1.18.6 1.18.7
rubocop-ast 1.43.0 1.44.0
sass-embedded 1.86.0 1.86.3

Updates rubocop from 1.75.1 to 1.75.2

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.2

Changes

Bug fixes

  • #14041: Fix an error when using ERB templated config YAML with server mode. (@​koic)
  • #14048: Do not emit a warning for a zero-sized file while checking if it is executable. (@​viralpraxis)
  • #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. (@​koic)
  • #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. (@​koic)
  • #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. (@​earlopain)
  • #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. (@​viralpraxis)
  • #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. (@​viralpraxis)
Changelog

Sourced from rubocop's changelog.

1.75.2 (2025-04-03)

Changes

  • #14065: Update Lint/RedundantTypeConversion to register an offense for to_json.to_s. ([@​lovro-bikic][])

Bug fixes

  • #14041: Fix an error when using ERB templated config YAML with server mode. ([@​koic][])
  • #14048: Do not emit a warning for a zero-sized file while checking if it is executable. ([@​viralpraxis][])
  • #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. ([@​koic][])
  • #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. ([@​koic][])
  • #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. ([@​earlopain][])
  • #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. ([@​viralpraxis][])
  • #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. ([@​viralpraxis][])
Commits
  • b159321 Cut 1.75.2
  • 919be6b Fix a heading
  • c3d8832 Update Changelog
  • ae1f33c Use RuboCop::AST::Node#any_def_type? method
  • d8e1f94 [Fix #14062] Fix false positives for Lint/ReturnInVoidContext when returnin...
  • f5e9ca9 Use RuboCop Performance 1.25 for development
  • 01d3e9d Merge pull request #14065 from lovro-bikic/redundant-type-conversion-to-json-...
  • bc3f2a6 Make Lint/RedundantTypeConversion register an offense for to_json.to_s
  • 237a95e Merge pull request #14059 from henrik/patch-1
  • 6ddcf46 Merge pull request #14060 from Earlopain/global-std-stream-ractor
  • Additional commits viewable in compare view

Updates mime-types-data from 3.2025.0325 to 3.2025.0402

Changelog

Sourced from mime-types-data's changelog.

3.2025.0402 / 2025-04-02

  • Updated the Apache and IANA media registry entries as of release date
Commits
  • a7a7eb2 Update mime-types-data 3.2025.0402 / 2025-04-02
  • eee8413 Bump github/codeql-action from 3.28.11 to 3.28.13
  • 73526dd Bump ruby/setup-ruby from 1.227.0 to 1.229.0
  • 02426f8 Bump astral-sh/setup-uv from 5.4.0 to 5.4.1
  • See full diff in compare view

Updates nokogiri from 1.18.6 to 1.18.7

Release notes

Sourced from nokogiri's releases.

v1.18.7 / 2025-03-31

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.13.7, which is a bugfix release.
57a064ab5440814a69a0e040817bd8154adea68a30d2ff2b3aa515a6a06dbb5f  nokogiri-1.18.7-aarch64-linux-gnu.gem
3e442dc5b69376e84288295fe37cbb890a21ad816a7e571e5e9967b3c1e30cd3  nokogiri-1.18.7-aarch64-linux-musl.gem
083abb2e9ed2646860f6b481a981485a658c6064caafaa81bf1cda1bada2e9d5  nokogiri-1.18.7-arm64-darwin.gem
337d9149deb5ae01022dff7c90f97bed81715fd586aacab0c5809ef933994c5e  nokogiri-1.18.7-arm-linux-gnu.gem
97a26edcc975f780a0822aaf7f7d7427c561067c1c9ee56bd3542960f0c28a6e  nokogiri-1.18.7-arm-linux-musl.gem
6b63ff5defe48f30d1d3b3122f65255ca91df2caf5378c6e0482ce73ff46fb31  nokogiri-1.18.7.gem
2cb83666f35619ec59d24d831bf492e49cfe27b112c222330ee929737f42f2eb  nokogiri-1.18.7-java.gem
681148fbc918aa5d54933d8b48aeb9462ab708d23409797ed750af961107f72b  nokogiri-1.18.7-x64-mingw-ucrt.gem
081d1aa517454ba3415304e2ea51fe411d6a3a809490d0c4aa42799cada417b7  nokogiri-1.18.7-x86_64-darwin.gem
3a0bf946eb2defde13d760f869b61bc8b0c18875afdd3cffa96543cfa3a18005  nokogiri-1.18.7-x86_64-linux-gnu.gem
9d83f8ec1fc37a305fa835d7ee61a4f37899e6ccc6dcb05be6645fa9797605af  nokogiri-1.18.7-x86_64-linux-musl.gem
Changelog

Sourced from nokogiri's changelog.

v1.18.7 / 2025-03-31

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.13.7, which is a bugfix release.
Commits

Updates rubocop-ast from 1.43.0 to 1.44.0

Release notes

Sourced from rubocop-ast's releases.

RuboCop AST v1.44.0

New features

  • #377: Support RuboCop::AST::Node#any_def_type? method. (@​koic)
Changelog

Sourced from rubocop-ast's changelog.

1.44.0 (2025-04-03)

New features

  • #377: Support RuboCop::AST::Node#any_def_type? method. ([@​koic][])
Commits

Updates sass-embedded from 1.86.0 to 1.86.3

Commits
  • 3aeb619 v1.86.3
  • 41eb2f2 Bump sass from 1.86.2 to 1.86.3 in /ext/sass (#306)
  • 2320513 v1.86.2
  • 76b8980 Bump sass from 1.86.1 to 1.86.2 in /ext/sass (#304)
  • 71e9f3a Explictly check if ENV['GITHUB_ACTIONS'] is true
  • 2955ae5 Update schedule.yml
  • 7617491 Update rubocop-performance requirement from ~> 1.24.0 to ~> 1.25.0 (#303)
  • 5baa508 Update Rakefile
  • 54720b2 Verify artifact attestations for sass-embedded prebuilt gems
  • 8e19eaa v1.86.1
  • 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

Bumps the ruby group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.75.1` | `1.75.2` |
| [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0325` | `3.2025.0402` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.6` | `1.18.7` |
| [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.43.0` | `1.44.0` |
| [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.86.0` | `1.86.3` |


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

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

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

Updates `rubocop-ast` from 1.43.0 to 1.44.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.43.0...v1.44.0)

Updates `sass-embedded` from 1.86.0 to 1.86.3
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.86.0...v1.86.3)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: mime-types-data
  dependency-version: 3.2025.0402
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: nokogiri
  dependency-version: 1.18.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop-ast
  dependency-version: 1.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: sass-embedded
  dependency-version: 1.86.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Apr 7, 2025
@mergify mergify bot merged commit d532001 into main Apr 7, 2025
5 checks passed
@mergify mergify bot deleted the dependabot/bundler/ruby-93f78269e5 branch April 7, 2025 08:29
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.

1 participant