Hi, in this issue I document a confusing output from the compatibility check workflow. I suspect this has to do with the migration handler in my plugin. I haven’t made any changes to it between the previous version and new version of my plugin. The output is saying that it’s not compatible with @grafana/data@13.0.1. npm typecheck passes, so I know all the types are correct. This whole error is just so vague… can anyone please help out with this? Thank you!
Comparing @grafana/data@12.4.2 to @grafana/data@13.0.1
INCOMPATIBILITIES (1)
1) Changed `PanelPlugin.setMigrationHandler` used in `src/module.ts:136`
Parameter type changed:
+ Added- Removed
-PanelMigrationHandler
+type PanelMigrationHandler
src/module.ts is not fully compatible with @grafana/data@13.0.1
Please read over the compatibility report above and update possible issues.
If you think the compatibility issues are not a problem (e.g. only type changes), it is adviced to update the target list of packages to their latest version in your project.