From abe3edc9e64fa719f7ce81719787459bf5a1c2b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:38:43 +0000 Subject: [PATCH] Update dependency eslint-plugin-qunit to v8 --- pnpm-lock.yaml | 10 +++++----- test-app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95e647855..bf94ea041 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -221,8 +221,8 @@ importers: specifier: 4.2.1 version: 4.2.1(eslint-config-prettier@9.0.0)(eslint@7.32.0)(prettier@2.8.8) eslint-plugin-qunit: - specifier: 7.3.4 - version: 7.3.4(eslint@7.32.0) + specifier: 8.0.0 + version: 8.0.0(eslint@7.32.0) file-loader: specifier: 6.2.0 version: 6.2.0(webpack@5.88.2) @@ -9908,9 +9908,9 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-qunit@7.3.4(eslint@7.32.0): - resolution: {integrity: sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==} - engines: {node: 12.x || 14.x || >=16.0.0} + /eslint-plugin-qunit@8.0.0(eslint@7.32.0): + resolution: {integrity: sha512-ly2x/pmJPcS0ztGAPap6qLC13GjOFwhBbvun0K1dAjaxaC6KB3TYjeBo+5pGvXqL3WdicmYxEKhTGwmhvoxMBQ==} + engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} dependencies: eslint-utils: 3.0.0(eslint@7.32.0) requireindex: 1.2.0 diff --git a/test-app/package.json b/test-app/package.json index f0f6439ee..8a0f745ad 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -60,7 +60,7 @@ "eslint-plugin-ember": "11.11.1", "eslint-plugin-n": "16.0.2", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-qunit": "7.3.4", + "eslint-plugin-qunit": "8.0.0", "file-loader": "6.2.0", "loader.js": "4.7.0", "prettier": "2.8.8",