From 3b4e4ed735c934aff1e4df01012ffa4de98b13b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:21:52 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 28.13.0 to 28.14.0 in /frontend (#1271) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.13.0 to 28.14.0.
Release notes

Sourced from eslint-plugin-jest's releases.

v28.14.0

28.14.0 (2025-06-15)

Features

v28.13.5

28.13.5 (2025-06-13)

Bug Fixes

v28.13.4

28.13.4 (2025-06-13)

Bug Fixes

v28.13.3

28.13.3 (2025-06-10)

Bug Fixes

v28.13.2

28.13.2 (2025-06-10)

Bug Fixes

v28.13.1

28.13.1 (2025-06-10)

Bug Fixes

Changelog

Sourced from eslint-plugin-jest's changelog.

28.14.0 (2025-06-15)

Features

28.13.5 (2025-06-13)

Bug Fixes

28.13.4 (2025-06-13)

Bug Fixes

28.13.3 (2025-06-10)

Bug Fixes

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.13.0&new-version=28.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index df034f34..7bcd5e58 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-mantine": "^3.2.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.13.0", + "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4169edf5..f13b6fc4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3122,10 +3122,10 @@ eslint-plugin-import@^2.31.0: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-jest@^28.13.0: - version "28.13.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.0.tgz#f215195915cefe3ed14145f841b6e7c90d60a672" - integrity sha512-4AuBcFWOriOeEqy6s4Zup/dQ7E1EPTyyfDaMYmM2YP9xEWPWwK3yYifH1dzY6aHRvyx7y53qMSIyT5s+jrorsQ== +eslint-plugin-jest@^28.14.0: + version "28.14.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz#02da77dc27d7b4c5480df3552ea26de056857b36" + integrity sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"