From d1e9ea5cb9903ba350eb015e6a30dd7e700adfd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:52:07 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v29.15.5 --- Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/dotnetweb/Dockerfile | 2 +- flavors/javascript/Dockerfile | 2 +- linters/javascript_es/Dockerfile | 2 +- linters/tsx_eslint/Dockerfile | 2 +- linters/typescript_es/Dockerfile | 2 +- megalinter/descriptors/javascript.megalinter-descriptor.yml | 2 +- megalinter/descriptors/tsx.megalinter-descriptor.yml | 2 +- megalinter/descriptors/typescript.megalinter-descriptor.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 047e418e551..edafafca4a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -246,7 +246,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-import-x ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 # renovate: datasource=npm depName=eslint-plugin-prettier diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 0a818bc5753..835e054aacb 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -185,7 +185,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-import-x ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 # renovate: datasource=npm depName=eslint-plugin-prettier diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 41f55618cbf..9e46087870c 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -178,7 +178,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-import-x ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 # renovate: datasource=npm depName=eslint-plugin-prettier diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 222fd1c1af8..515948ed133 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -159,7 +159,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-import-x ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 # renovate: datasource=npm depName=eslint-plugin-prettier diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index ed9308a72e0..4a8d49cccc8 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -63,7 +63,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-import-x ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 # renovate: datasource=npm depName=eslint-plugin-prettier diff --git a/linters/tsx_eslint/Dockerfile b/linters/tsx_eslint/Dockerfile index 73fd1601b57..85560cda4aa 100644 --- a/linters/tsx_eslint/Dockerfile +++ b/linters/tsx_eslint/Dockerfile @@ -61,7 +61,7 @@ ARG NPM_ESLINT_VERSION=10.7.0 # renovate: datasource=npm depName=eslint-config-prettier ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.6 # renovate: datasource=npm depName=@eslint-react/eslint-plugin diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index 9ccb1fee66e..8d32aa2d657 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -65,7 +65,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-import-x ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 # renovate: datasource=npm depName=eslint-plugin-jest -ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 +ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 # renovate: datasource=npm depName=eslint-plugin-prettier diff --git a/megalinter/descriptors/javascript.megalinter-descriptor.yml b/megalinter/descriptors/javascript.megalinter-descriptor.yml index 4b0d2c5744a..706f49ea052 100644 --- a/megalinter/descriptors/javascript.megalinter-descriptor.yml +++ b/megalinter/descriptors/javascript.megalinter-descriptor.yml @@ -219,7 +219,7 @@ linters: ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 - |- # renovate: datasource=npm depName=eslint-plugin-jest - ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 + ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 - |- # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2 diff --git a/megalinter/descriptors/tsx.megalinter-descriptor.yml b/megalinter/descriptors/tsx.megalinter-descriptor.yml index 05f305d82a0..267144588f3 100644 --- a/megalinter/descriptors/tsx.megalinter-descriptor.yml +++ b/megalinter/descriptors/tsx.megalinter-descriptor.yml @@ -184,7 +184,7 @@ linters: ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 - |- # renovate: datasource=npm depName=eslint-plugin-jest - ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 + ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 - |- # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.6 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index 12e71e5f87a..26cd2ed5f45 100644 --- a/megalinter/descriptors/typescript.megalinter-descriptor.yml +++ b/megalinter/descriptors/typescript.megalinter-descriptor.yml @@ -207,7 +207,7 @@ linters: ARG NPM_ESLINT_PLUGIN_IMPORT_X_VERSION=4.17.1 - |- # renovate: datasource=npm depName=eslint-plugin-jest - ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.4 + ARG NPM_ESLINT_PLUGIN_JEST_VERSION=29.15.5 - |- # renovate: datasource=npm depName=eslint-plugin-n ARG NPM_ESLINT_PLUGIN_N_VERSION=18.2.2