Update dependency @sourcegraph/codeintellify to v6
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@sourcegraph/codeintellify | dependencies | major | ^6.0.1 | source |
Release Notes
sourcegraph/codeintellify
v6.0.1
Bug Fixes
- export HoverOverlayProps (c6dc4cb)
v6.0.0
Bug Fixes
- hide overlay when both hover and actions are still loading (a17e77f)
- override default github styling for close button (667caf9)
Code Refactoring
- rename fetch{Hover,Actions} -> get{Hover,Actions} (a3e3dc5)
Features
- HoverOverlay accepts children (08bdfc3)
- pass through hover data to HoverOverlay component (be45d5b)
- provide a fetchActions instead of hard-coding "Go to def" (3f92379)
- remove "Find references" button (85c8612)
- remove hover rendering, only keep hover attachment (0151c73)
- remove HoverOverlay component (e0caa80)
- variable width for HoverOverlay (de4f140)
BREAKING CHANGES
- Fields were renamed: fetch{Hover,Actions} -> get{Hover,Actions}.
- Removes the HoverOverlay component. You must create your own UI component that renders from the hoverStateUpdates data.
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.