FoalTS / foal

Full-featured Node.js framework 🚀
https://foalts.org/
MIT License
1.9k stars 142 forks source link

Add `fs.getProjectDependencies` and `fs.getProjectDevDependencies` #1111

Closed LoicPoullain closed 2 years ago

LoicPoullain commented 2 years ago

Issue

If we ever want to have an notifier that displays a message when updates to Foal have been released, we will need access to the project dependencies.

Solution and steps

Checklist

codecov-commenter commented 2 years ago

Codecov Report

Merging #1111 (83dbd2e) into v2-10-0 (8daaf31) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           v2-10-0    #1111   +/-   ##
========================================
  Coverage    98.93%   98.93%           
========================================
  Files           86       86           
  Lines         1698     1698           
  Branches       406      406           
========================================
  Hits          1680     1680           
  Misses          18       18           

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 8daaf31...83dbd2e. Read the comment docs.