From 879a55e17218704bc6b30fd81459d955e2a672f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:47:45 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-qunit from 7.3.4 to 8.1.1 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 7.3.4 to 8.1.1. - [Release notes](https://github.com/platinumazure/eslint-plugin-qunit/releases) - [Changelog](https://github.com/platinumazure/eslint-plugin-qunit/blob/main/CHANGELOG.md) - [Commits](https://github.com/platinumazure/eslint-plugin-qunit/compare/v7.3.4...v8.1.1) --- 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 0028b45f..ccf12177 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -299,8 +299,8 @@ importers: specifier: 5.1.3 version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.4) eslint-plugin-qunit: - specifier: 7.3.4 - version: 7.3.4(eslint@8.56.0) + specifier: 8.1.1 + version: 8.1.1(eslint@8.56.0) file-loader: specifier: 6.2.0 version: 6.2.0(webpack@5.89.0) @@ -9122,9 +9122,9 @@ packages: synckit: 0.8.8 dev: true - /eslint-plugin-qunit@7.3.4(eslint@8.56.0): - resolution: {integrity: sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==} - engines: {node: 12.x || 14.x || >=16.0.0} + /eslint-plugin-qunit@8.1.1(eslint@8.56.0): + resolution: {integrity: sha512-j3xhiAf2Wvr8Dfwl5T6tlJ+F55vqYE9ZdAHUOTzq1lGerYrXzOS46RvK4SSWug2D8sl3ZYr2lA4/hgVXgLloxw==} + engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} dependencies: eslint-utils: 3.0.0(eslint@8.56.0) requireindex: 1.2.0 diff --git a/test-app/package.json b/test-app/package.json index c973f5d5..99e7bc4f 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -76,7 +76,7 @@ "eslint-plugin-n": "16.6.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.1.3", - "eslint-plugin-qunit": "7.3.4", + "eslint-plugin-qunit": "8.1.1", "file-loader": "6.2.0", "lerna-changelog": "2.2.0", "lint-to-the-future": "2.0.0",