facebookincubator / flowtorch

This library would form a permanent home for reusable components for deep probabilistic programming. The library would form and harness a community of users and contributors by focusing initially on complete infra and documentation for how to use and create components.
https://flowtorch.ai
MIT License
300 stars 21 forks source link

Remove yarn.lock #98

Closed stefanwebb closed 2 years ago

stefanwebb commented 2 years ago

Motivation

We are getting a lot of security warnings with out of date packages in yarn.lock. I think one solution is to stop checking this into the repo and for users to generate when yarn install is run on their machine.

Changes proposed

Remove and gitignore website/yarn.lock.

Test Plan

Follow build steps for website after having deleted website/yarn.lock.

codecov-commenter commented 2 years ago

Codecov Report

Merging #98 (d20927c) into main (45e91ca) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files           6        6           
  Lines         227      227           
=======================================
  Hits          223      223           
  Misses          4        4           
Flag Coverage Δ
unittests 98.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45e91ca...d20927c. Read the comment docs.

facebook-github-bot commented 2 years ago

@stefanwebb has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.