grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

Chore: Relax dependencies and move e2e-selectors to peerDeps #940

Closed jackw closed 3 days ago

jackw commented 1 month ago

This PR relaxes scenes dependencies so consuming apps (like Grafana) don't bundle multiple copies of packages when they get patch or minor bumps.

Additionally it sets e2e-selectors as a peer dep to solve conflicts occurring within yarn lock in Grafana which has caused issues for those that build Grafana from source in CI environments where yarn enables "hardening mode".

📦 Published PR as canary version: 5.24.1--canary.940.11818090538.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.24.1--canary.940.11818090538.0 npm install @grafana/scenes@5.24.1--canary.940.11818090538.0 # or yarn add @grafana/scenes-react@5.24.1--canary.940.11818090538.0 yarn add @grafana/scenes@5.24.1--canary.940.11818090538.0 ```
scenes-repo-bot-access-token[bot] commented 3 days ago

:rocket: PR was released in v5.25.0 :rocket: