Closed mikhail-vl closed 2 years ago
Levitate is-compatible report:
🔍 Resolving @grafana/data@latest... 🔍 Resolving @grafana/ui@latest... 🔍 Resolving @grafana/runtime@latest... 🔍 Resolving @grafana/schema@latest... 🔍 Resolving @grafana/e2e-selectors@latest... 🔍 Resolving @grafana/experimental@latest...
🔬 Checking compatibility between ./src/module.ts and @grafana/data@9.2.2... ✔ Found @grafana/data version 9.1.7 locally
Comparing @grafana/data@9.1.7 to @grafana/data@9.2.2
INCOMPATIBILITIES (1)
1) Changed PanelPlugin.setPanelOptions
used in src/module.ts:151
Parameter type changed:
+ Added - Removed
-export declare type PanelOptionsSupplier<TOptions> = (builder: PanelOptionsEditorBuilder<TOptions>, context: StandardEditorContext<TOptions>) => void;
+declare type PanelOptionsSupplier<TOptions> = (builder: PanelOptionsEditorBuilder<TOptions>, context: StandardEditorContext<TOptions>) => void;
🔬 Checking compatibility between ./src/module.ts and @grafana/ui@9.2.2... ✔ Found @grafana/ui version 9.1.7 locally
🔬 Checking compatibility between ./src/module.ts and @grafana/runtime@9.2.2... Skipping package @grafana/runtime because it is not used in the project or not installed locally. did you forget to run yarn install or npm install?
🔬 Checking compatibility between ./src/module.ts and @grafana/schema@9.2.2... Skipping package @grafana/schema because it is not used in the project or not installed locally. did you forget to run yarn install or npm install?
🔬 Checking compatibility between ./src/module.ts and @grafana/e2e-selectors@9.2.2... Skipping package @grafana/e2e-selectors because it is not used in the project or not installed locally. did you forget to run yarn install or npm install?
🔬 Checking compatibility between ./src/module.ts and @grafana/experimental@1.0.1... Skipping package @grafana/experimental because it is not used in the project or not installed locally. did you forget to run yarn install or npm install?
./src/module.ts is not fully compatible with @grafana/data,@grafana/ui,@grafana/runtime,@grafana/schema,@grafana/e2e-selectors,@grafana/experimental 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.
Base: 93.96% // Head: 93.96% // No change to project coverage :thumbsup:
Coverage data is based on head (
650f90e
) compared to base (8a4c785
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Update CI to Node 16 and Synchronize with Release workflow