Skip to content

Commit efd0f69

Browse files
chore(deps): bump eslint-plugin-jest to ^26.0.0 (#798)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1791d57 commit efd0f69

File tree

2 files changed

+53
-7
lines changed

2 files changed

+53
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cross-env": "^7.0.3",
5757
"cypress": "^9.0.0",
5858
"eslint": "^7.27.0",
59-
"eslint-plugin-jest": "^25.0.0",
59+
"eslint-plugin-jest": "^26.0.0",
6060
"jest": "^27.0.3",
6161
"jest-diff": "^27.0.2",
6262
"jest-environment-jsdom": "^27.0.3",

yarn.lock

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@
16521652
semver "^7.3.5"
16531653
tsutils "^3.21.0"
16541654

1655-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^5.0.0":
1655+
"@typescript-eslint/[email protected]":
16561656
version "5.9.0"
16571657
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
16581658
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
@@ -1674,6 +1674,14 @@
16741674
"@typescript-eslint/typescript-estree" "5.9.0"
16751675
debug "^4.3.2"
16761676

1677+
"@typescript-eslint/[email protected]":
1678+
version "5.10.1"
1679+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
1680+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
1681+
dependencies:
1682+
"@typescript-eslint/types" "5.10.1"
1683+
"@typescript-eslint/visitor-keys" "5.10.1"
1684+
16771685
"@typescript-eslint/[email protected]":
16781686
version "5.9.0"
16791687
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
@@ -1691,11 +1699,29 @@
16911699
debug "^4.3.2"
16921700
tsutils "^3.21.0"
16931701

1702+
"@typescript-eslint/[email protected]":
1703+
version "5.10.1"
1704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
1705+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
1706+
16941707
"@typescript-eslint/[email protected]":
16951708
version "5.9.0"
16961709
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
16971710
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
16981711

1712+
"@typescript-eslint/[email protected]":
1713+
version "5.10.1"
1714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
1715+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
1716+
dependencies:
1717+
"@typescript-eslint/types" "5.10.1"
1718+
"@typescript-eslint/visitor-keys" "5.10.1"
1719+
debug "^4.3.2"
1720+
globby "^11.0.4"
1721+
is-glob "^4.0.3"
1722+
semver "^7.3.5"
1723+
tsutils "^3.21.0"
1724+
16991725
"@typescript-eslint/[email protected]":
17001726
version "5.9.0"
17011727
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
@@ -1709,6 +1735,26 @@
17091735
semver "^7.3.5"
17101736
tsutils "^3.21.0"
17111737

1738+
"@typescript-eslint/utils@^5.10.0":
1739+
version "5.10.1"
1740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
1741+
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
1742+
dependencies:
1743+
"@types/json-schema" "^7.0.9"
1744+
"@typescript-eslint/scope-manager" "5.10.1"
1745+
"@typescript-eslint/types" "5.10.1"
1746+
"@typescript-eslint/typescript-estree" "5.10.1"
1747+
eslint-scope "^5.1.1"
1748+
eslint-utils "^3.0.0"
1749+
1750+
"@typescript-eslint/[email protected]":
1751+
version "5.10.1"
1752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
1753+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
1754+
dependencies:
1755+
"@typescript-eslint/types" "5.10.1"
1756+
eslint-visitor-keys "^3.0.0"
1757+
17121758
"@typescript-eslint/[email protected]":
17131759
version "5.9.0"
17141760
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
@@ -2843,12 +2889,12 @@ escodegen@^2.0.0:
28432889
optionalDependencies:
28442890
source-map "~0.6.1"
28452891

2846-
eslint-plugin-jest@^25.0.0:
2847-
version "25.3.4"
2848-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.4.tgz#2031dfe495be1463330f8b80096ddc91f8e6387f"
2849-
integrity sha512-CCnwG71wvabmwq/qkz0HWIqBHQxw6pXB1uqt24dxqJ9WB34pVg49bL1sjXphlJHgTMWGhBjN1PicdyxDxrfP5A==
2892+
eslint-plugin-jest@^26.0.0:
2893+
version "26.0.0"
2894+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
2895+
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
28502896
dependencies:
2851-
"@typescript-eslint/experimental-utils" "^5.0.0"
2897+
"@typescript-eslint/utils" "^5.10.0"
28522898

28532899
eslint-scope@^5.1.1:
28542900
version "5.1.1"

0 commit comments

Comments
 (0)