Skip to content

Commit a93225c

Browse files
dependabot[bot]cexbrayat
authored andcommitted
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.19.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3a3e93 commit a93225c

File tree

2 files changed

+26
-79
lines changed

2 files changed

+26
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "27.4.1",
2323
"@types/node": "17.0.23",
2424
"@types/pretty": "^2.0.1",
25-
"@typescript-eslint/eslint-plugin": "^5.18.0",
25+
"@typescript-eslint/eslint-plugin": "^5.19.0",
2626
"@typescript-eslint/parser": "^5.19.0",
2727
"@vue/babel-plugin-jsx": "^1.1.1",
2828
"@vue/compat": "3.2.31",

yarn.lock

Lines changed: 25 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,14 +1597,14 @@
15971597
dependencies:
15981598
"@types/yargs-parser" "*"
15991599

1600-
"@typescript-eslint/eslint-plugin@^5.18.0":
1601-
version "5.18.0"
1602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
1603-
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
1604-
dependencies:
1605-
"@typescript-eslint/scope-manager" "5.18.0"
1606-
"@typescript-eslint/type-utils" "5.18.0"
1607-
"@typescript-eslint/utils" "5.18.0"
1600+
"@typescript-eslint/eslint-plugin@^5.19.0":
1601+
version "5.19.0"
1602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0"
1603+
integrity sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==
1604+
dependencies:
1605+
"@typescript-eslint/scope-manager" "5.19.0"
1606+
"@typescript-eslint/type-utils" "5.19.0"
1607+
"@typescript-eslint/utils" "5.19.0"
16081608
debug "^4.3.2"
16091609
functional-red-black-tree "^1.0.1"
16101610
ignore "^5.1.8"
@@ -1622,14 +1622,6 @@
16221622
"@typescript-eslint/typescript-estree" "5.19.0"
16231623
debug "^4.3.2"
16241624

1625-
"@typescript-eslint/[email protected]":
1626-
version "5.18.0"
1627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
1628-
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
1629-
dependencies:
1630-
"@typescript-eslint/types" "5.18.0"
1631-
"@typescript-eslint/visitor-keys" "5.18.0"
1632-
16331625
"@typescript-eslint/[email protected]":
16341626
version "5.19.0"
16351627
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
@@ -1638,38 +1630,20 @@
16381630
"@typescript-eslint/types" "5.19.0"
16391631
"@typescript-eslint/visitor-keys" "5.19.0"
16401632

1641-
"@typescript-eslint/type-utils@5.18.0":
1642-
version "5.18.0"
1643-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
1644-
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
1633+
"@typescript-eslint/type-utils@5.19.0":
1634+
version "5.19.0"
1635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
1636+
integrity sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==
16451637
dependencies:
1646-
"@typescript-eslint/utils" "5.18.0"
1638+
"@typescript-eslint/utils" "5.19.0"
16471639
debug "^4.3.2"
16481640
tsutils "^3.21.0"
16491641

1650-
"@typescript-eslint/[email protected]":
1651-
version "5.18.0"
1652-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
1653-
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
1654-
16551642
"@typescript-eslint/[email protected]":
16561643
version "5.19.0"
16571644
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
16581645
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
16591646

1660-
"@typescript-eslint/[email protected]":
1661-
version "5.18.0"
1662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
1663-
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
1664-
dependencies:
1665-
"@typescript-eslint/types" "5.18.0"
1666-
"@typescript-eslint/visitor-keys" "5.18.0"
1667-
debug "^4.3.2"
1668-
globby "^11.0.4"
1669-
is-glob "^4.0.3"
1670-
semver "^7.3.5"
1671-
tsutils "^3.21.0"
1672-
16731647
"@typescript-eslint/[email protected]":
16741648
version "5.19.0"
16751649
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
@@ -1683,26 +1657,18 @@
16831657
semver "^7.3.5"
16841658
tsutils "^3.21.0"
16851659

1686-
"@typescript-eslint/utils@5.18.0":
1687-
version "5.18.0"
1688-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
1689-
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
1660+
"@typescript-eslint/utils@5.19.0":
1661+
version "5.19.0"
1662+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
1663+
integrity sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==
16901664
dependencies:
16911665
"@types/json-schema" "^7.0.9"
1692-
"@typescript-eslint/scope-manager" "5.18.0"
1693-
"@typescript-eslint/types" "5.18.0"
1694-
"@typescript-eslint/typescript-estree" "5.18.0"
1666+
"@typescript-eslint/scope-manager" "5.19.0"
1667+
"@typescript-eslint/types" "5.19.0"
1668+
"@typescript-eslint/typescript-estree" "5.19.0"
16951669
eslint-scope "^5.1.1"
16961670
eslint-utils "^3.0.0"
16971671

1698-
"@typescript-eslint/[email protected]":
1699-
version "5.18.0"
1700-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
1701-
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
1702-
dependencies:
1703-
"@typescript-eslint/types" "5.18.0"
1704-
eslint-visitor-keys "^3.0.0"
1705-
17061672
"@typescript-eslint/[email protected]":
17071673
version "5.19.0"
17081674
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
@@ -4121,13 +4087,6 @@ lru-cache@^4.1.5:
41214087
pseudomap "^1.0.2"
41224088
yallist "^2.1.2"
41234089

4124-
lru-cache@^6.0.0:
4125-
version "6.0.0"
4126-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4127-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4128-
dependencies:
4129-
yallist "^4.0.0"
4130-
41314090
lru-cache@^7.4.0:
41324091
version "7.7.3"
41334092
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.7.3.tgz#98cd19eef89ce6a4a3c4502c17c833888677c252"
@@ -4728,12 +4687,12 @@ [email protected]:
47284687
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
47294688
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
47304689

4731-
[email protected], semver@^7.3.2:
4732-
version "7.3.5"
4733-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
4734-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
4690+
[email protected], semver@^7.3.2, semver@^7.3.5:
4691+
version "7.3.6"
4692+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.6.tgz#5d73886fb9c0c6602e79440b97165c29581cbb2b"
4693+
integrity sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==
47354694
dependencies:
4736-
lru-cache "^6.0.0"
4695+
lru-cache "^7.4.0"
47374696

47384697
semver@^5.6.0:
47394698
version "5.7.1"
@@ -4745,13 +4704,6 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
47454704
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
47464705
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
47474706

4748-
semver@^7.3.5:
4749-
version "7.3.6"
4750-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.6.tgz#5d73886fb9c0c6602e79440b97165c29581cbb2b"
4751-
integrity sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==
4752-
dependencies:
4753-
lru-cache "^7.4.0"
4754-
47554707
shebang-command@^2.0.0:
47564708
version "2.0.0"
47574709
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -5472,11 +5424,6 @@ yallist@^2.1.2:
54725424
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
54735425
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
54745426

5475-
yallist@^4.0.0:
5476-
version "4.0.0"
5477-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5478-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5479-
54805427
yaml@^1.10.2:
54815428
version "1.10.2"
54825429
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"

0 commit comments

Comments
 (0)