dependabot-common 0.297.1 → 0.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/dependabot/errors.rb +5 -0
- data/lib/dependabot.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a5293ae603f618b6ff03ca6bf931ff8ab7f4a8860477de00f54359ffb563952
|
4
|
+
data.tar.gz: 11ab4fd76cd68304297406047e1082155bd2addf4a09317780353b9cf32d34af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d5ad662a18cf9b6e883f2183120570371120d623e3d84111e5e57190f24f3bf1b56813d33d7dc8ac3a402cf79a72d1c74eab0f49c0a3fc7f8a4262f8352355b
|
7
|
+
data.tar.gz: 954c8dad52e75aaab8246b16ece65a889a07d8d66f479696996532403dbeda8ad868b3581944e3710c123f1baaa11a039a51b985afb3de10eafcedc33de5785f
|
data/lib/dependabot/errors.rb
CHANGED
@@ -97,6 +97,11 @@ module Dependabot
|
|
97
97
|
"error-type": "private_source_bad_response",
|
98
98
|
"error-detail": { source: error.source }
|
99
99
|
}
|
100
|
+
when Dependabot::DependencyNotFound
|
101
|
+
{
|
102
|
+
"error-type": "dependency_not_found",
|
103
|
+
"error-detail": { source: error.source }
|
104
|
+
}
|
100
105
|
when Octokit::Unauthorized
|
101
106
|
{ "error-type": "octokit_unauthorized" }
|
102
107
|
when Octokit::ServerError
|
data/lib/dependabot.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-common
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.298.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-codecommit
|
@@ -615,7 +615,7 @@ licenses:
|
|
615
615
|
- MIT
|
616
616
|
metadata:
|
617
617
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
618
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
618
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.298.0
|
619
619
|
post_install_message:
|
620
620
|
rdoc_options: []
|
621
621
|
require_paths:
|