Skip to content

Commit 1d4e33d

Browse files
chore(deps-dev): bump @callstack/eslint-config from 10.1.0 to 10.2.0
Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/callstack/eslint-config-callstack/releases) - [Commits](callstack/eslint-config-callstack@v10.1.0...v10.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6315ef7 commit 1d4e33d

File tree

1 file changed

+69
-35
lines changed

1 file changed

+69
-35
lines changed

yarn.lock

Lines changed: 69 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,12 +1120,12 @@
11201120
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11211121

11221122
"@callstack/eslint-config@^10.0.0":
1123-
version "10.1.0"
1124-
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-10.1.0.tgz#9bd0cd2856ea8a2722bd22ef8ed73043b1c30268"
1125-
integrity sha512-VDPwdoU2gqIcNLS8bi6yzIMM0WSfNmKgQEE4gUJhJpxEbXHuoieEKPcYwWIvHhbmClcNdFXCaqn/HLVJedGewA==
1123+
version "10.2.0"
1124+
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-10.2.0.tgz#22963ac05b4b815ba4413467ebf81fec3de1cb97"
1125+
integrity sha512-vefzK3GT0HvLnr+1YxyvykF82bRfc6Oo7Tgof7pG9Xeh+PKHXuLjyUC4rjz3sMlBOsDoQdQulSayV5wIxZlxnA==
11261126
dependencies:
1127-
"@typescript-eslint/eslint-plugin" "^2.31.0"
1128-
"@typescript-eslint/parser" "^2.31.0"
1127+
"@typescript-eslint/eslint-plugin" "^4.15.0"
1128+
"@typescript-eslint/parser" "^4.15.0"
11291129
babel-eslint "^10.0.3"
11301130
eslint-config-prettier "^6.10.1"
11311131
eslint-plugin-flowtype "^4.5.2"
@@ -1804,11 +1804,6 @@
18041804
"@types/node" "*"
18051805
"@types/responselike" "*"
18061806

1807-
"@types/eslint-visitor-keys@^1.0.0":
1808-
version "1.0.0"
1809-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1810-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1811-
18121807
"@types/graceful-fs@^4.1.2":
18131808
version "4.1.3"
18141809
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
@@ -1948,23 +1943,29 @@
19481943
dependencies:
19491944
"@types/yargs-parser" "*"
19501945

1951-
"@typescript-eslint/eslint-plugin@^2.31.0":
1952-
version "2.33.0"
1953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz#d6c8319d5011b4783bb3d2dadf105d8bdd499bd5"
1954-
integrity sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==
1946+
"@typescript-eslint/eslint-plugin@^4.15.0":
1947+
version "4.15.2"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
1949+
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q==
19551950
dependencies:
1956-
"@typescript-eslint/experimental-utils" "2.33.0"
1951+
"@typescript-eslint/experimental-utils" "4.15.2"
1952+
"@typescript-eslint/scope-manager" "4.15.2"
1953+
debug "^4.1.1"
19571954
functional-red-black-tree "^1.0.1"
1955+
lodash "^4.17.15"
19581956
regexpp "^3.0.0"
1957+
semver "^7.3.2"
19591958
tsutils "^3.17.1"
19601959

1961-
"@typescript-eslint/experimental-utils@2.33.0":
1962-
version "2.33.0"
1963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
1964-
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
1960+
"@typescript-eslint/experimental-utils@4.15.2":
1961+
version "4.15.2"
1962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36"
1963+
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ==
19651964
dependencies:
19661965
"@types/json-schema" "^7.0.3"
1967-
"@typescript-eslint/typescript-estree" "2.33.0"
1966+
"@typescript-eslint/scope-manager" "4.15.2"
1967+
"@typescript-eslint/types" "4.15.2"
1968+
"@typescript-eslint/typescript-estree" "4.15.2"
19681969
eslint-scope "^5.0.0"
19691970
eslint-utils "^2.0.0"
19701971

@@ -1978,15 +1979,28 @@
19781979
eslint-scope "^5.0.0"
19791980
eslint-utils "^2.0.0"
19801981

1981-
"@typescript-eslint/parser@^2.31.0":
1982-
version "2.33.0"
1983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd"
1984-
integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==
1982+
"@typescript-eslint/parser@^4.15.0":
1983+
version "4.15.2"
1984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e"
1985+
integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q==
19851986
dependencies:
1986-
"@types/eslint-visitor-keys" "^1.0.0"
1987-
"@typescript-eslint/experimental-utils" "2.33.0"
1988-
"@typescript-eslint/typescript-estree" "2.33.0"
1989-
eslint-visitor-keys "^1.1.0"
1987+
"@typescript-eslint/scope-manager" "4.15.2"
1988+
"@typescript-eslint/types" "4.15.2"
1989+
"@typescript-eslint/typescript-estree" "4.15.2"
1990+
debug "^4.1.1"
1991+
1992+
"@typescript-eslint/scope-manager@4.15.2":
1993+
version "4.15.2"
1994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f"
1995+
integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ==
1996+
dependencies:
1997+
"@typescript-eslint/types" "4.15.2"
1998+
"@typescript-eslint/visitor-keys" "4.15.2"
1999+
2000+
"@typescript-eslint/types@4.15.2":
2001+
version "4.15.2"
2002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
2003+
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
19902004

19912005
"@typescript-eslint/typescript-estree@2.29.0":
19922006
version "2.29.0"
@@ -2001,19 +2015,27 @@
20012015
semver "^6.3.0"
20022016
tsutils "^3.17.1"
20032017

2004-
"@typescript-eslint/typescript-estree@2.33.0":
2005-
version "2.33.0"
2006-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
2007-
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
2018+
"@typescript-eslint/typescript-estree@4.15.2":
2019+
version "4.15.2"
2020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa"
2021+
integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw==
20082022
dependencies:
2023+
"@typescript-eslint/types" "4.15.2"
2024+
"@typescript-eslint/visitor-keys" "4.15.2"
20092025
debug "^4.1.1"
2010-
eslint-visitor-keys "^1.1.0"
2011-
glob "^7.1.6"
2026+
globby "^11.0.1"
20122027
is-glob "^4.0.1"
2013-
lodash "^4.17.15"
20142028
semver "^7.3.2"
20152029
tsutils "^3.17.1"
20162030

2031+
"@typescript-eslint/visitor-keys@4.15.2":
2032+
version "4.15.2"
2033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
2034+
integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg==
2035+
dependencies:
2036+
"@typescript-eslint/types" "4.15.2"
2037+
eslint-visitor-keys "^2.0.0"
2038+
20172039
JSONStream@^1.0.4:
20182040
version "1.3.5"
20192041
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4553,6 +4575,18 @@ globby@11.0.1:
45534575
merge2 "^1.3.0"
45544576
slash "^3.0.0"
45554577

4578+
globby@^11.0.1:
4579+
version "11.0.2"
4580+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
4581+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
4582+
dependencies:
4583+
array-union "^2.1.0"
4584+
dir-glob "^3.0.1"
4585+
fast-glob "^3.1.1"
4586+
ignore "^5.1.4"
4587+
merge2 "^1.3.0"
4588+
slash "^3.0.0"
4589+
45564590
got@11.8.0:
45574591
version "11.8.0"
45584592
resolved "https://registry.yarnpkg.com/got/-/got-11.8.0.tgz#be0920c3586b07fd94add3b5b27cb28f49e6545f"

0 commit comments

Comments
 (0)