mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency @grafana/scenes to v5.18.2 (#94321)
* Update dependency @grafana/scenes to v5.18.2 * fix e2e test * update e2e test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
ea5cf7c51f
commit
1545a58d3c
@ -34,7 +34,7 @@ describe('Dashboard templating', () => {
|
||||
`Server:sqlstring = 'A''A\\"A','BB\\\B','CCC'`,
|
||||
`Server:date = NaN`,
|
||||
`Server:text = All`,
|
||||
`Server:queryparam = var-Server=A%27A%22A&var-Server=BB%5CB&var-Server=CCC`,
|
||||
`Server:queryparam = var-Server=$__all`,
|
||||
`1 < 2`,
|
||||
`Example: from=now-6h&to=now`,
|
||||
];
|
||||
|
@ -34,7 +34,7 @@ describe('Templating', () => {
|
||||
|
||||
e2e.components.DashboardLinks.dropDown().should('be.visible').click().wait('@tagsTemplatingSearch');
|
||||
|
||||
verifyLinks('var-custom=%24__all');
|
||||
verifyLinks('var-custom=$__all');
|
||||
|
||||
cy.get('body').click();
|
||||
|
||||
|
@ -268,7 +268,7 @@
|
||||
"@grafana/prometheus": "workspace:*",
|
||||
"@grafana/runtime": "workspace:*",
|
||||
"@grafana/saga-icons": "workspace:*",
|
||||
"@grafana/scenes": "5.18.1",
|
||||
"@grafana/scenes": "5.18.2",
|
||||
"@grafana/schema": "workspace:*",
|
||||
"@grafana/sql": "workspace:*",
|
||||
"@grafana/ui": "workspace:*",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -4143,9 +4143,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@grafana/scenes@npm:5.18.1":
|
||||
version: 5.18.1
|
||||
resolution: "@grafana/scenes@npm:5.18.1"
|
||||
"@grafana/scenes@npm:5.18.2":
|
||||
version: 5.18.2
|
||||
resolution: "@grafana/scenes@npm:5.18.2"
|
||||
dependencies:
|
||||
"@floating-ui/react": "npm:0.26.16"
|
||||
"@grafana/e2e-selectors": "npm:^11.0.0"
|
||||
@ -4162,7 +4162,7 @@ __metadata:
|
||||
"@grafana/ui": ">=10.4"
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
checksum: 10/e34b4c56d5236a429fc4fa6cf381191911f1d34bbef1bd385683a9cf275d2619e0e95b1773865415a5596305bb2c14e8f6b5b55439a15bdbc4360e5cd9390c66
|
||||
checksum: 10/bac4dfeda33eaf6c341ec085fd97e0ae6a9e67f7936c11666ac6bd1a69fd95606aa3f5f3ac517367cdd895ba7d662e4c62d1d0014fc8817c2d27f9a5b1625bb6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -18960,7 +18960,7 @@ __metadata:
|
||||
"@grafana/prometheus": "workspace:*"
|
||||
"@grafana/runtime": "workspace:*"
|
||||
"@grafana/saga-icons": "workspace:*"
|
||||
"@grafana/scenes": "npm:5.18.1"
|
||||
"@grafana/scenes": "npm:5.18.2"
|
||||
"@grafana/schema": "workspace:*"
|
||||
"@grafana/sql": "workspace:*"
|
||||
"@grafana/tsconfig": "npm:^2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user