Skip to content

Commit daca282

Browse files
chore(deps): update typescript-eslint monorepo to v5.54.0 (#2267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe62512 commit daca282

File tree

2 files changed

+64
-50
lines changed

2 files changed

+64
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@types/jest": "27.5.2",
4141
"@types/node": "16.11.63",
4242
"@types/ramda": "0.28.22",
43-
"@typescript-eslint/eslint-plugin": "5.38.1",
44-
"@typescript-eslint/parser": "5.38.1",
43+
"@typescript-eslint/eslint-plugin": "5.54.0",
44+
"@typescript-eslint/parser": "5.54.0",
4545
"apollo-server": "3.11.1",
4646
"apollo-server-express": "3.11.1",
4747
"apollo-datasource-rest": "3.7.0",

yarn.lock

Lines changed: 62 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,6 +3081,11 @@
30813081
resolved "https://registry.npmjs.org/@types/semver/-/semver-6.2.2.tgz#5c27df09ca39e3c9beb4fae6b95f4d71426df0a9"
30823082
integrity sha512-RxAwYt4rGwK5GyoRwuP0jT6ZHAVTdz2EqgsHmX0PYNjGsko+OeT4WFXXTs/lM3teJUJodM+SNtAL5/pXIJ61IQ==
30833083

3084+
"@types/semver@^7.3.12":
3085+
version "7.3.13"
3086+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
3087+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
3088+
30843089
"@types/serve-static@*":
30853090
version "1.13.8"
30863091
resolved "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.8.tgz#851129d434433c7082148574ffec263d58309c46"
@@ -3121,84 +3126,88 @@
31213126
dependencies:
31223127
"@types/yargs-parser" "*"
31233128

3124-
"@typescript-eslint/eslint-plugin@5.38.1":
3125-
version "5.38.1"
3126-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
3127-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
3129+
"@typescript-eslint/eslint-plugin@5.54.0":
3130+
version "5.54.0"
3131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
3132+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
31283133
dependencies:
3129-
"@typescript-eslint/scope-manager" "5.38.1"
3130-
"@typescript-eslint/type-utils" "5.38.1"
3131-
"@typescript-eslint/utils" "5.38.1"
3134+
"@typescript-eslint/scope-manager" "5.54.0"
3135+
"@typescript-eslint/type-utils" "5.54.0"
3136+
"@typescript-eslint/utils" "5.54.0"
31323137
debug "^4.3.4"
3138+
grapheme-splitter "^1.0.4"
31333139
ignore "^5.2.0"
3140+
natural-compare-lite "^1.4.0"
31343141
regexpp "^3.2.0"
31353142
semver "^7.3.7"
31363143
tsutils "^3.21.0"
31373144

3138-
"@typescript-eslint/parser@5.38.1":
3139-
version "5.38.1"
3140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
3141-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
3145+
"@typescript-eslint/parser@5.54.0":
3146+
version "5.54.0"
3147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
3148+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
31423149
dependencies:
3143-
"@typescript-eslint/scope-manager" "5.38.1"
3144-
"@typescript-eslint/types" "5.38.1"
3145-
"@typescript-eslint/typescript-estree" "5.38.1"
3150+
"@typescript-eslint/scope-manager" "5.54.0"
3151+
"@typescript-eslint/types" "5.54.0"
3152+
"@typescript-eslint/typescript-estree" "5.54.0"
31463153
debug "^4.3.4"
31473154

3148-
"@typescript-eslint/scope-manager@5.38.1":
3149-
version "5.38.1"
3150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
3151-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
3155+
"@typescript-eslint/scope-manager@5.54.0":
3156+
version "5.54.0"
3157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
3158+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
31523159
dependencies:
3153-
"@typescript-eslint/types" "5.38.1"
3154-
"@typescript-eslint/visitor-keys" "5.38.1"
3160+
"@typescript-eslint/types" "5.54.0"
3161+
"@typescript-eslint/visitor-keys" "5.54.0"
31553162

3156-
"@typescript-eslint/type-utils@5.38.1":
3157-
version "5.38.1"
3158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
3159-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
3163+
"@typescript-eslint/type-utils@5.54.0":
3164+
version "5.54.0"
3165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
3166+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
31603167
dependencies:
3161-
"@typescript-eslint/typescript-estree" "5.38.1"
3162-
"@typescript-eslint/utils" "5.38.1"
3168+
"@typescript-eslint/typescript-estree" "5.54.0"
3169+
"@typescript-eslint/utils" "5.54.0"
31633170
debug "^4.3.4"
31643171
tsutils "^3.21.0"
31653172

3166-
"@typescript-eslint/types@5.38.1":
3167-
version "5.38.1"
3168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
3169-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
3173+
"@typescript-eslint/types@5.54.0":
3174+
version "5.54.0"
3175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
3176+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
31703177

3171-
"@typescript-eslint/typescript-estree@5.38.1":
3172-
version "5.38.1"
3173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
3174-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
3178+
"@typescript-eslint/typescript-estree@5.54.0":
3179+
version "5.54.0"
3180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
3181+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
31753182
dependencies:
3176-
"@typescript-eslint/types" "5.38.1"
3177-
"@typescript-eslint/visitor-keys" "5.38.1"
3183+
"@typescript-eslint/types" "5.54.0"
3184+
"@typescript-eslint/visitor-keys" "5.54.0"
31783185
debug "^4.3.4"
31793186
globby "^11.1.0"
31803187
is-glob "^4.0.3"
31813188
semver "^7.3.7"
31823189
tsutils "^3.21.0"
31833190

3184-
"@typescript-eslint/utils@5.38.1":
3185-
version "5.38.1"
3186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
3187-
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
3191+
"@typescript-eslint/utils@5.54.0":
3192+
version "5.54.0"
3193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
3194+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
31883195
dependencies:
31893196
"@types/json-schema" "^7.0.9"
3190-
"@typescript-eslint/scope-manager" "5.38.1"
3191-
"@typescript-eslint/types" "5.38.1"
3192-
"@typescript-eslint/typescript-estree" "5.38.1"
3197+
"@types/semver" "^7.3.12"
3198+
"@typescript-eslint/scope-manager" "5.54.0"
3199+
"@typescript-eslint/types" "5.54.0"
3200+
"@typescript-eslint/typescript-estree" "5.54.0"
31933201
eslint-scope "^5.1.1"
31943202
eslint-utils "^3.0.0"
3203+
semver "^7.3.7"
31953204

3196-
"@typescript-eslint/visitor-keys@5.38.1":
3197-
version "5.38.1"
3198-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
3199-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
3205+
"@typescript-eslint/visitor-keys@5.54.0":
3206+
version "5.54.0"
3207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
3208+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
32003209
dependencies:
3201-
"@typescript-eslint/types" "5.38.1"
3210+
"@typescript-eslint/types" "5.54.0"
32023211
eslint-visitor-keys "^3.3.0"
32033212

32043213
@@ -9171,6 +9180,11 @@ nanotimer@^0.3.15:
91719180
resolved "https://registry.npmjs.org/nanotimer/-/nanotimer-0.3.15.tgz#280d277db9146eca6f8a570b572abaf2a9acc754"
91729181
integrity sha1-KA0nfbkUbspvilcLVyq68qmsx1Q=
91739182

9183+
natural-compare-lite@^1.4.0:
9184+
version "1.4.0"
9185+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
9186+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
9187+
91749188
natural-compare@^1.4.0:
91759189
version "1.4.0"
91769190
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)