KANBAN-1163: Bump genomefeatures dependency#1753
Merged
christabone merged 1 commit intostagefrom Apr 15, 2026
Merged
Conversation
Contributor
|
Review: Looks good ✅ This is a clean dependency bump — No issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This updates
agr_uito consume the mergedgenomefeatureschanges for KANBAN-1163 so the UI actually picks up the fixed target-gene matching behavior from the widget library. Without this dependency bump,agr_uiwould remain pinned to the older genomefeatures commit and would not receive the regression coverage and matching fix that was merged upstream.Changes
genomefeaturesdependency inpackage.jsonfrom commit37dc2289d9193aa39823a58ee221b3c14a6d3185to commit981eb9659be8ad7f0dd3bb213c41a6e98702adc4.package-lock.jsonso the installed git dependency resolves to the mergedgenomefeaturescommit.Testing
npx jest src/containers/genePage/tests/genomeFeatureWrapper.test.jsx src/containers/allelePage/VariantSequenceView.test.jsx src/containers/genePage/tests/genomefeatures-import.test.js --runInBand.