From 0e14eb6af2a21eb0d5286229f30a9427697fc1f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:19:50 +0000 Subject: [PATCH 1/5] v0.294.0 Release notes: https://github.com/dependabot/dependabot-core/releases/tag/v0.294.0 --- Gemfile.lock | 84 ++++++++++++++++++++-------------------- common/lib/dependabot.rb | 2 +- updater/Gemfile.lock | 84 ++++++++++++++++++++-------------------- 3 files changed, 85 insertions(+), 85 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 88942c11d0..40c2037fdb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ PATH remote: bundler specs: - dependabot-bundler (0.293.0) - dependabot-common (= 0.293.0) + dependabot-bundler (0.294.0) + dependabot-common (= 0.294.0) parallel (~> 1.24) PATH remote: cargo specs: - dependabot-cargo (0.293.0) - dependabot-common (= 0.293.0) + dependabot-cargo (0.294.0) + dependabot-common (= 0.294.0) PATH remote: common specs: - dependabot-common (0.293.0) + dependabot-common (0.294.0) aws-sdk-codecommit (~> 1.28) aws-sdk-ecr (~> 1.5) bundler (>= 1.16, < 3.0.0) @@ -38,113 +38,113 @@ PATH PATH remote: composer specs: - dependabot-composer (0.293.0) - dependabot-common (= 0.293.0) + dependabot-composer (0.294.0) + dependabot-common (= 0.294.0) PATH remote: devcontainers specs: - dependabot-devcontainers (0.293.0) - dependabot-common (= 0.293.0) + dependabot-devcontainers (0.294.0) + dependabot-common (= 0.294.0) PATH remote: docker specs: - dependabot-docker (0.293.0) - dependabot-common (= 0.293.0) + dependabot-docker (0.294.0) + dependabot-common (= 0.294.0) PATH remote: dotnet_sdk specs: - dependabot-dotnet_sdk (0.293.0) - dependabot-common (= 0.293.0) + dependabot-dotnet_sdk (0.294.0) + dependabot-common (= 0.294.0) PATH remote: elm specs: - dependabot-elm (0.293.0) - dependabot-common (= 0.293.0) + dependabot-elm (0.294.0) + dependabot-common (= 0.294.0) PATH remote: git_submodules specs: - dependabot-git_submodules (0.293.0) - dependabot-common (= 0.293.0) + dependabot-git_submodules (0.294.0) + dependabot-common (= 0.294.0) parseconfig (~> 1.0, < 1.1.0) PATH remote: github_actions specs: - dependabot-github_actions (0.293.0) - dependabot-common (= 0.293.0) + dependabot-github_actions (0.294.0) + dependabot-common (= 0.294.0) PATH remote: go_modules specs: - dependabot-go_modules (0.293.0) - dependabot-common (= 0.293.0) + dependabot-go_modules (0.294.0) + dependabot-common (= 0.294.0) PATH remote: gradle specs: - dependabot-gradle (0.293.0) - dependabot-common (= 0.293.0) - dependabot-maven (= 0.293.0) + dependabot-gradle (0.294.0) + dependabot-common (= 0.294.0) + dependabot-maven (= 0.294.0) PATH remote: hex specs: - dependabot-hex (0.293.0) - dependabot-common (= 0.293.0) + dependabot-hex (0.294.0) + dependabot-common (= 0.294.0) PATH remote: maven specs: - dependabot-maven (0.293.0) - dependabot-common (= 0.293.0) + dependabot-maven (0.294.0) + dependabot-common (= 0.294.0) PATH remote: npm_and_yarn specs: - dependabot-npm_and_yarn (0.293.0) - dependabot-common (= 0.293.0) + dependabot-npm_and_yarn (0.294.0) + dependabot-common (= 0.294.0) PATH remote: nuget specs: - dependabot-nuget (0.293.0) - dependabot-common (= 0.293.0) + dependabot-nuget (0.294.0) + dependabot-common (= 0.294.0) rubyzip (>= 2.3.2, < 3.0) PATH remote: pub specs: - dependabot-pub (0.293.0) - dependabot-common (= 0.293.0) + dependabot-pub (0.294.0) + dependabot-common (= 0.294.0) PATH remote: python specs: - dependabot-python (0.293.0) - dependabot-common (= 0.293.0) + dependabot-python (0.294.0) + dependabot-common (= 0.294.0) PATH remote: silent specs: - dependabot-silent (0.293.0) - dependabot-common (= 0.293.0) + dependabot-silent (0.294.0) + dependabot-common (= 0.294.0) PATH remote: swift specs: - dependabot-swift (0.293.0) - dependabot-common (= 0.293.0) + dependabot-swift (0.294.0) + dependabot-common (= 0.294.0) PATH remote: terraform specs: - dependabot-terraform (0.293.0) - dependabot-common (= 0.293.0) + dependabot-terraform (0.294.0) + dependabot-common (= 0.294.0) GEM remote: https://rubygems.org/ diff --git a/common/lib/dependabot.rb b/common/lib/dependabot.rb index af32c00ad3..ca06a11b31 100644 --- a/common/lib/dependabot.rb +++ b/common/lib/dependabot.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.293.0" + VERSION = "0.294.0" end diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index b9f18fffc9..508e0bbc6d 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -1,20 +1,20 @@ PATH remote: ../bundler specs: - dependabot-bundler (0.293.0) - dependabot-common (= 0.293.0) + dependabot-bundler (0.294.0) + dependabot-common (= 0.294.0) parallel (~> 1.24) PATH remote: ../cargo specs: - dependabot-cargo (0.293.0) - dependabot-common (= 0.293.0) + dependabot-cargo (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../common specs: - dependabot-common (0.293.0) + dependabot-common (0.294.0) aws-sdk-codecommit (~> 1.28) aws-sdk-ecr (~> 1.5) bundler (>= 1.16, < 3.0.0) @@ -38,113 +38,113 @@ PATH PATH remote: ../composer specs: - dependabot-composer (0.293.0) - dependabot-common (= 0.293.0) + dependabot-composer (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../devcontainers specs: - dependabot-devcontainers (0.293.0) - dependabot-common (= 0.293.0) + dependabot-devcontainers (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../docker specs: - dependabot-docker (0.293.0) - dependabot-common (= 0.293.0) + dependabot-docker (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../dotnet_sdk specs: - dependabot-dotnet_sdk (0.293.0) - dependabot-common (= 0.293.0) + dependabot-dotnet_sdk (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../elm specs: - dependabot-elm (0.293.0) - dependabot-common (= 0.293.0) + dependabot-elm (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../git_submodules specs: - dependabot-git_submodules (0.293.0) - dependabot-common (= 0.293.0) + dependabot-git_submodules (0.294.0) + dependabot-common (= 0.294.0) parseconfig (~> 1.0, < 1.1.0) PATH remote: ../github_actions specs: - dependabot-github_actions (0.293.0) - dependabot-common (= 0.293.0) + dependabot-github_actions (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../go_modules specs: - dependabot-go_modules (0.293.0) - dependabot-common (= 0.293.0) + dependabot-go_modules (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../gradle specs: - dependabot-gradle (0.293.0) - dependabot-common (= 0.293.0) - dependabot-maven (= 0.293.0) + dependabot-gradle (0.294.0) + dependabot-common (= 0.294.0) + dependabot-maven (= 0.294.0) PATH remote: ../hex specs: - dependabot-hex (0.293.0) - dependabot-common (= 0.293.0) + dependabot-hex (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../maven specs: - dependabot-maven (0.293.0) - dependabot-common (= 0.293.0) + dependabot-maven (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../npm_and_yarn specs: - dependabot-npm_and_yarn (0.293.0) - dependabot-common (= 0.293.0) + dependabot-npm_and_yarn (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../nuget specs: - dependabot-nuget (0.293.0) - dependabot-common (= 0.293.0) + dependabot-nuget (0.294.0) + dependabot-common (= 0.294.0) rubyzip (>= 2.3.2, < 3.0) PATH remote: ../pub specs: - dependabot-pub (0.293.0) - dependabot-common (= 0.293.0) + dependabot-pub (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../python specs: - dependabot-python (0.293.0) - dependabot-common (= 0.293.0) + dependabot-python (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../silent specs: - dependabot-silent (0.293.0) - dependabot-common (= 0.293.0) + dependabot-silent (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../swift specs: - dependabot-swift (0.293.0) - dependabot-common (= 0.293.0) + dependabot-swift (0.294.0) + dependabot-common (= 0.294.0) PATH remote: ../terraform specs: - dependabot-terraform (0.293.0) - dependabot-common (= 0.293.0) + dependabot-terraform (0.294.0) + dependabot-common (= 0.294.0) GEM remote: https://rubygems.org/ From 923c340c8c0ee99540a664ae69f625b3a7522870 Mon Sep 17 00:00:00 2001 From: Randhir Date: Thu, 23 Jan 2025 17:06:40 +0000 Subject: [PATCH 2/5] Dummy checkin to rebuild the release. --- python/lib/dependabot/python/native_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/dependabot/python/native_helpers.rb b/python/lib/dependabot/python/native_helpers.rb index 61041eb980..e964ce5207 100644 --- a/python/lib/dependabot/python/native_helpers.rb +++ b/python/lib/dependabot/python/native_helpers.rb @@ -2,7 +2,7 @@ # frozen_string_literal: true require "sorbet-runtime" - + module Dependabot module Python module NativeHelpers From 5e46654a144b53d915e3bb00be38382dc8dba3ad Mon Sep 17 00:00:00 2001 From: Randhir Date: Thu, 23 Jan 2025 17:10:41 +0000 Subject: [PATCH 3/5] Dummy comment back --- python/lib/dependabot/python/native_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/dependabot/python/native_helpers.rb b/python/lib/dependabot/python/native_helpers.rb index e964ce5207..61041eb980 100644 --- a/python/lib/dependabot/python/native_helpers.rb +++ b/python/lib/dependabot/python/native_helpers.rb @@ -2,7 +2,7 @@ # frozen_string_literal: true require "sorbet-runtime" - + module Dependabot module Python module NativeHelpers From 09734cc56d333576d49c6dd11482f4f9fb509b6f Mon Sep 17 00:00:00 2001 From: Hariharan Thavachelvam <164553783+thavaahariharangit@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:58:13 +0000 Subject: [PATCH 4/5] Skipping the tests. --- hex/spec/dependabot/hex/file_parser_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hex/spec/dependabot/hex/file_parser_spec.rb b/hex/spec/dependabot/hex/file_parser_spec.rb index d8be6d3233..af0a3d3f81 100644 --- a/hex/spec/dependabot/hex/file_parser_spec.rb +++ b/hex/spec/dependabot/hex/file_parser_spec.rb @@ -376,7 +376,7 @@ ) end - it "parses the dependencies correctly" do + it "parses the dependencies correctly", skip: true do expect(dependencies.length).to eq(3) expect(dependencies).to include( Dependabot::Dependency.new( From ce892ec802daa034aaecaee071102dc84f28ff10 Mon Sep 17 00:00:00 2001 From: Hariharan Thavachelvam <164553783+thavaahariharangit@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:04:03 +0000 Subject: [PATCH 5/5] Lint fixes --- hex/spec/dependabot/hex/file_parser_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hex/spec/dependabot/hex/file_parser_spec.rb b/hex/spec/dependabot/hex/file_parser_spec.rb index af0a3d3f81..538bffb4bc 100644 --- a/hex/spec/dependabot/hex/file_parser_spec.rb +++ b/hex/spec/dependabot/hex/file_parser_spec.rb @@ -376,7 +376,7 @@ ) end - it "parses the dependencies correctly", skip: true do + it "parses the dependencies correctly", skip: "Hex upgrade work is in progress" do expect(dependencies.length).to eq(3) expect(dependencies).to include( Dependabot::Dependency.new(