Skip to content

chore: update grafana deps#1350

Open
L2D2Grafana wants to merge 8 commits intomainfrom
l2d2/update-grafana-dep
Open

chore: update grafana deps#1350
L2D2Grafana wants to merge 8 commits intomainfrom
l2d2/update-grafana-dep

Conversation

@L2D2Grafana
Copy link
Contributor

@L2D2Grafana L2D2Grafana commented Feb 4, 2026

Updated grafana deps to ~12.3.0 #1309
In order to be compliant with our release schedules could this be released in April with the react upgrades or June?

Note

A few additions where made to get everything building that I'd be happy to remove if there is another way.
Added treeshake false in dev to get the ./scripts/demo.sh to run. In the node-ci.yml and yarn-nm-install action.yml removed the yarn cache to get it to build.

📦 Published PR as canary version: 6.53.0--canary.1350.22001842644.0

✨ Test out this PR locally via:

npm install @grafana/scenes@6.53.0--canary.1350.22001842644.0
npm install @grafana/scenes-react@6.53.0--canary.1350.22001842644.0
# or 
yarn add @grafana/scenes@6.53.0--canary.1350.22001842644.0
yarn add @grafana/scenes-react@6.53.0--canary.1350.22001842644.0

@L2D2Grafana L2D2Grafana marked this pull request as ready for review February 4, 2026 21:04
@L2D2Grafana L2D2Grafana requested a review from mdvictor February 4, 2026 21:04
}),

controls: [searchBox, paginationControl],
controls: [searchBox],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to keep pagination in this demo, the table moved the pagination option.

Copy link
Contributor Author

@L2D2Grafana L2D2Grafana Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ty! Added pagination back without the footer.
Screenshot 2026-02-05 at 9 28 52 AM

@gtk-grafana gtk-grafana added minor Increment the minor version when merged release Create a release when this pr is merged labels Feb 5, 2026
"@grafana/e2e-selectors": ">=12.3.0",
"@grafana/runtime": ">=12.3.0",
"@grafana/schema": ">=12.3.0",
"@grafana/ui": ">=12.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per https://grafana.com/docs/grafana/latest/upgrade-guide/when-to-upgrade/#what-to-know-about-version-support, I think we need to keep supporting 11.6.x until 2026 June 25. See also: #1213.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's true this wouldn't fully support 11.6 although everything runs locally with GRAFANA_VERSION:-11.1.0-181853 I do wonder if this will become a moot point with the react 19 upgrades that requires 12.3.0 in April.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Increment the minor version when merged release Create a release when this pr is merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants