betadots / hdm

The Hiera Data Manager (HDM) is a Web UI to visualize Hiera data and make it searchable!
GNU Affero General Public License v3.0
20 stars 3 forks source link

Bump the ruby group across 1 directory with 6 updates #396

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the ruby group with 6 updates in the / directory:

Package From To
sprockets-rails 3.4.2 3.5.1
cancancan 3.5.0 3.6.1
faker 3.3.1 3.4.1
rubocop 1.63.5 1.64.1
rubocop-capybara 2.20.0 2.21.0
git 2.0.1 2.1.1

Updates sprockets-rails from 3.4.2 to 3.5.1

Release notes

Sourced from sprockets-rails's releases.

v3.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.5.0...v3.5.1

v3.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.4.2...v3.5.0

Commits
  • 8a2ca8c Release 3.5.1
  • d3f1806 Merge pull request #525 from mamhoff/require-deprecator-in-railtie
  • d34e89c Require sprockets deprecator in Railtie
  • 5f6d88d Release 3.5.0
  • 2547907 Merge pull request #523 from rails/update-ci-matrix
  • 5f60c5d Update CI matrix and supported versions
  • 065cbe8 Merge pull request #517 from etiennebarrie/add-deprecator
  • d8495d0 Use a dedicated ActiveSupport::Deprecation
  • 73e7351 Merge pull request #516 from amatsuda/ci
  • 3097ba9 CI against Ruby 3.2
  • Additional commits viewable in compare view


Updates cancancan from 3.5.0 to 3.6.1

Changelog

Sourced from cancancan's changelog.

3.6.0

Commits


Updates faker from 3.3.1 to 3.4.1

Release notes

Sourced from faker's releases.

v3.4.1

Happy end of May with a new faker-ruby release.

This version:

  • adds translation for some generators
  • fixes bugs
  • improves some generators performance

Bug fixes

Features

What's changed

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.3.1...v3.4.1

Changelog

Sourced from faker's changelog.

v3.4.1 (2024-05-28)

What's changed

Bug fixes

Features

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.3.1...v.3.4.1


Commits


Updates rubocop from 1.63.5 to 1.64.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.64.1

Bug fixes

  • #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. (@​koic)
  • #12932: Fix end position of diagnostic for LSP. (@​ksss)
  • #12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. (@​earlopain)
  • #12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. (@​koic)
  • #12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. (@​koic)

RuboCop 1.64

New features

Bug fixes

  • #7189: Fix a false positive for Style/Copyright when using multiline copyright notice. (@​koic)
  • #12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. (@​koic)
  • #12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. (@​koic)
  • #12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. (@​koic)
  • #12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. (@​koic)
  • #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. (@​earlopain)
  • #12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. (@​earlopain)
  • #12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. (@​earlopain)

Changes

  • #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. (@​pirj)
  • #12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. (@​earlopain)
  • #12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. (@​koic)
  • #12897: Respect user's intentions with workspace/executeCommand LSP method. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.64.1 (2024-05-31)

Bug fixes

  • #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. ([@​koic][])
  • #12932: Fix end position of diagnostic for LSP. ([@​ksss][])
  • #12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. ([@​earlopain][])
  • #12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. ([@​koic][])
  • #12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. ([@​koic][])

1.64.0 (2024-05-23)

New features

  • #12904: Add new either_consistent SupportedShorthandSyntax to Style/HashSyntax. ([@​pawelma][])
  • #12842: Add new Style/SendWithLiteralMethodName cop. ([@​koic][])
  • #12309: Add new Style/SuperArguments cop. ([@​earlopain][])
  • #12917: Suggest correct formatter name for --format command line option. ([@​koic][])
  • #12242: Support AllowModifiersOnAttrs option for Style/AccessModifierDeclarations. ([@​krororo][])
  • #11585: Support AllowedMethods for Style/DocumentationMethod. ([@​koic][])

Bug fixes

  • #7189: Fix a false positive for Style/Copyright when using multiline copyright notice. ([@​koic][])
  • #12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. ([@​koic][])
  • #12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. ([@​koic][])
  • #12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. ([@​koic][])
  • #12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. ([@​koic][])
  • #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([@​earlopain][])
  • #12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. ([@​earlopain][])
  • #12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. ([@​earlopain][])

Changes

  • #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([@​pirj][])
  • #12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. ([@​earlopain][])
  • #12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. ([@​koic][])
  • #12897: Respect user's intentions with workspace/executeCommand LSP method. ([@​koic][])
Commits


Updates rubocop-capybara from 2.20.0 to 2.21.0

Release notes

Sourced from rubocop-capybara's releases.

RuboCop Capybara v2.21.0

  • Fix a false negative for Capybara/NegationMatcher when using to_not. (@​ydah)
  • Fix a false negative for Capybara/SpecificFinders when using find(:id, 'some-id'). (@​ydah)
Changelog

Sourced from rubocop-capybara's changelog.

2.21.0 (2024-06-08)

  • Fix a false negative for Capybara/NegationMatcher when using to_not. ([@​ydah])
  • Fix a false negative for Capybara/SpecificFinders when using find(:id, 'some-id'). ([@​ydah])
Commits
  • 4375bca Merge pull request #125 from rubocop/release-2_21
  • d716e56 Release v2.21.0
  • 281fd36 Merge pull request #124 from rubocop/add-gh-token
  • d5fce5e Add GH_TOKEN to publish workflow
  • 0593c65 Merge pull request #120 from boris-petrov/fix-example
  • dd13347 Fix example code in the SpecificMatcher cop
  • 05819a3 Merge pull request #123 from rubocop/add-doc
  • a996f50 Merge pull request #122 from rubocop/new-cop-command
  • 930bb3a Suggest a richer source of inspiration
  • 194fd27 Add document about Create a new cop
  • Additional commits viewable in compare view


Updates git from 2.0.1 to 2.1.1

Release notes

Sourced from git's releases.

Release v2.1.1

v2.1.1 (2024-06-01)

Full Changelog

Changes since v2.1.0:

  • 6ce3d4d Handle ignored files with quoted (non-ASCII) filenames
  • dd8e8d4 Supply all of the specific color options too
  • 749a72d Memoize all of the significant calls in Git::Status
  • 2bacccc When core.ignoreCase, check for untracked files case-insensitively
  • 7758ee4 When core.ignoreCase, check for deleted files case-insensitively
  • 993eb78 When core.ignoreCase, check for added files case-insensitively
  • d943bf4 When core.ignoreCase, check for changed files case-insensitively

Release v2.1.0

v2.1.0 (2024-05-31)

Full Changelog

Changes since v2.0.1:

  • 93c8210 Add Git::Log#max_count
  • d84097b Update YARDoc for a few a few method
Changelog

Sourced from git's changelog.

v2.1.1 (2024-06-01)

Full Changelog

Changes since v2.1.0:

  • 6ce3d4d Handle ignored files with quoted (non-ASCII) filenames
  • dd8e8d4 Supply all of the specific color options too
  • 749a72d Memoize all of the significant calls in Git::Status
  • 2bacccc When core.ignoreCase, check for untracked files case-insensitively
  • 7758ee4 When core.ignoreCase, check for deleted files case-insensitively
  • 993eb78 When core.ignoreCase, check for added files case-insensitively
  • d943bf4 When core.ignoreCase, check for changed files case-insensitively

v2.1.0 (2024-05-31)

Full Changelog

Changes since v2.0.1:

  • 93c8210 Add Git::Log#max_count
  • d84097b Update YARDoc for a few a few method
Commits
  • 676ee17 Release v2.1.1
  • 6ce3d4d Handle ignored files with quoted (non-ASCII) filenames
  • dd8e8d4 Supply all of the specific color options too
  • 749a72d Memoize all of the significant calls in Git::Status
  • 2bacccc When core.ignoreCase, check for untracked files case-insensitively
  • 7758ee4 When core.ignoreCase, check for deleted files case-insensitively
  • 993eb78 When core.ignoreCase, check for added files case-insensitively
  • d943bf4 When core.ignoreCase, check for changed files case-insensitively
  • 3d73448 Release v2.1.0
  • 93c8210 Add Git::Log#max_count
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions