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(mod)!: per-dependency update of lockfile #141

Merged

Conversation

hasundue
Copy link
Owner

  • refactor(lib/update): flatten code around cache
  • feat!: per-dependency updating of a lockfile

hasundue added 2 commits March 6, 2024 19:04
BREAKING CHANGE: tons of changes on exported and internal interfaces
@hasundue hasundue linked an issue Mar 10, 2024 that may be closed by this pull request
@hasundue hasundue changed the title 118 an option to update a lock file when committing each change feat!: per-dependency updating of a lockfile Mar 10, 2024
@hasundue hasundue changed the title feat!: per-dependency updating of a lockfile feat(mod)!: per-dependency updating of a lockfile Mar 10, 2024
@hasundue hasundue changed the title feat(mod)!: per-dependency updating of a lockfile feat(mod)!: per-dependency update of a lockfile Mar 10, 2024
@hasundue hasundue changed the title feat(mod)!: per-dependency update of a lockfile feat(mod)!: per-dependency update of lockfile Mar 10, 2024
@hasundue hasundue force-pushed the 118-an-option-to-update-a-lock-file-when-committing-each-change branch 5 times, most recently from 254348a to b23fdb7 Compare March 11, 2024 02:03
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 88.68613% with 62 lines in your changes are missing coverage. Please review.

Project coverage is 89.09%. Comparing base (156fbf1) to head (1b3353b).

Files Patch % Lines
lib/file.ts 82.52% 18 Missing ⚠️
lib/update.ts 91.89% 14 Missing and 1 partial ⚠️
lib/lockfile.ts 89.16% 13 Missing ⚠️
lib/dependency.ts 63.63% 8 Missing ⚠️
lib/graph.ts 91.11% 4 Missing ⚠️
lib/testing.ts 85.71% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
+ Coverage   87.40%   89.09%   +1.69%     
==========================================
  Files          18       20       +2     
  Lines         913     1238     +325     
  Branches      146      198      +52     
==========================================
+ Hits          798     1103     +305     
- Misses        115      134      +19     
- Partials        0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hasundue hasundue force-pushed the 118-an-option-to-update-a-lock-file-when-committing-each-change branch from b23fdb7 to 1b3353b Compare March 11, 2024 02:24
@hasundue hasundue merged commit 6116bf9 into main Mar 11, 2024
7 checks passed
@hasundue hasundue deleted the 118-an-option-to-update-a-lock-file-when-committing-each-change branch March 11, 2024 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

An option to update a lock file when committing each change
1 participant