Skip to content

Commit 23b4977

Browse files
committed
Update typescript-eslint monorepo to v5.56.0
1 parent 018567f commit 23b4977

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
@@ -51,8 +51,8 @@
5151
"@graphql-codegen/typescript": "^2.8.7",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.0",
54-
"@typescript-eslint/eslint-plugin": "5.55.0",
55-
"@typescript-eslint/parser": "5.55.0",
54+
"@typescript-eslint/eslint-plugin": "5.56.0",
55+
"@typescript-eslint/parser": "5.56.0",
5656
"eslint": "8.36.0",
5757
"jest": "29.5.0",
5858
"myzod": "1.10.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,88 +2076,88 @@
20762076
dependencies:
20772077
"@types/yargs-parser" "*"
20782078

2079-
"@typescript-eslint/eslint-plugin@5.55.0":
2080-
version "5.55.0"
2081-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
2082-
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
2079+
"@typescript-eslint/eslint-plugin@5.56.0":
2080+
version "5.56.0"
2081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz#e4fbb4d6dd8dab3e733485c1a44a02189ae75364"
2082+
integrity sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==
20832083
dependencies:
20842084
"@eslint-community/regexpp" "^4.4.0"
2085-
"@typescript-eslint/scope-manager" "5.55.0"
2086-
"@typescript-eslint/type-utils" "5.55.0"
2087-
"@typescript-eslint/utils" "5.55.0"
2085+
"@typescript-eslint/scope-manager" "5.56.0"
2086+
"@typescript-eslint/type-utils" "5.56.0"
2087+
"@typescript-eslint/utils" "5.56.0"
20882088
debug "^4.3.4"
20892089
grapheme-splitter "^1.0.4"
20902090
ignore "^5.2.0"
20912091
natural-compare-lite "^1.4.0"
20922092
semver "^7.3.7"
20932093
tsutils "^3.21.0"
20942094

2095-
"@typescript-eslint/parser@5.55.0":
2096-
version "5.55.0"
2097-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
2098-
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
2095+
"@typescript-eslint/parser@5.56.0":
2096+
version "5.56.0"
2097+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
2098+
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
20992099
dependencies:
2100-
"@typescript-eslint/scope-manager" "5.55.0"
2101-
"@typescript-eslint/types" "5.55.0"
2102-
"@typescript-eslint/typescript-estree" "5.55.0"
2100+
"@typescript-eslint/scope-manager" "5.56.0"
2101+
"@typescript-eslint/types" "5.56.0"
2102+
"@typescript-eslint/typescript-estree" "5.56.0"
21032103
debug "^4.3.4"
21042104

2105-
"@typescript-eslint/scope-manager@5.55.0":
2106-
version "5.55.0"
2107-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
2108-
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
2105+
"@typescript-eslint/scope-manager@5.56.0":
2106+
version "5.56.0"
2107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
2108+
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
21092109
dependencies:
2110-
"@typescript-eslint/types" "5.55.0"
2111-
"@typescript-eslint/visitor-keys" "5.55.0"
2110+
"@typescript-eslint/types" "5.56.0"
2111+
"@typescript-eslint/visitor-keys" "5.56.0"
21122112

2113-
"@typescript-eslint/type-utils@5.55.0":
2114-
version "5.55.0"
2115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
2116-
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
2113+
"@typescript-eslint/type-utils@5.56.0":
2114+
version "5.56.0"
2115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
2116+
integrity sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==
21172117
dependencies:
2118-
"@typescript-eslint/typescript-estree" "5.55.0"
2119-
"@typescript-eslint/utils" "5.55.0"
2118+
"@typescript-eslint/typescript-estree" "5.56.0"
2119+
"@typescript-eslint/utils" "5.56.0"
21202120
debug "^4.3.4"
21212121
tsutils "^3.21.0"
21222122

2123-
"@typescript-eslint/types@5.55.0":
2124-
version "5.55.0"
2125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
2126-
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
2123+
"@typescript-eslint/types@5.56.0":
2124+
version "5.56.0"
2125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
2126+
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
21272127

2128-
"@typescript-eslint/typescript-estree@5.55.0":
2129-
version "5.55.0"
2130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
2131-
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
2128+
"@typescript-eslint/typescript-estree@5.56.0":
2129+
version "5.56.0"
2130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
2131+
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
21322132
dependencies:
2133-
"@typescript-eslint/types" "5.55.0"
2134-
"@typescript-eslint/visitor-keys" "5.55.0"
2133+
"@typescript-eslint/types" "5.56.0"
2134+
"@typescript-eslint/visitor-keys" "5.56.0"
21352135
debug "^4.3.4"
21362136
globby "^11.1.0"
21372137
is-glob "^4.0.3"
21382138
semver "^7.3.7"
21392139
tsutils "^3.21.0"
21402140

2141-
"@typescript-eslint/utils@5.55.0":
2142-
version "5.55.0"
2143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
2144-
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
2141+
"@typescript-eslint/utils@5.56.0":
2142+
version "5.56.0"
2143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
2144+
integrity sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==
21452145
dependencies:
21462146
"@eslint-community/eslint-utils" "^4.2.0"
21472147
"@types/json-schema" "^7.0.9"
21482148
"@types/semver" "^7.3.12"
2149-
"@typescript-eslint/scope-manager" "5.55.0"
2150-
"@typescript-eslint/types" "5.55.0"
2151-
"@typescript-eslint/typescript-estree" "5.55.0"
2149+
"@typescript-eslint/scope-manager" "5.56.0"
2150+
"@typescript-eslint/types" "5.56.0"
2151+
"@typescript-eslint/typescript-estree" "5.56.0"
21522152
eslint-scope "^5.1.1"
21532153
semver "^7.3.7"
21542154

2155-
"@typescript-eslint/visitor-keys@5.55.0":
2156-
version "5.55.0"
2157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
2158-
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
2155+
"@typescript-eslint/visitor-keys@5.56.0":
2156+
version "5.56.0"
2157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
2158+
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
21592159
dependencies:
2160-
"@typescript-eslint/types" "5.55.0"
2160+
"@typescript-eslint/types" "5.56.0"
21612161
eslint-visitor-keys "^3.3.0"
21622162

21632163
"@whatwg-node/events@^0.0.2":

0 commit comments

Comments
 (0)