Skip to content

Update dependency @sourcegraph/codeintellify to v6

Administrator requested to merge renovate/sourcegraph-codeintellify-6.x into master

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 code search for "@sourcegraph/codeintellify"

Release Notes

sourcegraph/codeintellify

v6.0.1

Compare Source

Bug Fixes
  • export HoverOverlayProps (c6dc4cb)

v6.0.0

Compare Source

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

📅 Schedule: "" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading