Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
33a4ff6b
Unverified
Commit
33a4ff6b
authored
4 years ago
by
Michael Kriese
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test: temporary coverage fix (#8969)
parent
b0554a99
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/manager/npm/update/locked-dependency/parent-version.ts
+1
-0
1 addition, 0 deletions
lib/manager/npm/update/locked-dependency/parent-version.ts
with
1 addition
and
0 deletions
lib/manager/npm/update/locked-dependency/parent-version.ts
+
1
−
0
View file @
33a4ff6b
...
...
@@ -64,6 +64,7 @@ export async function findFirstParentVersion(
return
parentVersion
;
}
if
(
semver
.
isVersion
(
constraint
))
{
// istanbul ignore if: TODO FIX ME
if
(
semver
.
isGreaterThan
(
constraint
,
targetVersion
))
{
// it's not the version we were after - the parent skipped to a higher version
logger
.
debug
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment