Skip to content

Commit a75df77

Browse files
build(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#1780)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.29.0...v7.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 837db69 commit a75df77

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/preset-env": "^7.7.5",
2020
"codecov": "3.8.2",
2121
"cross-env": "^7.0.2",
22-
"eslint": "7.29.0",
22+
"eslint": "7.30.0",
2323
"eslint-config-prettier": "8.3.0",
2424
"eslint-plugin-import": "2.23.4",
2525
"eslint-plugin-jest": "24.3.6",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,20 @@
11611161
minimatch "^3.0.4"
11621162
strip-json-comments "^3.1.1"
11631163

1164+
"@humanwhocodes/config-array@^0.5.0":
1165+
version "0.5.0"
1166+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1167+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1168+
dependencies:
1169+
"@humanwhocodes/object-schema" "^1.2.0"
1170+
debug "^4.1.1"
1171+
minimatch "^3.0.4"
1172+
1173+
"@humanwhocodes/object-schema@^1.2.0":
1174+
version "1.2.0"
1175+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1176+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1177+
11641178
"@istanbuljs/load-nyc-config@^1.0.0":
11651179
version "1.0.0"
11661180
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -2365,13 +2379,14 @@ eslint-visitor-keys@^2.0.0:
23652379
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
23662380
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
23672381

2368-
eslint@7.29.0:
2369-
version "7.29.0"
2370-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2371-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2382+
eslint@7.30.0:
2383+
version "7.30.0"
2384+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2385+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
23722386
dependencies:
23732387
"@babel/code-frame" "7.12.11"
23742388
"@eslint/eslintrc" "^0.4.2"
2389+
"@humanwhocodes/config-array" "^0.5.0"
23752390
ajv "^6.10.0"
23762391
chalk "^4.0.0"
23772392
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)