Skip to content

Commit e76480a

Browse files
committed
Update typescript-eslint monorepo to v5.33.1
1 parent 54fa623 commit e76480a

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.7",
51-
"@typescript-eslint/eslint-plugin": "5.33.0",
52-
"@typescript-eslint/parser": "5.33.0",
51+
"@typescript-eslint/eslint-plugin": "5.33.1",
52+
"@typescript-eslint/parser": "5.33.1",
5353
"eslint": "8.22.0",
5454
"jest": "28.1.3",
5555
"myzod": "1.8.8",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,84 +1779,84 @@
17791779
dependencies:
17801780
"@types/yargs-parser" "*"
17811781

1782-
"@typescript-eslint/[email protected].0":
1783-
version "5.33.0"
1784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.0.tgz#059798888720ec52ffa96c5f868e31a8f70fa3ec"
1785-
integrity sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==
1786-
dependencies:
1787-
"@typescript-eslint/scope-manager" "5.33.0"
1788-
"@typescript-eslint/type-utils" "5.33.0"
1789-
"@typescript-eslint/utils" "5.33.0"
1782+
"@typescript-eslint/[email protected].1":
1783+
version "5.33.1"
1784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz#c0a480d05211660221eda963cc844732fe9b1714"
1785+
integrity sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==
1786+
dependencies:
1787+
"@typescript-eslint/scope-manager" "5.33.1"
1788+
"@typescript-eslint/type-utils" "5.33.1"
1789+
"@typescript-eslint/utils" "5.33.1"
17901790
debug "^4.3.4"
17911791
functional-red-black-tree "^1.0.1"
17921792
ignore "^5.2.0"
17931793
regexpp "^3.2.0"
17941794
semver "^7.3.7"
17951795
tsutils "^3.21.0"
17961796

1797-
"@typescript-eslint/[email protected].0":
1798-
version "5.33.0"
1799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.0.tgz#26ec3235b74f0667414613727cb98f9b69dc5383"
1800-
integrity sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==
1797+
"@typescript-eslint/[email protected].1":
1798+
version "5.33.1"
1799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.1.tgz#e4b253105b4d2a4362cfaa4e184e2d226c440ff3"
1800+
integrity sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==
18011801
dependencies:
1802-
"@typescript-eslint/scope-manager" "5.33.0"
1803-
"@typescript-eslint/types" "5.33.0"
1804-
"@typescript-eslint/typescript-estree" "5.33.0"
1802+
"@typescript-eslint/scope-manager" "5.33.1"
1803+
"@typescript-eslint/types" "5.33.1"
1804+
"@typescript-eslint/typescript-estree" "5.33.1"
18051805
debug "^4.3.4"
18061806

1807-
"@typescript-eslint/[email protected].0":
1808-
version "5.33.0"
1809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.0.tgz#509d7fa540a2c58f66bdcfcf278a3fa79002e18d"
1810-
integrity sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==
1807+
"@typescript-eslint/[email protected].1":
1808+
version "5.33.1"
1809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz#8d31553e1b874210018ca069b3d192c6d23bc493"
1810+
integrity sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==
18111811
dependencies:
1812-
"@typescript-eslint/types" "5.33.0"
1813-
"@typescript-eslint/visitor-keys" "5.33.0"
1812+
"@typescript-eslint/types" "5.33.1"
1813+
"@typescript-eslint/visitor-keys" "5.33.1"
18141814

1815-
"@typescript-eslint/[email protected].0":
1816-
version "5.33.0"
1817-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.0.tgz#92ad1fba973c078d23767ce2d8d5a601baaa9338"
1818-
integrity sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==
1815+
"@typescript-eslint/[email protected].1":
1816+
version "5.33.1"
1817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz#1a14e94650a0ae39f6e3b77478baff002cec4367"
1818+
integrity sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==
18191819
dependencies:
1820-
"@typescript-eslint/utils" "5.33.0"
1820+
"@typescript-eslint/utils" "5.33.1"
18211821
debug "^4.3.4"
18221822
tsutils "^3.21.0"
18231823

1824-
"@typescript-eslint/[email protected].0":
1825-
version "5.33.0"
1826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.0.tgz#d41c584831805554b063791338b0220b613a275b"
1827-
integrity sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==
1824+
"@typescript-eslint/[email protected].1":
1825+
version "5.33.1"
1826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.1.tgz#3faef41793d527a519e19ab2747c12d6f3741ff7"
1827+
integrity sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==
18281828

1829-
"@typescript-eslint/[email protected].0":
1830-
version "5.33.0"
1831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.0.tgz#02d9c9ade6f4897c09e3508c27de53ad6bfa54cf"
1832-
integrity sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==
1829+
"@typescript-eslint/[email protected].1":
1830+
version "5.33.1"
1831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz#a573bd360790afdcba80844e962d8b2031984f34"
1832+
integrity sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==
18331833
dependencies:
1834-
"@typescript-eslint/types" "5.33.0"
1835-
"@typescript-eslint/visitor-keys" "5.33.0"
1834+
"@typescript-eslint/types" "5.33.1"
1835+
"@typescript-eslint/visitor-keys" "5.33.1"
18361836
debug "^4.3.4"
18371837
globby "^11.1.0"
18381838
is-glob "^4.0.3"
18391839
semver "^7.3.7"
18401840
tsutils "^3.21.0"
18411841

1842-
"@typescript-eslint/[email protected].0":
1843-
version "5.33.0"
1844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.0.tgz#46797461ce3146e21c095d79518cc0f8ec574038"
1845-
integrity sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==
1842+
"@typescript-eslint/[email protected].1":
1843+
version "5.33.1"
1844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.1.tgz#171725f924fe1fe82bb776522bb85bc034e88575"
1845+
integrity sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==
18461846
dependencies:
18471847
"@types/json-schema" "^7.0.9"
1848-
"@typescript-eslint/scope-manager" "5.33.0"
1849-
"@typescript-eslint/types" "5.33.0"
1850-
"@typescript-eslint/typescript-estree" "5.33.0"
1848+
"@typescript-eslint/scope-manager" "5.33.1"
1849+
"@typescript-eslint/types" "5.33.1"
1850+
"@typescript-eslint/typescript-estree" "5.33.1"
18511851
eslint-scope "^5.1.1"
18521852
eslint-utils "^3.0.0"
18531853

1854-
"@typescript-eslint/[email protected].0":
1855-
version "5.33.0"
1856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.0.tgz#fbcbb074e460c11046e067bc3384b5d66b555484"
1857-
integrity sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==
1854+
"@typescript-eslint/[email protected].1":
1855+
version "5.33.1"
1856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz#0155c7571c8cd08956580b880aea327d5c34a18b"
1857+
integrity sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==
18581858
dependencies:
1859-
"@typescript-eslint/types" "5.33.0"
1859+
"@typescript-eslint/types" "5.33.1"
18601860
eslint-visitor-keys "^3.3.0"
18611861

18621862
"@whatwg-node/fetch@^0.2.3", "@whatwg-node/fetch@^0.2.4":

0 commit comments

Comments
 (0)