-
Notifications
You must be signed in to change notification settings - Fork 12
Upgrade grafana plugin sdk to latest version #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
ddelnano
wants to merge
8
commits into
pixie-io:main
Choose a base branch
from
ddelnano:ddelnano/upgrade-grafana-plugin-sdk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Upgrade grafana plugin sdk to latest version #104
ddelnano
wants to merge
8
commits into
pixie-io:main
from
ddelnano:ddelnano/upgrade-grafana-plugin-sdk
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Dom Del Nano <[email protected]>
Signed-off-by: Dom Del Nano <[email protected]>
… workflow Signed-off-by: Dom Del Nano <[email protected]>
… yarn equivalent Signed-off-by: Dom Del Nano <[email protected]>
Signed-off-by: Dom Del Nano <[email protected]>
Signed-off-by: Dom Del Nano <[email protected]>
40a39cc to
2e0aa81
Compare
Signed-off-by: Dom Delnano <[email protected]>
ddelnano
pushed a commit
to ddelnano/grafana-plugin
that referenced
this pull request
Nov 6, 2025
This commit fixes the build failures in PR pixie-io#104 by: 1. Adding root-level .eslintrc that extends from .config/.eslintrc - ESLint was unable to find configuration without this file 2. Installing missing webpack-related dependencies: - webpack v5 and webpack-cli (upgraded from webpack v4) - webpack plugins: copy-webpack-plugin, eslint-webpack-plugin, webpack-subresource-integrity, webpack-livereload-plugin, webpack-virtual-modules, fork-ts-checker-webpack-plugin - webpack loaders: imports-loader, sass-loader, sass, css-loader, style-loader, swc-loader - Other build tools: glob v10, tslib, @swc/helpers 3. Installing eslint-plugin-deprecation v2.0.0 - Required by the new .config/.eslintrc configuration - Version 2.0.0 is compatible with ESLint 7.x 4. Updating .config/webpack/tsconfig.webpack.json: - Added skipLibCheck: true to skip type checking on declaration files - Added noImplicitAny: false to allow implicit any types 5. Updating package.json scripts: - Added TS_NODE_PROJECT environment variable to build and dev scripts - This ensures webpack-cli can properly load the TypeScript config All CI checks now pass: - yarn typecheck ✓ - yarn lint ✓ - yarn test:ci ✓ - yarn build ✓ - compatibility check ✓
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: Upgrade grafana plugin sdk to latest version
It's been a while since we've upgraded our core dependencies. Since I was already making a few changes here, I wanted to upgrade the plugin sdk to a recent version. I testing a variety of things, but please let me know if there is anything else I should verify in addition to my testing done.
Testing done: Built plugin and configured a data source with a local Grafana and tested the following: