From d440c8b913773cbfe4ccbeb0db91e5714bb370e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:49:31 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-qunit from 7.3.4 to 8.0.1 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 7.3.4 to 8.0.1. - [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.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 | 18 +++++++++--------- test-app/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74cee322..825ed0c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -295,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.0.1 + version: 8.0.1(eslint@8.56.0) file-loader: specifier: 6.2.0 version: 6.2.0(webpack@5.89.0) @@ -9103,9 +9107,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.0.1(eslint@8.56.0): + resolution: {integrity: sha512-3bFOPryXoQOez95oP/JfWTxHBc/bgDQQZqTuv9uYTwH5sdIvSM2TES1iHDcy/F/LvqiqIpscDAOPAjlqSCnNPg==} + 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 @@ -17523,7 +17527,3 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} dev: true - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false diff --git a/test-app/package.json b/test-app/package.json index 86c7d84d..fa7314d4 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.0.1", "file-loader": "6.2.0", "lerna-changelog": "2.2.0", "lint-to-the-future": "2.0.0",