Skip to content

Commit 8cb292a

Browse files
Bump eslint-config-marudor from 7.3.2 to 7.3.3 (#22)
1 parent 27c7f54 commit 8cb292a

File tree

2 files changed

+83
-5
lines changed

2 files changed

+83
-5
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"node-pre-gyp": "^0.17.0"
4141
},
4242
"devDependencies": {
43+
"@typescript-eslint/eslint-plugin": "^4.10.0",
44+
"@typescript-eslint/parser": "^4.10.0",
4345
"babel-eslint": "^10.1.0",
4446
"eslint": "^7.7.0",
4547
"eslint-config-marudor": "^7.3.1",
@@ -53,6 +55,7 @@
5355
"jest": "^26.4.2",
5456
"jest-watch-typeahead": "^0.6.0",
5557
"prettier": "^2.1.1",
56-
"tsd": "^0.14.0"
58+
"tsd": "^0.14.0",
59+
"typescript": "^4.1.3"
5760
}
5861
}

Diff for: yarn.lock

+79-4
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,31 @@
646646
dependencies:
647647
"@types/yargs-parser" "*"
648648

649+
"@typescript-eslint/eslint-plugin@^4.10.0":
650+
version "4.10.0"
651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
652+
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
653+
dependencies:
654+
"@typescript-eslint/experimental-utils" "4.10.0"
655+
"@typescript-eslint/scope-manager" "4.10.0"
656+
debug "^4.1.1"
657+
functional-red-black-tree "^1.0.1"
658+
regexpp "^3.0.0"
659+
semver "^7.3.2"
660+
tsutils "^3.17.1"
661+
662+
"@typescript-eslint/[email protected]":
663+
version "4.10.0"
664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
665+
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
666+
dependencies:
667+
"@types/json-schema" "^7.0.3"
668+
"@typescript-eslint/scope-manager" "4.10.0"
669+
"@typescript-eslint/types" "4.10.0"
670+
"@typescript-eslint/typescript-estree" "4.10.0"
671+
eslint-scope "^5.0.0"
672+
eslint-utils "^2.0.0"
673+
649674
"@typescript-eslint/experimental-utils@^3.10.1":
650675
version "3.10.1"
651676
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
@@ -669,6 +694,24 @@
669694
eslint-scope "^5.0.0"
670695
eslint-utils "^2.0.0"
671696

697+
"@typescript-eslint/parser@^4.10.0":
698+
version "4.10.0"
699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
700+
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
701+
dependencies:
702+
"@typescript-eslint/scope-manager" "4.10.0"
703+
"@typescript-eslint/types" "4.10.0"
704+
"@typescript-eslint/typescript-estree" "4.10.0"
705+
debug "^4.1.1"
706+
707+
"@typescript-eslint/[email protected]":
708+
version "4.10.0"
709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
710+
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
711+
dependencies:
712+
"@typescript-eslint/types" "4.10.0"
713+
"@typescript-eslint/visitor-keys" "4.10.0"
714+
672715
"@typescript-eslint/[email protected]":
673716
version "4.7.0"
674717
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
@@ -682,6 +725,11 @@
682725
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
683726
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
684727

728+
"@typescript-eslint/[email protected]":
729+
version "4.10.0"
730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
731+
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
732+
685733
"@typescript-eslint/[email protected]":
686734
version "4.7.0"
687735
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
@@ -701,6 +749,20 @@
701749
semver "^7.3.2"
702750
tsutils "^3.17.1"
703751

752+
"@typescript-eslint/[email protected]":
753+
version "4.10.0"
754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
755+
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
756+
dependencies:
757+
"@typescript-eslint/types" "4.10.0"
758+
"@typescript-eslint/visitor-keys" "4.10.0"
759+
debug "^4.1.1"
760+
globby "^11.0.1"
761+
is-glob "^4.0.1"
762+
lodash "^4.17.15"
763+
semver "^7.3.2"
764+
tsutils "^3.17.1"
765+
704766
"@typescript-eslint/[email protected]":
705767
version "4.7.0"
706768
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
@@ -722,6 +784,14 @@
722784
dependencies:
723785
eslint-visitor-keys "^1.1.0"
724786

787+
"@typescript-eslint/[email protected]":
788+
version "4.10.0"
789+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
790+
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
791+
dependencies:
792+
"@typescript-eslint/types" "4.10.0"
793+
eslint-visitor-keys "^2.0.0"
794+
725795
"@typescript-eslint/[email protected]":
726796
version "4.7.0"
727797
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
@@ -1721,9 +1791,9 @@ escodegen@^1.14.1:
17211791
source-map "~0.6.1"
17221792

17231793
eslint-config-marudor@^7.3.1:
1724-
version "7.3.2"
1725-
resolved "https://registry.yarnpkg.com/eslint-config-marudor/-/eslint-config-marudor-7.3.2.tgz#79e9f8dd53f64c9d142322823b219f54b49e90f5"
1726-
integrity sha512-sIunNqf49F7L05kRSVLsMf91W8zikxA9sBAPrZSBkeiXMG1cJ7dUQ4jX9tNz8OKpEu1FGko6GshjkcMnxnnhGA==
1794+
version "7.3.3"
1795+
resolved "https://registry.yarnpkg.com/eslint-config-marudor/-/eslint-config-marudor-7.3.3.tgz#6cbe5d775b00d4b252f96ffc542447d47a65e9e5"
1796+
integrity sha512-vfFWhe/bJd2dLDr6SCikgcd7CHOdTjQtcjZ0e3yJciejLVSKKvV2LQZ9AmjiIt9rlUZZbnugfpWHb126d1IpQg==
17271797

17281798
eslint-config-prettier@^7.0.0:
17291799
version "7.1.0"
@@ -4402,7 +4472,7 @@ regexpp@^2.0.1:
44024472
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
44034473
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
44044474

4405-
regexpp@^3.1.0:
4475+
regexpp@^3.0.0, regexpp@^3.1.0:
44064476
version "3.1.0"
44074477
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
44084478
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -5279,6 +5349,11 @@ typedarray-to-buffer@^3.1.5:
52795349
dependencies:
52805350
is-typedarray "^1.0.0"
52815351

5352+
typescript@^4.1.3:
5353+
version "4.1.3"
5354+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
5355+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
5356+
52825357
union-value@^1.0.0:
52835358
version "1.0.1"
52845359
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)