From a438fb22390d5849114e242a8850eea0ac5986db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:17:53 +0000 Subject: [PATCH] build(deps-dev): Bump @grafana/plugin-e2e from 1.16.3 to 1.17.1 Bumps [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e) from 1.16.3 to 1.17.1. - [Release notes](https://github.com/grafana/plugin-tools/releases) - [Changelog](https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/CHANGELOG.md) - [Commits](https://github.com/grafana/plugin-tools/commits/@grafana/plugin-e2e@1.17.1/packages/plugin-e2e) --- updated-dependencies: - dependency-name: "@grafana/plugin-e2e" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3539297..747c04d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@babel/core": "^7.26.0", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.16.3", + "@grafana/plugin-e2e": "^1.17.1", "@grafana/tsconfig": "2.0.0", "@grafana/plugin-meta-extractor": "^0.2.0", "@playwright/test": "^1.50.1", diff --git a/yarn.lock b/yarn.lock index 133d9c6..04c6c62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -586,10 +586,10 @@ tslib "2.7.0" typescript "5.5.4" -"@grafana/e2e-selectors@^11.5.0-219238": - version "11.5.0-219782" - resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.5.0-219782.tgz#0d161830c8f2fd7f98d565ab69aa4ac66f357921" - integrity sha512-eWHKOMXdCKv13ZYAoW/nXRz5bCFQKttEOMiFOWevydk2LUp5RTWK0R6DvmdGEU4yiYZYIv3HkPeLbHfM/6hzkw== +"@grafana/e2e-selectors@^11.5.0-221187": + version "11.5.1" + resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.5.1.tgz#334636ad9e030bf87efaa8dd3dac8b8b5c3b3291" + integrity sha512-pvWax2RBAGarEoXdby5wftX6P+PZluWAF1ylN93OZfwJqvqVNbN1BHmYe2Y83HOKzhne9ML1kTH0KaJMiefaBA== dependencies: "@grafana/tsconfig" "^2.0.0" semver "7.6.3" @@ -641,12 +641,12 @@ ua-parser-js "^1.0.32" web-vitals "^4.0.1" -"@grafana/plugin-e2e@^1.16.3": - version "1.16.3" - resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.16.3.tgz#763f759db5143fa63f0f88e6dfb8f82cd41944be" - integrity sha512-5h4TvYZDApeBDwDSE26vvg7gxV/YcWZvYaQAYlvmOJISAN598XDiYROrq6pbisKyQNEzKA6oISvqShZjP/1EtQ== +"@grafana/plugin-e2e@^1.17.1": + version "1.17.1" + resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.17.1.tgz#a6e71044c65e66129fd25f7aa9171726441b4a6d" + integrity sha512-2M2+9vHwvZ+TdfS4w35/BoeaKsIixa+Jxvkq4hhRQy1H6oslShBRpohLIIFvjoHxP5o7dTislDV4pv3ugftmQA== dependencies: - "@grafana/e2e-selectors" "^11.5.0-219238" + "@grafana/e2e-selectors" "^11.5.0-221187" semver "^7.5.4" uuid "^11.0.2" yaml "^2.3.4"