Build/update all the things #303

Merged
mcataford merged 5 commits from build/update-all-the-things into master 2023-03-22 04:15:39 +00:00
mcataford commented 2023-03-21 05:48:19 +00:00 (Migrated from github.com)

DevDependencies had a lot of stale versions, this fixes that. It also updates CI to consider currently active Node version (14, 16, 18) only.

DevDependencies had a lot of stale versions, this fixes that. It also updates CI to consider currently active Node version (14, 16, 18) only.
codecov-commenter commented 2023-03-22 04:13:44 +00:00 (Migrated from github.com)

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (0f82bfb) 98.96% compared to head (c9eb7df) 98.97%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #303      +/-   ##
==========================================
+ Coverage   98.96%   98.97%   +0.01%     
==========================================
  Files           4        4              
  Lines          97       98       +1     
  Branches       19       20       +1     
==========================================
+ Hits           96       97       +1     
  Misses          1        1              
Impacted Files Coverage Δ
src/utils.ts 97.77% <ø> (ø)
src/index.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

## [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/303?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) Report Patch coverage: **`100.00`**% and project coverage change: **`+0.01`** :tada: > Comparison is base [(`0f82bfb`)](https://codecov.io/gh/mcataford/packwatch/commit/0f82bfbdb5c7c7044cbe900189aec36295cfabff?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) 98.96% compared to head [(`c9eb7df`)](https://codecov.io/gh/mcataford/packwatch/pull/303?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) 98.97%. :mega: This organization is not using Codecov’s [GitHub App Integration](https://github.com/apps/codecov). We recommend you install it so Codecov can continue to function properly for your repositories. [Learn more](https://about.codecov.io/blog/codecov-is-updating-its-github-integration/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #303 +/- ## ========================================== + Coverage 98.96% 98.97% +0.01% ========================================== Files 4 4 Lines 97 98 +1 Branches 19 20 +1 ========================================== + Hits 96 97 +1 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/mcataford/packwatch/pull/303?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) | Coverage Δ | | |---|---|---| | [src/utils.ts](https://codecov.io/gh/mcataford/packwatch/pull/303?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford#diff-c3JjL3V0aWxzLnRz) | `97.77% <ø> (ø)` | | | [src/index.ts](https://codecov.io/gh/mcataford/packwatch/pull/303?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford#diff-c3JjL2luZGV4LnRz) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) </details> [:umbrella: View full report in Codecov by Sentry](https://codecov.io/gh/mcataford/packwatch/pull/303?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). :loudspeaker: Do you have feedback about the report comment? [Let us know in this issue](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford).
This repo is archived. You cannot comment on pull requests.
No description provided.