From 3e9dd1239a11ac47ffebf53e40e965560d18ec25 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 15 Oct 2024 16:44:15 +0100 Subject: [PATCH] update @grafana/scenes as well + group together in future --- .github/renovate.json5 | 7 +++++++ package.json | 2 +- yarn.lock | 25 +------------------------ 3 files changed, 9 insertions(+), 25 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 047d57f0a4a..ede3743b904 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -62,6 +62,13 @@ "@types/d3" ] }, + { + "groupName": "scenes", + "matchPackageNames": [ + "@grafana/scenes", + "@grafana/scenes-react", + ] + }, { "groupName": "visx", "matchPackagePrefixes": [ diff --git a/package.json b/package.json index 0e66152f953..8899c0c33ef 100644 --- a/package.json +++ b/package.json @@ -268,7 +268,7 @@ "@grafana/prometheus": "workspace:*", "@grafana/runtime": "workspace:*", "@grafana/saga-icons": "workspace:*", - "@grafana/scenes": "5.20.0", + "@grafana/scenes": "5.20.1", "@grafana/scenes-react": "5.20.1", "@grafana/schema": "workspace:*", "@grafana/sql": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 6c2d9d05485..7ce40d65830 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4126,29 +4126,6 @@ __metadata: languageName: node linkType: hard -"@grafana/scenes@npm:5.20.0": - version: 5.20.0 - resolution: "@grafana/scenes@npm:5.20.0" - dependencies: - "@floating-ui/react": "npm:0.26.16" - "@grafana/e2e-selectors": "npm:^11.0.0" - "@leeoniya/ufuzzy": "npm:^1.0.14" - "@tanstack/react-virtual": "npm:^3.9.0" - react-grid-layout: "npm:1.3.4" - react-use: "npm:17.5.0" - react-virtualized-auto-sizer: "npm:1.0.24" - uuid: "npm:^9.0.0" - peerDependencies: - "@grafana/data": ">=10.4" - "@grafana/runtime": ">=10.4" - "@grafana/schema": ">=10.4" - "@grafana/ui": ">=10.4" - react: ^18.0.0 - react-dom: ^18.0.0 - checksum: 10/0bc36324f5c109175199b5e9523323397acd6b95c0be11856f54394bb2a51eb4e0720ecabd37acac9966a7de69f9ddcf330c1ed03e0c196b76e7188f65de88c1 - languageName: node - linkType: hard - "@grafana/scenes@npm:5.20.1": version: 5.20.1 resolution: "@grafana/scenes@npm:5.20.1" @@ -19094,7 +19071,7 @@ __metadata: "@grafana/prometheus": "workspace:*" "@grafana/runtime": "workspace:*" "@grafana/saga-icons": "workspace:*" - "@grafana/scenes": "npm:5.20.0" + "@grafana/scenes": "npm:5.20.1" "@grafana/scenes-react": "npm:5.20.1" "@grafana/schema": "workspace:*" "@grafana/sql": "workspace:*"