From 230561d6b49a8f19e70fdf4697909fcf6d5f6024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:09:33 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-qunit from 7.3.4 to 8.0.0 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 7.3.4 to 8.0.0. - [Release notes](https://github.com/platinumazure/eslint-plugin-qunit/releases) - [Changelog](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/CHANGELOG.md) - [Commits](https://github.com/platinumazure/eslint-plugin-qunit/compare/v7.3.4...v8.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-qunit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 81340ce4..9e8bdb06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -257,8 +257,8 @@ importers: specifier: ^4.2.1 version: 4.2.1(eslint-config-prettier@9.0.0)(eslint@8.49.0)(prettier@2.8.8) eslint-plugin-qunit: - specifier: ^7.3.4 - version: 7.3.4(eslint@8.49.0) + specifier: ^8.0.0 + version: 8.0.0(eslint@8.49.0) lerna-changelog: specifier: ^2.2.0 version: 2.2.0 @@ -10527,9 +10527,9 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-qunit@7.3.4(eslint@8.49.0): - resolution: {integrity: sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==} - engines: {node: 12.x || 14.x || >=16.0.0} + /eslint-plugin-qunit@8.0.0(eslint@8.49.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@8.49.0) requireindex: 1.2.0 diff --git a/test-app/package.json b/test-app/package.json index b8078761..0e853449 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -75,7 +75,7 @@ "eslint-plugin-ember": "^11.11.1", "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-qunit": "^7.3.4", + "eslint-plugin-qunit": "^8.0.0", "lerna-changelog": "^2.2.0", "loader.js": "^4.7.0", "prettier": "^2.8.8",