From 4c95f786c00e5f45de41aab10a36ea986911bb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 01:09:34 +0200 Subject: [PATCH] Build(deps-dev): Bump eslint-plugin-qunit in /app/assets/javascripts (#22337) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/assets/javascripts/discourse/package.json | 2 +- app/assets/javascripts/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index 06edbacf0a1..132645ec5c7 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -101,7 +101,7 @@ "ember-functions-as-helper-polyfill": "^2.1.1", "ember-qunit": "^6.2.0", "eslint": "^8.43.0", - "eslint-plugin-qunit": "^7.3.4", + "eslint-plugin-qunit": "^8.0.0", "imports-loader": "^4.0.1", "loader.js": "^4.7.0", "pretender": "^3.4.7", diff --git a/app/assets/javascripts/yarn.lock b/app/assets/javascripts/yarn.lock index 76e39870aca..88829e3d550 100644 --- a/app/assets/javascripts/yarn.lock +++ b/app/assets/javascripts/yarn.lock @@ -4423,10 +4423,10 @@ escape-string-regexp@^5.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== -eslint-plugin-qunit@^7.3.4: - version "7.3.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz#2465b6f29ff56fbe9b741bde2740dec109ee9bec" - integrity sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw== +eslint-plugin-qunit@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-8.0.0.tgz#92df9b8cc144a67edaf961e9c4db75d98065ce85" + integrity sha512-ly2x/pmJPcS0ztGAPap6qLC13GjOFwhBbvun0K1dAjaxaC6KB3TYjeBo+5pGvXqL3WdicmYxEKhTGwmhvoxMBQ== dependencies: eslint-utils "^3.0.0" requireindex "^1.2.0"