grafana / grafana-plugin-examples

181 stars 52 forks source link

Automatic update script does not check if the version of grafana scenes is compatible with other grafana packages #352

Closed Ukochka closed 1 month ago

Ukochka commented 1 month ago

Script updates grafana packages such as grafana/data, grafana/ui etc to version which gets from plugin-tools update but in the example app-with-scenes we have specific version of grafana-scenes which is not compatible with those packages. We need to update grafana-scenes also or we need to check if the version is correct while updating other stuff.

In this build we see that @grafana/scenes@3.14.0 has dependency @grafana/data@"^10.0.3" and we can not update grafana/data to version 11.1.3

Ukochka commented 1 month ago

This is not valid, it should work as it is, because grafana/scenes is updated in plugin-tools