From d577c0ed18914fcf9c6c9e8e396984a5f13b120d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:19:12 +0200 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-sonarjs from 0.24.0 to 1.0.3 (#166) * chore(deps-dev): Bump eslint-plugin-sonarjs from 0.24.0 to 1.0.3 Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.24.0 to 1.0.3. - [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases) - [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.24.0...1.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-sonarjs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix: update for eslint-plugin-sonarjs 1.0.3 Signed-off-by: Jeff MAURY --------- Signed-off-by: dependabot[bot] Signed-off-by: Jeff MAURY Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff MAURY --- .eslintrc.json | 2 +- package.json | 2 +- tests/src/sso-extension.spec.ts | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7f5bbd85..fb5256d7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,7 @@ "plugin:import/recommended", "plugin:import/typescript", "plugin:etc/recommended", - "plugin:sonarjs/recommended" + "plugin:sonarjs/recommended-legacy" ], "parser": "@typescript-eslint/parser", "parserOptions": { diff --git a/package.json b/package.json index 3ac5cc95..df5af1ef 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-no-null": "^1.0.2", "eslint-plugin-redundant-undefined": "^1.0.0", "eslint-plugin-simple-import-sort": "^12.1.1", - "eslint-plugin-sonarjs": "^0.24.0", + "eslint-plugin-sonarjs": "^1.0.3", "eslint-plugin-unicorn": "^54.0.0", "mkdirp": "^3.0.1", "prettier": "^3.3.2", diff --git a/tests/src/sso-extension.spec.ts b/tests/src/sso-extension.spec.ts index 720f2605..9d689d68 100644 --- a/tests/src/sso-extension.spec.ts +++ b/tests/src/sso-extension.spec.ts @@ -82,7 +82,7 @@ describe('Red Hat Authentication extension verification', async () => { test('Extension card is present and active', async () => { const extensions = await navBar.openExtensions(); await playExpect.poll(async () => - await extensions.extensionIsInstalled(extensionLabel), { timeout: 30000 } + await extensions.extensionIsInstalled(extensionLabel), { timeout: 30000 }, ).toBeTruthy(); const extensionCard = await extensions.getInstalledExtension(extensionLabelName, extensionLabel); await playExpect(extensionCard.status).toHaveText(activeExtensionStatus); diff --git a/yarn.lock b/yarn.lock index de6b313a..0b919b32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1662,10 +1662,10 @@ eslint-plugin-simple-import-sort@^12.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.1.tgz#e64bfdaf91c5b98a298619aa634a9f7aa43b709e" integrity sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA== -eslint-plugin-sonarjs@^0.24.0: - version "0.24.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.24.0.tgz#b594ccb9b1d6123edd3c3fe3a45b4392e14932d7" - integrity sha512-87zp50mbbNrSTuoEOebdRQBPa0mdejA5UEjyuScyIw8hEpEjfWP89Qhkq5xVZfVyVSRQKZc9alVm7yRKQvvUmg== +eslint-plugin-sonarjs@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-1.0.3.tgz#423de6f9244c886633ff36183c6fbc9fb1ed867d" + integrity sha512-6s41HLPYPyDrp+5+7Db5yFYbod6h9pC7yx+xfcNwHRcLe1EZwbbQT/tdOAkR7ekVUkNGEvN3GmYakIoQUX7dEg== eslint-plugin-unicorn@^54.0.0: version "54.0.0"