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

TAMULib / weaver-components / 10820102746
65%
master: 65%

Build:
Build:
LAST BUILD BRANCH: refs/tags/2.0.5-rc.2
DEFAULT BRANCH: master
Ran 11 Sep 2024 09:46PM UTC
Jobs 1
Files 54
Run time 1min
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

11 Sep 2024 09:36PM UTC coverage: 64.932%. Remained the same
10820102746

Pull #525

github

kaladay
Fix dependency related build problems by downgrading.

I happened to have a 2 year old package lock file.
Compare and copy and paste several of the versions and problematic packages.
This could use further review to get the latest but still working versions.
For now, this is good enough to get things compiling.

The `12.2.16` versions of angular happened to be being pulled down by recent installs but the older package lock file shows `12.2.17`.
Explicitly set the `12.2.17` in all angular cases.

Several dependencies have warnings like these:
```
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'cheerio@1.0.0',
npm WARN EBADENGINE   required: { node: '>=18.17' },
npm WARN EBADENGINE   current: { node: 'v16.18.1', npm: '8.19.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'undici@6.19.8',
npm WARN EBADENGINE   required: { node: '>=18.17' },
npm WARN EBADENGINE   current: { node: 'v16.18.1', npm: '8.19.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'whatwg-mimetype@4.0.0',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.18.1', npm: '8.19.2' }
npm WARN EBADENGINE }
```
Downgrade the dependencies to known versions that do build.

I explicitly set the `typescript` version to `>=4.2.3 <4.4` based on some of the contents of the 2 year old package lock file.
I do not know what is ideal here for the version numbers but this is good enough for now.
Pull Request #525: Fix dependency related build problems by downgrading.

123 of 305 branches covered (40.33%)

Branch coverage included in aggregate %.

588 of 790 relevant lines covered (74.43%)

25.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10820102746.1 11 Sep 2024 09:46PM UTC 54
64.93
GitHub Action Run
Source Files on build 10820102746
  • Tree
  • List 54
  • Changed 54
  • Source Changed 54
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #525
  • PR Base - master (#3687569816)
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

© 2025 Coveralls, Inc