Skip to content

Bump the dependencies group across 1 directory with 7 updates #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2025

Bumps the dependencies group with 4 updates in the / directory: rubocop, diff-lcs, loofah and psych.

Updates rubocop from 1.75.5 to 1.75.6

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.6

Bug fixes

  • #14176: Fix an error for Style/MultilineIfModifier when using nested modifier. (@​koic)
  • #14077: Change nil representation in todo file comments. (@​jonas054)
  • #14164: Fix an error for Lint/UselessAssignment when variables are assigned using unary operator in chained assignment and remain unreferenced. (@​koic)
  • #14173: Fix an error for Style/StringConcatenation when using implicit concatenation with string interpolation. (@​koic)
  • #14177: Fix false positives for Style/SoleNestedConditional when using nested if and not in condition. (@​koic)
  • #14152: Fix Layout/SpaceInsideArrayLiteralBrackets cop error on array pattern without brackets. (@​viralpraxis)
  • #14153: Fix Style/PercentQLiterals cop error on Unicode escape sequence. (@​viralpraxis)

Changes

Changelog

Sourced from rubocop's changelog.

1.75.6 (2025-05-15)

Bug fixes

  • #14176: Fix an error for Style/MultilineIfModifier when using nested modifier. ([@​koic][])
  • #14077: Change nil representation in todo file comments. ([@​jonas054][])
  • #14164: Fix an error for Lint/UselessAssignment when variables are assigned using unary operator in chained assignment and remain unreferenced. ([@​koic][])
  • #14173: Fix an error for Style/StringConcatenation when using implicit concatenation with string interpolation. ([@​koic][])
  • #14177: Fix false positives for Style/SoleNestedConditional when using nested if and not in condition. ([@​koic][])
  • #14152: Fix Layout/SpaceInsideArrayLiteralBrackets cop error on array pattern without brackets. ([@​viralpraxis][])
  • #14153: Fix Style/PercentQLiterals cop error on Unicode escape sequence. ([@​viralpraxis][])

Changes

Commits
  • 6210b63 Cut 1.75.6
  • 6146415 Update Changelog
  • 3bd2457 Make Lint/DuplicateMethods aware of Active Support's delegate method
  • 2b4cdfb Merge pull request #14179 from Earlopain/compare-between-unsafe
  • 7a7ae8c [Fix #14082] Mark Style/ComparableBetween as unsafe
  • 425f204 Fix an error for Style/MultilineIfModifier
  • 5dceb36 [Fix #14177] Fix false positives for Style/SoleNestedConditional
  • dc8f406 Expand Style/DataInheritance and Style/StructInheritance docs
  • 25205b1 Merge pull request #14175 from koic/pending_windows_ci_matrix_for_ruby_27
  • c84e9cb Temporarily disable Windows CI matrix for Ruby 2.7
  • Additional commits viewable in compare view

Updates diff-lcs from 1.6.1 to 1.6.2

Changelog

Sourced from diff-lcs's changelog.

1.6.2 / 2025-05-12

  • Handle upcoming changes to the cgi gem in Ruby 3.5 (#147[pull-147])

  • Fix issues found with htmldiff in Ruby 1.8 (which is used approximately never, since the code change which broke Ruby 1.8 was made 6 years ago). #148[pull-148]

  • Fixed some standardrb formatting and configuration issues.

Commits
  • aca4bd7 Bump actions/dependency-review-action from 4.6.0 to 4.7.0
  • a56cd23 Update gemspec for 1.6.2
  • f5e9ac5 chore: Fix Ruby 1.8 and formatting issues
  • 2d7411f Update changelog
  • d1b5380 Replace usage of cgi gem for Ruby 3.5
  • 6b7ed57 Bump ruby/setup-ruby from 1.235.0 to 1.237.0
  • 1d8235d Bump astral-sh/setup-uv from 6.0.0 to 6.0.1
  • 6bad0c9 Bump github/codeql-action from 3.28.16 to 3.28.17
  • 1996222 Bump github/codeql-action from 3.28.15 to 3.28.16
  • 210d1e7 Bump ruby/setup-ruby from 1.233.0 to 1.235.0
  • Additional commits viewable in compare view

Updates json from 2.11.3 to 2.12.0

Changelog

Sourced from json's changelog.

2025-05-12 (2.12.0)

  • Improve floating point generation to not use scientific notation as much.
  • Include line and column in parser errors. Both in the message and as exception attributes.
  • Handle non-string hash keys with broken to_s implementations.
  • JSON.generate now uses SSE2 (x86) or NEON (arm64) instructions when available to escape strings.
Commits
  • 41f1f69 Release 2.12.0
  • 2cbd5b6 Merge pull request #801 from casperisfine/improve-parsing-error
  • 30e35b9 parser.c: include line and column in error messages
  • 832b5b1 parser.c: refactor raise_parse_error to have document start
  • f042622 Merge pull request #800 from byroot/fpconv-scientific
  • 866f72a Favor decimal notation over scientific notation for floats
  • 922f24f Merge pull request #799 from nobu/fpconv-constify
  • 3b605d9 Constify static data in fpconv.c
  • 4a9564f Merge pull request #797 from byroot/simd-detection
  • 220e019 Refactor SIMD ifdefs
  • Additional commits viewable in compare view

Updates language_server-protocol from 3.17.0.4 to 3.17.0.5

Changelog

Sourced from language_server-protocol's changelog.

3.17.0.5

  • Use JSON.generate() instead to improve performance (#115)
Commits
  • 174c0d1 Release 3.17.0.5
  • 60c9aaa Merge pull request #116 from tomoasleep/add-attribute-signature
  • c7d8677 Merge pull request #115 from Watson1978/to_json
  • 7e6ca7a Generate RBS definitions of attribute method signatures
  • 69a5185 Use JSON.generate() instead to improve performance
  • See full diff in compare view

Updates loofah from 2.24.0 to 2.24.1

Release notes

Sourced from loofah's releases.

2.24.1 / 2025-05-12

Ruby support

Changelog

Sourced from loofah's changelog.

2.24.1 / 2025-05-12

Ruby support

Commits
  • 6cadc8a version bump to v2.24.1
  • 6970d9b Merge pull request #297 from flavorjones/flavorjones/ci-matrix-202505
  • e906a74 ci: add jruby 10 and jruby head, bump ruby versions for jobs
  • 4f3f606 Merge pull request #296 from Earlopain/cgi-ruby-3.5
  • 7094f04 Only load what is required from cgi
  • See full diff in compare view

Updates mini_portile2 from 2.8.8 to 2.8.9

Release notes

Sourced from mini_portile2's releases.

2.8.9 / 2025-05-12

Ruby support

New Contributors

Full Changelog: flavorjones/mini_portile@v2.8.8...v2.8.9

Changelog

Sourced from mini_portile2's changelog.

2.8.9 / 2025-05-12

Ruby support

Commits
  • ef35d0b version bump to v2.8.9
  • b2c56b0 Merge pull request #160 from Earlopain/cgi-ruby-3.5
  • 6c4c1a1 Only load what is required from cgi
  • f009084 Merge pull request #159 from flavorjones/flavorjones/ci-openbsd-202505
  • fba403e ci: update ruby in the openbsd jobs
  • 4ddf8ce Merge pull request #157 from flavorjones/flavorjones/fix-windows-cmake-tests
  • e866a6c ci: windows images no longer support older cmake versions
  • f92b7c2 Merge pull request #156 from kenhys/update-ci
  • 19b970c Add CI for Ruby 3.4
  • ae87130 Merge pull request #155 from flavorjones/flavorjones-ci-logger-fix
  • Additional commits viewable in compare view

Updates psych from 5.2.4 to 5.2.6

Release notes

Sourced from psych's releases.

v5.2.6

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.2.5...v5.2.6

v5.2.5

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.2.4...v5.2.5

Commits
  • b9dec9f Bump version for release
  • 405fae0 Merge pull request #729 from Earlopain/data-stringio-conflict
  • 0f40f56 Fix dumping StringIO (and potentially others) on Ruby <= 2.7
  • dbf9e36 Bump version for release
  • 82f65ce Merge pull request #724 from OrenGitHub/master
  • 3f24df2 Merge pull request #728 from byroot/ruby3.5-sets-cleaner
  • d58cff1 Refine Ruby 3.5 Set support.
  • 0b8f7ef Merge pull request #727 from nobu/ensure-to-remove_const
  • dd3685a Ensure to remove the test constants
  • e7c3d73 Update to the latest versions of actions
  • 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 dependencies group with 4 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [diff-lcs](https://github.com/halostatue/diff-lcs), [loofah](https://github.com/flavorjones/loofah) and [psych](https://github.com/ruby/psych).


Updates `rubocop` from 1.75.5 to 1.75.6
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.75.5...v1.75.6)

Updates `diff-lcs` from 1.6.1 to 1.6.2
- [Changelog](https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md)
- [Commits](halostatue/diff-lcs@v1.6.1...v1.6.2)

Updates `json` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.11.3...v2.12.0)

Updates `language_server-protocol` from 3.17.0.4 to 3.17.0.5
- [Changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md)
- [Commits](mtsmfm/language_server-protocol-ruby@v3.17.0.4...v3.17.0.5)

Updates `loofah` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.24.0...v2.24.1)

Updates `mini_portile2` from 2.8.8 to 2.8.9
- [Release notes](https://github.com/flavorjones/mini_portile/releases)
- [Changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md)
- [Commits](flavorjones/mini_portile@v2.8.8...v2.8.9)

Updates `psych` from 5.2.4 to 5.2.6
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.2.4...v5.2.6)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: diff-lcs
  dependency-version: 1.6.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: json
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: language_server-protocol
  dependency-version: 3.17.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: loofah
  dependency-version: 2.24.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mini_portile2
  dependency-version: 2.8.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: psych
  dependency-version: 5.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update ruby code labels May 15, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/bundler/dependencies-6f450470bc branch May 19, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants