Skip to content

Commit 16221fc

Browse files
chore(deps): update dependency @grafana/plugin-e2e to v3
| datasource | package | from | to | | ---------- | ------------------- | ------ | ----- | | npm | @grafana/plugin-e2e | 1.19.9 | 3.5.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b794357 commit 16221fc

2 files changed

Lines changed: 22 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@babel/core": "^7.28.0",
2323
"@grafana/eslint-config": "9.0.0",
24-
"@grafana/plugin-e2e": "^1.19.9",
24+
"@grafana/plugin-e2e": "^3.0.0",
2525
"@grafana/tsconfig": "^2.0.0",
2626
"@playwright/test": "^1.54.1",
2727
"@stylistic/eslint-plugin-ts": "^3.1.0",

yarn.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -591,15 +591,14 @@
591591
tslib "2.8.1"
592592
typescript "5.7.3"
593593

594-
"@grafana/e2e-selectors@^12.1.0-240060":
595-
version "12.1.0-240638"
596-
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-12.1.0-240638.tgz#cbfe05febe5c41662910d759973e667e0fb7b805"
597-
integrity sha512-7XTjlmgVT45O1YV4IgFnBkm8Vhdw+Js6ielc4i2E1Mznma5GpGO2dByms4bSngYWinKzgeunKkAjxbBuGSshMg==
594+
"@grafana/e2e-selectors@13.1.0-24335230309":
595+
version "13.1.0-24335230309"
596+
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-13.1.0-24335230309.tgz#1365a021cc0cecfb98e9d24c8b4aa8ee046b2f9f"
597+
integrity sha512-EHd8S/MHBQFAlSVFvdG45sHu6iXIVSGN9szk8yAbJMnjqo90iKde9iErz2Qh4FCQCSv8M5zL3TUSeqlUDrrXGg==
598598
dependencies:
599-
"@grafana/tsconfig" "^2.0.0"
600599
semver "^7.7.0"
601600
tslib "2.8.1"
602-
typescript "5.7.3"
601+
typescript "5.9.2"
603602

604603
"@grafana/eslint-config@9.0.0":
605604
version "9.0.0"
@@ -623,14 +622,14 @@
623622
ua-parser-js "^1.0.32"
624623
web-vitals "^4.0.1"
625624

626-
"@grafana/plugin-e2e@^1.19.9":
627-
version "1.19.9"
628-
resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.19.9.tgz#71c52005121ed0637285f1ac10c1fda7d3eaccee"
629-
integrity sha512-f8qBQhqQ6PtqzFgTwiIRlVC3Obbad0sgugEfS4B8C0tziHW9akjjcP2fu0+qtPSlUXqQmDsusyAATZKM2MtiIw==
625+
"@grafana/plugin-e2e@^3.0.0":
626+
version "3.5.0"
627+
resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-3.5.0.tgz#dc9e9557a67f36924b4764f156231f559499726b"
628+
integrity sha512-shKCFuvsgfo6wooP+kl8tUcg87motGkS+sD/s5taVEznHOCD5PVpyitWc+RboilyEZn6zfqcxwFHfbZhGO1eTw==
630629
dependencies:
631-
"@grafana/e2e-selectors" "^12.1.0-240060"
630+
"@grafana/e2e-selectors" "13.1.0-24335230309"
632631
semver "^7.5.4"
633-
uuid "^11.0.2"
632+
uuid "^13.0.0"
634633
yaml "^2.3.4"
635634

636635
"@grafana/plugin-ui@^0.10.5":
@@ -8191,10 +8190,10 @@ typescript@5.7.3:
81918190
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
81928191
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
81938192

8194-
typescript@^5.8.3:
8195-
version "5.8.3"
8196-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
8197-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
8193+
typescript@5.9.2, typescript@^5.8.3:
8194+
version "5.9.2"
8195+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
8196+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
81988197

81998198
ua-parser-js@^1.0.32:
82008199
version "1.0.37"
@@ -8301,11 +8300,16 @@ util-deprecate@^1.0.2:
83018300
resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
83028301
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
83038302

8304-
uuid@11.0.5, uuid@^11.0.0, uuid@^11.0.2:
8303+
uuid@11.0.5, uuid@^11.0.0:
83058304
version "11.0.5"
83068305
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
83078306
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
83088307

8308+
uuid@^13.0.0:
8309+
version "13.0.0"
8310+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
8311+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
8312+
83098313
v8-compile-cache-lib@^3.0.1:
83108314
version "3.0.1"
83118315
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz"

0 commit comments

Comments
 (0)