From f563126b8d1de5e44ccb2f3fbdb1d96eea51113c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 10:33:04 -0400
Subject: [PATCH] Bump eslint-plugin-jest from 27.2.2 to 27.9.0 (#137)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 27.2.2 to 27.9.0.
Release notes
Sourced from eslint-plugin-jest's
releases.
v27.9.0
27.9.0
(2024-02-16)
Features
- add should-be-fine support for flat configs (#1505)
(4cc2a1b)
v27.8.0
27.8.0
(2024-02-13)
Features
v27.8.0-next.1
Features
v27.7.0
27.7.0
(2024-02-13)
Features
- allow
[@typescript-eslint](https://github.com/typescript-eslint)
v7 (#1500)
(6be2928)
v27.6.3
27.6.3
(2024-01-12)
Bug Fixes
v27.6.2
27.6.2
(2024-01-10)
Reverts
- Revert "chore: use relative path to parent
tsconfig.json
(#1476)"
(5e6199d),
closes #1476
v27.6.1
27.6.1
(2024-01-01)
... (truncated)
Changelog
Sourced from eslint-plugin-jest's
changelog.
27.9.0
(2024-02-16)
Features
- add should-be-fine support for flat configs (#1505)
(4cc2a1b)
27.8.0
(2024-02-13)
Features
27.7.0
(2024-02-13)
Features
- allow
[@typescript-eslint](https://github.com/typescript-eslint)
v7 (#1500)
(6be2928)
27.6.3
(2024-01-12)
Bug Fixes
27.6.2
(2024-01-10)
Reverts
- Revert "chore: use relative path to parent
tsconfig.json
(#1476)"
(5e6199d),
closes #1476
27.6.1
(2024-01-01)
Bug Fixes
- include plugin
meta
information with snapshot processor
for ESLint v9 (#1484)
(067e246)
27.6.0
(2023-10-26)
Features
- include plugin
meta
information for ESLint v9 (#1454)
(4d57146)
27.5.0
(2023-10-26)
... (truncated)
Commits
d75ba30
chore(release): 27.9.0 [skip ci]
4cc2a1b
feat: add should-be-fine support for flat configs (#1505)
14eafdd
refactor: use types from @typescript-eslint/utils
for
snapshot processor (#...
8fac5eb
ci: don't test @typescript-eslint
v7 against Node v19 (#1502)
8557b08
chore(release): 27.8.0 [skip ci]
9e9cf83
feat: support failing.each
(#1499)
b100c13
chore(release): 27.7.0 [skip ci]
6be2928
feat: allow @typescript-eslint
v7 (#1500)
196581a
chore: format tsconfig.json
(#1501)
09e7b04
chore(deps): lock file maintenance
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=27.2.2&new-version=27.9.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.json | 2 +-
yarn.lock | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index 263404a..53ddbbe 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
- "eslint-plugin-jest": "^27.2.2",
+ "eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.6.4",
"prettier": "2.7.1",
diff --git a/yarn.lock b/yarn.lock
index 774f08d..43f00cc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -606,7 +606,7 @@ __metadata:
eslint-plugin-es: ^4.1.0
eslint-plugin-filenames: ^1.3.2
eslint-plugin-import: ^2.27.5
- eslint-plugin-jest: ^27.2.2
+ eslint-plugin-jest: ^27.9.0
eslint-plugin-prettier: ^4.2.1
jest: 29.6.4
prettier: 2.7.1
@@ -3366,13 +3366,13 @@ __metadata:
languageName: node
linkType: hard
-"eslint-plugin-jest@npm:^27.2.2":
- version: 27.2.2
- resolution: "eslint-plugin-jest@npm:27.2.2"
+"eslint-plugin-jest@npm:^27.9.0":
+ version: 27.9.0
+ resolution: "eslint-plugin-jest@npm:27.9.0"
dependencies:
"@typescript-eslint/utils": ^5.10.0
peerDependencies:
- "@typescript-eslint/eslint-plugin": ^5.0.0
+ "@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0
eslint: ^7.0.0 || ^8.0.0
jest: "*"
peerDependenciesMeta:
@@ -3380,7 +3380,7 @@ __metadata:
optional: true
jest:
optional: true
- checksum: 98b63252d985f5dedf36ce9587dd4a0d24daf71ca8a997258343402c0d33ddd5070502378dafd9ac7fc0ef2e0d557b5c77f18e09ad73c71a52de8061db88293f
+ checksum: e2a4b415105408de28ad146818fcc6f4e122f6a39c6b2216ec5c24a80393f1390298b20231b0467bc5fd730f6e24b05b89e1a6a3ce651fc159aa4174ecc233d0
languageName: node
linkType: hard