From b2e965c7683097395fc2b13b375d853cac06eff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:52:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-qunit from 8.0.1 to 8.1.2 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 8.0.1 to 8.1.2. - [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/v8.0.1...v8.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-qunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- test-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07de8b90..4d0d2e77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -278,8 +278,8 @@ importers: specifier: ^5.1.3 version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-qunit: - specifier: ^8.0.1 - version: 8.0.1(eslint@8.57.0) + specifier: ^8.1.2 + version: 8.1.2(eslint@8.57.0) lerna-changelog: specifier: ^2.2.0 version: 2.2.0 @@ -9116,8 +9116,8 @@ packages: synckit: 0.8.8 dev: true - /eslint-plugin-qunit@8.0.1(eslint@8.57.0): - resolution: {integrity: sha512-3bFOPryXoQOez95oP/JfWTxHBc/bgDQQZqTuv9uYTwH5sdIvSM2TES1iHDcy/F/LvqiqIpscDAOPAjlqSCnNPg==} + /eslint-plugin-qunit@8.1.2(eslint@8.57.0): + resolution: {integrity: sha512-2gDQdHlQW8GVXD7YYkO8vbm9Ldc60JeGMuQN5QlD48OeZ8znBvvoHWZZMeXjvoDPReGaLEvyuWrDtrI8bDbcqw==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} dependencies: eslint-utils: 3.0.0(eslint@8.57.0) diff --git a/test-app/package.json b/test-app/package.json index d3a6599f..c157063e 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -76,7 +76,7 @@ "eslint-plugin-ember": "^12.2.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-qunit": "^8.0.1", + "eslint-plugin-qunit": "^8.1.2", "lerna-changelog": "^2.2.0", "loader.js": "^4.7.0", "prettier": "^3.2.5",