Skip to content

Commit 7ad2cc4

Browse files
chore(deps): update dependency eslint-plugin-jest to v29 (#6012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d482e0f commit 7ad2cc4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-check-file": "2.6.2",
4545
"eslint-plugin-etc": "2.0.3",
4646
"eslint-plugin-import": "2.32.0",
47-
"eslint-plugin-jest": "28.14.0",
47+
"eslint-plugin-jest": "29.0.1",
4848
"eslint-plugin-jsx-a11y": "6.10.2",
4949
"eslint-plugin-n": "16.6.2",
5050
"eslint-plugin-prettier": "5.5.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,7 +3731,7 @@
37313731
eslint-scope "^5.1.1"
37323732
semver "^7.3.7"
37333733

3734-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
3734+
"@typescript-eslint/utils@^8.0.0":
37353735
version "8.46.3"
37363736
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
37373737
integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
@@ -7927,12 +7927,12 @@ [email protected]:
79277927
string.prototype.trimend "^1.0.9"
79287928
tsconfig-paths "^3.15.0"
79297929

7930-
eslint-plugin-jest@28.14.0:
7931-
version "28.14.0"
7932-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz#02da77dc27d7b4c5480df3552ea26de056857b36"
7933-
integrity sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==
7930+
eslint-plugin-jest@29.0.1:
7931+
version "29.0.1"
7932+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
7933+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
79347934
dependencies:
7935-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
7935+
"@typescript-eslint/utils" "^8.0.0"
79367936

79377937
79387938
version "6.10.2"

0 commit comments

Comments
 (0)