Merge pull request #20602 from Homebrew/dependabot/all-b88d22238a
Bump the "all" group with 3 updates across multiple ecosystems
This commit is contained in:
commit
e10038bcdb
2
.github/workflows/pkg-installer.yml
vendored
2
.github/workflows/pkg-installer.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Generate build provenance
|
||||
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
|
||||
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
|
||||
with:
|
||||
subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
|
||||
|
||||
|
@ -57,7 +57,7 @@ GEM
|
||||
redcarpet (3.6.1)
|
||||
regexp_parser (2.11.2)
|
||||
require-hooks (0.2.2)
|
||||
rexml (3.4.1)
|
||||
rexml (3.4.2)
|
||||
rspec (3.13.1)
|
||||
rspec-core (~> 3.13.0)
|
||||
rspec-expectations (~> 3.13.0)
|
||||
@ -79,7 +79,7 @@ GEM
|
||||
rspec-support (3.13.5)
|
||||
rspec_junit_formatter (0.6.0)
|
||||
rspec-core (>= 2, < 4, != 2.12.0)
|
||||
rubocop (1.80.0)
|
||||
rubocop (1.80.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
@ -118,21 +118,21 @@ GEM
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-cobertura (3.0.0)
|
||||
simplecov-cobertura (3.1.0)
|
||||
rexml
|
||||
simplecov (~> 0.19)
|
||||
simplecov-html (0.13.2)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
simpleidn (0.2.3)
|
||||
sorbet (0.5.12434)
|
||||
sorbet-static (= 0.5.12434)
|
||||
sorbet-runtime (0.5.12434)
|
||||
sorbet-static (0.5.12434-aarch64-linux)
|
||||
sorbet-static (0.5.12434-universal-darwin)
|
||||
sorbet-static (0.5.12434-x86_64-linux)
|
||||
sorbet-static-and-runtime (0.5.12434)
|
||||
sorbet (= 0.5.12434)
|
||||
sorbet-runtime (= 0.5.12434)
|
||||
sorbet (0.6.12466)
|
||||
sorbet-static (= 0.6.12466)
|
||||
sorbet-runtime (0.6.12466)
|
||||
sorbet-static (0.6.12466-aarch64-linux)
|
||||
sorbet-static (0.6.12466-universal-darwin)
|
||||
sorbet-static (0.6.12466-x86_64-linux)
|
||||
sorbet-static-and-runtime (0.6.12466)
|
||||
sorbet (= 0.6.12466)
|
||||
sorbet-runtime (= 0.6.12466)
|
||||
spoom (1.7.6)
|
||||
erubi (>= 1.10.0)
|
||||
prism (>= 0.28.0)
|
||||
|
@ -69,9 +69,9 @@ six==1.17.0 \
|
||||
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
|
||||
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
|
||||
# via python-dateutil
|
||||
typing-extensions==4.14.1 \
|
||||
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
|
||||
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
|
||||
typing-extensions==4.15.0 \
|
||||
--hash=sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466 \
|
||||
--hash=sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548
|
||||
# via reactivex
|
||||
urllib3==2.5.0 \
|
||||
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
|
||||
|
@ -7083,7 +7083,7 @@ class RuboCop::Runner
|
||||
# source://rubocop//lib/rubocop/runner.rb#177
|
||||
def file_offense_cache(file); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#485
|
||||
# source://rubocop//lib/rubocop/runner.rb#487
|
||||
def get_processed_source(*args); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#67
|
||||
@ -7110,7 +7110,7 @@ class RuboCop::Runner
|
||||
# Check whether a run created source identical to a previous run, which
|
||||
# means that we definitely have an infinite loop.
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#331
|
||||
# source://rubocop//lib/rubocop/runner.rb#333
|
||||
def check_for_infinite_loop(processed_source, offenses_by_iteration); end
|
||||
|
||||
# @return [Boolean]
|
||||
@ -7120,10 +7120,10 @@ class RuboCop::Runner
|
||||
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#433
|
||||
# source://rubocop//lib/rubocop/runner.rb#435
|
||||
def considered_failure?(offense); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#470
|
||||
# source://rubocop//lib/rubocop/runner.rb#472
|
||||
def default_config(cop_name); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#275
|
||||
@ -7137,7 +7137,7 @@ class RuboCop::Runner
|
||||
# source://rubocop//lib/rubocop/runner.rb#239
|
||||
def except_redundant_cop_disable_directive?; end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#360
|
||||
# source://rubocop//lib/rubocop/runner.rb#362
|
||||
def extract_ruby_sources(processed_source); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#165
|
||||
@ -7146,22 +7146,22 @@ class RuboCop::Runner
|
||||
# source://rubocop//lib/rubocop/runner.rb#243
|
||||
def file_started(file); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#413
|
||||
# source://rubocop//lib/rubocop/runner.rb#415
|
||||
def filter_cop_classes(cop_classes, config); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#104
|
||||
def find_target_files(paths); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#424
|
||||
# source://rubocop//lib/rubocop/runner.rb#426
|
||||
def formatter_set; end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#345
|
||||
# source://rubocop//lib/rubocop/runner.rb#347
|
||||
def inspect_file(processed_source, team = T.unsafe(nil)); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#115
|
||||
def inspect_files(files); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#306
|
||||
# source://rubocop//lib/rubocop/runner.rb#308
|
||||
def iterate_until_no_changes(source, offenses_by_iteration); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#148
|
||||
@ -7169,30 +7169,30 @@ class RuboCop::Runner
|
||||
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#466
|
||||
# source://rubocop//lib/rubocop/runner.rb#468
|
||||
def mark_as_safe_by_config?(config); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#474
|
||||
# source://rubocop//lib/rubocop/runner.rb#476
|
||||
def minimum_severity_to_fail; end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#374
|
||||
# source://rubocop//lib/rubocop/runner.rb#376
|
||||
def mobilize_team(processed_source); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#379
|
||||
# source://rubocop//lib/rubocop/runner.rb#381
|
||||
def mobilized_cop_classes(config); end
|
||||
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#442
|
||||
# source://rubocop//lib/rubocop/runner.rb#444
|
||||
def offense_displayed?(offense); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#454
|
||||
# source://rubocop//lib/rubocop/runner.rb#456
|
||||
def offenses_to_report(offenses); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#152
|
||||
def process_file(file); end
|
||||
|
||||
# source://rubocop//lib/rubocop/runner.rb#403
|
||||
# source://rubocop//lib/rubocop/runner.rb#405
|
||||
def qualify_option_cop_names; end
|
||||
|
||||
# @yield [cop]
|
||||
@ -7208,17 +7208,17 @@ class RuboCop::Runner
|
||||
# otherwise dormant team that can be used for config- and option-
|
||||
# level caching in ResultCache.
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#517
|
||||
# source://rubocop//lib/rubocop/runner.rb#519
|
||||
def standby_team(config); end
|
||||
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#420
|
||||
# source://rubocop//lib/rubocop/runner.rb#422
|
||||
def style_guide_cops_only?(config); end
|
||||
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rubocop//lib/rubocop/runner.rb#458
|
||||
# source://rubocop//lib/rubocop/runner.rb#460
|
||||
def supports_safe_autocorrect?(offense); end
|
||||
|
||||
# @yield [team]
|
@ -23,40 +23,37 @@ class SimpleCov::Formatter::CoberturaFormatter
|
||||
|
||||
private
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#162
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#158
|
||||
def extract_rate(percent); end
|
||||
|
||||
# Roughly mirrors private method SimpleCov::Formatter::HTMLFormatter#output_coverage
|
||||
#
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#151
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#147
|
||||
def output_message(result, output_path); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#166
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#162
|
||||
def project_root; end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#158
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#154
|
||||
def resolve_filename(filename); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#35
|
||||
def result_to_xml(result); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#133
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#136
|
||||
def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#114
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#117
|
||||
def set_class_attributes(class_, file); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#85
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#88
|
||||
def set_coverage_attributes(coverage, result); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#128
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#131
|
||||
def set_line_attributes(line, file_line); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#102
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#105
|
||||
def set_package_attributes(package, name, result); end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#143
|
||||
def set_xml_head(lines = T.unsafe(nil)); end
|
||||
end
|
||||
|
||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#11
|
14
Library/Homebrew/vendor/bundle/bundler/setup.rb
vendored
14
Library/Homebrew/vendor/bundle/bundler/setup.rb
vendored
@ -55,7 +55,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/regexp_parser-2.11.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simpleidn-0.2.3/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json_schemer-2.4.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rexml-3.4.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rexml-3.4.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/kramdown-2.5.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/language_server-protocol-3.17.0.5/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/lint_roller-1.1.0/lib")
|
||||
@ -89,14 +89,14 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.13.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-github-3.0.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-retry-0.6.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.12434/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.6.12466/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-sorbet-1.9.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec_junit_formatter-0.6.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.46.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.13.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-emoji-4.0.4/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-3.1.5/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.80.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.80.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-md-2.0.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.25.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-3.6.0/lib")
|
||||
@ -108,10 +108,10 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.13.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-3.0.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.12434-universal-darwin/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.12434/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.12434/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-3.1.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.6.12466-universal-darwin/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.6.12466/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.6.12466/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.4.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.7.6/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.27")
|
||||
|
@ -318,7 +318,10 @@ class T::Props::Decorator
|
||||
|
||||
sig(:final) { params(name: Symbol).returns(T::Boolean).checked(:never) }
|
||||
private def method_defined_on_ancestor?(name)
|
||||
@class.method_defined?(name) && !@class.method_defined?(name, false)
|
||||
(@class.method_defined?(name) || @class.private_method_defined?(name)) &&
|
||||
# Unfortunately, older versions of ruby don't allow the second parameter on
|
||||
# `private_method_defined?`.
|
||||
(!@class.method_defined?(name, false) && !@class.private_method_defined?(name, false))
|
||||
end
|
||||
|
||||
sig(:final) { params(name: Symbol, rules: Rules).void.checked(:never) }
|
@ -12,8 +12,8 @@ module T::Props::PrettyPrintable
|
||||
pp.group(1, "<#{klass.inspect_class_with_decoration(self)}", ">") do
|
||||
klass.all_props.sort.each do |prop|
|
||||
pp.breakable
|
||||
val = klass.get(self, prop)
|
||||
rules = klass.prop_rules(prop)
|
||||
val = klass.get(self, prop, rules)
|
||||
pp.text("#{prop}=")
|
||||
if (custom_inspect = rules[:inspect])
|
||||
inspected = if T::Utils.arity(custom_inspect) == 1
|
||||
@ -22,8 +22,8 @@ module T::Props::PrettyPrintable
|
||||
custom_inspect.call(val, {multiline: multiline})
|
||||
end
|
||||
pp.text(inspected.nil? ? "nil" : inspected)
|
||||
elsif rules[:sensitivity] && !rules[:sensitivity].empty? && !val.nil?
|
||||
pp.text("<REDACTED #{rules[:sensitivity].join(', ')}>")
|
||||
elsif (sensitivity = rules[:sensitivity]) && !sensitivity.empty? && !val.nil?
|
||||
pp.text("<REDACTED #{sensitivity.join(', ')}>")
|
||||
else
|
||||
val.pretty_print(pp)
|
||||
end
|
||||
@ -56,14 +56,14 @@ module T::Props::PrettyPrintable
|
||||
|
||||
# Overridable method to specify how the first part of a `pretty_print`d object's class should look like
|
||||
# NOTE: This is just to support Stripe's `PrettyPrintableModel` case, and not recommended to be overridden
|
||||
sig { params(instance: T::Props::PrettyPrintable).returns(String) }
|
||||
sig { params(instance: T::Props::PrettyPrintable).returns(String).checked(:never) }
|
||||
def inspect_class_with_decoration(instance)
|
||||
T.unsafe(instance).class.to_s
|
||||
end
|
||||
|
||||
# Overridable method to add anything that is not a prop
|
||||
# NOTE: This is to support cases like Serializable's `@_extra_props`, and Stripe's `PrettyPrintableModel#@_deleted`
|
||||
sig { params(instance: T::Props::PrettyPrintable, pp: T.any(PrettyPrint, PP::SingleLine)).void }
|
||||
sig { params(instance: T::Props::PrettyPrintable, pp: T.any(PrettyPrint, PP::SingleLine)).void.checked(:never) }
|
||||
def pretty_print_extra(instance, pp); end
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user