Skip to content

Commit d30ceaa

Browse files
renovate-botliterat
authored andcommitted
Deps: Update dependency eslint-plugin-jest to v26
1 parent 1178dae commit d30ceaa

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

packages/eslint-config-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@lmc-eu/eslint-config-base": "^1.1.1",
30-
"eslint-plugin-jest": "^25.3.0",
30+
"eslint-plugin-jest": "^26.0.0",
3131
"eslint-plugin-jest-formatting": "^3.1.0"
3232
},
3333
"peerDependencies": {

yarn.lock

+42-42
Original file line numberDiff line numberDiff line change
@@ -2197,50 +2197,50 @@
21972197
dependencies:
21982198
"@types/yargs-parser" "*"
21992199

2200-
"@typescript-eslint/experimental-utils@^5.0.0":
2201-
version "5.7.0"
2202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.7.0.tgz#2b1633e6613c3238036156f70c32634843ad034f"
2203-
integrity sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A==
2204-
dependencies:
2205-
"@types/json-schema" "^7.0.9"
2206-
"@typescript-eslint/scope-manager" "5.7.0"
2207-
"@typescript-eslint/types" "5.7.0"
2208-
"@typescript-eslint/typescript-estree" "5.7.0"
2209-
eslint-scope "^5.1.1"
2210-
eslint-utils "^3.0.0"
2211-
2212-
"@typescript-eslint/[email protected]":
2213-
version "5.7.0"
2214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.7.0.tgz#70adf960e5a58994ad50438ba60d98ecadd79452"
2215-
integrity sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA==
2216-
dependencies:
2217-
"@typescript-eslint/types" "5.7.0"
2218-
"@typescript-eslint/visitor-keys" "5.7.0"
2219-
2220-
"@typescript-eslint/[email protected]":
2221-
version "5.7.0"
2222-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.7.0.tgz#2d4cae0105ba7d08bffa69698197a762483ebcbe"
2223-
integrity sha512-5AeYIF5p2kAneIpnLFve8g50VyAjq7udM7ApZZ9JYjdPjkz0LvODfuSHIDUVnIuUoxafoWzpFyU7Sqbxgi79mA==
2224-
2225-
"@typescript-eslint/[email protected]":
2226-
version "5.7.0"
2227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.7.0.tgz#968fad899050ccce4f08a40cd5fabc0798525006"
2228-
integrity sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg==
2229-
dependencies:
2230-
"@typescript-eslint/types" "5.7.0"
2231-
"@typescript-eslint/visitor-keys" "5.7.0"
2200+
"@typescript-eslint/[email protected]":
2201+
version "5.16.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
2203+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
2204+
dependencies:
2205+
"@typescript-eslint/types" "5.16.0"
2206+
"@typescript-eslint/visitor-keys" "5.16.0"
2207+
2208+
"@typescript-eslint/[email protected]":
2209+
version "5.16.0"
2210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
2211+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
2212+
2213+
"@typescript-eslint/[email protected]":
2214+
version "5.16.0"
2215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
2216+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
2217+
dependencies:
2218+
"@typescript-eslint/types" "5.16.0"
2219+
"@typescript-eslint/visitor-keys" "5.16.0"
22322220
debug "^4.3.2"
22332221
globby "^11.0.4"
22342222
is-glob "^4.0.3"
22352223
semver "^7.3.5"
22362224
tsutils "^3.21.0"
22372225

2238-
"@typescript-eslint/[email protected]":
2239-
version "5.7.0"
2240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.7.0.tgz#e05164239eb7cb8aa9fa06c516ede480ce260178"
2241-
integrity sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg==
2226+
"@typescript-eslint/utils@^5.10.0":
2227+
version "5.16.0"
2228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
2229+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
2230+
dependencies:
2231+
"@types/json-schema" "^7.0.9"
2232+
"@typescript-eslint/scope-manager" "5.16.0"
2233+
"@typescript-eslint/types" "5.16.0"
2234+
"@typescript-eslint/typescript-estree" "5.16.0"
2235+
eslint-scope "^5.1.1"
2236+
eslint-utils "^3.0.0"
2237+
2238+
"@typescript-eslint/[email protected]":
2239+
version "5.16.0"
2240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
2241+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
22422242
dependencies:
2243-
"@typescript-eslint/types" "5.7.0"
2243+
"@typescript-eslint/types" "5.16.0"
22442244
eslint-visitor-keys "^3.0.0"
22452245

22462246
"@zkochan/cmd-shim@^3.1.0":
@@ -4187,12 +4187,12 @@ eslint-plugin-jest-formatting@^3.1.0:
41874187
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.1.0.tgz#b26dd5a40f432b642dcc880021a771bb1c93dcd2"
41884188
integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==
41894189

4190-
eslint-plugin-jest@^25.3.0:
4191-
version "25.3.0"
4192-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.0.tgz#6c04bbf13624a75684a05391a825b58e2e291950"
4193-
integrity sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==
4190+
eslint-plugin-jest@^26.0.0:
4191+
version "26.1.3"
4192+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.3.tgz#e722e5efeea18aa9dec7c7349987b641db19feb7"
4193+
integrity sha512-Pju+T7MFpo5VFhFlwrkK/9jRUu18r2iugvgyrWOnnGRaVTFFmFXp+xFJpHyqmjjLmGJPKLeEFLVTAxezkApcpQ==
41944194
dependencies:
4195-
"@typescript-eslint/experimental-utils" "^5.0.0"
4195+
"@typescript-eslint/utils" "^5.10.0"
41964196

41974197
eslint-plugin-jsdoc@^37.1.0:
41984198
version "37.1.0"

0 commit comments

Comments
 (0)