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: store all latest version packages to .store/node_modules #443

Merged
merged 2 commits into from
Jan 14, 2023

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jan 14, 2023

hard to fixed all hoist dependencies by default

can disable fallback store by --disable-fallback-store

closes #442

hard to fixed all hoist dependencies by default

can disable fallback store by --disable-fallback-store

closes #442
@codecov
Copy link

codecov bot commented Jan 14, 2023

Codecov Report

Merging #443 (3c9f531) into master (d70c0a7) will increase coverage by 0.77%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
+ Coverage   90.68%   91.45%   +0.77%     
==========================================
  Files          35       35              
  Lines        4778     4754      -24     
  Branches      939      951      +12     
==========================================
+ Hits         4333     4348      +15     
+ Misses        445      406      -39     
Impacted Files Coverage Δ
bin/install.js 86.50% <100.00%> (+0.84%) ⬆️
lib/local_install.js 86.45% <100.00%> (+4.91%) ⬆️

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

@fengmk2 fengmk2 merged commit 71fd1e6 into master Jan 14, 2023
@fengmk2 fengmk2 deleted the fallback-store-node_modules branch January 14, 2023 15:57
fengmk2 pushed a commit that referenced this pull request Jan 14, 2023
[skip ci]

## [7.4.0](v7.3.1...v7.4.0) (2023-01-14)

### Features

* store all latest version packages to .store/node_modules ([#443](#443)) ([71fd1e6](71fd1e6))
@github-actions
Copy link

🎉 This PR is included in version 7.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

幽灵依赖实在太多,得遵循 pnpm 的兜底 node_modules 行为
1 participant