• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

npm / arborist / #770

Build:
Build:
LAST BUILD BRANCH:
DEFAULT BRANCH: master
Ran 18 Feb 2021 11:08PM UTC
Jobs 1
Files 39
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#770

push

isaacs
Fix additional peerOptional conflict cases

case D

```
root -> (x, z@1)
x -> PEEROPTIONAL(y)
y -> PEER(z@2)
```

case E

```
root -> (x, z@1)
x -> PEEROPTIONAL(y) PEER(z@1)
y -> PEER(z@2)
```

case F

```
root -> (x, z@1)
x -> PEEROPTIONAL(y) PEER(z@1) PEER(w@1)
w -> PEER(z@1)
y -> PEER(z@2)
```

Case F properly reproduces the failure seen by installing
ng-packagr@11.1.3 alongside typescript@4.

Fix: #236

cc: @kyliau

PR-URL: https://github.com/npm/arborist/pull/237
Credit: @isaacs
Close: #237
Reviewed-by: @isaacs

2792 of 2792 branches covered (100.0%)

Branch coverage included in aggregate %.

3803 of 3803 relevant lines covered (100.0%)

567.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #770.1 18 Feb 2021 11:08PM UTC 0
100.0
Source Files on build #770
Detailed source file information is not available for this build.
  • Back to Repo
  • f25367db on github
  • Prev Build on
  • Next Build on
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc