diff --git a/bundler/helpers/v1/lib/functions.rb b/bundler/helpers/v1/lib/functions.rb index e0e546986a..3888616ed7 100644 --- a/bundler/helpers/v1/lib/functions.rb +++ b/bundler/helpers/v1/lib/functions.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "functions/file_parser" diff --git a/bundler/helpers/v1/lib/functions/conflicting_dependency_resolver.rb b/bundler/helpers/v1/lib/functions/conflicting_dependency_resolver.rb index 779567d339..1f00b6964c 100644 --- a/bundler/helpers/v1/lib/functions/conflicting_dependency_resolver.rb +++ b/bundler/helpers/v1/lib/functions/conflicting_dependency_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v1/lib/functions/dependency_source.rb b/bundler/helpers/v1/lib/functions/dependency_source.rb index 0664ba6e90..ddaf7f0109 100644 --- a/bundler/helpers/v1/lib/functions/dependency_source.rb +++ b/bundler/helpers/v1/lib/functions/dependency_source.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v1/lib/functions/file_parser.rb b/bundler/helpers/v1/lib/functions/file_parser.rb index b71f5dfd19..f0dc0ab808 100644 --- a/bundler/helpers/v1/lib/functions/file_parser.rb +++ b/bundler/helpers/v1/lib/functions/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "uri" diff --git a/bundler/helpers/v1/lib/functions/force_updater.rb b/bundler/helpers/v1/lib/functions/force_updater.rb index 31c2f979e2..a9d274cb31 100644 --- a/bundler/helpers/v1/lib/functions/force_updater.rb +++ b/bundler/helpers/v1/lib/functions/force_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v1/lib/functions/lockfile_updater.rb b/bundler/helpers/v1/lib/functions/lockfile_updater.rb index a5f6f8f094..5d31d24b01 100644 --- a/bundler/helpers/v1/lib/functions/lockfile_updater.rb +++ b/bundler/helpers/v1/lib/functions/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "fileutils" diff --git a/bundler/helpers/v1/lib/functions/version_resolver.rb b/bundler/helpers/v1/lib/functions/version_resolver.rb index 3cbe178a2a..01de6b2aba 100644 --- a/bundler/helpers/v1/lib/functions/version_resolver.rb +++ b/bundler/helpers/v1/lib/functions/version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v1/monkey_patches/git_source_patch.rb b/bundler/helpers/v1/monkey_patches/git_source_patch.rb index 0a2e8f17f6..a070899331 100644 --- a/bundler/helpers/v1/monkey_patches/git_source_patch.rb +++ b/bundler/helpers/v1/monkey_patches/git_source_patch.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "bundler/source" diff --git a/bundler/helpers/v1/run.rb b/bundler/helpers/v1/run.rb index 2c0280116e..657dc476f1 100644 --- a/bundler/helpers/v1/run.rb +++ b/bundler/helpers/v1/run.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true gem "bundler", "~> 1.17" diff --git a/bundler/helpers/v2/lib/functions.rb b/bundler/helpers/v2/lib/functions.rb index 655b5830d9..450c6e7be4 100644 --- a/bundler/helpers/v2/lib/functions.rb +++ b/bundler/helpers/v2/lib/functions.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "functions/conflicting_dependency_resolver" diff --git a/bundler/helpers/v2/lib/functions/conflicting_dependency_resolver.rb b/bundler/helpers/v2/lib/functions/conflicting_dependency_resolver.rb index 4f590ac175..fb17815d93 100644 --- a/bundler/helpers/v2/lib/functions/conflicting_dependency_resolver.rb +++ b/bundler/helpers/v2/lib/functions/conflicting_dependency_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v2/lib/functions/dependency_source.rb b/bundler/helpers/v2/lib/functions/dependency_source.rb index 004c31ad02..68087cb61f 100644 --- a/bundler/helpers/v2/lib/functions/dependency_source.rb +++ b/bundler/helpers/v2/lib/functions/dependency_source.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v2/lib/functions/file_parser.rb b/bundler/helpers/v2/lib/functions/file_parser.rb index b71f5dfd19..f0dc0ab808 100644 --- a/bundler/helpers/v2/lib/functions/file_parser.rb +++ b/bundler/helpers/v2/lib/functions/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "uri" diff --git a/bundler/helpers/v2/lib/functions/force_updater.rb b/bundler/helpers/v2/lib/functions/force_updater.rb index 4c6c1d6815..35261934bb 100644 --- a/bundler/helpers/v2/lib/functions/force_updater.rb +++ b/bundler/helpers/v2/lib/functions/force_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v2/lib/functions/lockfile_updater.rb b/bundler/helpers/v2/lib/functions/lockfile_updater.rb index a6aa88350d..2c3d37024b 100644 --- a/bundler/helpers/v2/lib/functions/lockfile_updater.rb +++ b/bundler/helpers/v2/lib/functions/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "fileutils" diff --git a/bundler/helpers/v2/lib/functions/version_resolver.rb b/bundler/helpers/v2/lib/functions/version_resolver.rb index 800f034eee..472ad1dc13 100644 --- a/bundler/helpers/v2/lib/functions/version_resolver.rb +++ b/bundler/helpers/v2/lib/functions/version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Functions diff --git a/bundler/helpers/v2/monkey_patches/git_source_patch.rb b/bundler/helpers/v2/monkey_patches/git_source_patch.rb index a1c6bb0a7a..243a2304ee 100644 --- a/bundler/helpers/v2/monkey_patches/git_source_patch.rb +++ b/bundler/helpers/v2/monkey_patches/git_source_patch.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "bundler/source" diff --git a/bundler/helpers/v2/run.rb b/bundler/helpers/v2/run.rb index 67ec09dab5..276e2a9e8a 100644 --- a/bundler/helpers/v2/run.rb +++ b/bundler/helpers/v2/run.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true gem "bundler", "~> 2.4" diff --git a/bundler/lib/dependabot/bundler.rb b/bundler/lib/dependabot/bundler.rb index e7ac9bbb56..05670fff1a 100644 --- a/bundler/lib/dependabot/bundler.rb +++ b/bundler/lib/dependabot/bundler.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/bundler/lib/dependabot/bundler/file_fetcher/child_gemfile_finder.rb b/bundler/lib/dependabot/bundler/file_fetcher/child_gemfile_finder.rb index 6da0015326..cc199dd9bd 100644 --- a/bundler/lib/dependabot/bundler/file_fetcher/child_gemfile_finder.rb +++ b/bundler/lib/dependabot/bundler/file_fetcher/child_gemfile_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/bundler/lib/dependabot/bundler/file_fetcher/gemspec_finder.rb b/bundler/lib/dependabot/bundler/file_fetcher/gemspec_finder.rb index 22de3c6bdc..cb36b62def 100644 --- a/bundler/lib/dependabot/bundler/file_fetcher/gemspec_finder.rb +++ b/bundler/lib/dependabot/bundler/file_fetcher/gemspec_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/bundler/lib/dependabot/bundler/file_fetcher/path_gemspec_finder.rb b/bundler/lib/dependabot/bundler/file_fetcher/path_gemspec_finder.rb index 469dd070ec..8b5fae0d66 100644 --- a/bundler/lib/dependabot/bundler/file_fetcher/path_gemspec_finder.rb +++ b/bundler/lib/dependabot/bundler/file_fetcher/path_gemspec_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/bundler/lib/dependabot/bundler/file_fetcher/require_relative_finder.rb b/bundler/lib/dependabot/bundler/file_fetcher/require_relative_finder.rb index 4d3036bf16..cc64e5d662 100644 --- a/bundler/lib/dependabot/bundler/file_fetcher/require_relative_finder.rb +++ b/bundler/lib/dependabot/bundler/file_fetcher/require_relative_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/bundler/lib/dependabot/bundler/file_parser.rb b/bundler/lib/dependabot/bundler/file_parser.rb index 076f2462e2..bc2aee9424 100644 --- a/bundler/lib/dependabot/bundler/file_parser.rb +++ b/bundler/lib/dependabot/bundler/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/bundler/lib/dependabot/bundler/file_parser/file_preparer.rb b/bundler/lib/dependabot/bundler/file_parser/file_preparer.rb index 73bd485716..64fe1630b8 100644 --- a/bundler/lib/dependabot/bundler/file_parser/file_preparer.rb +++ b/bundler/lib/dependabot/bundler/file_parser/file_preparer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency_file" diff --git a/bundler/lib/dependabot/bundler/file_updater/gemfile_updater.rb b/bundler/lib/dependabot/bundler/file_updater/gemfile_updater.rb index c18d2df992..d406c6d716 100644 --- a/bundler/lib/dependabot/bundler/file_updater/gemfile_updater.rb +++ b/bundler/lib/dependabot/bundler/file_updater/gemfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/bundler/file_updater" diff --git a/bundler/lib/dependabot/bundler/file_updater/gemspec_dependency_name_finder.rb b/bundler/lib/dependabot/bundler/file_updater/gemspec_dependency_name_finder.rb index 495f6db025..587586a268 100644 --- a/bundler/lib/dependabot/bundler/file_updater/gemspec_dependency_name_finder.rb +++ b/bundler/lib/dependabot/bundler/file_updater/gemspec_dependency_name_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parser/current" diff --git a/bundler/lib/dependabot/bundler/file_updater/gemspec_sanitizer.rb b/bundler/lib/dependabot/bundler/file_updater/gemspec_sanitizer.rb index 4e866bfe69..095206e9b5 100644 --- a/bundler/lib/dependabot/bundler/file_updater/gemspec_sanitizer.rb +++ b/bundler/lib/dependabot/bundler/file_updater/gemspec_sanitizer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parser/current" diff --git a/bundler/lib/dependabot/bundler/file_updater/gemspec_updater.rb b/bundler/lib/dependabot/bundler/file_updater/gemspec_updater.rb index edf88f0534..33990189f0 100644 --- a/bundler/lib/dependabot/bundler/file_updater/gemspec_updater.rb +++ b/bundler/lib/dependabot/bundler/file_updater/gemspec_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/bundler/file_updater" diff --git a/bundler/lib/dependabot/bundler/file_updater/git_pin_replacer.rb b/bundler/lib/dependabot/bundler/file_updater/git_pin_replacer.rb index 2d452c5b64..6223398657 100644 --- a/bundler/lib/dependabot/bundler/file_updater/git_pin_replacer.rb +++ b/bundler/lib/dependabot/bundler/file_updater/git_pin_replacer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parser/current" diff --git a/bundler/lib/dependabot/bundler/file_updater/lockfile_updater.rb b/bundler/lib/dependabot/bundler/file_updater/lockfile_updater.rb index 4bc886f213..52e8a3ddf6 100644 --- a/bundler/lib/dependabot/bundler/file_updater/lockfile_updater.rb +++ b/bundler/lib/dependabot/bundler/file_updater/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "bundler" diff --git a/bundler/lib/dependabot/bundler/file_updater/requirement_replacer.rb b/bundler/lib/dependabot/bundler/file_updater/requirement_replacer.rb index 165918166d..decec72322 100644 --- a/bundler/lib/dependabot/bundler/file_updater/requirement_replacer.rb +++ b/bundler/lib/dependabot/bundler/file_updater/requirement_replacer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parser/current" diff --git a/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb b/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb index 6f05e57cf3..36333836f0 100644 --- a/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb +++ b/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parser/current" diff --git a/bundler/lib/dependabot/bundler/helpers.rb b/bundler/lib/dependabot/bundler/helpers.rb index 98fa29d635..f72f91fcb0 100644 --- a/bundler/lib/dependabot/bundler/helpers.rb +++ b/bundler/lib/dependabot/bundler/helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/bundler/lib/dependabot/bundler/native_helpers.rb b/bundler/lib/dependabot/bundler/native_helpers.rb index 1d66ce432f..72dce5acce 100644 --- a/bundler/lib/dependabot/bundler/native_helpers.rb +++ b/bundler/lib/dependabot/bundler/native_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "bundler" diff --git a/bundler/lib/dependabot/bundler/requirement.rb b/bundler/lib/dependabot/bundler/requirement.rb index dee797746c..bc0ff04a1c 100644 --- a/bundler/lib/dependabot/bundler/requirement.rb +++ b/bundler/lib/dependabot/bundler/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/bundler/lib/dependabot/bundler/update_checker.rb b/bundler/lib/dependabot/bundler/update_checker.rb index 736aba3235..14741b3c1e 100644 --- a/bundler/lib/dependabot/bundler/update_checker.rb +++ b/bundler/lib/dependabot/bundler/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/bundler/lib/dependabot/bundler/update_checker/conflicting_dependency_resolver.rb b/bundler/lib/dependabot/bundler/update_checker/conflicting_dependency_resolver.rb index 24cad00097..63f38371b6 100644 --- a/bundler/lib/dependabot/bundler/update_checker/conflicting_dependency_resolver.rb +++ b/bundler/lib/dependabot/bundler/update_checker/conflicting_dependency_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/bundler/update_checker" diff --git a/bundler/lib/dependabot/bundler/update_checker/file_preparer.rb b/bundler/lib/dependabot/bundler/update_checker/file_preparer.rb index 10500b6551..08688f739b 100644 --- a/bundler/lib/dependabot/bundler/update_checker/file_preparer.rb +++ b/bundler/lib/dependabot/bundler/update_checker/file_preparer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency_file" diff --git a/bundler/lib/dependabot/bundler/update_checker/force_updater.rb b/bundler/lib/dependabot/bundler/update_checker/force_updater.rb index c37bb2e3ef..41cf04fcfc 100644 --- a/bundler/lib/dependabot/bundler/update_checker/force_updater.rb +++ b/bundler/lib/dependabot/bundler/update_checker/force_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/bundler/file_parser" diff --git a/bundler/lib/dependabot/bundler/update_checker/latest_version_finder.rb b/bundler/lib/dependabot/bundler/update_checker/latest_version_finder.rb index 0bf1a0964a..93a69f66d7 100644 --- a/bundler/lib/dependabot/bundler/update_checker/latest_version_finder.rb +++ b/bundler/lib/dependabot/bundler/update_checker/latest_version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/bundler/lib/dependabot/bundler/update_checker/latest_version_finder/dependency_source.rb b/bundler/lib/dependabot/bundler/update_checker/latest_version_finder/dependency_source.rb index 9773b95b1e..4b0de0cb65 100644 --- a/bundler/lib/dependabot/bundler/update_checker/latest_version_finder/dependency_source.rb +++ b/bundler/lib/dependabot/bundler/update_checker/latest_version_finder/dependency_source.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/registry_client" diff --git a/bundler/lib/dependabot/bundler/update_checker/requirements_updater.rb b/bundler/lib/dependabot/bundler/update_checker/requirements_updater.rb index 099a6d6866..6448ca1f7e 100644 --- a/bundler/lib/dependabot/bundler/update_checker/requirements_updater.rb +++ b/bundler/lib/dependabot/bundler/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/bundler/update_checker" diff --git a/bundler/lib/dependabot/bundler/update_checker/version_resolver.rb b/bundler/lib/dependabot/bundler/update_checker/version_resolver.rb index 11de665dee..25390159e5 100644 --- a/bundler/lib/dependabot/bundler/update_checker/version_resolver.rb +++ b/bundler/lib/dependabot/bundler/update_checker/version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/bundler/lib/dependabot/bundler/version.rb b/bundler/lib/dependabot/bundler/version.rb index a0487af9ad..24250f6bd7 100644 --- a/bundler/lib/dependabot/bundler/version.rb +++ b/bundler/lib/dependabot/bundler/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/bundler/spec/spec_helper.rb b/bundler/spec/spec_helper.rb index 7ff1299303..3cf36e5d40 100644 --- a/bundler/spec/spec_helper.rb +++ b/bundler/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/cargo/lib/dependabot/cargo.rb b/cargo/lib/dependabot/cargo.rb index 8c4ce39d48..60c201c7e8 100644 --- a/cargo/lib/dependabot/cargo.rb +++ b/cargo/lib/dependabot/cargo.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/cargo/lib/dependabot/cargo/file_parser.rb b/cargo/lib/dependabot/cargo/file_parser.rb index 0511682804..baf3be18cf 100644 --- a/cargo/lib/dependabot/cargo/file_parser.rb +++ b/cargo/lib/dependabot/cargo/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/cargo/lib/dependabot/cargo/file_updater.rb b/cargo/lib/dependabot/cargo/file_updater.rb index c7f5b03231..9e8f0eb12b 100644 --- a/cargo/lib/dependabot/cargo/file_updater.rb +++ b/cargo/lib/dependabot/cargo/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/cargo/lib/dependabot/cargo/file_updater/lockfile_updater.rb b/cargo/lib/dependabot/cargo/file_updater/lockfile_updater.rb index 5785662877..9104775a8a 100644 --- a/cargo/lib/dependabot/cargo/file_updater/lockfile_updater.rb +++ b/cargo/lib/dependabot/cargo/file_updater/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/cargo/lib/dependabot/cargo/file_updater/manifest_updater.rb b/cargo/lib/dependabot/cargo/file_updater/manifest_updater.rb index 5b6321ab00..b82e6ed0bb 100644 --- a/cargo/lib/dependabot/cargo/file_updater/manifest_updater.rb +++ b/cargo/lib/dependabot/cargo/file_updater/manifest_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/cargo/file_updater" diff --git a/cargo/lib/dependabot/cargo/metadata_finder.rb b/cargo/lib/dependabot/cargo/metadata_finder.rb index 5947ae7b4c..c75ed42b38 100644 --- a/cargo/lib/dependabot/cargo/metadata_finder.rb +++ b/cargo/lib/dependabot/cargo/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/cargo/lib/dependabot/cargo/requirement.rb b/cargo/lib/dependabot/cargo/requirement.rb index 99b7a465e0..35e073334d 100644 --- a/cargo/lib/dependabot/cargo/requirement.rb +++ b/cargo/lib/dependabot/cargo/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ################################################################################ diff --git a/cargo/lib/dependabot/cargo/update_checker.rb b/cargo/lib/dependabot/cargo/update_checker.rb index 3db13ec69c..1c0f1f6091 100644 --- a/cargo/lib/dependabot/cargo/update_checker.rb +++ b/cargo/lib/dependabot/cargo/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/git_commit_checker" diff --git a/cargo/lib/dependabot/cargo/update_checker/file_preparer.rb b/cargo/lib/dependabot/cargo/update_checker/file_preparer.rb index 48e2e0ee20..6c66bb8c32 100644 --- a/cargo/lib/dependabot/cargo/update_checker/file_preparer.rb +++ b/cargo/lib/dependabot/cargo/update_checker/file_preparer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/cargo/lib/dependabot/cargo/update_checker/latest_version_finder.rb b/cargo/lib/dependabot/cargo/update_checker/latest_version_finder.rb index db77feca96..40c80bc0fe 100644 --- a/cargo/lib/dependabot/cargo/update_checker/latest_version_finder.rb +++ b/cargo/lib/dependabot/cargo/update_checker/latest_version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/cargo/lib/dependabot/cargo/update_checker/requirements_updater.rb b/cargo/lib/dependabot/cargo/update_checker/requirements_updater.rb index 258bb63d89..eb69a8efe4 100644 --- a/cargo/lib/dependabot/cargo/update_checker/requirements_updater.rb +++ b/cargo/lib/dependabot/cargo/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ################################################################################ diff --git a/cargo/lib/dependabot/cargo/update_checker/version_resolver.rb b/cargo/lib/dependabot/cargo/update_checker/version_resolver.rb index a7e6fc51da..3134da10cd 100644 --- a/cargo/lib/dependabot/cargo/update_checker/version_resolver.rb +++ b/cargo/lib/dependabot/cargo/update_checker/version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/cargo/lib/dependabot/cargo/version.rb b/cargo/lib/dependabot/cargo/version.rb index 38395bc4dc..f96cb1123d 100644 --- a/cargo/lib/dependabot/cargo/version.rb +++ b/cargo/lib/dependabot/cargo/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/cargo/spec/spec_helper.rb b/cargo/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/cargo/spec/spec_helper.rb +++ b/cargo/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/common/lib/dependabot.rb b/common/lib/dependabot.rb index 05225cda55..433a1ce941 100644 --- a/common/lib/dependabot.rb +++ b/common/lib/dependabot.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/config.rb b/common/lib/dependabot/config.rb index 6e5b1fbee8..f7ed74a3fe 100644 --- a/common/lib/dependabot/config.rb +++ b/common/lib/dependabot/config.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/config/file.rb b/common/lib/dependabot/config/file.rb index be43144f4a..b1c70d4386 100644 --- a/common/lib/dependabot/config/file.rb +++ b/common/lib/dependabot/config/file.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/config/update_config" diff --git a/common/lib/dependabot/config/file_fetcher.rb b/common/lib/dependabot/config/file_fetcher.rb index be937eb37a..2714d3bd52 100644 --- a/common/lib/dependabot/config/file_fetcher.rb +++ b/common/lib/dependabot/config/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers/base" diff --git a/common/lib/dependabot/config/ignore_condition.rb b/common/lib/dependabot/config/ignore_condition.rb index c15ba0c5b5..59890067ba 100644 --- a/common/lib/dependabot/config/ignore_condition.rb +++ b/common/lib/dependabot/config/ignore_condition.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/config/update_config.rb b/common/lib/dependabot/config/update_config.rb index 8176b7ab1c..27d14ad005 100644 --- a/common/lib/dependabot/config/update_config.rb +++ b/common/lib/dependabot/config/update_config.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/config/ignore_condition" diff --git a/common/lib/dependabot/dependency.rb b/common/lib/dependabot/dependency.rb index 7b7d4b6de0..1f179556b4 100644 --- a/common/lib/dependabot/dependency.rb +++ b/common/lib/dependabot/dependency.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/common/lib/dependabot/dependency_file.rb b/common/lib/dependabot/dependency_file.rb index e33de77557..8692e4a064 100644 --- a/common/lib/dependabot/dependency_file.rb +++ b/common/lib/dependabot/dependency_file.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/common/lib/dependabot/dependency_group.rb b/common/lib/dependabot/dependency_group.rb index 4768764827..5fcecda4ba 100644 --- a/common/lib/dependabot/dependency_group.rb +++ b/common/lib/dependabot/dependency_group.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/experiments" diff --git a/common/lib/dependabot/errors.rb b/common/lib/dependabot/errors.rb index 4f52c3de30..fbdba3d706 100644 --- a/common/lib/dependabot/errors.rb +++ b/common/lib/dependabot/errors.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/common/lib/dependabot/experiments.rb b/common/lib/dependabot/experiments.rb index be3b5e81a1..155df62269 100644 --- a/common/lib/dependabot/experiments.rb +++ b/common/lib/dependabot/experiments.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/file_fetchers.rb b/common/lib/dependabot/file_fetchers.rb index 0fd8a478b2..fe81637afc 100644 --- a/common/lib/dependabot/file_fetchers.rb +++ b/common/lib/dependabot/file_fetchers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/file_parsers.rb b/common/lib/dependabot/file_parsers.rb index e387b033ec..90284c849d 100644 --- a/common/lib/dependabot/file_parsers.rb +++ b/common/lib/dependabot/file_parsers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/file_parsers/base.rb b/common/lib/dependabot/file_parsers/base.rb index d60cabac94..8d3c7ee89c 100644 --- a/common/lib/dependabot/file_parsers/base.rb +++ b/common/lib/dependabot/file_parsers/base.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/file_parsers/base/dependency_set.rb b/common/lib/dependabot/file_parsers/base/dependency_set.rb index 40742339f7..37d6e01784 100644 --- a/common/lib/dependabot/file_parsers/base/dependency_set.rb +++ b/common/lib/dependabot/file_parsers/base/dependency_set.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/common/lib/dependabot/file_updaters.rb b/common/lib/dependabot/file_updaters.rb index 13abcd1250..2c3b92f606 100644 --- a/common/lib/dependabot/file_updaters.rb +++ b/common/lib/dependabot/file_updaters.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/file_updaters/artifact_updater.rb b/common/lib/dependabot/file_updaters/artifact_updater.rb index 7b3c6c0db9..9f74320620 100644 --- a/common/lib/dependabot/file_updaters/artifact_updater.rb +++ b/common/lib/dependabot/file_updaters/artifact_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency_file" diff --git a/common/lib/dependabot/file_updaters/base.rb b/common/lib/dependabot/file_updaters/base.rb index beb7f98f15..c9f9877c43 100644 --- a/common/lib/dependabot/file_updaters/base.rb +++ b/common/lib/dependabot/file_updaters/base.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/git_commit_checker.rb b/common/lib/dependabot/git_commit_checker.rb index 3536847040..ea30f2b60c 100644 --- a/common/lib/dependabot/git_commit_checker.rb +++ b/common/lib/dependabot/git_commit_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/common/lib/dependabot/git_metadata_fetcher.rb b/common/lib/dependabot/git_metadata_fetcher.rb index 81f54025b6..f9ce409a8c 100644 --- a/common/lib/dependabot/git_metadata_fetcher.rb +++ b/common/lib/dependabot/git_metadata_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/common/lib/dependabot/logger.rb b/common/lib/dependabot/logger.rb index 1e9c4adf96..f1ac7ce9a9 100644 --- a/common/lib/dependabot/logger.rb +++ b/common/lib/dependabot/logger.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "logger" diff --git a/common/lib/dependabot/metadata_finders.rb b/common/lib/dependabot/metadata_finders.rb index 797d3f2827..af93ebcb47 100644 --- a/common/lib/dependabot/metadata_finders.rb +++ b/common/lib/dependabot/metadata_finders.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/metadata_finders/base.rb b/common/lib/dependabot/metadata_finders/base.rb index 5e9757bd44..23afe51c69 100644 --- a/common/lib/dependabot/metadata_finders/base.rb +++ b/common/lib/dependabot/metadata_finders/base.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/source" diff --git a/common/lib/dependabot/metadata_finders/base/changelog_pruner.rb b/common/lib/dependabot/metadata_finders/base/changelog_pruner.rb index 7feef366f8..43cb385aab 100644 --- a/common/lib/dependabot/metadata_finders/base/changelog_pruner.rb +++ b/common/lib/dependabot/metadata_finders/base/changelog_pruner.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders/base" diff --git a/common/lib/dependabot/metadata_finders/base/commits_finder.rb b/common/lib/dependabot/metadata_finders/base/commits_finder.rb index 160d8c8e53..009ddf54d7 100644 --- a/common/lib/dependabot/metadata_finders/base/commits_finder.rb +++ b/common/lib/dependabot/metadata_finders/base/commits_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/github_with_retries" diff --git a/common/lib/dependabot/metadata_finders/base/release_finder.rb b/common/lib/dependabot/metadata_finders/base/release_finder.rb index fff71aa565..b778ba42a2 100644 --- a/common/lib/dependabot/metadata_finders/base/release_finder.rb +++ b/common/lib/dependabot/metadata_finders/base/release_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/github_with_retries" diff --git a/common/lib/dependabot/pull_request_creator.rb b/common/lib/dependabot/pull_request_creator.rb index e721ce2e51..293e66eca5 100644 --- a/common/lib/dependabot/pull_request_creator.rb +++ b/common/lib/dependabot/pull_request_creator.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/common/lib/dependabot/pull_request_creator/azure.rb b/common/lib/dependabot/pull_request_creator/azure.rb index 3c1ffc1fa1..bbf2a52783 100644 --- a/common/lib/dependabot/pull_request_creator/azure.rb +++ b/common/lib/dependabot/pull_request_creator/azure.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/azure" diff --git a/common/lib/dependabot/pull_request_creator/bitbucket.rb b/common/lib/dependabot/pull_request_creator/bitbucket.rb index f45540d9d6..b69819f813 100644 --- a/common/lib/dependabot/pull_request_creator/bitbucket.rb +++ b/common/lib/dependabot/pull_request_creator/bitbucket.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/bitbucket" diff --git a/common/lib/dependabot/pull_request_creator/branch_namer.rb b/common/lib/dependabot/pull_request_creator/branch_namer.rb index 65fbe537f7..ec804b380b 100644 --- a/common/lib/dependabot/pull_request_creator/branch_namer.rb +++ b/common/lib/dependabot/pull_request_creator/branch_namer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "digest" diff --git a/common/lib/dependabot/pull_request_creator/branch_namer/base.rb b/common/lib/dependabot/pull_request_creator/branch_namer/base.rb index 8054336d1e..4ab6b691d4 100644 --- a/common/lib/dependabot/pull_request_creator/branch_namer/base.rb +++ b/common/lib/dependabot/pull_request_creator/branch_namer/base.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/pull_request_creator/branch_namer/dependency_group_strategy.rb b/common/lib/dependabot/pull_request_creator/branch_namer/dependency_group_strategy.rb index 0efb76dcf5..50984a0079 100644 --- a/common/lib/dependabot/pull_request_creator/branch_namer/dependency_group_strategy.rb +++ b/common/lib/dependabot/pull_request_creator/branch_namer/dependency_group_strategy.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/pull_request_creator/branch_namer/base" diff --git a/common/lib/dependabot/pull_request_creator/branch_namer/solo_strategy.rb b/common/lib/dependabot/pull_request_creator/branch_namer/solo_strategy.rb index 30512392cc..1e0996872f 100644 --- a/common/lib/dependabot/pull_request_creator/branch_namer/solo_strategy.rb +++ b/common/lib/dependabot/pull_request_creator/branch_namer/solo_strategy.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "digest" diff --git a/common/lib/dependabot/pull_request_creator/codecommit.rb b/common/lib/dependabot/pull_request_creator/codecommit.rb index 50b8a3fd6f..5f164b9387 100644 --- a/common/lib/dependabot/pull_request_creator/codecommit.rb +++ b/common/lib/dependabot/pull_request_creator/codecommit.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/codecommit" diff --git a/common/lib/dependabot/pull_request_creator/gitlab.rb b/common/lib/dependabot/pull_request_creator/gitlab.rb index 73e9195e62..8db3a593f1 100644 --- a/common/lib/dependabot/pull_request_creator/gitlab.rb +++ b/common/lib/dependabot/pull_request_creator/gitlab.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/gitlab_with_retries" diff --git a/common/lib/dependabot/pull_request_creator/labeler.rb b/common/lib/dependabot/pull_request_creator/labeler.rb index 21aad47864..a8249ef75d 100644 --- a/common/lib/dependabot/pull_request_creator/labeler.rb +++ b/common/lib/dependabot/pull_request_creator/labeler.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "octokit" diff --git a/common/lib/dependabot/pull_request_creator/message.rb b/common/lib/dependabot/pull_request_creator/message.rb index 76f3afa74f..501363c5be 100644 --- a/common/lib/dependabot/pull_request_creator/message.rb +++ b/common/lib/dependabot/pull_request_creator/message.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/pull_request_creator/message_builder.rb b/common/lib/dependabot/pull_request_creator/message_builder.rb index 2db4997c35..96d60a0aaa 100644 --- a/common/lib/dependabot/pull_request_creator/message_builder.rb +++ b/common/lib/dependabot/pull_request_creator/message_builder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/common/lib/dependabot/pull_request_creator/message_builder/issue_linker.rb b/common/lib/dependabot/pull_request_creator/message_builder/issue_linker.rb index 49c2082e11..de98356720 100644 --- a/common/lib/dependabot/pull_request_creator/message_builder/issue_linker.rb +++ b/common/lib/dependabot/pull_request_creator/message_builder/issue_linker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/pull_request_creator/message_builder" diff --git a/common/lib/dependabot/pull_request_creator/pr_name_prefixer.rb b/common/lib/dependabot/pull_request_creator/pr_name_prefixer.rb index 71fe8bfb97..73fc64690c 100644 --- a/common/lib/dependabot/pull_request_creator/pr_name_prefixer.rb +++ b/common/lib/dependabot/pull_request_creator/pr_name_prefixer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/azure" diff --git a/common/lib/dependabot/pull_request_updater.rb b/common/lib/dependabot/pull_request_updater.rb index 3b27d932a7..c03b4df5c0 100644 --- a/common/lib/dependabot/pull_request_updater.rb +++ b/common/lib/dependabot/pull_request_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/pull_request_updater/github" diff --git a/common/lib/dependabot/pull_request_updater/azure.rb b/common/lib/dependabot/pull_request_updater/azure.rb index f796a14104..f99a1bcea1 100644 --- a/common/lib/dependabot/pull_request_updater/azure.rb +++ b/common/lib/dependabot/pull_request_updater/azure.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/azure" diff --git a/common/lib/dependabot/pull_request_updater/github.rb b/common/lib/dependabot/pull_request_updater/github.rb index 2c135dc503..d07ced26b6 100644 --- a/common/lib/dependabot/pull_request_updater/github.rb +++ b/common/lib/dependabot/pull_request_updater/github.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "octokit" diff --git a/common/lib/dependabot/pull_request_updater/gitlab.rb b/common/lib/dependabot/pull_request_updater/gitlab.rb index 01f9ad0b3f..a4d802ebbb 100644 --- a/common/lib/dependabot/pull_request_updater/gitlab.rb +++ b/common/lib/dependabot/pull_request_updater/gitlab.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/clients/gitlab_with_retries" diff --git a/common/lib/dependabot/registry_client.rb b/common/lib/dependabot/registry_client.rb index 4c3edaa044..4e32c30e59 100644 --- a/common/lib/dependabot/registry_client.rb +++ b/common/lib/dependabot/registry_client.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/shared_helpers" diff --git a/common/lib/dependabot/security_advisory.rb b/common/lib/dependabot/security_advisory.rb index 2fc5f0f0f7..a8ae682ff2 100644 --- a/common/lib/dependabot/security_advisory.rb +++ b/common/lib/dependabot/security_advisory.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/common/lib/dependabot/simple_instrumentor.rb b/common/lib/dependabot/simple_instrumentor.rb index ea84cabf9a..e28c76ce49 100644 --- a/common/lib/dependabot/simple_instrumentor.rb +++ b/common/lib/dependabot/simple_instrumentor.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/source.rb b/common/lib/dependabot/source.rb index 162296e655..3f30d5a4dd 100644 --- a/common/lib/dependabot/source.rb +++ b/common/lib/dependabot/source.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/update_checkers.rb b/common/lib/dependabot/update_checkers.rb index 658960bdfb..b6cc66b78a 100644 --- a/common/lib/dependabot/update_checkers.rb +++ b/common/lib/dependabot/update_checkers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/update_checkers/base.rb b/common/lib/dependabot/update_checkers/base.rb index 3f967f1bc7..9012f6a87d 100644 --- a/common/lib/dependabot/update_checkers/base.rb +++ b/common/lib/dependabot/update_checkers/base.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/common/lib/dependabot/update_checkers/version_filters.rb b/common/lib/dependabot/update_checkers/version_filters.rb index e20848ca3d..d2df1485d7 100644 --- a/common/lib/dependabot/update_checkers/version_filters.rb +++ b/common/lib/dependabot/update_checkers/version_filters.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/utils.rb b/common/lib/dependabot/utils.rb index 5e3158b32f..c57a42ed54 100644 --- a/common/lib/dependabot/utils.rb +++ b/common/lib/dependabot/utils.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "tmpdir" diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index ba4e356b6e..a9b278c7d7 100644 --- a/common/lib/dependabot/version.rb +++ b/common/lib/dependabot/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/dependabot/workspace.rb b/common/lib/dependabot/workspace.rb index 4a0647e262..1df8513e4c 100644 --- a/common/lib/dependabot/workspace.rb +++ b/common/lib/dependabot/workspace.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/workspace/git" diff --git a/common/lib/dependabot/workspace/change_attempt.rb b/common/lib/dependabot/workspace/change_attempt.rb index 413843062c..77d2f9758b 100644 --- a/common/lib/dependabot/workspace/change_attempt.rb +++ b/common/lib/dependabot/workspace/change_attempt.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/common/lib/wildcard_matcher.rb b/common/lib/wildcard_matcher.rb index 3b3bbbf0d6..3038e2fdb4 100644 --- a/common/lib/wildcard_matcher.rb +++ b/common/lib/wildcard_matcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true class WildcardMatcher diff --git a/common/spec/dummy_package_manager/dummy.rb b/common/spec/dummy_package_manager/dummy.rb index 2f44b7d011..267880bcb8 100644 --- a/common/spec/dummy_package_manager/dummy.rb +++ b/common/spec/dummy_package_manager/dummy.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require_relative "metadata_finder" diff --git a/common/spec/dummy_package_manager/metadata_finder.rb b/common/spec/dummy_package_manager/metadata_finder.rb index de0c71a710..cacdb0226e 100644 --- a/common/spec/dummy_package_manager/metadata_finder.rb +++ b/common/spec/dummy_package_manager/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/common/spec/dummy_package_manager/requirement.rb b/common/spec/dummy_package_manager/requirement.rb index a59417133f..77e5234178 100644 --- a/common/spec/dummy_package_manager/requirement.rb +++ b/common/spec/dummy_package_manager/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/common/spec/dummy_package_manager/version.rb b/common/spec/dummy_package_manager/version.rb index c47440e47d..7bba30c594 100644 --- a/common/spec/dummy_package_manager/version.rb +++ b/common/spec/dummy_package_manager/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/common/spec/helpers/test/run.rb b/common/spec/helpers/test/run.rb index 679d1e20d8..ff05d0619d 100644 --- a/common/spec/helpers/test/run.rb +++ b/common/spec/helpers/test/run.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/common/spec/warning_monkey_patch.rb b/common/spec/warning_monkey_patch.rb index bbdb2ab3a4..5904fb8826 100644 --- a/common/spec/warning_monkey_patch.rb +++ b/common/spec/warning_monkey_patch.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ALLOW_PATTERNS = [ diff --git a/composer/lib/dependabot/composer.rb b/composer/lib/dependabot/composer.rb index e0da791f83..fe651a60b4 100644 --- a/composer/lib/dependabot/composer.rb +++ b/composer/lib/dependabot/composer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/composer/lib/dependabot/composer/file_fetcher.rb b/composer/lib/dependabot/composer/file_fetcher.rb index b241600ebb..00f6d45d58 100644 --- a/composer/lib/dependabot/composer/file_fetcher.rb +++ b/composer/lib/dependabot/composer/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/composer/lib/dependabot/composer/file_fetcher/path_dependency_builder.rb b/composer/lib/dependabot/composer/file_fetcher/path_dependency_builder.rb index ebcf4a64cb..1c2c2d43f0 100644 --- a/composer/lib/dependabot/composer/file_fetcher/path_dependency_builder.rb +++ b/composer/lib/dependabot/composer/file_fetcher/path_dependency_builder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/composer/lib/dependabot/composer/file_parser.rb b/composer/lib/dependabot/composer/file_parser.rb index 1eca2d410c..8bd8b1972a 100644 --- a/composer/lib/dependabot/composer/file_parser.rb +++ b/composer/lib/dependabot/composer/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/composer/lib/dependabot/composer/file_updater.rb b/composer/lib/dependabot/composer/file_updater.rb index 0276ab2e68..62201f533f 100644 --- a/composer/lib/dependabot/composer/file_updater.rb +++ b/composer/lib/dependabot/composer/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/composer/lib/dependabot/composer/file_updater/lockfile_updater.rb b/composer/lib/dependabot/composer/file_updater/lockfile_updater.rb index 72becae796..172d5a1ae6 100644 --- a/composer/lib/dependabot/composer/file_updater/lockfile_updater.rb +++ b/composer/lib/dependabot/composer/file_updater/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/shared_helpers" diff --git a/composer/lib/dependabot/composer/file_updater/manifest_updater.rb b/composer/lib/dependabot/composer/file_updater/manifest_updater.rb index 7cdebbddf4..3fe2103e5a 100644 --- a/composer/lib/dependabot/composer/file_updater/manifest_updater.rb +++ b/composer/lib/dependabot/composer/file_updater/manifest_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/composer/file_updater" diff --git a/composer/lib/dependabot/composer/helpers.rb b/composer/lib/dependabot/composer/helpers.rb index 22cf26bcc1..dfcf793f26 100644 --- a/composer/lib/dependabot/composer/helpers.rb +++ b/composer/lib/dependabot/composer/helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/composer/version" diff --git a/composer/lib/dependabot/composer/metadata_finder.rb b/composer/lib/dependabot/composer/metadata_finder.rb index 9d63aa63d2..1cc0e4a3fe 100644 --- a/composer/lib/dependabot/composer/metadata_finder.rb +++ b/composer/lib/dependabot/composer/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/composer/lib/dependabot/composer/native_helpers.rb b/composer/lib/dependabot/composer/native_helpers.rb index d86e2319b5..4d44ada106 100644 --- a/composer/lib/dependabot/composer/native_helpers.rb +++ b/composer/lib/dependabot/composer/native_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/composer/lib/dependabot/composer/requirement.rb b/composer/lib/dependabot/composer/requirement.rb index 18e8494437..ae6eeeff56 100644 --- a/composer/lib/dependabot/composer/requirement.rb +++ b/composer/lib/dependabot/composer/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/composer/lib/dependabot/composer/update_checker.rb b/composer/lib/dependabot/composer/update_checker.rb index 79d22b66a0..899fb27dab 100644 --- a/composer/lib/dependabot/composer/update_checker.rb +++ b/composer/lib/dependabot/composer/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/composer/lib/dependabot/composer/update_checker/latest_version_finder.rb b/composer/lib/dependabot/composer/update_checker/latest_version_finder.rb index 455ea34e8d..4a8e66246d 100644 --- a/composer/lib/dependabot/composer/update_checker/latest_version_finder.rb +++ b/composer/lib/dependabot/composer/update_checker/latest_version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/composer/lib/dependabot/composer/update_checker/requirements_updater.rb b/composer/lib/dependabot/composer/update_checker/requirements_updater.rb index 745d42e301..0bc09110ca 100644 --- a/composer/lib/dependabot/composer/update_checker/requirements_updater.rb +++ b/composer/lib/dependabot/composer/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ################################################################################ diff --git a/composer/lib/dependabot/composer/version.rb b/composer/lib/dependabot/composer/version.rb index 6b44dcd2de..2f5c6c8e27 100644 --- a/composer/lib/dependabot/composer/version.rb +++ b/composer/lib/dependabot/composer/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/composer/spec/spec_helper.rb b/composer/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/composer/spec/spec_helper.rb +++ b/composer/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/docker/lib/dependabot/docker.rb b/docker/lib/dependabot/docker.rb index 1e51a727b7..93a765afc9 100644 --- a/docker/lib/dependabot/docker.rb +++ b/docker/lib/dependabot/docker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/docker/lib/dependabot/docker/file_updater.rb b/docker/lib/dependabot/docker/file_updater.rb index ba059ef4c4..8480edeba7 100644 --- a/docker/lib/dependabot/docker/file_updater.rb +++ b/docker/lib/dependabot/docker/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/docker/utils/helpers" diff --git a/docker/lib/dependabot/docker/metadata_finder.rb b/docker/lib/dependabot/docker/metadata_finder.rb index 242d5ccef2..e755f7eafa 100644 --- a/docker/lib/dependabot/docker/metadata_finder.rb +++ b/docker/lib/dependabot/docker/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/docker/lib/dependabot/docker/requirement.rb b/docker/lib/dependabot/docker/requirement.rb index 09e5f0f3e4..9fc1ea0d24 100644 --- a/docker/lib/dependabot/docker/requirement.rb +++ b/docker/lib/dependabot/docker/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/docker/lib/dependabot/docker/tag.rb b/docker/lib/dependabot/docker/tag.rb index 4a4c783c7f..65c21e2679 100644 --- a/docker/lib/dependabot/docker/tag.rb +++ b/docker/lib/dependabot/docker/tag.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/docker/file_parser" diff --git a/docker/lib/dependabot/docker/update_checker.rb b/docker/lib/dependabot/docker/update_checker.rb index 06ca2838a3..91fddf714d 100644 --- a/docker/lib/dependabot/docker/update_checker.rb +++ b/docker/lib/dependabot/docker/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "docker_registry2" diff --git a/docker/lib/dependabot/docker/utils/credentials_finder.rb b/docker/lib/dependabot/docker/utils/credentials_finder.rb index e4f879a6ef..570b0c8955 100644 --- a/docker/lib/dependabot/docker/utils/credentials_finder.rb +++ b/docker/lib/dependabot/docker/utils/credentials_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "aws-sdk-ecr" diff --git a/docker/lib/dependabot/docker/utils/helpers.rb b/docker/lib/dependabot/docker/utils/helpers.rb index 30b232d505..6dbaf93733 100644 --- a/docker/lib/dependabot/docker/utils/helpers.rb +++ b/docker/lib/dependabot/docker/utils/helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/docker/lib/dependabot/docker/version.rb b/docker/lib/dependabot/docker/version.rb index 5808ef5efa..119dfef225 100644 --- a/docker/lib/dependabot/docker/version.rb +++ b/docker/lib/dependabot/docker/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/docker/spec/spec_helper.rb b/docker/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/docker/spec/spec_helper.rb +++ b/docker/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/elm/lib/dependabot/elm.rb b/elm/lib/dependabot/elm.rb index 777e4b3e2c..c04cc90e93 100644 --- a/elm/lib/dependabot/elm.rb +++ b/elm/lib/dependabot/elm.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/elm/lib/dependabot/elm/file_fetcher.rb b/elm/lib/dependabot/elm/file_fetcher.rb index 60d0519e34..7a9deed76d 100644 --- a/elm/lib/dependabot/elm/file_fetcher.rb +++ b/elm/lib/dependabot/elm/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers" diff --git a/elm/lib/dependabot/elm/file_parser.rb b/elm/lib/dependabot/elm/file_parser.rb index 13ec75f849..03c35a22d8 100644 --- a/elm/lib/dependabot/elm/file_parser.rb +++ b/elm/lib/dependabot/elm/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/elm/lib/dependabot/elm/file_updater.rb b/elm/lib/dependabot/elm/file_updater.rb index aa0e851cc3..b301225077 100644 --- a/elm/lib/dependabot/elm/file_updater.rb +++ b/elm/lib/dependabot/elm/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/elm/lib/dependabot/elm/file_updater/elm_json_updater.rb b/elm/lib/dependabot/elm/file_updater/elm_json_updater.rb index f928843aeb..9af7cf6429 100644 --- a/elm/lib/dependabot/elm/file_updater/elm_json_updater.rb +++ b/elm/lib/dependabot/elm/file_updater/elm_json_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/elm/file_updater" diff --git a/elm/lib/dependabot/elm/metadata_finder.rb b/elm/lib/dependabot/elm/metadata_finder.rb index 2635267316..ec0e000d6d 100644 --- a/elm/lib/dependabot/elm/metadata_finder.rb +++ b/elm/lib/dependabot/elm/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/elm/lib/dependabot/elm/update_checker.rb b/elm/lib/dependabot/elm/update_checker.rb index 7ba622ac74..fbca0eab56 100644 --- a/elm/lib/dependabot/elm/update_checker.rb +++ b/elm/lib/dependabot/elm/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/elm/lib/dependabot/elm/update_checker/cli_parser.rb b/elm/lib/dependabot/elm/update_checker/cli_parser.rb index bc2828d4aa..3f8a56b9f6 100644 --- a/elm/lib/dependabot/elm/update_checker/cli_parser.rb +++ b/elm/lib/dependabot/elm/update_checker/cli_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/elm/version" diff --git a/elm/lib/dependabot/elm/update_checker/elm_19_version_resolver.rb b/elm/lib/dependabot/elm/update_checker/elm_19_version_resolver.rb index ead8a3b15f..4f7079c4ef 100644 --- a/elm/lib/dependabot/elm/update_checker/elm_19_version_resolver.rb +++ b/elm/lib/dependabot/elm/update_checker/elm_19_version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "open3" diff --git a/elm/lib/dependabot/elm/update_checker/requirements_updater.rb b/elm/lib/dependabot/elm/update_checker/requirements_updater.rb index 8d0e5b7013..e3e2cbaf5c 100644 --- a/elm/lib/dependabot/elm/update_checker/requirements_updater.rb +++ b/elm/lib/dependabot/elm/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/elm/version" diff --git a/elm/lib/dependabot/elm/version.rb b/elm/lib/dependabot/elm/version.rb index 6be0591b1f..274dd8eb41 100644 --- a/elm/lib/dependabot/elm/version.rb +++ b/elm/lib/dependabot/elm/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/elm/spec/spec_helper.rb b/elm/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/elm/spec/spec_helper.rb +++ b/elm/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/git_submodules/lib/dependabot/git_submodules.rb b/git_submodules/lib/dependabot/git_submodules.rb index 6b3e7b1602..f3a6604e9d 100644 --- a/git_submodules/lib/dependabot/git_submodules.rb +++ b/git_submodules/lib/dependabot/git_submodules.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/git_submodules/lib/dependabot/git_submodules/file_fetcher.rb b/git_submodules/lib/dependabot/git_submodules/file_fetcher.rb index 775c6df887..151479a50b 100644 --- a/git_submodules/lib/dependabot/git_submodules/file_fetcher.rb +++ b/git_submodules/lib/dependabot/git_submodules/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parseconfig" diff --git a/git_submodules/lib/dependabot/git_submodules/file_parser.rb b/git_submodules/lib/dependabot/git_submodules/file_parser.rb index d88c064861..b5a62beedc 100644 --- a/git_submodules/lib/dependabot/git_submodules/file_parser.rb +++ b/git_submodules/lib/dependabot/git_submodules/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "parseconfig" diff --git a/git_submodules/lib/dependabot/git_submodules/file_updater.rb b/git_submodules/lib/dependabot/git_submodules/file_updater.rb index 32064f1d3d..ed0c2f1b7d 100644 --- a/git_submodules/lib/dependabot/git_submodules/file_updater.rb +++ b/git_submodules/lib/dependabot/git_submodules/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/git_submodules/lib/dependabot/git_submodules/metadata_finder.rb b/git_submodules/lib/dependabot/git_submodules/metadata_finder.rb index 5083a3ee03..2d55b5bb29 100644 --- a/git_submodules/lib/dependabot/git_submodules/metadata_finder.rb +++ b/git_submodules/lib/dependabot/git_submodules/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/git_submodules/lib/dependabot/git_submodules/requirement.rb b/git_submodules/lib/dependabot/git_submodules/requirement.rb index 20d5e9e3e9..1b19baa8df 100644 --- a/git_submodules/lib/dependabot/git_submodules/requirement.rb +++ b/git_submodules/lib/dependabot/git_submodules/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/git_submodules/lib/dependabot/git_submodules/update_checker.rb b/git_submodules/lib/dependabot/git_submodules/update_checker.rb index 46c35b15fa..e4b794216b 100644 --- a/git_submodules/lib/dependabot/git_submodules/update_checker.rb +++ b/git_submodules/lib/dependabot/git_submodules/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/git_submodules/lib/dependabot/git_submodules/version.rb b/git_submodules/lib/dependabot/git_submodules/version.rb index 734dfce5c1..81d13c20b4 100644 --- a/git_submodules/lib/dependabot/git_submodules/version.rb +++ b/git_submodules/lib/dependabot/git_submodules/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/git_submodules/spec/spec_helper.rb b/git_submodules/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/git_submodules/spec/spec_helper.rb +++ b/git_submodules/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/github_actions/lib/dependabot/github_actions.rb b/github_actions/lib/dependabot/github_actions.rb index fefaf36323..fb206fb796 100644 --- a/github_actions/lib/dependabot/github_actions.rb +++ b/github_actions/lib/dependabot/github_actions.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/github_actions/lib/dependabot/github_actions/file_fetcher.rb b/github_actions/lib/dependabot/github_actions/file_fetcher.rb index be204c14b8..1bdc9e0b7c 100644 --- a/github_actions/lib/dependabot/github_actions/file_fetcher.rb +++ b/github_actions/lib/dependabot/github_actions/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers" diff --git a/github_actions/lib/dependabot/github_actions/file_updater.rb b/github_actions/lib/dependabot/github_actions/file_updater.rb index eaf58b8a90..21148f8911 100644 --- a/github_actions/lib/dependabot/github_actions/file_updater.rb +++ b/github_actions/lib/dependabot/github_actions/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/github_actions/lib/dependabot/github_actions/metadata_finder.rb b/github_actions/lib/dependabot/github_actions/metadata_finder.rb index 11d1e0ccf6..70e43c9191 100644 --- a/github_actions/lib/dependabot/github_actions/metadata_finder.rb +++ b/github_actions/lib/dependabot/github_actions/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/github_actions/lib/dependabot/github_actions/requirement.rb b/github_actions/lib/dependabot/github_actions/requirement.rb index 1f86cba3ea..f666f032a2 100644 --- a/github_actions/lib/dependabot/github_actions/requirement.rb +++ b/github_actions/lib/dependabot/github_actions/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/github_actions/lib/dependabot/github_actions/update_checker.rb b/github_actions/lib/dependabot/github_actions/update_checker.rb index a5ce2b2d1f..1f3ef1448d 100644 --- a/github_actions/lib/dependabot/github_actions/update_checker.rb +++ b/github_actions/lib/dependabot/github_actions/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/github_actions/lib/dependabot/github_actions/version.rb b/github_actions/lib/dependabot/github_actions/version.rb index b3bd690460..57fa4035c3 100644 --- a/github_actions/lib/dependabot/github_actions/version.rb +++ b/github_actions/lib/dependabot/github_actions/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/github_actions/spec/spec_helper.rb b/github_actions/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/github_actions/spec/spec_helper.rb +++ b/github_actions/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/go_modules/lib/dependabot/go_modules.rb b/go_modules/lib/dependabot/go_modules.rb index 7d54e37ae7..9b797fac24 100644 --- a/go_modules/lib/dependabot/go_modules.rb +++ b/go_modules/lib/dependabot/go_modules.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/go_modules/lib/dependabot/go_modules/file_fetcher.rb b/go_modules/lib/dependabot/go_modules/file_fetcher.rb index f2cbe8f99f..6f844dac69 100644 --- a/go_modules/lib/dependabot/go_modules/file_fetcher.rb +++ b/go_modules/lib/dependabot/go_modules/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers" diff --git a/go_modules/lib/dependabot/go_modules/file_updater.rb b/go_modules/lib/dependabot/go_modules/file_updater.rb index 4c44fa6b60..f4cc4cc28f 100644 --- a/go_modules/lib/dependabot/go_modules/file_updater.rb +++ b/go_modules/lib/dependabot/go_modules/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/shared_helpers" diff --git a/go_modules/lib/dependabot/go_modules/metadata_finder.rb b/go_modules/lib/dependabot/go_modules/metadata_finder.rb index 9aaada8824..35c992078b 100644 --- a/go_modules/lib/dependabot/go_modules/metadata_finder.rb +++ b/go_modules/lib/dependabot/go_modules/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/go_modules/lib/dependabot/go_modules/native_helpers.rb b/go_modules/lib/dependabot/go_modules/native_helpers.rb index a0b0903a63..fd955f3751 100644 --- a/go_modules/lib/dependabot/go_modules/native_helpers.rb +++ b/go_modules/lib/dependabot/go_modules/native_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/go_modules/lib/dependabot/go_modules/path_converter.rb b/go_modules/lib/dependabot/go_modules/path_converter.rb index 7fdf9ea2a1..9771528701 100644 --- a/go_modules/lib/dependabot/go_modules/path_converter.rb +++ b/go_modules/lib/dependabot/go_modules/path_converter.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/go_modules/native_helpers" diff --git a/go_modules/lib/dependabot/go_modules/replace_stubber.rb b/go_modules/lib/dependabot/go_modules/replace_stubber.rb index 09e3a498b9..4bc09b31d7 100644 --- a/go_modules/lib/dependabot/go_modules/replace_stubber.rb +++ b/go_modules/lib/dependabot/go_modules/replace_stubber.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/go_modules/lib/dependabot/go_modules/resolvability_errors.rb b/go_modules/lib/dependabot/go_modules/resolvability_errors.rb index f36d938133..46c3b6e4f2 100644 --- a/go_modules/lib/dependabot/go_modules/resolvability_errors.rb +++ b/go_modules/lib/dependabot/go_modules/resolvability_errors.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/go_modules/lib/dependabot/go_modules/update_checker.rb b/go_modules/lib/dependabot/go_modules/update_checker.rb index c1491e72f6..8a82606f58 100644 --- a/go_modules/lib/dependabot/go_modules/update_checker.rb +++ b/go_modules/lib/dependabot/go_modules/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/go_modules/lib/dependabot/go_modules/update_checker/latest_version_finder.rb b/go_modules/lib/dependabot/go_modules/update_checker/latest_version_finder.rb index 2249ed4350..0d829ba1cb 100644 --- a/go_modules/lib/dependabot/go_modules/update_checker/latest_version_finder.rb +++ b/go_modules/lib/dependabot/go_modules/update_checker/latest_version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/go_modules/lib/dependabot/go_modules/version.rb b/go_modules/lib/dependabot/go_modules/version.rb index ff2074c7b7..b424c9ac88 100644 --- a/go_modules/lib/dependabot/go_modules/version.rb +++ b/go_modules/lib/dependabot/go_modules/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # Go pre-release versions use 1.0.1-rc1 syntax, which Gem::Version diff --git a/go_modules/spec/spec_helper.rb b/go_modules/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/go_modules/spec/spec_helper.rb +++ b/go_modules/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/gradle/lib/dependabot/gradle.rb b/gradle/lib/dependabot/gradle.rb index 5173b0939a..59dabf4fab 100644 --- a/gradle/lib/dependabot/gradle.rb +++ b/gradle/lib/dependabot/gradle.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/gradle/lib/dependabot/gradle/file_updater/dependency_set_updater.rb b/gradle/lib/dependabot/gradle/file_updater/dependency_set_updater.rb index 20cfd741a1..f2b1392895 100644 --- a/gradle/lib/dependabot/gradle/file_updater/dependency_set_updater.rb +++ b/gradle/lib/dependabot/gradle/file_updater/dependency_set_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/gradle/file_parser" diff --git a/gradle/lib/dependabot/gradle/file_updater/property_value_updater.rb b/gradle/lib/dependabot/gradle/file_updater/property_value_updater.rb index 44f3799b49..06472ddf22 100644 --- a/gradle/lib/dependabot/gradle/file_updater/property_value_updater.rb +++ b/gradle/lib/dependabot/gradle/file_updater/property_value_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/gradle/file_updater" diff --git a/gradle/lib/dependabot/gradle/metadata_finder.rb b/gradle/lib/dependabot/gradle/metadata_finder.rb index 2c3b66e4f9..12536a34e0 100644 --- a/gradle/lib/dependabot/gradle/metadata_finder.rb +++ b/gradle/lib/dependabot/gradle/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/gradle/lib/dependabot/gradle/requirement.rb b/gradle/lib/dependabot/gradle/requirement.rb index 01cecf9475..f446ba3fa1 100644 --- a/gradle/lib/dependabot/gradle/requirement.rb +++ b/gradle/lib/dependabot/gradle/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/gradle/lib/dependabot/gradle/update_checker.rb b/gradle/lib/dependabot/gradle/update_checker.rb index 13dc67f438..f853caa408 100644 --- a/gradle/lib/dependabot/gradle/update_checker.rb +++ b/gradle/lib/dependabot/gradle/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/gradle/lib/dependabot/gradle/update_checker/multi_dependency_updater.rb b/gradle/lib/dependabot/gradle/update_checker/multi_dependency_updater.rb index d74452d301..c170ae75f3 100644 --- a/gradle/lib/dependabot/gradle/update_checker/multi_dependency_updater.rb +++ b/gradle/lib/dependabot/gradle/update_checker/multi_dependency_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/gradle/file_parser" diff --git a/gradle/lib/dependabot/gradle/update_checker/requirements_updater.rb b/gradle/lib/dependabot/gradle/update_checker/requirements_updater.rb index 9e24df1960..e6fd3527ee 100644 --- a/gradle/lib/dependabot/gradle/update_checker/requirements_updater.rb +++ b/gradle/lib/dependabot/gradle/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ####################################################### diff --git a/gradle/lib/dependabot/gradle/update_checker/version_finder.rb b/gradle/lib/dependabot/gradle/update_checker/version_finder.rb index 790c1747ae..5b9929bc32 100644 --- a/gradle/lib/dependabot/gradle/update_checker/version_finder.rb +++ b/gradle/lib/dependabot/gradle/update_checker/version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/gradle/lib/dependabot/gradle/version.rb b/gradle/lib/dependabot/gradle/version.rb index 91e83b3f84..c74c043e58 100644 --- a/gradle/lib/dependabot/gradle/version.rb +++ b/gradle/lib/dependabot/gradle/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/gradle/spec/spec_helper.rb b/gradle/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/gradle/spec/spec_helper.rb +++ b/gradle/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/hex/lib/dependabot/hex.rb b/hex/lib/dependabot/hex.rb index 116b693d30..bd4d13e51b 100644 --- a/hex/lib/dependabot/hex.rb +++ b/hex/lib/dependabot/hex.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/hex/lib/dependabot/hex/credential_helpers.rb b/hex/lib/dependabot/hex/credential_helpers.rb index 9445ca7fbe..07701fc9ae 100644 --- a/hex/lib/dependabot/hex/credential_helpers.rb +++ b/hex/lib/dependabot/hex/credential_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/hex/lib/dependabot/hex/file_fetcher.rb b/hex/lib/dependabot/hex/file_fetcher.rb index d0661031b9..99bc7d7877 100644 --- a/hex/lib/dependabot/hex/file_fetcher.rb +++ b/hex/lib/dependabot/hex/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers" diff --git a/hex/lib/dependabot/hex/file_parser.rb b/hex/lib/dependabot/hex/file_parser.rb index 4f04344302..9c14fee76e 100644 --- a/hex/lib/dependabot/hex/file_parser.rb +++ b/hex/lib/dependabot/hex/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/hex/lib/dependabot/hex/file_updater.rb b/hex/lib/dependabot/hex/file_updater.rb index 59a5907497..4f7ecc2965 100644 --- a/hex/lib/dependabot/hex/file_updater.rb +++ b/hex/lib/dependabot/hex/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/hex/lib/dependabot/hex/file_updater/lockfile_updater.rb b/hex/lib/dependabot/hex/file_updater/lockfile_updater.rb index 602e1c94b0..db572be843 100644 --- a/hex/lib/dependabot/hex/file_updater/lockfile_updater.rb +++ b/hex/lib/dependabot/hex/file_updater/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/file_updater" diff --git a/hex/lib/dependabot/hex/file_updater/mixfile_git_pin_updater.rb b/hex/lib/dependabot/hex/file_updater/mixfile_git_pin_updater.rb index 5dbc7864e5..ac531dedea 100644 --- a/hex/lib/dependabot/hex/file_updater/mixfile_git_pin_updater.rb +++ b/hex/lib/dependabot/hex/file_updater/mixfile_git_pin_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/file_updater" diff --git a/hex/lib/dependabot/hex/file_updater/mixfile_requirement_updater.rb b/hex/lib/dependabot/hex/file_updater/mixfile_requirement_updater.rb index 0f49bfc437..4fc094381c 100644 --- a/hex/lib/dependabot/hex/file_updater/mixfile_requirement_updater.rb +++ b/hex/lib/dependabot/hex/file_updater/mixfile_requirement_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/file_updater" diff --git a/hex/lib/dependabot/hex/file_updater/mixfile_sanitizer.rb b/hex/lib/dependabot/hex/file_updater/mixfile_sanitizer.rb index 4d85eb91a5..83dfd0b6b5 100644 --- a/hex/lib/dependabot/hex/file_updater/mixfile_sanitizer.rb +++ b/hex/lib/dependabot/hex/file_updater/mixfile_sanitizer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/file_updater" diff --git a/hex/lib/dependabot/hex/file_updater/mixfile_updater.rb b/hex/lib/dependabot/hex/file_updater/mixfile_updater.rb index 07c96a9cbc..96dbda2500 100644 --- a/hex/lib/dependabot/hex/file_updater/mixfile_updater.rb +++ b/hex/lib/dependabot/hex/file_updater/mixfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/file_updater" diff --git a/hex/lib/dependabot/hex/metadata_finder.rb b/hex/lib/dependabot/hex/metadata_finder.rb index 396b55eb72..6de3619fca 100644 --- a/hex/lib/dependabot/hex/metadata_finder.rb +++ b/hex/lib/dependabot/hex/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/hex/lib/dependabot/hex/native_helpers.rb b/hex/lib/dependabot/hex/native_helpers.rb index 225b34f76b..becfa20465 100644 --- a/hex/lib/dependabot/hex/native_helpers.rb +++ b/hex/lib/dependabot/hex/native_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/hex/lib/dependabot/hex/requirement.rb b/hex/lib/dependabot/hex/requirement.rb index bf21d845ae..475c8dfa06 100644 --- a/hex/lib/dependabot/hex/requirement.rb +++ b/hex/lib/dependabot/hex/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/hex/lib/dependabot/hex/update_checker.rb b/hex/lib/dependabot/hex/update_checker.rb index 7b6cd5a0f6..811ed7f767 100644 --- a/hex/lib/dependabot/hex/update_checker.rb +++ b/hex/lib/dependabot/hex/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/hex/lib/dependabot/hex/update_checker/requirements_updater.rb b/hex/lib/dependabot/hex/update_checker/requirements_updater.rb index bff209b98a..565aabce03 100644 --- a/hex/lib/dependabot/hex/update_checker/requirements_updater.rb +++ b/hex/lib/dependabot/hex/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/version" diff --git a/hex/lib/dependabot/hex/update_checker/version_resolver.rb b/hex/lib/dependabot/hex/update_checker/version_resolver.rb index 66a38e18fa..579eab02a8 100644 --- a/hex/lib/dependabot/hex/update_checker/version_resolver.rb +++ b/hex/lib/dependabot/hex/update_checker/version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/hex/version" diff --git a/hex/spec/spec_helper.rb b/hex/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/hex/spec/spec_helper.rb +++ b/hex/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/maven/lib/dependabot/maven.rb b/maven/lib/dependabot/maven.rb index 7fcc678520..319c9db322 100644 --- a/maven/lib/dependabot/maven.rb +++ b/maven/lib/dependabot/maven.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/maven/lib/dependabot/maven/file_parser/pom_fetcher.rb b/maven/lib/dependabot/maven/file_parser/pom_fetcher.rb index 39796df7a5..065e2a5769 100644 --- a/maven/lib/dependabot/maven/file_parser/pom_fetcher.rb +++ b/maven/lib/dependabot/maven/file_parser/pom_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/maven/lib/dependabot/maven/file_parser/property_value_finder.rb b/maven/lib/dependabot/maven/file_parser/property_value_finder.rb index 7157432f2d..7a0fea2ed0 100644 --- a/maven/lib/dependabot/maven/file_parser/property_value_finder.rb +++ b/maven/lib/dependabot/maven/file_parser/property_value_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/maven/lib/dependabot/maven/file_updater.rb b/maven/lib/dependabot/maven/file_updater.rb index c703df247a..e44782b6cd 100644 --- a/maven/lib/dependabot/maven/file_updater.rb +++ b/maven/lib/dependabot/maven/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/maven/lib/dependabot/maven/file_updater/declaration_finder.rb b/maven/lib/dependabot/maven/file_updater/declaration_finder.rb index 78df4e2adf..bd4c37b719 100644 --- a/maven/lib/dependabot/maven/file_updater/declaration_finder.rb +++ b/maven/lib/dependabot/maven/file_updater/declaration_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/maven/lib/dependabot/maven/file_updater/property_value_updater.rb b/maven/lib/dependabot/maven/file_updater/property_value_updater.rb index fd56879bf1..a902c43864 100644 --- a/maven/lib/dependabot/maven/file_updater/property_value_updater.rb +++ b/maven/lib/dependabot/maven/file_updater/property_value_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/maven/lib/dependabot/maven/requirement.rb b/maven/lib/dependabot/maven/requirement.rb index 9736caaac8..6d6e8ef87c 100644 --- a/maven/lib/dependabot/maven/requirement.rb +++ b/maven/lib/dependabot/maven/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/maven/lib/dependabot/maven/update_checker.rb b/maven/lib/dependabot/maven/update_checker.rb index c78af02404..ebef09ca70 100644 --- a/maven/lib/dependabot/maven/update_checker.rb +++ b/maven/lib/dependabot/maven/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/maven/lib/dependabot/maven/update_checker/property_updater.rb b/maven/lib/dependabot/maven/update_checker/property_updater.rb index 3c58327610..743b7fdbee 100644 --- a/maven/lib/dependabot/maven/update_checker/property_updater.rb +++ b/maven/lib/dependabot/maven/update_checker/property_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/maven/file_parser" diff --git a/maven/lib/dependabot/maven/update_checker/requirements_updater.rb b/maven/lib/dependabot/maven/update_checker/requirements_updater.rb index d528777c71..01a8c57c85 100644 --- a/maven/lib/dependabot/maven/update_checker/requirements_updater.rb +++ b/maven/lib/dependabot/maven/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ####################################################### diff --git a/maven/lib/dependabot/maven/update_checker/version_finder.rb b/maven/lib/dependabot/maven/update_checker/version_finder.rb index 573d442e91..4716529c92 100644 --- a/maven/lib/dependabot/maven/update_checker/version_finder.rb +++ b/maven/lib/dependabot/maven/update_checker/version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/maven/lib/dependabot/maven/utils/auth_headers_finder.rb b/maven/lib/dependabot/maven/utils/auth_headers_finder.rb index 4e77a27618..7e5f7982a7 100644 --- a/maven/lib/dependabot/maven/utils/auth_headers_finder.rb +++ b/maven/lib/dependabot/maven/utils/auth_headers_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/maven/lib/dependabot/maven/version.rb b/maven/lib/dependabot/maven/version.rb index 2410914140..20056941e5 100644 --- a/maven/lib/dependabot/maven/version.rb +++ b/maven/lib/dependabot/maven/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/maven/spec/spec_helper.rb b/maven/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/maven/spec/spec_helper.rb +++ b/maven/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn.rb index 98efe947b8..563f86e4e3 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/dependency_files_filterer.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/dependency_files_filterer.rb index fbcb59818c..8476ffc429 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/dependency_files_filterer.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/dependency_files_filterer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher/path_dependency_builder.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher/path_dependency_builder.rb index 6a139670ed..0c53bf3fa3 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher/path_dependency_builder.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher/path_dependency_builder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater.rb index 3494d73d82..cb8c2bcfce 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/npm_lockfile_updater.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/npm_lockfile_updater.rb index 234fc5bf8a..dda3183792 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/npm_lockfile_updater.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/npm_lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/errors" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/package_json_preparer.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/package_json_preparer.rb index 6f67479b59..1434ff67b1 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/package_json_preparer.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/package_json_preparer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/npm_and_yarn/file_updater" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/pnpm_lockfile_updater.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/pnpm_lockfile_updater.rb index 337a3959cc..919bff911b 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/pnpm_lockfile_updater.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/pnpm_lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/npm_and_yarn/helpers" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/helpers.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/helpers.rb index b3421c990a..4ba9e09dae 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/helpers.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/metadata_finder.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/metadata_finder.rb index 490d9af7b1..bb73326e09 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/metadata_finder.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/native_helpers.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/native_helpers.rb index 50491b900f..c30e0be630 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/native_helpers.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/native_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/package_manager.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/package_manager.rb index 56c4d6105c..2d3299a1b4 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/package_manager.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/package_manager.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/requirement.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/requirement.rb index 62c1eaec9b..dced005dd1 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/requirement.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/sub_dependency_files_filterer.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/sub_dependency_files_filterer.rb index cb75af6bc4..91ebe2ba14 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/sub_dependency_files_filterer.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/sub_dependency_files_filterer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker.rb index 29909b231e..83e59ba5aa 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/git_commit_checker" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb index a7692d9dc0..793b9bb7a2 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/dependency_files_builder.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/dependency_files_builder.rb index 21f94abfc1..e6b3f2824d 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/dependency_files_builder.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/dependency_files_builder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/npm_and_yarn/file_updater/npmrc_builder" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb index f1dd3abe9b..2b4fea8a66 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/library_detector.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/library_detector.rb index 3c804f61b2..03571a2de4 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/library_detector.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/library_detector.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/requirements_updater.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/requirements_updater.rb index 79535ce84c..86fe59965a 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/requirements_updater.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ################################################################################ diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/vulnerability_auditor.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/vulnerability_auditor.rb index f4860393f4..05a96d24bf 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/vulnerability_auditor.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/vulnerability_auditor.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "stringio" diff --git a/npm_and_yarn/lib/dependabot/npm_and_yarn/version.rb b/npm_and_yarn/lib/dependabot/npm_and_yarn/version.rb index ceabd1bfa2..2b1bb09414 100644 --- a/npm_and_yarn/lib/dependabot/npm_and_yarn/version.rb +++ b/npm_and_yarn/lib/dependabot/npm_and_yarn/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/npm_and_yarn/spec/spec_helper.rb b/npm_and_yarn/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/npm_and_yarn/spec/spec_helper.rb +++ b/npm_and_yarn/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/nuget/lib/dependabot/nuget.rb b/nuget/lib/dependabot/nuget.rb index 875a4efd31..ce192fd977 100644 --- a/nuget/lib/dependabot/nuget.rb +++ b/nuget/lib/dependabot/nuget.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/nuget/lib/dependabot/nuget/file_fetcher/import_paths_finder.rb b/nuget/lib/dependabot/nuget/file_fetcher/import_paths_finder.rb index 8b2b264dab..30353343da 100644 --- a/nuget/lib/dependabot/nuget/file_fetcher/import_paths_finder.rb +++ b/nuget/lib/dependabot/nuget/file_fetcher/import_paths_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/file_fetcher/sln_project_paths_finder.rb b/nuget/lib/dependabot/nuget/file_fetcher/sln_project_paths_finder.rb index cbbc7a3a99..3c3094b1f8 100644 --- a/nuget/lib/dependabot/nuget/file_fetcher/sln_project_paths_finder.rb +++ b/nuget/lib/dependabot/nuget/file_fetcher/sln_project_paths_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "pathname" diff --git a/nuget/lib/dependabot/nuget/file_parser/dotnet_tools_json_parser.rb b/nuget/lib/dependabot/nuget/file_parser/dotnet_tools_json_parser.rb index fd66b2fb6c..b447958af3 100644 --- a/nuget/lib/dependabot/nuget/file_parser/dotnet_tools_json_parser.rb +++ b/nuget/lib/dependabot/nuget/file_parser/dotnet_tools_json_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/nuget/lib/dependabot/nuget/file_parser/global_json_parser.rb b/nuget/lib/dependabot/nuget/file_parser/global_json_parser.rb index 178466d24c..0b3ccd40d3 100644 --- a/nuget/lib/dependabot/nuget/file_parser/global_json_parser.rb +++ b/nuget/lib/dependabot/nuget/file_parser/global_json_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "json" diff --git a/nuget/lib/dependabot/nuget/file_parser/packages_config_parser.rb b/nuget/lib/dependabot/nuget/file_parser/packages_config_parser.rb index 1c43da906d..99a6826bdc 100644 --- a/nuget/lib/dependabot/nuget/file_parser/packages_config_parser.rb +++ b/nuget/lib/dependabot/nuget/file_parser/packages_config_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/file_parser/project_file_parser.rb b/nuget/lib/dependabot/nuget/file_parser/project_file_parser.rb index 28fe9b4e73..fbf32b56f2 100644 --- a/nuget/lib/dependabot/nuget/file_parser/project_file_parser.rb +++ b/nuget/lib/dependabot/nuget/file_parser/project_file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/file_parser/property_value_finder.rb b/nuget/lib/dependabot/nuget/file_parser/property_value_finder.rb index fc7b6eec14..d694a43478 100644 --- a/nuget/lib/dependabot/nuget/file_parser/property_value_finder.rb +++ b/nuget/lib/dependabot/nuget/file_parser/property_value_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/nuget/file_fetcher/import_paths_finder" diff --git a/nuget/lib/dependabot/nuget/file_updater.rb b/nuget/lib/dependabot/nuget/file_updater.rb index 38d58b3e5b..08c545cc51 100644 --- a/nuget/lib/dependabot/nuget/file_updater.rb +++ b/nuget/lib/dependabot/nuget/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/nuget/lib/dependabot/nuget/file_updater/packages_config_declaration_finder.rb b/nuget/lib/dependabot/nuget/file_updater/packages_config_declaration_finder.rb index ec55434e53..f27e567bdf 100644 --- a/nuget/lib/dependabot/nuget/file_updater/packages_config_declaration_finder.rb +++ b/nuget/lib/dependabot/nuget/file_updater/packages_config_declaration_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb b/nuget/lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb index aa8d9c322e..6237359dc1 100644 --- a/nuget/lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb +++ b/nuget/lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/file_updater/property_value_updater.rb b/nuget/lib/dependabot/nuget/file_updater/property_value_updater.rb index 02f4aff71f..7c9dd5f0cc 100644 --- a/nuget/lib/dependabot/nuget/file_updater/property_value_updater.rb +++ b/nuget/lib/dependabot/nuget/file_updater/property_value_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/metadata_finder.rb b/nuget/lib/dependabot/nuget/metadata_finder.rb index 33512a6ac1..a9889ae899 100644 --- a/nuget/lib/dependabot/nuget/metadata_finder.rb +++ b/nuget/lib/dependabot/nuget/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "nokogiri" diff --git a/nuget/lib/dependabot/nuget/requirement.rb b/nuget/lib/dependabot/nuget/requirement.rb index 2f235adf21..d0e9b4c051 100644 --- a/nuget/lib/dependabot/nuget/requirement.rb +++ b/nuget/lib/dependabot/nuget/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/nuget/lib/dependabot/nuget/update_checker/property_updater.rb b/nuget/lib/dependabot/nuget/update_checker/property_updater.rb index 87b2e9a2ab..525bffe85e 100644 --- a/nuget/lib/dependabot/nuget/update_checker/property_updater.rb +++ b/nuget/lib/dependabot/nuget/update_checker/property_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/nuget/file_parser" diff --git a/nuget/lib/dependabot/nuget/update_checker/repository_finder.rb b/nuget/lib/dependabot/nuget/update_checker/repository_finder.rb index 1d6294dfe9..e7157dc078 100644 --- a/nuget/lib/dependabot/nuget/update_checker/repository_finder.rb +++ b/nuget/lib/dependabot/nuget/update_checker/repository_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/nuget/lib/dependabot/nuget/update_checker/requirements_updater.rb b/nuget/lib/dependabot/nuget/update_checker/requirements_updater.rb index 078d151f4f..11b4463f3f 100644 --- a/nuget/lib/dependabot/nuget/update_checker/requirements_updater.rb +++ b/nuget/lib/dependabot/nuget/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true ####################################################################### diff --git a/nuget/lib/dependabot/nuget/version.rb b/nuget/lib/dependabot/nuget/version.rb index fc3fda82a5..74b43289a9 100644 --- a/nuget/lib/dependabot/nuget/version.rb +++ b/nuget/lib/dependabot/nuget/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/nuget/spec/spec_helper.rb b/nuget/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/nuget/spec/spec_helper.rb +++ b/nuget/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/omnibus/lib/dependabot/omnibus.rb b/omnibus/lib/dependabot/omnibus.rb index e0e9f8243b..771ec972e2 100644 --- a/omnibus/lib/dependabot/omnibus.rb +++ b/omnibus/lib/dependabot/omnibus.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/python" diff --git a/pub/lib/dependabot/pub.rb b/pub/lib/dependabot/pub.rb index 8f695276fe..4ebc751367 100644 --- a/pub/lib/dependabot/pub.rb +++ b/pub/lib/dependabot/pub.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/pub/lib/dependabot/pub/file_fetcher.rb b/pub/lib/dependabot/pub/file_fetcher.rb index f3195afe23..aecda945f8 100644 --- a/pub/lib/dependabot/pub/file_fetcher.rb +++ b/pub/lib/dependabot/pub/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers" diff --git a/pub/lib/dependabot/pub/file_parser.rb b/pub/lib/dependabot/pub/file_parser.rb index f0e47e5375..81d8efdbb7 100644 --- a/pub/lib/dependabot/pub/file_parser.rb +++ b/pub/lib/dependabot/pub/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_parsers" diff --git a/pub/lib/dependabot/pub/file_updater.rb b/pub/lib/dependabot/pub/file_updater.rb index 18cb9bad02..b8c64f0210 100644 --- a/pub/lib/dependabot/pub/file_updater.rb +++ b/pub/lib/dependabot/pub/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/pub/lib/dependabot/pub/metadata_finder.rb b/pub/lib/dependabot/pub/metadata_finder.rb index d8d7c80a1c..2285b26e4b 100644 --- a/pub/lib/dependabot/pub/metadata_finder.rb +++ b/pub/lib/dependabot/pub/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/pub/lib/dependabot/pub/requirement.rb b/pub/lib/dependabot/pub/requirement.rb index 622c276d4b..9e61e8c188 100644 --- a/pub/lib/dependabot/pub/requirement.rb +++ b/pub/lib/dependabot/pub/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # For details on pub version constraints see: diff --git a/pub/lib/dependabot/pub/update_checker.rb b/pub/lib/dependabot/pub/update_checker.rb index 6cc70fd8b6..1784f6865b 100644 --- a/pub/lib/dependabot/pub/update_checker.rb +++ b/pub/lib/dependabot/pub/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/pub/lib/dependabot/pub/version.rb b/pub/lib/dependabot/pub/version.rb index 04eccebeed..52ee111cfb 100644 --- a/pub/lib/dependabot/pub/version.rb +++ b/pub/lib/dependabot/pub/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/python/lib/dependabot/python.rb b/python/lib/dependabot/python.rb index 38ea6b49df..ef95d2deb1 100644 --- a/python/lib/dependabot/python.rb +++ b/python/lib/dependabot/python.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/python/lib/dependabot/python/authed_url_builder.rb b/python/lib/dependabot/python/authed_url_builder.rb index b00c698e8a..d349ac8a31 100644 --- a/python/lib/dependabot/python/authed_url_builder.rb +++ b/python/lib/dependabot/python/authed_url_builder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/python/lib/dependabot/python/file_parser.rb b/python/lib/dependabot/python/file_parser.rb index 22f2d2685a..33f4d7cf7c 100644 --- a/python/lib/dependabot/python/file_parser.rb +++ b/python/lib/dependabot/python/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/python/lib/dependabot/python/file_parser/pipfile_files_parser.rb b/python/lib/dependabot/python/file_parser/pipfile_files_parser.rb index f0bd9a72a1..efcbd49550 100644 --- a/python/lib/dependabot/python/file_parser/pipfile_files_parser.rb +++ b/python/lib/dependabot/python/file_parser/pipfile_files_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_parser/python_requirement_parser.rb b/python/lib/dependabot/python/file_parser/python_requirement_parser.rb index 395eef2e02..810fa3bc44 100644 --- a/python/lib/dependabot/python/file_parser/python_requirement_parser.rb +++ b/python/lib/dependabot/python/file_parser/python_requirement_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_parser/setup_file_parser.rb b/python/lib/dependabot/python/file_parser/setup_file_parser.rb index 35b3aa46a0..a5336e20c2 100644 --- a/python/lib/dependabot/python/file_parser/setup_file_parser.rb +++ b/python/lib/dependabot/python/file_parser/setup_file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/python/lib/dependabot/python/file_updater.rb b/python/lib/dependabot/python/file_updater.rb index 39cfb0b33c..03858d0af8 100644 --- a/python/lib/dependabot/python/file_updater.rb +++ b/python/lib/dependabot/python/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_updater/pipfile_file_updater.rb b/python/lib/dependabot/python/file_updater/pipfile_file_updater.rb index 0658ce3833..e1b5c46c0e 100644 --- a/python/lib/dependabot/python/file_updater/pipfile_file_updater.rb +++ b/python/lib/dependabot/python/file_updater/pipfile_file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_updater/pipfile_manifest_updater.rb b/python/lib/dependabot/python/file_updater/pipfile_manifest_updater.rb index 651871e658..268913ed13 100644 --- a/python/lib/dependabot/python/file_updater/pipfile_manifest_updater.rb +++ b/python/lib/dependabot/python/file_updater/pipfile_manifest_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/python/file_updater" diff --git a/python/lib/dependabot/python/file_updater/pipfile_preparer.rb b/python/lib/dependabot/python/file_updater/pipfile_preparer.rb index 0d3094c482..c474b962a3 100644 --- a/python/lib/dependabot/python/file_updater/pipfile_preparer.rb +++ b/python/lib/dependabot/python/file_updater/pipfile_preparer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_updater/poetry_file_updater.rb b/python/lib/dependabot/python/file_updater/poetry_file_updater.rb index 754035d434..073e1e5833 100644 --- a/python/lib/dependabot/python/file_updater/poetry_file_updater.rb +++ b/python/lib/dependabot/python/file_updater/poetry_file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_updater/pyproject_preparer.rb b/python/lib/dependabot/python/file_updater/pyproject_preparer.rb index dd8c47bab4..639e41c129 100644 --- a/python/lib/dependabot/python/file_updater/pyproject_preparer.rb +++ b/python/lib/dependabot/python/file_updater/pyproject_preparer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "toml-rb" diff --git a/python/lib/dependabot/python/file_updater/requirement_file_updater.rb b/python/lib/dependabot/python/file_updater/requirement_file_updater.rb index 337119baff..1dd321752f 100644 --- a/python/lib/dependabot/python/file_updater/requirement_file_updater.rb +++ b/python/lib/dependabot/python/file_updater/requirement_file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/python/requirement_parser" diff --git a/python/lib/dependabot/python/file_updater/setup_file_sanitizer.rb b/python/lib/dependabot/python/file_updater/setup_file_sanitizer.rb index b60eabc2c2..93c12b15fb 100644 --- a/python/lib/dependabot/python/file_updater/setup_file_sanitizer.rb +++ b/python/lib/dependabot/python/file_updater/setup_file_sanitizer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/python/file_updater" diff --git a/python/lib/dependabot/python/helpers.rb b/python/lib/dependabot/python/helpers.rb index da91e9fe13..36380991f4 100644 --- a/python/lib/dependabot/python/helpers.rb +++ b/python/lib/dependabot/python/helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "time" diff --git a/python/lib/dependabot/python/language_version_manager.rb b/python/lib/dependabot/python/language_version_manager.rb index 519d2a9a4a..0739f08e79 100644 --- a/python/lib/dependabot/python/language_version_manager.rb +++ b/python/lib/dependabot/python/language_version_manager.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/logger" diff --git a/python/lib/dependabot/python/name_normaliser.rb b/python/lib/dependabot/python/name_normaliser.rb index 7af96a33b5..ab5512a15f 100644 --- a/python/lib/dependabot/python/name_normaliser.rb +++ b/python/lib/dependabot/python/name_normaliser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/python/lib/dependabot/python/native_helpers.rb b/python/lib/dependabot/python/native_helpers.rb index 5672a35cfe..0d233721f6 100644 --- a/python/lib/dependabot/python/native_helpers.rb +++ b/python/lib/dependabot/python/native_helpers.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/python/lib/dependabot/python/requirement.rb b/python/lib/dependabot/python/requirement.rb index dc5a14ce97..d1903cbe72 100644 --- a/python/lib/dependabot/python/requirement.rb +++ b/python/lib/dependabot/python/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/python/lib/dependabot/python/requirement_parser.rb b/python/lib/dependabot/python/requirement_parser.rb index ff77e704b2..ac3d3d8448 100644 --- a/python/lib/dependabot/python/requirement_parser.rb +++ b/python/lib/dependabot/python/requirement_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/python/lib/dependabot/python/update_checker.rb b/python/lib/dependabot/python/update_checker.rb index 86869bbf0c..b072543253 100644 --- a/python/lib/dependabot/python/update_checker.rb +++ b/python/lib/dependabot/python/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/python/lib/dependabot/python/update_checker/latest_version_finder.rb b/python/lib/dependabot/python/update_checker/latest_version_finder.rb index 8713ae148d..db54bc0d16 100644 --- a/python/lib/dependabot/python/update_checker/latest_version_finder.rb +++ b/python/lib/dependabot/python/update_checker/latest_version_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "cgi" diff --git a/python/lib/dependabot/python/update_checker/pip_version_resolver.rb b/python/lib/dependabot/python/update_checker/pip_version_resolver.rb index e81a1907da..d0a7022ba1 100644 --- a/python/lib/dependabot/python/update_checker/pip_version_resolver.rb +++ b/python/lib/dependabot/python/update_checker/pip_version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/python/language_version_manager" diff --git a/python/lib/dependabot/python/update_checker/requirements_updater.rb b/python/lib/dependabot/python/update_checker/requirements_updater.rb index 085378ff48..4540f5e3a9 100644 --- a/python/lib/dependabot/python/update_checker/requirements_updater.rb +++ b/python/lib/dependabot/python/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/python/requirement_parser" diff --git a/python/spec/spec_helper.rb b/python/spec/spec_helper.rb index 035ade8e21..958fb301fd 100644 --- a/python/spec/spec_helper.rb +++ b/python/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/swift/lib/dependabot/swift.rb b/swift/lib/dependabot/swift.rb index 003d60923d..b7bd1da38a 100644 --- a/swift/lib/dependabot/swift.rb +++ b/swift/lib/dependabot/swift.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/swift/lib/dependabot/swift/file_fetcher.rb b/swift/lib/dependabot/swift/file_fetcher.rb index 47b7c507d7..606bb748bd 100644 --- a/swift/lib/dependabot/swift/file_fetcher.rb +++ b/swift/lib/dependabot/swift/file_fetcher.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_fetchers" diff --git a/swift/lib/dependabot/swift/file_parser.rb b/swift/lib/dependabot/swift/file_parser.rb index 032de2996a..18d98145bb 100644 --- a/swift/lib/dependabot/swift/file_parser.rb +++ b/swift/lib/dependabot/swift/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/swift/lib/dependabot/swift/file_parser/dependency_parser.rb b/swift/lib/dependabot/swift/file_parser/dependency_parser.rb index 56699c825a..df6dd717af 100644 --- a/swift/lib/dependabot/swift/file_parser/dependency_parser.rb +++ b/swift/lib/dependabot/swift/file_parser/dependency_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_parsers/base" diff --git a/swift/lib/dependabot/swift/file_parser/manifest_parser.rb b/swift/lib/dependabot/swift/file_parser/manifest_parser.rb index d0a612f0d0..fa422b0d28 100644 --- a/swift/lib/dependabot/swift/file_parser/manifest_parser.rb +++ b/swift/lib/dependabot/swift/file_parser/manifest_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_parsers/base" diff --git a/swift/lib/dependabot/swift/file_updater.rb b/swift/lib/dependabot/swift/file_updater.rb index 0a1b603f66..fc5e7fd72d 100644 --- a/swift/lib/dependabot/swift/file_updater.rb +++ b/swift/lib/dependabot/swift/file_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters" diff --git a/swift/lib/dependabot/swift/file_updater/lockfile_updater.rb b/swift/lib/dependabot/swift/file_updater/lockfile_updater.rb index 10397a60e4..4e9c232119 100644 --- a/swift/lib/dependabot/swift/file_updater/lockfile_updater.rb +++ b/swift/lib/dependabot/swift/file_updater/lockfile_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters/base" diff --git a/swift/lib/dependabot/swift/file_updater/manifest_updater.rb b/swift/lib/dependabot/swift/file_updater/manifest_updater.rb index 93f3361821..2555ff432e 100644 --- a/swift/lib/dependabot/swift/file_updater/manifest_updater.rb +++ b/swift/lib/dependabot/swift/file_updater/manifest_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters/base" diff --git a/swift/lib/dependabot/swift/file_updater/requirement_replacer.rb b/swift/lib/dependabot/swift/file_updater/requirement_replacer.rb index 26c6cdd7a2..d631b8c1da 100644 --- a/swift/lib/dependabot/swift/file_updater/requirement_replacer.rb +++ b/swift/lib/dependabot/swift/file_updater/requirement_replacer.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/file_updaters/base" diff --git a/swift/lib/dependabot/swift/metadata_finder.rb b/swift/lib/dependabot/swift/metadata_finder.rb index bdb38d58e3..2a84b72bae 100644 --- a/swift/lib/dependabot/swift/metadata_finder.rb +++ b/swift/lib/dependabot/swift/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/metadata_finders" diff --git a/swift/lib/dependabot/swift/native_requirement.rb b/swift/lib/dependabot/swift/native_requirement.rb index 2a74233afc..5c20dcf207 100644 --- a/swift/lib/dependabot/swift/native_requirement.rb +++ b/swift/lib/dependabot/swift/native_requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/swift/lib/dependabot/swift/requirement.rb b/swift/lib/dependabot/swift/requirement.rb index 84ee40a60c..c8594a13c9 100644 --- a/swift/lib/dependabot/swift/requirement.rb +++ b/swift/lib/dependabot/swift/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/swift/lib/dependabot/swift/update_checker.rb b/swift/lib/dependabot/swift/update_checker.rb index 9605187e15..51aed3f668 100644 --- a/swift/lib/dependabot/swift/update_checker.rb +++ b/swift/lib/dependabot/swift/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/swift/lib/dependabot/swift/update_checker/requirements_updater.rb b/swift/lib/dependabot/swift/update_checker/requirements_updater.rb index 73a29d1466..45f029fe76 100644 --- a/swift/lib/dependabot/swift/update_checker/requirements_updater.rb +++ b/swift/lib/dependabot/swift/update_checker/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers/base" diff --git a/swift/lib/dependabot/swift/update_checker/version_resolver.rb b/swift/lib/dependabot/swift/update_checker/version_resolver.rb index 4b28e8b9bb..1ccb5eeb0e 100644 --- a/swift/lib/dependabot/swift/update_checker/version_resolver.rb +++ b/swift/lib/dependabot/swift/update_checker/version_resolver.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers/base" diff --git a/swift/lib/dependabot/swift/version.rb b/swift/lib/dependabot/swift/version.rb index 7d9ef34072..1789c51840 100644 --- a/swift/lib/dependabot/swift/version.rb +++ b/swift/lib/dependabot/swift/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true module Dependabot diff --git a/swift/spec/spec_helper.rb b/swift/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/swift/spec/spec_helper.rb +++ b/swift/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir diff --git a/terraform/lib/dependabot/terraform.rb b/terraform/lib/dependabot/terraform.rb index 025c973b5f..5a0f5ddd7f 100644 --- a/terraform/lib/dependabot/terraform.rb +++ b/terraform/lib/dependabot/terraform.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true # These all need to be required so the various classes can be registered in a diff --git a/terraform/lib/dependabot/terraform/file_parser.rb b/terraform/lib/dependabot/terraform/file_parser.rb index b14862d8b3..48ab5c034b 100644 --- a/terraform/lib/dependabot/terraform/file_parser.rb +++ b/terraform/lib/dependabot/terraform/file_parser.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "cgi" diff --git a/terraform/lib/dependabot/terraform/metadata_finder.rb b/terraform/lib/dependabot/terraform/metadata_finder.rb index d33ed10872..b2d99ecdbd 100644 --- a/terraform/lib/dependabot/terraform/metadata_finder.rb +++ b/terraform/lib/dependabot/terraform/metadata_finder.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "excon" diff --git a/terraform/lib/dependabot/terraform/registry_client.rb b/terraform/lib/dependabot/terraform/registry_client.rb index 10cf8e7bf9..7e76facfab 100644 --- a/terraform/lib/dependabot/terraform/registry_client.rb +++ b/terraform/lib/dependabot/terraform/registry_client.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/dependency" diff --git a/terraform/lib/dependabot/terraform/requirement.rb b/terraform/lib/dependabot/terraform/requirement.rb index 9dc93b48da..270aee7628 100644 --- a/terraform/lib/dependabot/terraform/requirement.rb +++ b/terraform/lib/dependabot/terraform/requirement.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/utils" diff --git a/terraform/lib/dependabot/terraform/requirements_updater.rb b/terraform/lib/dependabot/terraform/requirements_updater.rb index 8fada4aecd..ccb2990cca 100644 --- a/terraform/lib/dependabot/terraform/requirements_updater.rb +++ b/terraform/lib/dependabot/terraform/requirements_updater.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true #################################################################### diff --git a/terraform/lib/dependabot/terraform/update_checker.rb b/terraform/lib/dependabot/terraform/update_checker.rb index 0f1a61158f..b84cbb458a 100644 --- a/terraform/lib/dependabot/terraform/update_checker.rb +++ b/terraform/lib/dependabot/terraform/update_checker.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/update_checkers" diff --git a/terraform/lib/dependabot/terraform/version.rb b/terraform/lib/dependabot/terraform/version.rb index 22288a9f74..291c8d8c5c 100644 --- a/terraform/lib/dependabot/terraform/version.rb +++ b/terraform/lib/dependabot/terraform/version.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true require "dependabot/version" diff --git a/terraform/spec/spec_helper.rb b/terraform/spec/spec_helper.rb index b1b900d4c4..50d7c79d63 100644 --- a/terraform/spec/spec_helper.rb +++ b/terraform/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# typed: false +# typed: true # frozen_string_literal: true def common_dir