grafana / github-datasource

Grafana data source plugin using the Github API to retrieve and visualize Github data.
https://grafana.com/grafana/plugins/grafana-github-datasource/
Apache License 2.0
242 stars 53 forks source link

Update create plugin #305

Closed zoltanbedi closed 4 months ago

zoltanbedi commented 4 months ago

This PR updates the create plugin to the latest version. Ran the following command: npx @grafana/create-plugin@latest update Had to change the plugin's executable name as it doesn't match with the generated one in .config/supervisord/supervisord.conf. See issue in https://github.com/grafana/plugin-tools/issues/907

Also had to remove some eslint dependencies as they were conflicting.