From 39e99c8ed64a58cbd8f8096414878918d433c241 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 08:42:25 +0000
Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-jest from 28.9.0 to
28.10.0 (#1116)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.9.0 to 28.10.0.
Release notes
Sourced from eslint-plugin-jest's
releases.
v28.10.0
Features
- unbound-method: ignore functions passed to
jest.mocked
(#1681)
(d868636)
Changelog
Sourced from eslint-plugin-jest's
changelog.
Features
- unbound-method: ignore functions passed to
jest.mocked
(#1681)
(d868636)
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.9.0&new-version=28.10.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>
---
package-lock.json | 9 ++++-----
package.json | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 1c57be3c..32a0a4e1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -68,7 +68,7 @@
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
- "eslint-plugin-jest": "^28.9.0",
+ "eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-node": "^11.1.0",
@@ -7968,11 +7968,10 @@
}
},
"node_modules/eslint-plugin-jest": {
- "version": "28.9.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
- "integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
+ "version": "28.10.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz",
+ "integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==",
"dev": true,
- "license": "MIT",
"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
diff --git a/package.json b/package.json
index 5ba6c8a9..befccaee 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
- "eslint-plugin-jest": "^28.9.0",
+ "eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-node": "^11.1.0",