From d06135e48f5f6f07278fd52695464db46c9f6ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 07:10:35 +0000 Subject: [PATCH 1/2] Bump grunt-eslint from 23.0.0 to 24.0.0 in /searx/static/themes/simple Bumps [grunt-eslint](https://github.com/sindresorhus/grunt-eslint) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/sindresorhus/grunt-eslint/releases) - [Commits](https://github.com/sindresorhus/grunt-eslint/compare/v23.0.0...v24.0.0) --- updated-dependencies: - dependency-name: grunt-eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- searx/static/themes/simple/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 1ca09536f..f1c177971 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -10,7 +10,7 @@ "grunt-contrib-uglify": "~5.0.1", "grunt-xmlmin": "~0.1.8", "grunt-contrib-watch": "~1.1.0", - "grunt-eslint": "^23.0.0", + "grunt-eslint": "^24.0.0", "grunt-stylelint": "^0.16.0", "grunt-image": "^6.4.0", "ionicons": "^5.5.4", From 15758f1ac2aba37a2ce418a20ccacc43841aa3c8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 22 Oct 2021 10:03:45 +0200 Subject: [PATCH 2/2] [fix] eslint - option configFile changed to overrideConfigFile https://github.com/sindresorhus/grunt-eslint/pull/171 Signed-off-by: Markus Heiser --- searx/static/themes/simple/gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index f85f92a13..3d72a9270 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { }, eslint: { options: { - configFile: '.eslintrc.json', + overrideConfigFile: '.eslintrc.json', failOnError: false }, target: [