OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
75 stars 263 forks source link

remove csv-parse as a direct dependency #1242

Closed huss closed 4 months ago

huss commented 4 months ago

Description

A previous change removed this from another file. This change undoes the other place so csv-parse is not directly needed by OED. This may help with an dependabot upgrade issue and simplify OED's packages.

Type of change

Checklist

Limitations

Note the package-lock.json file still has the older version of csv-parse than csv package can use. I could not easily fix and hope the next npm install, that will change other things, will fix this or dependabot will do it.

huss commented 4 months ago

This change should only impact Obvius imports and is modest. It passes all tests. It is also desired to see if it will help with PR #1235 that is failing the build. Thus, it is being merged without another review.