From f3c5a15a208e9eb5848c47e0ceeb7596ff0875e6 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:21:16 +0000 Subject: [PATCH] chore(deps): update dependency @grafana/plugin-e2e to ^2.2.3 (#2155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@grafana/plugin-e2e](https://redirect.github.com/grafana/plugin-tools) ([source](https://redirect.github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e)) | [`^2.1.12` β†’ `^2.2.3`](https://renovatebot.com/diffs/npm/@grafana%2fplugin-e2e/2.1.12/2.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@grafana%2fplugin-e2e/2.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@grafana%2fplugin-e2e/2.1.12/2.2.3?slim=true) | --- ### Release Notes
grafana/plugin-tools (@​grafana/plugin-e2e) ### [`v2.2.3`](https://redirect.github.com/grafana/plugin-tools/releases/tag/%40grafana/plugin-e2e%402.2.3) [Compare Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.2.2...@grafana/plugin-e2e@2.2.3) ##### πŸ› Bug Fix - CreatePlugin: Adding step about health check functionality in ds tutorial. [#​2222](https://redirect.github.com/grafana/plugin-tools/pull/2222) ([@​mckn](https://redirect.github.com/mckn)) ##### Authors: 1 - Marcus Andersson ([@​mckn](https://redirect.github.com/mckn)) ### [`v2.2.2`](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.2.1...@grafana/plugin-e2e@2.2.2) [Compare Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.2.1...@grafana/plugin-e2e@2.2.2) ### [`v2.2.1`](https://redirect.github.com/grafana/plugin-tools/blob/HEAD/packages/plugin-e2e/CHANGELOG.md#v221-Thu-Oct-09-2025) [Compare Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.2.0...@grafana/plugin-e2e@2.2.1) ##### πŸ› Bug Fix - E2E: fix for flakiness in PanelEditPage.refreshPanel [#​2207](https://redirect.github.com/grafana/plugin-tools/pull/2207) ([@​hugohaggmark](https://redirect.github.com/hugohaggmark)) ##### Authors: 1 - Hugo HΓ€ggmark ([@​hugohaggmark](https://redirect.github.com/hugohaggmark)) *** ### [`v2.2.0`](https://redirect.github.com/grafana/plugin-tools/blob/HEAD/packages/plugin-e2e/CHANGELOG.md#v220-Tue-Oct-07-2025) [Compare Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.1.14...@grafana/plugin-e2e@2.2.0) ##### πŸš€ Enhancement - Plugin E2E: Add support for specifying user preferences [#​2131](https://redirect.github.com/grafana/plugin-tools/pull/2131) ([@​sunker](https://redirect.github.com/sunker)) ##### Authors: 1 - Erik Sundell ([@​sunker](https://redirect.github.com/sunker)) *** ### [`v2.1.14`](https://redirect.github.com/grafana/plugin-tools/blob/HEAD/packages/plugin-e2e/CHANGELOG.md#v2114-Mon-Sep-29-2025) [Compare Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.1.13...@grafana/plugin-e2e@2.1.14) ##### πŸ› Bug Fix - Update dependency uuid to v13 [#​2139](https://redirect.github.com/grafana/plugin-tools/pull/2139) ([@​renovate\[bot\]](https://redirect.github.com/renovate\[bot])) ##### Authors: 1 - [@​renovate\[bot\]](https://redirect.github.com/renovate\[bot]) *** ### [`v2.1.13`](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.1.12...@grafana/plugin-e2e@2.1.13) [Compare Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@2.1.12...@grafana/plugin-e2e@2.1.13)
--- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a5f16f9..d633988 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@changesets/cli": "^2.29.7", "@grafana/e2e-selectors": "12.1.0", "@grafana/eslint-config": "^8.0.0", - "@grafana/plugin-e2e": "^2.1.12", + "@grafana/plugin-e2e": "^2.2.3", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.52.0", "@stylistic/eslint-plugin-ts": "^2.9.0", diff --git a/yarn.lock b/yarn.lock index 0e23233..fecd4ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1474,17 +1474,17 @@ __metadata: languageName: node linkType: hard -"@grafana/plugin-e2e@npm:^2.1.12": - version: 2.1.12 - resolution: "@grafana/plugin-e2e@npm:2.1.12" +"@grafana/plugin-e2e@npm:^2.2.3": + version: 2.2.3 + resolution: "@grafana/plugin-e2e@npm:2.2.3" dependencies: "@grafana/e2e-selectors": "npm:^12.2.0-255920" semver: "npm:^7.5.4" - uuid: "npm:^11.0.2" + uuid: "npm:^13.0.0" yaml: "npm:^2.3.4" peerDependencies: "@playwright/test": ^1.52.0 - checksum: 10c0/cf6d10bb696b46e0bd74d67d9311ad912efb00eb13cdcca9904fa88bfdc2558ce8e3b5b535d4d522779b3e90d9e818dc7e8c0469fee7ca5d13ceb83f7a960531 + checksum: 10c0/da1bcf35e3a94c815884a58805293e208a2bfd2c4b21b37efff60393e54a96a153ac4b48ff32af120811996ec1a669f34cf2925b6c6b58ea26c426814cbca305 languageName: node linkType: hard @@ -7397,7 +7397,7 @@ __metadata: "@grafana/e2e-selectors": "npm:12.1.0" "@grafana/eslint-config": "npm:^8.0.0" "@grafana/i18n": "npm:^12.1.0" - "@grafana/plugin-e2e": "npm:^2.1.12" + "@grafana/plugin-e2e": "npm:^2.2.3" "@grafana/plugin-ui": "npm:^0.10.10" "@grafana/runtime": "npm:^12.1.0" "@grafana/schema": "npm:^12.1.0" @@ -13420,7 +13420,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:11.1.0, uuid@npm:^11.0.0, uuid@npm:^11.0.2": +"uuid@npm:11.1.0, uuid@npm:^11.0.0": version: 11.1.0 resolution: "uuid@npm:11.1.0" bin: @@ -13429,6 +13429,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^13.0.0": + version: 13.0.0 + resolution: "uuid@npm:13.0.0" + bin: + uuid: dist-node/bin/uuid + checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67 + languageName: node + linkType: hard + "uwrap@npm:0.1.1": version: 0.1.1 resolution: "uwrap@npm:0.1.1"