build(deps): Bump the rubocop group across 1 directory with 8 updates #2493
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rubocop group with 7 updates in the / directory:
3.17.0.3
3.17.0.4
3.3.3.0
3.3.7.0
1.31.3
1.38.0
1.2.2
1.2.4
0.35.0
0.36.0
1.21.1
1.23.1
2.25.0
2.29.1
Updates
language_server-protocol
from 3.17.0.3 to 3.17.0.4Changelog
Sourced from language_server-protocol's changelog.
Commits
529cbfc
Release 3.17.0.40983c87
$ bundle exec rbs collection update697a015
Exclude sig file for now9453d6b
Merge pull request #114 from mtsmfm/add-3-4-cif1141d6
Test against Ruby 3.4b555dd5
Merge pull request #113 from mtsmfm/fix-cid7ba955
Fix CIc21697e
Merge pull request #112 from pocke/Add___close__to_Reader_and_Writerbb2279e
Add#close
to Reader and Writer15d4388
Merge pull request #104 from joker1007/add-rbsUpdates
parser
from 3.3.3.0 to 3.3.7.0Changelog
Sourced from parser's changelog.
... (truncated)
Commits
bfe7a68
Update changelog.fb16c01
Bump version.2684112
update CI config (bump JRuby version, drop MRI 3.0 branch) (#1062)e4104e8
* Bump maintenance branches to 3.3.7 (#1061)70ac244
Revert "* bump 3.4 branch, remove 3.0 from CI (EOL) (#1057)" (#1058)3d89cb4
* bump 3.4 branch, remove 3.0 from CI (EOL) (#1057)d230989
* assert that version-specific checks actually run against at least one versi...91a0a6a
+ ruby34.y: rejectreturn
in singleton class (#1048)510eba0
- Fixruby-parse
with a folder ending in.rb
(#1047)9a6ee63
Update changelog.Updates
rubocop-ast
from 1.31.3 to 1.38.0Changelog
Sourced from rubocop-ast's changelog.
... (truncated)
Commits
6650bc7
Cut 1.38.074a456c
Update Changelog6f7108f
Update to useNode#loc?
85bfe84
AddNode#loc?
to determine if a node has a given location5763d46
AddNode#any_block_type?
to determine if a node is either a block or numblock6469d88
DisableInternalAffairs/LocationExpression
copb8d385a
Test main specs against prism as wella9f7be9
[Fix #323] Fix node captures inside of?
,+
, and*
repetition757c3cc
Support node groups inNode#each_descendant
and similar traversal methods02b8d0f
Remove windows-specific CI stepUpdates
rubocop-md
from 1.2.2 to 1.2.4Changelog
Sourced from rubocop-md's changelog.
Commits
cea6619
Bump 1.2.4f45bbe5
Merge pull request #39 from yahonda/fix_typoa2584b7
Merge pull request #40 from koic/suppress_deprecation_warning04c3a82
Suppress RuboCop's deprecation warning8a0e8b7
Fix typo by replacingRoboCop
withRuboCop
e0161f5
Bump 1.2.3efe54bf
style: ignore FileName for mdfefd605
ci: add release.ymlf4c06e1
style: fix rubocop09ebd29
Merge pull request #38 from larouxn/remove_mdx_supportUpdates
rubocop-minitest
from 0.35.0 to 0.36.0Release notes
Sourced from rubocop-minitest's releases.
Changelog
Sourced from rubocop-minitest's changelog.
Commits
68aed47
Cut 0.36.0a7452b7
Update Changelog8a6967d
Merge pull request #318 from Earlopain/enable-undefined-configa3deb85
Merge pull request #317 from Earlopain/multiple-assertions-error4f75dc5
Merge pull request #316 from Earlopain/error-skip-ensurebec9cbb
EnableInternalAffairs/UndefinedConfig
53d197d
Fix an error forMinitest/MultipleAssertions
when using for-style loopse901adf
Fix an error forMinitest/SkipEnsure
when onlyensure
has a body859751a
Merge pull request #314 from brandoncc/brandoncc/fail-with-usable-message-if-...2c2add0
Accessing an unregistered cop raises useful errorUpdates
rubocop-performance
from 1.21.1 to 1.23.1Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
2b5c8c6
Cut 1.23.1cfc046b
Update Changelogf0e791c
Use RuboCop RSpec 3.3 for developmentf8e9c2b
Bump license years to 20255d78dea
Merge pull request #483 from koic/ci_against_ruby_34447e273
CI against Ruby 3.4d058c88
Merge pull request #480 from viralpraxis/fix-performance-squeeze-cop-error-on...9fdbe4e
FixPerformance/Squeeze
cop error on frozen AST string node valuead9fd62
Merge pull request #481 from kyanagi/patch-1087843a
[DOC] Fix markup of Performance/CountUpdates
rubocop-rails
from 2.25.0 to 2.29.1Release notes
Sourced from rubocop-rails's releases.
... (truncated)
Changelog
Sourced from rubocop-rails's changelog.
... (truncated)
Commits
a54b408
Cut 2.29.118f5484
Update Changelogc0f086f
Applybundle exec rubocop --regenerate-todo
d1443ca
Merge pull request #1419 from ydakuka/fix/enhance-rails-duplicate-association...10829d3
[Fix rubocop#1356] Enhance Rails/DuplicateAssociation to handle alias7024ab5
Merge pull request #1415 from ydakuka/fix/typeerror_in_the_file_path_cop3677f7b
[Fix rubocop#1389] Handle TypeError caused by an array in Rails/FilePath cop158cd38
Merge pull request #1424 from koic/fix_an_error_for_rails_strong_parameters_e...ce69ef7
Merge pull request #1416 from ydakuka/fix/typeerror_in_the_root_pathname_meth...e48fec2
[Fix #1423] Fix an error forRails/StrongParametersExpect
Updates
unicode-display_width
from 2.5.0 to 2.6.0Changelog
Sourced from unicode-display_width's changelog.
Commits
4447249
Release v2.6.0aaf8065
Update Unicode version number2b4ea8e
Unicode 16.0dd79afd
Update license yearab712a3
Wait for Windows CI to include 3.3602cf40
README: Update list of supported Rubiesbee9a59
Update CI Rubies: Add Ruby 3.3Dependabot 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