Bump the ruby-dependencies group across 1 directory with 9 updates #337
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 ruby-dependencies group with 1 update in the /compare directory: rubocop.
Updates
rubocop
from 1.59.0 to 1.71.1Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
2b94512
Cut 1.71.16afa078
Update Changelog5160359
[Fix #13750] Fix false positives forStyle/RedundantSelfAssignment
3dc1694
[Fix #13751] Fix false positive inLayout/ExtraSpacing
with `ForceEqualSign...cce60da
Merge pull request #13780 from Earlopain/access-mod-numblock2a4ee1a
Fix a false positiveStyle/AccessModifierDeclarations
when using access mod...b275d5a
FixInternalAffairs/NodeTypeMultiplePredicates
offenses750fc1b
AddInternalAffairs/NodeTypeMultiplePredicates
to look forand
oror
co...bb4b87d
Merge pull request #13778 from dvandersluis/remove-host-environment-simulatio...b1a17c9
RemoveHostEnvironmentSimulatorHelper
Updates
json
from 2.7.1 to 2.9.1Release notes
Sourced from json's releases.
... (truncated)
Changelog
Sourced from json's changelog.
... (truncated)
Commits
f745ec1
Release 2.9.172f43d4
Merge pull request #719 from ngoto/support-solaris-10-missing-strnlen48d4bbc
Add support for Solaris 10 which lacks strnlen()e1f6456
Release 2.9.020b501a
Merge pull request #716 from byroot/fix-script-safe-kanji93a7f87
Fix generate(script_safe: true) to not confuse unrelated charactersd0c38f2
Add missing entry in changelog686dcb1
Merge pull request #713 from mame/prevent-printf-format-warningb8c1490
Prevent a warning of "a candidate for gnu_printf format attribute"dbd5042
Merge pull request #712 from byroot/generation-errorUpdates
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
parallel
from 1.24.0 to 1.26.3Commits
8abc124
v1.26.3b24e422
Merge pull request #351 from y-yagi/ensure_not_to_use_old_concurrent-ruby43c9805
Ensure not to use oldconcurrent-ruby
ab06d9e
v1.26.2fcae579
Revert "Revert "Merge pull request #348 from y-yagi/use_available_processor_c...cd63939
v1.26.1c316cc5
Revert "Merge pull request #348 from y-yagi/use_available_processor_count"af5755b
v1.26.021fdad7
Merge pull request #348 from y-yagi/use_available_processor_count39f5630
Use cgroups aware processor count by defaultUpdates
parser
from 3.2.2.4 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
racc
from 1.7.3 to 1.8.1Release notes
Sourced from racc's releases.
Commits
5229883
Merge pull request #275 from yui-knk/v1.8.1d02c61b
Bump up v1.8.1a71dd38
Merge pull request #273 from ydah/fix-filepath-lineno93b7447
Add test code for TestRaccCommanda6e840d
Fix file path and line number errors when using+
,*
and()
d27b781
Merge pull request #274 from ydah/rename-docs-mainf767767
Fix RDoc main file to "README.rdoc"2c5a142
Merge pull request #271 from mark-young-atg/provide_changelog_link_on_rubygemsa9b656c
Provide a 'Changelog' link on rubygems.org/gems/raccea43e57
Merge pull request #270 from koic/fix_a_typoUpdates
regexp_parser
from 2.8.3 to 2.10.0Changelog
Sourced from regexp_parser's changelog.
Commits
6fb9d75
Release v2.10.0e730409
Add referenced_expressions79a351d
Fix char, codepoint for single digit hex escapesb359448
Do dogfooding while linting ...f23c644
Release v2.9.3aa5563f
Test some more edge casesb757fd7
Merge pull request #94 from dvandersluis/dvandersluis-patch-15e4ef01
Disable brittle copa74c64c
Update scanner.rl to not treat lookbehinds with literal<
characters as nam...8851030
Release v2.9.2Updates
rubocop-ast
from 1.30.0 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
unicode-display_width
from 2.5.0 to 3.1.4Changelog
Sourced from unicode-display_width's changelog.
... (truncated)
Commits
a515fa2
Release v3.1.44bcbf6a
CI: Add jruby and Ruby 3.4 on Windowsdc64170
Fix and improve handling of Skin Tone Modifiers:893f9a9
Release v3.1.32fbc7a7
CI: Deactivate jruby till jar-dependencies issue is sorted out5ed64f9
CI: Add Ruby 3.4620454c
Add Encoding note to README and CHANGELOGa23a070
Merge pull request #28 from Earlopain/invalid-encoding-stuffbc47d28
Handle invalid encoded stringsb00c5bf
Add link to terminal-emoji-width.rbDependabot 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 co...Description has been truncated