8000 Bump eslint from 7.29.0 to 7.30.0 (#791) · java/github-pages-deploy-action@e23750e · GitHub
[go: up one dir, main page]

Skip to content

Commit e23750e

Browse files
Bump eslint from 7.29.0 to 7.30.0 (JamesIves#791)
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 3c5f143 commit e23750e

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/node": "15.12.5",
4444
"@typescript-eslint/eslint-plugin": "4.27.0",
4545
"@typescript-eslint/parser": "4.27.0",
46-
"eslint": "7.29.0",
46+
"eslint": "7.30.0",
4747
"eslint-config-prettier": "8.3.0",
4848
"eslint-plugin-jest": "24.3.6",
4949
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,20 @@
538538
minimatch "^3.0.4"
539539
strip-json-comments "^3.1.1"
540540

541+
"@humanwhocodes/config-array@^0.5.0":
542+
version "0.5.0"
543+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
544+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
545+
dependencies:
546+
"@humanwhocodes/object-schema" "^1.2.0"
547+
debug "^4.1.1"
548+
minimatch "^3.0.4"
549+
550+
"@humanwhocodes/object-schema@^1.2.0":
551+
version "1.2.0"
552+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
553+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
554+
541555
"@istanbuljs/load-nyc-config@^1.0.0":
542556
version "1.0.0"
543557
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -1888,13 +1902,14 @@ eslint-visitor-keys@^2.0.0:
18881902
version "2.0.0"
18891903
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
18901904

1891-
eslint@7.29.0:
1892-
version "7.29.0"
1893-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
1894-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
1905+
eslint@7.30.0:
1906+
version "7.30.0"
1907+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
1908+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
18951909
dependencies:
18961910
"@babel/code-frame" "7.12.11"
18971911
"@eslint/eslintrc" "^0.4.2"
1912+
"@humanwhocodes/config-array" "^0.5.0"
18981913
ajv "^6.10.0"
18991914
chalk "^4.0.0"
19001915
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)
0