Skip to content

Commit 3292f28

Browse files
chore(deps): update typescript-eslint monorepo to v5.55.0
1 parent 43cbb1d commit 3292f28

2 files changed

Lines changed: 64 additions & 64 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@commitlint/config-conventional": "17.4.2",
4040
"@firebase/rules-unit-testing": "1.3.16",
4141
"@types/jest": "29.2.5",
42-
"@typescript-eslint/eslint-plugin": "5.50.0",
43-
"@typescript-eslint/parser": "5.50.0",
42+
"@typescript-eslint/eslint-plugin": "5.55.0",
43+
"@typescript-eslint/parser": "5.55.0",
4444
"apollo-server-testing": "2.25.3",
4545
"eslint": "7.32.0",
4646
"eslint-config-prettier": "7.2.0",

yarn.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,18 @@
766766
dependencies:
767767
"@jridgewell/trace-mapping" "0.3.9"
768768

769+
"@eslint-community/eslint-utils@^4.2.0":
770+
version "4.2.0"
771+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
772+
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
773+
dependencies:
774+
eslint-visitor-keys "^3.3.0"
775+
776+
"@eslint-community/regexpp@^4.4.0":
777+
version "4.4.0"
778+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
779+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
780+
769781
"@eslint/eslintrc@^0.4.3":
770782
version "0.4.3"
771783
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1915,88 +1927,88 @@
19151927
dependencies:
19161928
"@types/yargs-parser" "*"
19171929

1918-
"@typescript-eslint/eslint-plugin@5.50.0":
1919-
version "5.50.0"
1920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
1921-
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
1930+
"@typescript-eslint/eslint-plugin@5.55.0":
1931+
version "5.55.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
1933+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
19221934
dependencies:
1923-
"@typescript-eslint/scope-manager" "5.50.0"
1924-
"@typescript-eslint/type-utils" "5.50.0"
1925-
"@typescript-eslint/utils" "5.50.0"
1935+
"@eslint-community/regexpp" "^4.4.0"
1936+
"@typescript-eslint/scope-manager" "5.55.0"
1937+
"@typescript-eslint/type-utils" "5.55.0"
1938+
"@typescript-eslint/utils" "5.55.0"
19261939
debug "^4.3.4"
19271940
grapheme-splitter "^1.0.4"
19281941
ignore "^5.2.0"
19291942
natural-compare-lite "^1.4.0"
1930-
regexpp "^3.2.0"
19311943
semver "^7.3.7"
19321944
tsutils "^3.21.0"
19331945

1934-
"@typescript-eslint/parser@5.50.0":
1935-
version "5.50.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
1937-
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
1946+
"@typescript-eslint/parser@5.55.0":
1947+
version "5.55.0"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
1949+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
19381950
dependencies:
1939-
"@typescript-eslint/scope-manager" "5.50.0"
1940-
"@typescript-eslint/types" "5.50.0"
1941-
"@typescript-eslint/typescript-estree" "5.50.0"
1951+
"@typescript-eslint/scope-manager" "5.55.0"
1952+
"@typescript-eslint/types" "5.55.0"
1953+
"@typescript-eslint/typescript-estree" "5.55.0"
19421954
debug "^4.3.4"
19431955

1944-
"@typescript-eslint/scope-manager@5.50.0":
1945-
version "5.50.0"
1946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
1947-
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
1956+
"@typescript-eslint/scope-manager@5.55.0":
1957+
version "5.55.0"
1958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
1959+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
19481960
dependencies:
1949-
"@typescript-eslint/types" "5.50.0"
1950-
"@typescript-eslint/visitor-keys" "5.50.0"
1961+
"@typescript-eslint/types" "5.55.0"
1962+
"@typescript-eslint/visitor-keys" "5.55.0"
19511963

1952-
"@typescript-eslint/type-utils@5.50.0":
1953-
version "5.50.0"
1954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
1955-
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
1964+
"@typescript-eslint/type-utils@5.55.0":
1965+
version "5.55.0"
1966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
1967+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
19561968
dependencies:
1957-
"@typescript-eslint/typescript-estree" "5.50.0"
1958-
"@typescript-eslint/utils" "5.50.0"
1969+
"@typescript-eslint/typescript-estree" "5.55.0"
1970+
"@typescript-eslint/utils" "5.55.0"
19591971
debug "^4.3.4"
19601972
tsutils "^3.21.0"
19611973

1962-
"@typescript-eslint/types@5.50.0":
1963-
version "5.50.0"
1964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
1965-
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
1974+
"@typescript-eslint/types@5.55.0":
1975+
version "5.55.0"
1976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
1977+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
19661978

1967-
"@typescript-eslint/typescript-estree@5.50.0":
1968-
version "5.50.0"
1969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
1970-
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
1979+
"@typescript-eslint/typescript-estree@5.55.0":
1980+
version "5.55.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
1982+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
19711983
dependencies:
1972-
"@typescript-eslint/types" "5.50.0"
1973-
"@typescript-eslint/visitor-keys" "5.50.0"
1984+
"@typescript-eslint/types" "5.55.0"
1985+
"@typescript-eslint/visitor-keys" "5.55.0"
19741986
debug "^4.3.4"
19751987
globby "^11.1.0"
19761988
is-glob "^4.0.3"
19771989
semver "^7.3.7"
19781990
tsutils "^3.21.0"
19791991

1980-
"@typescript-eslint/utils@5.50.0":
1981-
version "5.50.0"
1982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
1983-
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
1992+
"@typescript-eslint/utils@5.55.0":
1993+
version "5.55.0"
1994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
1995+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
19841996
dependencies:
1997+
"@eslint-community/eslint-utils" "^4.2.0"
19851998
"@types/json-schema" "^7.0.9"
19861999
"@types/semver" "^7.3.12"
1987-
"@typescript-eslint/scope-manager" "5.50.0"
1988-
"@typescript-eslint/types" "5.50.0"
1989-
"@typescript-eslint/typescript-estree" "5.50.0"
2000+
"@typescript-eslint/scope-manager" "5.55.0"
2001+
"@typescript-eslint/types" "5.55.0"
2002+
"@typescript-eslint/typescript-estree" "5.55.0"
19902003
eslint-scope "^5.1.1"
1991-
eslint-utils "^3.0.0"
19922004
semver "^7.3.7"
19932005

1994-
"@typescript-eslint/visitor-keys@5.50.0":
1995-
version "5.50.0"
1996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
1997-
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
2006+
"@typescript-eslint/visitor-keys@5.55.0":
2007+
version "5.55.0"
2008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
2009+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
19982010
dependencies:
1999-
"@typescript-eslint/types" "5.50.0"
2011+
"@typescript-eslint/types" "5.55.0"
20002012
eslint-visitor-keys "^3.3.0"
20012013

20022014
"@wry/equality@^0.1.2":
@@ -3168,13 +3180,6 @@ eslint-utils@^2.1.0:
31683180
dependencies:
31693181
eslint-visitor-keys "^1.1.0"
31703182

3171-
eslint-utils@^3.0.0:
3172-
version "3.0.0"
3173-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3174-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3175-
dependencies:
3176-
eslint-visitor-keys "^2.0.0"
3177-
31783183
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
31793184
version "1.3.0"
31803185
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -5699,11 +5704,6 @@ regexpp@^3.1.0:
56995704
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
57005705
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
57015706

5702-
regexpp@^3.2.0:
5703-
version "3.2.0"
5704-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
5705-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
5706-
57075707
request@2.88.2:
57085708
version "2.88.2"
57095709
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"

0 commit comments

Comments
 (0)