From fe5792780f99001a66ef22cfc2ab6d7be50f1d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 07:54:28 +0000 Subject: [PATCH] Bump eslint-plugin-qunit from 7.3.4 to 8.2.3 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 7.3.4 to 8.2.3. - [Release notes](https://github.com/platinumazure/eslint-plugin-qunit/releases) - [Changelog](https://github.com/qunitjs/eslint-plugin-qunit/blob/main/CHANGELOG.md) - [Commits](https://github.com/platinumazure/eslint-plugin-qunit/compare/v7.3.4...v8.2.3) --- updated-dependencies: - dependency-name: eslint-plugin-qunit dependency-version: 8.2.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 623e4c40..2da4ddef 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-ember": "^11.0.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-qunit": "^7.3.1", + "eslint-plugin-qunit": "^8.2.3", "loader.js": "^4.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 99381466..5b783a55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5357,10 +5357,10 @@ eslint-plugin-prettier@^4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-qunit@^7.3.1: - version "7.3.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz#2465b6f29ff56fbe9b741bde2740dec109ee9bec" - integrity sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw== +eslint-plugin-qunit@^8.2.3: + version "8.2.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-8.2.3.tgz#163c7c08f55f0bd29e994157150e5461c0574a33" + integrity sha512-rBDTZONPHbTRHsqbQl0ZZkaUpWRaIBXZRyGfBViIY0Ra+GBhKJBQlsLFFWpqnJF+lWau7hyLO/aeO8zD8nEzYQ== dependencies: eslint-utils "^3.0.0" requireindex "^1.2.0"