Skip to content

Commit 2808dc5

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps-dev): bump eslint-config-kentcdodds from 19.1.0 to 19.1.1
Bumps [eslint-config-kentcdodds](https://github.com/kentcdodds/eslint-config-kentcdodds) from 19.1.0 to 19.1.1. - [Release notes](https://github.com/kentcdodds/eslint-config-kentcdodds/releases) - [Commits](kentcdodds/eslint-config-kentcdodds@v19.1.0...v19.1.1) --- updated-dependencies: - dependency-name: eslint-config-kentcdodds dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58a83dd commit 2808dc5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@babel/preset-env": "^7.14.7",
118118
"@types/cross-spawn": "^6.0.2",
119119
"babel-jest": "^27.0.6",
120-
"eslint-config-kentcdodds": "^19.1.0",
120+
"eslint-config-kentcdodds": "^19.1.1",
121121
"husky": "^7.0.1",
122122
"jest-in-case": "^1.0.2",
123123
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@
16511651
dependencies:
16521652
"@types/yargs-parser" "*"
16531653

1654-
"@typescript-eslint/eslint-plugin@^4.28.3", "@typescript-eslint/eslint-plugin@^4.28.4":
1654+
"@typescript-eslint/eslint-plugin@^4.28.4":
16551655
version "4.28.4"
16561656
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.4.tgz#e73c8cabbf3f08dee0e1bda65ed4e622ae8f8921"
16571657
integrity sha512-s1oY4RmYDlWMlcV0kKPBaADn46JirZzvvH7c2CtAqxCY96S538JRBAzt83RrfkDheV/+G/vWNK0zek+8TB3Gmw==
@@ -1676,7 +1676,7 @@
16761676
eslint-scope "^5.1.1"
16771677
eslint-utils "^3.0.0"
16781678

1679-
"@typescript-eslint/parser@^4.28.3", "@typescript-eslint/parser@^4.28.4", "@typescript-eslint/parser@^4.4.1":
1679+
"@typescript-eslint/parser@^4.28.4", "@typescript-eslint/parser@^4.4.1":
16801680
version "4.28.4"
16811681
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.4.tgz#bc462dc2779afeefdcf49082516afdc3e7b96fab"
16821682
integrity sha512-4i0jq3C6n+og7/uCHiE6q5ssw87zVdpUj1k6VlVYMonE3ILdFApEzTWgppSRG4kVNB/5jxnH+gTeKLMNfUelQA==
@@ -3174,25 +3174,25 @@ eslint-config-airbnb@^18.2.0:
31743174
object.assign "^4.1.0"
31753175
object.entries "^1.1.2"
31763176

3177-
eslint-config-kentcdodds@^19.1.0:
3178-
version "19.1.0"
3179-
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-19.1.0.tgz#63cb9edf676c0ca5e9fd8daa03700dc393332246"
3180-
integrity sha512-CGYbgbhdqumpmu2NW4oOJX3VbNqsHmhYfezfMwKYcTtfvqGPaVJdcvBA3bti24v8wNK99GjYC+/770vyFWJpsQ==
3177+
eslint-config-kentcdodds@^19.1.1:
3178+
version "19.1.1"
3179+
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-19.1.1.tgz#1bb9d5565e18806a47e1bcdd0c2d2c94e05c642f"
3180+
integrity sha512-/4UTvkVT4t4qgBp3iKWC4f9egaBhRx1Tprt3LI+WsmtB5NBPATklR1UGNcGSjRDRWFxvJBDyQcNo/SwjBMq9Hg==
31813181
dependencies:
31823182
"@babel/core" "^7.14.6"
31833183
"@babel/eslint-parser" "^7.14.7"
31843184
"@babel/eslint-plugin" "^7.14.5"
31853185
"@babel/preset-react" "^7.14.5"
3186-
"@typescript-eslint/eslint-plugin" "^4.28.3"
3187-
"@typescript-eslint/parser" "^4.28.3"
3186+
"@typescript-eslint/eslint-plugin" "^4.28.4"
3187+
"@typescript-eslint/parser" "^4.28.4"
31883188
eslint-config-prettier "^8.3.0"
31893189
eslint-plugin-import "^2.23.4"
31903190
eslint-plugin-jest "^24.3.6"
31913191
eslint-plugin-jest-dom "^3.9.0"
31923192
eslint-plugin-jsx-a11y "^6.4.1"
31933193
eslint-plugin-react "^7.24.0"
31943194
eslint-plugin-react-hooks "^4.2.0"
3195-
eslint-plugin-testing-library "^4.9.0"
3195+
eslint-plugin-testing-library "^4.9.1"
31963196
read-pkg-up "^7.0.1"
31973197
semver "^7.3.5"
31983198

@@ -3301,10 +3301,10 @@ eslint-plugin-react@^7.24.0:
33013301
resolve "^2.0.0-next.3"
33023302
string.prototype.matchall "^4.0.5"
33033303

3304-
eslint-plugin-testing-library@^4.9.0:
3305-
version "4.9.0"
3306-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.9.0.tgz#be65bab6cf20725c6a503974f134a65deea02de9"
3307-
integrity sha512-pnWco+Gi8I77K3DAusOmt9MMA1BG1/sbztkEptB4VbNeVxE0ju5sOyLETJ03CIx8eMNbQAZNeiLQB7hT5D0L3A==
3304+
eslint-plugin-testing-library@^4.9.1:
3305+
version "4.10.0"
3306+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.10.0.tgz#6b5f054738ac750026213b2a60d1a7b47fbb6169"
3307+
integrity sha512-2lsoJQi4Gy3TIqy+iDZNKIWR8XFcS3jC+EhfPV1GH2DYW5mYpFi16Vrzm1AdGzI+9kCdZDWdKuU6BKQDgZkNBg==
33083308
dependencies:
33093309
"@typescript-eslint/experimental-utils" "^4.24.0"
33103310

0 commit comments

Comments
 (0)