Skip to content

Commit 9457e13

Browse files
Bump eslint-plugin-github from 4.1.2 to 4.1.3 (#662)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.1.2...v4.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5963391 commit 9457e13

File tree

2 files changed

+72
-30
lines changed

2 files changed

+72
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "26.0.22",
4343
"@types/node": "14.14.37",
4444
"eslint": "7.23.0",
45-
"eslint-plugin-github": "4.1.2",
45+
"eslint-plugin-github": "4.1.3",
4646
"eslint-plugin-jest": "24.3.4",
4747
"eslint-plugin-prettier": "3.3.1",
4848
"jest": "26.6.3",

yarn.lock

Lines changed: 71 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -752,19 +752,31 @@
752752
dependencies:
753753
"@types/yargs-parser" "*"
754754

755-
"@typescript-eslint/eslint-plugin@>=2.25.0":
756-
version "4.3.0"
757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
755+
"@typescript-eslint/eslint-plugin@^4.20.0":
756+
version "4.21.0"
757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.21.0.tgz#3fce2bfa76d95c00ac4f33dff369cb593aab8878"
758758
dependencies:
759-
"@typescript-eslint/experimental-utils" "4.3.0"
760-
"@typescript-eslint/scope-manager" "4.3.0"
759+
"@typescript-eslint/experimental-utils" "4.21.0"
760+
"@typescript-eslint/scope-manager" "4.21.0"
761761
debug "^4.1.1"
762762
functional-red-black-tree "^1.0.1"
763+
lodash "^4.17.15"
763764
regexpp "^3.0.0"
764765
semver "^7.3.2"
765766
tsutils "^3.17.1"
766767

767-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
768+
"@typescript-eslint/[email protected]":
769+
version "4.21.0"
770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6"
771+
dependencies:
772+
"@types/json-schema" "^7.0.3"
773+
"@typescript-eslint/scope-manager" "4.21.0"
774+
"@typescript-eslint/types" "4.21.0"
775+
"@typescript-eslint/typescript-estree" "4.21.0"
776+
eslint-scope "^5.0.0"
777+
eslint-utils "^2.0.0"
778+
779+
"@typescript-eslint/experimental-utils@^4.0.1":
768780
version "4.3.0"
769781
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
770782
dependencies:
@@ -775,26 +787,49 @@
775787
eslint-scope "^5.0.0"
776788
eslint-utils "^2.0.0"
777789

778-
"@typescript-eslint/parser@>=2.25.0":
779-
version "4.3.0"
780-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
790+
"@typescript-eslint/parser@^4.20.0":
791+
version "4.21.0"
792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.21.0.tgz#a227fc2af4001668c3e3f7415d4feee5093894c1"
781793
dependencies:
782-
"@typescript-eslint/scope-manager" "4.3.0"
783-
"@typescript-eslint/types" "4.3.0"
784-
"@typescript-eslint/typescript-estree" "4.3.0"
794+
"@typescript-eslint/scope-manager" "4.21.0"
795+
"@typescript-eslint/types" "4.21.0"
796+
"@typescript-eslint/typescript-estree" "4.21.0"
785797
debug "^4.1.1"
786798

799+
"@typescript-eslint/[email protected]":
800+
version "4.21.0"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d"
802+
dependencies:
803+
"@typescript-eslint/types" "4.21.0"
804+
"@typescript-eslint/visitor-keys" "4.21.0"
805+
787806
"@typescript-eslint/[email protected]":
788807
version "4.3.0"
789808
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
790809
dependencies:
791810
"@typescript-eslint/types" "4.3.0"
792811
"@typescript-eslint/visitor-keys" "4.3.0"
793812

813+
"@typescript-eslint/[email protected]":
814+
version "4.21.0"
815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef"
816+
794817
"@typescript-eslint/[email protected]":
795818
version "4.3.0"
796819
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
797820

821+
"@typescript-eslint/[email protected]":
822+
version "4.21.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a"
824+
dependencies:
825+
"@typescript-eslint/types" "4.21.0"
826+
"@typescript-eslint/visitor-keys" "4.21.0"
827+
debug "^4.1.1"
828+
globby "^11.0.1"
829+
is-glob "^4.0.1"
830+
semver "^7.3.2"
831+
tsutils "^3.17.1"
832+
798833
"@typescript-eslint/[email protected]":
799834
version "4.3.0"
800835
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
@@ -808,6 +843,13 @@
808843
semver "^7.3.2"
809844
tsutils "^3.17.1"
810845

846+
"@typescript-eslint/[email protected]":
847+
version "4.21.0"
848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d"
849+
dependencies:
850+
"@typescript-eslint/types" "4.21.0"
851+
eslint-visitor-keys "^2.0.0"
852+
811853
"@typescript-eslint/[email protected]":
812854
version "4.3.0"
813855
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
@@ -1486,28 +1528,28 @@ eslint-module-utils@^2.6.0:
14861528
debug "^2.6.9"
14871529
pkg-dir "^2.0.0"
14881530

1489-
eslint-plugin-eslint-comments@>=3.0.1:
1490-
version "3.1.2"
1491-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.2.tgz#4ef6c488dbe06aa1627fea107b3e5d059fc8a395"
1531+
eslint-plugin-eslint-comments@^3.2.0:
1532+
version "3.2.0"
1533+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa"
14921534
dependencies:
14931535
escape-string-regexp "^1.0.5"
14941536
ignore "^5.0.5"
14951537

1496-
1497-
version "4.1.2"
1498-
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.2.tgz#b2897af1398f8efaf9bc351a9f4dee98dc04fe04"
1538+
1539+
version "4.1.3"
1540+
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.3.tgz#f84d2f7e848d38ba82eeadcb898328bd3d02e175"
14991541
dependencies:
1500-
"@typescript-eslint/eslint-plugin" ">=2.25.0"
1501-
"@typescript-eslint/parser" ">=2.25.0"
1542+
"@typescript-eslint/eslint-plugin" "^4.20.0"
1543+
"@typescript-eslint/parser" "^4.20.0"
15021544
eslint-config-prettier ">=8.0.0"
1503-
eslint-plugin-eslint-comments ">=3.0.1"
1504-
eslint-plugin-import ">=2.20.1"
1505-
eslint-plugin-prettier ">=3.1.2"
1545+
eslint-plugin-eslint-comments "^3.2.0"
1546+
eslint-plugin-import "^2.22.1"
1547+
eslint-plugin-prettier "^3.3.1"
15061548
eslint-rule-documentation ">=1.0.0"
1507-
prettier ">=1.12.0"
1508-
svg-element-attributes ">=1.3.1"
1549+
prettier "^2.2.1"
1550+
svg-element-attributes "^1.3.1"
15091551

1510-
eslint-plugin-import@>=2.20.1:
1552+
eslint-plugin-import@^2.22.1:
15111553
version "2.22.1"
15121554
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
15131555
dependencies:
@@ -1531,7 +1573,7 @@ [email protected]:
15311573
dependencies:
15321574
"@typescript-eslint/experimental-utils" "^4.0.1"
15331575

1534-
[email protected], eslint-plugin-prettier@>=3.1.2:
1576+
[email protected], eslint-plugin-prettier@^3.3.1:
15351577
version "3.3.1"
15361578
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
15371579
dependencies:
@@ -3300,7 +3342,7 @@ prettier-linter-helpers@^1.0.0:
33003342
dependencies:
33013343
fast-diff "^1.1.2"
33023344

3303-
[email protected], prettier@>=1.12.0:
3345+
[email protected], prettier@^2.2.1:
33043346
version "2.2.1"
33053347
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
33063348

@@ -3820,7 +3862,7 @@ supports-hyperlinks@^2.0.0:
38203862
has-flag "^4.0.0"
38213863
supports-color "^7.0.0"
38223864

3823-
svg-element-attributes@>=1.3.1:
3865+
svg-element-attributes@^1.3.1:
38243866
version "1.3.1"
38253867
resolved "https://registry.yarnpkg.com/svg-element-attributes/-/svg-element-attributes-1.3.1.tgz#0c55afac6284291ab563d0913c062cf78a8c0ddb"
38263868

0 commit comments

Comments
 (0)