Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit a5a48ea

Browse files
Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.28.1 (#276)
1 parent 14fba9d commit a5a48ea

File tree

2 files changed

+48
-15
lines changed

2 files changed

+48
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@rollup/plugin-node-resolve": "^13.0.0",
3232
"@types/jest": "^26.0.23",
3333
"@types/nova-editor-node": "^4.1.3",
34-
"@typescript-eslint/eslint-plugin": "^4.26.0",
34+
"@typescript-eslint/eslint-plugin": "^4.28.1",
3535
"@typescript-eslint/parser": "^4.26.0",
3636
"concurrently": "^6.2.0",
3737
"eslint": "^7.29.0",

yarn.lock

Lines changed: 47 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -698,29 +698,28 @@
698698
dependencies:
699699
"@types/yargs-parser" "*"
700700

701-
"@typescript-eslint/eslint-plugin@^4.26.0":
702-
version "4.26.0"
703-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
704-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
701+
"@typescript-eslint/eslint-plugin@^4.28.1":
702+
version "4.28.1"
703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
704+
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
705705
dependencies:
706-
"@typescript-eslint/experimental-utils" "4.26.0"
707-
"@typescript-eslint/scope-manager" "4.26.0"
706+
"@typescript-eslint/experimental-utils" "4.28.1"
707+
"@typescript-eslint/scope-manager" "4.28.1"
708708
debug "^4.3.1"
709709
functional-red-black-tree "^1.0.1"
710-
lodash "^4.17.21"
711710
regexpp "^3.1.0"
712711
semver "^7.3.5"
713712
tsutils "^3.21.0"
714713

715-
"@typescript-eslint/experimental-utils@4.26.0":
716-
version "4.26.0"
717-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
718-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
714+
"@typescript-eslint/experimental-utils@4.28.1":
715+
version "4.28.1"
716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
717+
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
719718
dependencies:
720719
"@types/json-schema" "^7.0.7"
721-
"@typescript-eslint/scope-manager" "4.26.0"
722-
"@typescript-eslint/types" "4.26.0"
723-
"@typescript-eslint/typescript-estree" "4.26.0"
720+
"@typescript-eslint/scope-manager" "4.28.1"
721+
"@typescript-eslint/types" "4.28.1"
722+
"@typescript-eslint/typescript-estree" "4.28.1"
724723
eslint-scope "^5.1.1"
725724
eslint-utils "^3.0.0"
726725

@@ -742,11 +741,24 @@
742741
"@typescript-eslint/types" "4.26.0"
743742
"@typescript-eslint/visitor-keys" "4.26.0"
744743

744+
"@typescript-eslint/[email protected]":
745+
version "4.28.1"
746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
747+
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
748+
dependencies:
749+
"@typescript-eslint/types" "4.28.1"
750+
"@typescript-eslint/visitor-keys" "4.28.1"
751+
745752
"@typescript-eslint/[email protected]":
746753
version "4.26.0"
747754
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
748755
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
749756

757+
"@typescript-eslint/[email protected]":
758+
version "4.28.1"
759+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
760+
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
761+
750762
"@typescript-eslint/[email protected]":
751763
version "4.26.0"
752764
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
@@ -760,6 +772,19 @@
760772
semver "^7.3.5"
761773
tsutils "^3.21.0"
762774

775+
"@typescript-eslint/[email protected]":
776+
version "4.28.1"
777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
778+
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
779+
dependencies:
780+
"@typescript-eslint/types" "4.28.1"
781+
"@typescript-eslint/visitor-keys" "4.28.1"
782+
debug "^4.3.1"
783+
globby "^11.0.3"
784+
is-glob "^4.0.1"
785+
semver "^7.3.5"
786+
tsutils "^3.21.0"
787+
763788
"@typescript-eslint/[email protected]":
764789
version "4.26.0"
765790
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -768,6 +793,14 @@
768793
"@typescript-eslint/types" "4.26.0"
769794
eslint-visitor-keys "^2.0.0"
770795

796+
"@typescript-eslint/[email protected]":
797+
version "4.28.1"
798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
799+
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
800+
dependencies:
801+
"@typescript-eslint/types" "4.28.1"
802+
eslint-visitor-keys "^2.0.0"
803+
771804
abab@^2.0.3:
772805
version "2.0.4"
773806
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"

0 commit comments

Comments
 (0)