dependabot-npm_and_yarn 0.264.0 → 0.265.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0d823ea2b39b19552cded5282fa2333c092db75e890b8f756a5ebe7ab0218aa
|
4
|
+
data.tar.gz: 369f80174e159bd340a1bf69067be3e40081fec27c7960880e70bf5a1f19cdf4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a4b156fa67dd690b9f46ba11c609b2f8dd91b0d79650c8a3a94e5c7e12adeda65ddda30b7ae5870f59139290f0d3da4ed71a1afeeec7428f2a8723102ae2644
|
7
|
+
data.tar.gz: 429e1cc39f303efcfbd8d72518c0e8e03477d7c000d671233ad3500455d6f3af29edd5a941ebcb769efc5e94114dbe4e3c27d5c3de1e500bfd0635421f948373
|
@@ -214,8 +214,11 @@ module Dependabot
|
|
214
214
|
|
215
215
|
sig { returns(String) }
|
216
216
|
def complete_npmrc_from_credentials
|
217
|
+
# removes attribute timeout to allow for job update,
|
218
|
+
# having a timeout=xxxxx value is causing some jobs to fail
|
217
219
|
initial_content = T.must(T.must(npmrc_file).content)
|
218
|
-
.gsub(/^.*\$\{.*\}.*/, "").strip + "\n"
|
220
|
+
.gsub(/^.*\$\{.*\}.*/, "").strip.gsub(/^timeout.*/, "").strip + "\n"
|
221
|
+
|
219
222
|
return initial_content unless yarn_lock || package_lock
|
220
223
|
return initial_content unless global_registry
|
221
224
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-npm_and_yarn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.265.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dependabot-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.265.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.265.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: debug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -345,7 +345,7 @@ licenses:
|
|
345
345
|
- MIT
|
346
346
|
metadata:
|
347
347
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
348
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
348
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.265.0
|
349
349
|
post_install_message:
|
350
350
|
rdoc_options: []
|
351
351
|
require_paths:
|