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!: bumping versiong ranges, etc. #196

Merged
merged 8 commits into from
Jul 29, 2024
Merged

feat!: bumping versiong ranges, etc. #196

merged 8 commits into from
Jul 29, 2024

Conversation

hasundue
Copy link
Owner

@hasundue hasundue commented Jul 25, 2024

Including a rewrite of @molt/core, aiming at

  • Stabilize lockfile updating
  • Support updating version ranges
  • Simplify the codebase

You may try the snapshot with @molt/cli@^0.19.0-rc.0

Will release 0.19.0 once documentation is done.

@hasundue hasundue linked an issue Jul 25, 2024 that may be closed by this pull request
@hasundue hasundue marked this pull request as draft July 25, 2024 11:52
@hasundue hasundue changed the title refactor!: rewrite @molt/core Release 0.19.0 Jul 25, 2024
@hasundue hasundue changed the title Release 0.19.0 0.19.0 Jul 25, 2024
@hasundue hasundue force-pushed the fix-lock-write branch 8 times, most recently from 7246717 to 6ae9897 Compare July 28, 2024 04:39
Copy link

codecov bot commented Jul 28, 2024

Codecov Report

Attention: Patch coverage is 93.01775% with 59 lines in your changes missing coverage. Please review.

Project coverage is 89.17%. Comparing base (dfe3168) to head (ea16eda).

Files Patch % Lines
core/mod.ts 90.10% 18 Missing ⚠️
core/refs.ts 85.84% 16 Missing ⚠️
core/locks.ts 96.82% 7 Missing and 1 partial ⚠️
lib/constraints.ts 90.78% 7 Missing ⚠️
core/bumps.ts 81.81% 3 Missing and 1 partial ⚠️
core/internal.ts 75.00% 3 Missing ⚠️
core/updates.ts 96.77% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #196       +/-   ##
===========================================
+ Coverage   76.79%   89.17%   +12.37%     
===========================================
  Files          10       13        +3     
  Lines        1198     1090      -108     
  Branches      186      133       -53     
===========================================
+ Hits          920      972       +52     
+ Misses        272      116      -156     
+ Partials        6        2        -4     

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

@hasundue hasundue force-pushed the fix-lock-write branch 7 times, most recently from 11b2086 to aaeeccc Compare July 29, 2024 04:41
@hasundue hasundue changed the title 0.19.0 feat!: bumping versiong ranges, etc. Jul 29, 2024
@hasundue hasundue marked this pull request as ready for review July 29, 2024 05:13
@hasundue hasundue merged commit 083350d into main Jul 29, 2024
5 checks passed
@hasundue hasundue deleted the fix-lock-write branch July 29, 2024 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment