VolkovLabs / business-media

The Business Media panel is a Grafana plugin that renders PNG, JPG, GIF, MP4, WEBM, MP3, OGG, and PDF files encoded in the base64 format and URL.
https://docs.volkovlabs.io
Apache License 2.0
24 stars 3 forks source link

Update CI to Node 16 and Synchronize with Release workflow #55

Closed mikhail-vl closed 2 years ago

mikhail-vl commented 2 years ago

Update CI to Node 16 and Synchronize with Release workflow

github-actions[bot] commented 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.

codecov[bot] commented 2 years ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #55 +/- ## ======================================= Coverage 93.96% 93.96% ======================================= Files 7 7 Lines 116 116 Branches 24 24 ======================================= Hits 109 109 Misses 7 7 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VolkovLabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VolkovLabs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.