Closed VasylMarchuk closed 1 week ago
The pull request updates the package.json
file for the codecrafters-frontend
project by changing the version of the @codemirror/merge
dependency from ^6.7.2
to ^6.7.4
. This update signifies a patch version increment, indicating bug fixes or minor improvements. There are no other changes to dependencies, scripts, or the overall structure of the package.json
file.
File | Change Summary |
---|---|
package.json |
Updated dependency version: "@codemirror/merge": "^6.7.2" → "@codemirror/merge": "^6.7.4" |
@codemirror/merge
.@lineSeparator
option in the CodeMirror component, relevant to CodeMirror integration.@collapseUnchanged
option in the CodeMirror component, enhancing functionality related to the updated dependency.@codemirror/merge
dependency.maxHeight
toggle to the CodeMirror demo, relevant to user interface improvements associated with CodeMirror.🐇 In the garden where code does bloom,
A patch was made, dispelling gloom.
Withmerge
now fresh, it hops along,
Fixes and tweaks, a joyful song!
Dependencies dance, all in line,
In CodeRabbit's world, everything's fine! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
1 files ±0 1 suites ±0 6m 21s ⏱️ -1s 583 tests ±0 543 ✅ ±0 40 💤 ±0 0 ❌ ±0 598 runs ±0 558 ✅ ±0 40 💤 ±0 0 ❌ ±0
Results for commit b6ca8fcb. ± Comparison against base commit d44d1f54.
All modified and coverable lines are covered by tests :white_check_mark:
:white_check_mark: All tests successful. No failed tests found.
:loudspeaker: Thoughts on this report? Let us know!
Related to #1231
Brief
This updates
@codemirror/merge
from6.7.2
to6.7.4
, in which a commit fixes a bug in line-alignment of changes, thus fixing the most obvious bugs with new line insertions appearing as deletions & re-insertions of the following line in the diff.Before
After
Note
It appears that the Accept/Reject buttons of the
@mergeControls
option are now missing for the inserted lines, but luckily, we don't use those.Checklist
[percy]
in the message to trigger)Summary by CodeRabbit
@codemirror/merge
dependency to improve stability and performance.