Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run npm dedupe at end of finalizeDependencies #902

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

Adds with execaCommand since it's already being used.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #902 (60f1506) into main (4486186) will increase coverage by 11.37%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main     #902       +/-   ##
===========================================
+ Coverage   82.19%   93.56%   +11.37%     
===========================================
  Files          84       89        +5     
  Lines        4612     4712      +100     
  Branches      214      373      +159     
===========================================
+ Hits         3791     4409      +618     
+ Misses        817      302      -515     
+ Partials        4        1        -3     
Flag Coverage Δ
create 71.97% <100.00%> (+0.01%) ⬆️
initialize 37.04% <0.00%> (-0.02%) ⬇️
migrate 70.71% <0.00%> (-0.04%) ⬇️
unit 67.16% <100.00%> (?)

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

Files Coverage Δ
src/steps/finalizeDependencies.ts 100.00% <100.00%> (+22.22%) ⬆️

... and 44 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JoshuaKGoldberg JoshuaKGoldberg merged commit 8f7692a into main Sep 29, 2023
@JoshuaKGoldberg JoshuaKGoldberg deleted the finalize-dependencies-dedupe branch September 29, 2023 15:24
@github-actions
Copy link

github-actions bot commented Oct 2, 2023

🎉 This is included in version v1.32.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Run pnpm dedupe at the end of finalizeDependencies
1 participant