-
Notifications
You must be signed in to change notification settings - Fork 31
chore: bump @grafana/create-plugin configuration to 5.26.9 #227
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
base: main
Are you sure you want to change the base?
Conversation
|
WalkthroughThe PR updates configuration and dependencies, introduces a shared Webpack externals module, switches Webpack to use it, adds a root .cprc.json, updates Docker compose defaults, upgrades Go and JS deps, and removes the entire Rspack-based build setup including plugins and utilities. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant WP as Webpack
participant Ex as externals.ts
participant Mod as Module Request
participant CB as Externals Callback
Note over WP,Ex: External resolution during bundling
WP->>Ex: Resolve externals for Mod
alt Matches direct list or regex (@grafana/*, react, rxjs, etc.)
Ex-->>WP: Mark as external (no bundling)
else Function-based handler (legacy SDK)
Ex->>CB: if request startsWith "grafana/"
alt Legacy prefix matched
CB-->>Ex: Return stripped name (e.g., "grafana/x" -> "x")
Ex-->>WP: Mark stripped module as external
else No match
CB-->>Ex: No external
Ex-->>WP: Proceed with normal bundling
end
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (12)
💤 Files with no reviewable changes (5)
🔇 Additional comments (19)
Comment |
@coderabbitai review |
✅ Actions performedReview triggered.
|
Bumps
@grafana/create-plugin
configuration from 5.25.8 to 5.26.9.Notes for reviewer:
This is an auto-generated PR which ran
@grafana/create-plugin update
.Please consult the create-plugin CHANGELOG.md to understand what may have changed.
Please review the changes thoroughly before merging.
Summary by CodeRabbit