From 41273a5fefa128d6ca94cbacab643b08b8071fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:07:14 +0100 Subject: [PATCH] build(deps-dev): bump prettier from 3.3.3 to 3.4.0 (#1645) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Jelinek --- docs/Input.md | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- .../src/components/bottomBar/AbstractViews.ts | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Input.md b/docs/Input.md index a386cae01..2a067ca22 100644 --- a/docs/Input.md +++ b/docs/Input.md @@ -128,5 +128,5 @@ Page object retrieved when calling `getAction` or `getActions` representing Quic ```typescript // get label const label = await button.getLabel(); -const label1 = await((await buttons).at(1)).getLabel(); +const label1 = await (await buttons).at(1).getLabel(); ``` diff --git a/package-lock.json b/package-lock.json index 2d13aef52..e8e836871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-define-config": "^2.1.0", "eslint-plugin-prettier": "^5.2.1", "lerna": "^8.1.9", - "prettier": "3.3.3", + "prettier": "3.4.0", "rimraf": "^6.0.1", "typescript": "^5.7.2" } @@ -8874,9 +8874,9 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.0.tgz", + "integrity": "sha512-/OXNZcLyWkfo13ofOW5M7SLh+k5pnIs07owXK2teFpnfaOEcycnSy7HQxldaVX1ZP/7Q8oO1eDuQJNwbomQq5Q==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index e6dc5ece0..328f5ddf5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-define-config": "^2.1.0", "eslint-plugin-prettier": "^5.2.1", "lerna": "^8.1.9", - "prettier": "3.3.3", + "prettier": "3.4.0", "rimraf": "^6.0.1", "typescript": "^5.7.2" } diff --git a/packages/page-objects/src/components/bottomBar/AbstractViews.ts b/packages/page-objects/src/components/bottomBar/AbstractViews.ts index 97eda1237..762a08650 100644 --- a/packages/page-objects/src/components/bottomBar/AbstractViews.ts +++ b/packages/page-objects/src/components/bottomBar/AbstractViews.ts @@ -76,7 +76,7 @@ export abstract class ChannelView extends ElementWithContextMenu { * View with channel selection and text area */ export abstract class TextView extends ChannelView { - protected declare actionsLabel: string; + declare protected actionsLabel: string; /** * Get all text from the currently open channel