Skip to content

Commit f380cd6

Browse files
chore(deps): update typescript-eslint monorepo to v4.23.0 (#131)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent fe22c65 commit f380cd6

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
},
5757
"dependencies": {},
5858
"resolutions": {
59-
"**/@typescript-eslint/eslint-plugin": "4.22.0",
60-
"**/@typescript-eslint/parser": "4.22.0",
59+
"**/@typescript-eslint/eslint-plugin": "4.23.0",
60+
"**/@typescript-eslint/parser": "4.23.0",
6161
"**/jest": "26.6.3",
6262
"**/ts-jest": "26.5.6",
6363
"**/typescript": "4.2.4"

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,74 +1689,74 @@
16891689
dependencies:
16901690
"@types/yargs-parser" "*"
16911691

1692-
"@typescript-eslint/eslint-plugin@4.22.0", "@typescript-eslint/eslint-plugin@^2.12.0":
1693-
version "4.22.0"
1694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
1695-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
1692+
"@typescript-eslint/eslint-plugin@4.23.0", "@typescript-eslint/eslint-plugin@^2.12.0":
1693+
version "4.23.0"
1694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.23.0.tgz#29d3c9c81f6200b1fd6d8454cfb007ba176cde80"
1695+
integrity sha512-tGK1y3KIvdsQEEgq6xNn1DjiFJtl+wn8JJQiETtCbdQxw1vzjXyAaIkEmO2l6Nq24iy3uZBMFQjZ6ECf1QdgGw==
16961696
dependencies:
1697-
"@typescript-eslint/experimental-utils" "4.22.0"
1698-
"@typescript-eslint/scope-manager" "4.22.0"
1697+
"@typescript-eslint/experimental-utils" "4.23.0"
1698+
"@typescript-eslint/scope-manager" "4.23.0"
16991699
debug "^4.1.1"
17001700
functional-red-black-tree "^1.0.1"
17011701
lodash "^4.17.15"
17021702
regexpp "^3.0.0"
17031703
semver "^7.3.2"
17041704
tsutils "^3.17.1"
17051705

1706-
"@typescript-eslint/experimental-utils@4.22.0":
1707-
version "4.22.0"
1708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
1709-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
1706+
"@typescript-eslint/experimental-utils@4.23.0":
1707+
version "4.23.0"
1708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.23.0.tgz#f2059434cd6e5672bfeab2fb03b7c0a20622266f"
1709+
integrity sha512-WAFNiTDnQfrF3Z2fQ05nmCgPsO5o790vOhmWKXbbYQTO9erE1/YsFot5/LnOUizLzU2eeuz6+U/81KV5/hFTGA==
17101710
dependencies:
17111711
"@types/json-schema" "^7.0.3"
1712-
"@typescript-eslint/scope-manager" "4.22.0"
1713-
"@typescript-eslint/types" "4.22.0"
1714-
"@typescript-eslint/typescript-estree" "4.22.0"
1712+
"@typescript-eslint/scope-manager" "4.23.0"
1713+
"@typescript-eslint/types" "4.23.0"
1714+
"@typescript-eslint/typescript-estree" "4.23.0"
17151715
eslint-scope "^5.0.0"
17161716
eslint-utils "^2.0.0"
17171717

1718-
"@typescript-eslint/parser@4.22.0", "@typescript-eslint/parser@^2.12.0":
1719-
version "4.22.0"
1720-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
1721-
integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
1718+
"@typescript-eslint/parser@4.23.0", "@typescript-eslint/parser@^2.12.0":
1719+
version "4.23.0"
1720+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
1721+
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
17221722
dependencies:
1723-
"@typescript-eslint/scope-manager" "4.22.0"
1724-
"@typescript-eslint/types" "4.22.0"
1725-
"@typescript-eslint/typescript-estree" "4.22.0"
1723+
"@typescript-eslint/scope-manager" "4.23.0"
1724+
"@typescript-eslint/types" "4.23.0"
1725+
"@typescript-eslint/typescript-estree" "4.23.0"
17261726
debug "^4.1.1"
17271727

1728-
"@typescript-eslint/scope-manager@4.22.0":
1729-
version "4.22.0"
1730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
1731-
integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
1728+
"@typescript-eslint/scope-manager@4.23.0":
1729+
version "4.23.0"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
1731+
integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w==
17321732
dependencies:
1733-
"@typescript-eslint/types" "4.22.0"
1734-
"@typescript-eslint/visitor-keys" "4.22.0"
1733+
"@typescript-eslint/types" "4.23.0"
1734+
"@typescript-eslint/visitor-keys" "4.23.0"
17351735

1736-
"@typescript-eslint/types@4.22.0":
1737-
version "4.22.0"
1738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
1739-
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
1736+
"@typescript-eslint/types@4.23.0":
1737+
version "4.23.0"
1738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
1739+
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
17401740

1741-
"@typescript-eslint/typescript-estree@4.22.0":
1742-
version "4.22.0"
1743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
1744-
integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
1741+
"@typescript-eslint/typescript-estree@4.23.0":
1742+
version "4.23.0"
1743+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
1744+
integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw==
17451745
dependencies:
1746-
"@typescript-eslint/types" "4.22.0"
1747-
"@typescript-eslint/visitor-keys" "4.22.0"
1746+
"@typescript-eslint/types" "4.23.0"
1747+
"@typescript-eslint/visitor-keys" "4.23.0"
17481748
debug "^4.1.1"
17491749
globby "^11.0.1"
17501750
is-glob "^4.0.1"
17511751
semver "^7.3.2"
17521752
tsutils "^3.17.1"
17531753

1754-
"@typescript-eslint/visitor-keys@4.22.0":
1755-
version "4.22.0"
1756-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
1757-
integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
1754+
"@typescript-eslint/visitor-keys@4.23.0":
1755+
version "4.23.0"
1756+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
1757+
integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg==
17581758
dependencies:
1759-
"@typescript-eslint/types" "4.22.0"
1759+
"@typescript-eslint/types" "4.23.0"
17601760
eslint-visitor-keys "^2.0.0"
17611761

17621762
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:

0 commit comments

Comments
 (0)