devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
8 stars 20 forks source link

#435 Fix version pattern for NpmUrlUpdater #436

Closed slskiba closed 3 months ago

slskiba commented 3 months ago

Fixes #435.

While a rewrite of NpmUrlUpdater might be necessary to not use WebsiteUrlUpdater to parse versions from JSON, this provides a quick fix to additionally make versions 10.0.0, 10.1.0, 10.2.0, 10.2.1, 10.2.2, 10.2.3, 10.2.4, 10.2.5, 10.3.0, 10.4.0, 10.5.0, 10.5.1, 10.5.2, 10.6.0, 10.7.0, 10.8.0, and 10.8.1 of npm available.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9744747259

Details


Totals Coverage Status
Change from base Build 9708861274: 0.0%
Covered Lines: 4989
Relevant Lines: 7960

💛 - Coveralls