xo 0.53.1 → 0.54.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/config/plugins.cjs +34 -4
  2. package/lib/options-manager.js +11 -58
  3. package/node_modules/@eslint-community/eslint-utils/README.md +37 -0
  4. package/node_modules/{eslint-utils → @eslint-community/eslint-utils}/index.js +124 -12
  5. package/node_modules/@eslint-community/eslint-utils/index.js.map +1 -0
  6. package/node_modules/{eslint-utils → @eslint-community/eslint-utils}/index.mjs +124 -11
  7. package/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -0
  8. package/node_modules/@eslint-community/eslint-utils/package.json +73 -0
  9. package/node_modules/{regexpp → @eslint-community/regexpp}/README.md +9 -10
  10. package/node_modules/@eslint-community/regexpp/index.d.ts +781 -0
  11. package/node_modules/{regexpp → @eslint-community/regexpp}/index.js +297 -262
  12. package/node_modules/@eslint-community/regexpp/index.js.map +1 -0
  13. package/node_modules/{regexpp → @eslint-community/regexpp}/index.mjs +297 -262
  14. package/node_modules/@eslint-community/regexpp/index.mjs.map +1 -0
  15. package/node_modules/{regexpp → @eslint-community/regexpp}/package.json +60 -64
  16. package/node_modules/@typescript-eslint/eslint-plugin/LICENSE +1 -1
  17. package/node_modules/@typescript-eslint/eslint-plugin/README.md +6 -92
  18. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +11 -2
  19. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -1
  20. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +3 -1
  21. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +1 -1
  22. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +4 -2
  23. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -1
  24. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +1 -1
  25. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -1
  26. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +2 -1
  27. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -1
  28. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +3 -3
  29. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -1
  30. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js +158 -0
  31. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js.map +1 -0
  32. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +3 -1
  33. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map +1 -1
  34. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +1 -1
  35. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -1
  36. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js +17 -7
  37. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js.map +1 -1
  38. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +47 -0
  39. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -1
  40. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +5 -11
  41. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -1
  42. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js +61 -0
  43. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js.map +1 -0
  44. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +22 -3
  45. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -1
  46. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +14 -0
  47. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -1
  48. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js +351 -0
  49. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js.map +1 -0
  50. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +53 -2
  51. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -1
  52. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js +384 -0
  53. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js.map +1 -0
  54. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +205 -39
  55. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -1
  56. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js +14 -13
  57. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map +1 -1
  58. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +5 -0
  59. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -1
  60. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +6 -6
  61. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -1
  62. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +231 -198
  63. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -1
  64. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +5 -0
  65. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -1
  66. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js +158 -0
  67. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js.map +1 -0
  68. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +19 -16
  69. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -1
  70. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +2 -2
  71. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -1
  72. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +45 -4
  73. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
  74. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +1 -1
  75. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
  76. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js +79 -0
  77. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js.map +1 -0
  78. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +1 -1
  79. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -1
  80. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +1 -1
  81. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -1
  82. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +15 -15
  83. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -1
  84. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js +196 -0
  85. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js.map +1 -0
  86. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +1 -1
  87. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -1
  88. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +3 -3
  89. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map +1 -1
  90. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +6 -1
  91. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
  92. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +21 -31
  93. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -1
  94. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +22 -7
  95. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -1
  96. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +4 -5
  97. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -1
  98. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +9 -9
  99. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -1
  100. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js +119 -0
  101. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js.map +1 -0
  102. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +1 -2
  103. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -1
  104. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +2 -2
  105. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -1
  106. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +1 -0
  107. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -1
  108. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +1 -0
  109. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -1
  110. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +3 -5
  111. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
  112. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +4 -5
  113. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -1
  114. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +2 -2
  115. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -1
  116. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +19 -1
  117. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -1
  118. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +47 -11
  119. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -1
  120. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +2 -1
  121. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -1
  122. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +1 -1
  123. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -1
  124. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +2 -2
  125. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
  126. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +3 -1
  127. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -1
  128. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +1 -1
  129. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -1
  130. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +7 -0
  131. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -1
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js +5 -5
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js.map +1 -1
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +5 -5
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -1
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +1 -2
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map +1 -1
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +2 -1
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -1
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +46 -2
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -1
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +1 -1
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -1
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +1 -1
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -1
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +1 -1
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -1
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +1 -2
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -1
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -1
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js +20 -0
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js.map +1 -0
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +2 -1
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -1
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +1 -0
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -1
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js +1 -1
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js.map +1 -1
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +27 -1
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -1
  162. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +3 -3
  163. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +1 -1
  164. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +3 -8
  165. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/block-spacing.md +12 -0
  166. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +1 -1
  167. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +2 -0
  168. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +9 -1
  169. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +52 -0
  170. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/key-spacing.md +12 -0
  171. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-around-comment.md +37 -0
  172. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +181 -20
  173. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +7 -6
  174. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-type-constituents.md +61 -0
  175. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +1 -1
  176. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-import-type-side-effects.md +75 -0
  177. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-mixed-enums.md +88 -0
  178. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +2 -2
  179. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +21 -0
  180. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-enum-comparison.md +75 -0
  181. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +5 -0
  182. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +18 -1
  183. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +9 -0
  184. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +6 -0
  185. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +7 -10
  186. package/node_modules/@typescript-eslint/eslint-plugin/package.json +13 -9
  187. package/node_modules/@typescript-eslint/parser/LICENSE +5 -5
  188. package/node_modules/@typescript-eslint/parser/README.md +6 -300
  189. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +4 -0
  190. package/node_modules/@typescript-eslint/parser/dist/index.d.ts +4 -0
  191. package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +1 -1
  192. package/node_modules/@typescript-eslint/parser/dist/index.js +5 -1
  193. package/node_modules/@typescript-eslint/parser/dist/index.js.map +1 -1
  194. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -1
  195. package/node_modules/@typescript-eslint/parser/dist/parser.js +20 -18
  196. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -1
  197. package/node_modules/@typescript-eslint/parser/package.json +6 -6
  198. package/node_modules/@typescript-eslint/scope-manager/LICENSE +1 -1
  199. package/node_modules/@typescript-eslint/scope-manager/README.md +5 -117
  200. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +10 -10
  201. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -1
  202. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +1 -1
  203. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +1 -1
  204. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +3 -0
  205. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +1 -0
  206. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +21 -0
  207. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +1 -0
  208. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +3 -0
  209. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +1 -0
  210. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +15 -0
  211. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +1 -0
  212. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -1
  213. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -1
  214. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +5 -0
  215. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -1
  216. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +44 -10
  217. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -1
  218. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -1
  219. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +1 -1
  220. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -1
  221. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -1
  222. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +3 -0
  223. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map +1 -0
  224. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +12 -0
  225. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map +1 -0
  226. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +2 -1
  227. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -1
  228. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -1
  229. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +2 -1
  230. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -1
  231. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +3 -0
  232. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +1 -0
  233. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +15 -0
  234. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +1 -0
  235. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +3 -0
  236. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +1 -0
  237. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +24 -0
  238. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +1 -0
  239. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +3 -0
  240. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +1 -0
  241. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +3 -0
  242. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +1 -0
  243. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +14 -0
  244. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +1 -0
  245. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +11 -0
  246. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +1 -0
  247. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -1
  248. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +3 -105
  249. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -1
  250. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +2 -2
  251. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +7 -0
  252. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -1
  253. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +14 -0
  254. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -1
  255. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -1
  256. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -1
  257. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +2 -0
  258. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -1
  259. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +43 -1
  260. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -1
  261. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +4 -2
  262. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +1 -1
  263. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +14 -6
  264. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -1
  265. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +1 -1
  266. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -1
  267. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -1
  268. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -1
  269. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +2 -2
  270. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
  271. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +10 -12
  272. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
  273. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +17 -17
  274. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -1
  275. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +2 -1
  276. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
  277. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +5 -2
  278. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
  279. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -1
  280. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -1
  281. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -1
  282. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +1 -1
  283. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -1
  284. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +1 -1
  285. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -1
  286. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -1
  287. package/node_modules/@typescript-eslint/scope-manager/package.json +12 -12
  288. package/node_modules/@typescript-eslint/type-utils/LICENSE +1 -1
  289. package/node_modules/@typescript-eslint/type-utils/README.md +7 -10
  290. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/containsAllTypesByName.d.ts +4 -2
  291. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/typeFlagUtils.d.ts +8 -3
  292. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +4 -2
  293. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -1
  294. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +12 -6
  295. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -1
  296. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -1
  297. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js +2 -4
  298. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -1
  299. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +8 -3
  300. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -1
  301. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +11 -4
  302. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -1
  303. package/node_modules/@typescript-eslint/type-utils/package.json +6 -6
  304. package/node_modules/@typescript-eslint/types/LICENSE +1 -1
  305. package/node_modules/@typescript-eslint/types/README.md +6 -11
  306. package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +90 -16
  307. package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +1 -1
  308. package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +9 -5
  309. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +90 -16
  310. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -1
  311. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +3 -0
  312. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -1
  313. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +1 -1
  314. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -1
  315. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +9 -5
  316. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -1
  317. package/node_modules/@typescript-eslint/types/package.json +6 -6
  318. package/node_modules/@typescript-eslint/typescript-estree/LICENSE +5 -5
  319. package/node_modules/@typescript-eslint/typescript-estree/README.md +6 -379
  320. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/clear-caches.d.ts +10 -0
  321. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/describeFilePath.d.ts +2 -0
  322. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/{createWatchProgram.d.ts → getWatchProgramsForProjects.d.ts} +3 -4
  323. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +8 -2
  324. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +2 -2
  325. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/ExpiringCache.d.ts +17 -0
  326. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/createParseSettings.d.ts +1 -0
  327. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/getProjectConfigFiles.d.ts +12 -0
  328. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/index.d.ts +8 -3
  329. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/resolveProjectList.d.ts +19 -0
  330. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +23 -4
  331. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser.d.ts +1 -1
  332. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/simple-traverse.d.ts +1 -1
  333. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/estree-to-ts-node-types.d.ts +4 -1
  334. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts +4 -2
  335. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +1 -1
  336. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts +10 -0
  337. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map +1 -0
  338. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +24 -0
  339. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +1 -0
  340. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +1 -1
  341. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -1
  342. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
  343. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +62 -16
  344. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
  345. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +1 -1
  346. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +1 -0
  347. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -1
  348. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -1
  349. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +7 -12
  350. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -1
  351. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts +2 -0
  352. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts.map +1 -0
  353. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +32 -0
  354. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +1 -0
  355. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/{createWatchProgram.d.ts → getWatchProgramsForProjects.d.ts} +3 -4
  356. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +1 -0
  357. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/{createWatchProgram.js → getWatchProgramsForProjects.js} +16 -20
  358. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +1 -0
  359. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +8 -2
  360. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -1
  361. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +15 -1
  362. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -1
  363. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts.map +1 -1
  364. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +3 -3
  365. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +1 -1
  366. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +2 -2
  367. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -1
  368. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +2 -4
  369. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -1
  370. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -1
  371. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +18 -5
  372. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -1
  373. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts +17 -0
  374. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts.map +1 -0
  375. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +62 -0
  376. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +1 -0
  377. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts +1 -0
  378. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts.map +1 -1
  379. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +22 -48
  380. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +1 -1
  381. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts +12 -0
  382. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts.map +1 -0
  383. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +70 -0
  384. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +1 -0
  385. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts +8 -3
  386. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts.map +1 -1
  387. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts +19 -0
  388. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts.map +1 -0
  389. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +103 -0
  390. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +1 -0
  391. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +4 -4
  392. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +1 -1
  393. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +23 -4
  394. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +1 -1
  395. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +1 -1
  396. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +1 -1
  397. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +1 -1
  398. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -1
  399. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +1 -1
  400. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +1 -1
  401. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +1 -1
  402. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -1
  403. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +4 -1
  404. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
  405. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +4 -2
  406. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
  407. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +1 -1
  408. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +1 -1
  409. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +2 -0
  410. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -1
  411. package/node_modules/@typescript-eslint/typescript-estree/package.json +5 -6
  412. package/node_modules/@typescript-eslint/utils/LICENSE +1 -1
  413. package/node_modules/@typescript-eslint/utils/README.md +6 -23
  414. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +4 -4
  415. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +4 -4
  416. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts +6 -6
  417. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/predicates.d.ts +5 -5
  418. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +2 -2
  419. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/helpers.d.ts +60 -6
  420. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/predicates.d.ts +13 -1
  421. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/InferTypesFromRule.d.ts +2 -2
  422. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/RuleCreator.d.ts +2 -2
  423. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/deepMerge.d.ts +1 -1
  424. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/rule-tester/RuleTester.d.ts +3 -3
  425. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/rule-tester/dependencyConstraints.d.ts +2 -2
  426. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Rule.d.ts +6 -6
  427. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/RuleTester.d.ts +1 -1
  428. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/SourceCode.d.ts +5 -1
  429. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Options.d.ts +1 -1
  430. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Reference.d.ts +1 -1
  431. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Scope.d.ts +1 -1
  432. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +4 -4
  433. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js +2 -2
  434. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -1
  435. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +4 -4
  436. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js +2 -2
  437. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -1
  438. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +6 -6
  439. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js +7 -7
  440. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -1
  441. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts +5 -5
  442. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts.map +1 -1
  443. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js +1 -1
  444. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -1
  445. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +2 -2
  446. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js +3 -3
  447. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -1
  448. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +60 -6
  449. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts.map +1 -1
  450. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts +13 -1
  451. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -1
  452. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js +15 -1
  453. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -1
  454. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts +2 -2
  455. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts.map +1 -1
  456. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +2 -2
  457. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -1
  458. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js +1 -1
  459. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js.map +1 -1
  460. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts +1 -1
  461. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts.map +1 -1
  462. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js +1 -1
  463. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -1
  464. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.d.ts +3 -3
  465. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.d.ts.map +1 -1
  466. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.js +40 -27
  467. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.js.map +1 -1
  468. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/dependencyConstraints.d.ts +2 -2
  469. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/dependencyConstraints.d.ts.map +1 -1
  470. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +6 -6
  471. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -1
  472. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts +1 -1
  473. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -1
  474. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts +5 -1
  475. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts.map +1 -1
  476. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js.map +1 -1
  477. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts +1 -1
  478. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts.map +1 -1
  479. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts +1 -1
  480. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts.map +1 -1
  481. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts +1 -1
  482. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts.map +1 -1
  483. package/node_modules/@typescript-eslint/utils/package.json +8 -8
  484. package/node_modules/@typescript-eslint/visitor-keys/LICENSE +1 -1
  485. package/node_modules/@typescript-eslint/visitor-keys/README.md +6 -9
  486. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
  487. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +63 -48
  488. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
  489. package/node_modules/@typescript-eslint/visitor-keys/package.json +4 -4
  490. package/node_modules/eslint-config-xo-typescript/index.js +8 -11
  491. package/node_modules/eslint-config-xo-typescript/package.json +5 -5
  492. package/node_modules/eslint-visitor-keys/README.md +1 -2
  493. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +38 -36
  494. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +38 -35
  495. package/node_modules/eslint-visitor-keys/package.json +16 -6
  496. package/node_modules/fastq/README.md +1 -1
  497. package/node_modules/fastq/index.d.ts +1 -1
  498. package/node_modules/fastq/package.json +1 -1
  499. package/node_modules/fastq/queue.js +6 -0
  500. package/node_modules/fastq/test/promise.js +27 -0
  501. package/node_modules/grapheme-splitter/LICENSE +22 -0
  502. package/node_modules/grapheme-splitter/README.md +111 -0
  503. package/node_modules/grapheme-splitter/index.d.ts +24 -0
  504. package/node_modules/grapheme-splitter/index.js +1743 -0
  505. package/node_modules/grapheme-splitter/package.json +34 -0
  506. package/node_modules/grapheme-splitter/tests/GraphemeBreakTest.txt +850 -0
  507. package/node_modules/grapheme-splitter/tests/grapheme_splitter_tests.js +83 -0
  508. package/node_modules/ignore/README.md +3 -3
  509. package/node_modules/ignore/index.js +24 -9
  510. package/node_modules/ignore/legacy.js +176 -135
  511. package/node_modules/ignore/package.json +13 -11
  512. package/node_modules/semver/README.md +56 -0
  513. package/node_modules/semver/bin/semver.js +8 -2
  514. package/node_modules/semver/classes/comparator.js +37 -33
  515. package/node_modules/semver/classes/range.js +6 -2
  516. package/node_modules/semver/classes/semver.js +10 -9
  517. package/node_modules/semver/functions/diff.js +24 -8
  518. package/node_modules/semver/functions/inc.js +3 -2
  519. package/node_modules/semver/functions/parse.js +0 -10
  520. package/node_modules/semver/index.js +1 -0
  521. package/node_modules/semver/internal/constants.js +15 -2
  522. package/node_modules/semver/internal/parse-options.js +14 -10
  523. package/node_modules/semver/package.json +7 -6
  524. package/node_modules/semver/ranges/intersects.js +1 -1
  525. package/node_modules/semver/ranges/subset.js +6 -3
  526. package/package.json +19 -19
  527. package/readme.md +1 -2
  528. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts.map +0 -1
  529. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +0 -1
  530. package/node_modules/braces/CHANGELOG.md +0 -184
  531. package/node_modules/eslint-scope/CHANGELOG.md +0 -70
  532. package/node_modules/eslint-utils/README.md +0 -38
  533. package/node_modules/eslint-utils/index.js.map +0 -1
  534. package/node_modules/eslint-utils/index.mjs.map +0 -1
  535. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  536. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE +0 -201
  537. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/README.md +0 -98
  538. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  539. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  540. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +0 -39
  541. package/node_modules/eslint-utils/package.json +0 -78
  542. package/node_modules/glob-parent/CHANGELOG.md +0 -110
  543. package/node_modules/picomatch/CHANGELOG.md +0 -136
  544. package/node_modules/regexpp/index.d.ts +0 -248
  545. package/node_modules/regexpp/index.js.map +0 -1
  546. package/node_modules/regexpp/index.mjs.map +0 -1
  547. /package/node_modules/{eslint-utils → @eslint-community/eslint-utils}/LICENSE +0 -0
  548. /package/node_modules/{regexpp → @eslint-community/regexpp}/LICENSE +0 -0
  549. /package/node_modules/{yallist → semver/node_modules/yallist}/LICENSE +0 -0
  550. /package/node_modules/{yallist → semver/node_modules/yallist}/README.md +0 -0
  551. /package/node_modules/{yallist → semver/node_modules/yallist}/iterator.js +0 -0
  552. /package/node_modules/{yallist → semver/node_modules/yallist}/package.json +0 -0
  553. /package/node_modules/{yallist → semver/node_modules/yallist}/yallist.js +0 -0
@@ -0,0 +1,88 @@
1
+ ---
2
+ description: 'Disallow enums from having both number and string members.'
3
+ ---
4
+
5
+ > 🛑 This file is source code, not the primary documentation location! 🛑
6
+ >
7
+ > See **https://typescript-eslint.io/rules/no-mixed-enums** for documentation.
8
+
9
+ TypeScript enums are allowed to assign numeric or string values to their members.
10
+ Most enums contain either all numbers or all strings, but in theory you can mix-and-match within the same enum.
11
+ Mixing enum member types is generally considered confusing and a bad practice.
12
+
13
+ ## Examples
14
+
15
+ <!--tabs-->
16
+
17
+ ### ❌ Incorrect
18
+
19
+ ```ts
20
+ enum Status {
21
+ Unknown,
22
+ Closed = 1,
23
+ Open = 'open',
24
+ }
25
+ ```
26
+
27
+ ### ✅ Correct (Explicit Numbers)
28
+
29
+ ```ts
30
+ enum Status {
31
+ Unknown = 0,
32
+ Closed = 1,
33
+ Open = 2,
34
+ }
35
+ ```
36
+
37
+ ### ✅ Correct (Implicit Numbers)
38
+
39
+ ```ts
40
+ enum Status {
41
+ Unknown,
42
+ Closed,
43
+ Open,
44
+ }
45
+ ```
46
+
47
+ ### ✅ Correct (Strings)
48
+
49
+ ```ts
50
+ enum Status {
51
+ Unknown = 'unknown',
52
+ Closed = 'closed',
53
+ Open = 'open',
54
+ }
55
+ ```
56
+
57
+ ## Iteration Pitfalls of Mixed Enum Member Values
58
+
59
+ Enum values may be iterated over using `Object.entries`/`Object.keys`/`Object.values`.
60
+
61
+ If all enum members are strings, the number of items will match the number of enum members:
62
+
63
+ ```ts
64
+ enum Status {
65
+ Closed = 'closed',
66
+ Open = 'open',
67
+ }
68
+
69
+ // ['closed', 'open']
70
+ Object.values(Status);
71
+ ```
72
+
73
+ But if the enum contains members that are initialized with numbers -including implicitly initialized numbers— then iteration over that enum will include those numbers as well:
74
+
75
+ ```ts
76
+ enum Status {
77
+ Unknown,
78
+ Closed = 1,
79
+ Open = 'open',
80
+ }
81
+
82
+ // ["Unknown", "Closed", 0, 1, "open"]
83
+ Object.values(Status);
84
+ ```
85
+
86
+ ## When Not To Use It
87
+
88
+ If you don't mind the confusion of mixed enum member values and don't iterate over enums, you can safely disable this rule.
@@ -22,7 +22,7 @@ interface Example {
22
22
  }
23
23
 
24
24
  declare const example: Example;
25
- const includesBaz = foo.property!.includes('baz');
25
+ const includesBaz = example.property!.includes('baz');
26
26
  ```
27
27
 
28
28
  ### ✅ Correct
@@ -33,7 +33,7 @@ interface Example {
33
33
  }
34
34
 
35
35
  declare const example: Example;
36
- const includesBaz = foo.property?.includes('baz') ?? false;
36
+ const includesBaz = example.property?.includes('baz') ?? false;
37
37
  ```
38
38
 
39
39
  ## When Not To Use It
@@ -78,3 +78,24 @@ Examples of **correct** code with `{ ignoreFunctionTypeParameterNameValueShadow:
78
78
  const test = 1;
79
79
  type Func = (test: string) => typeof test;
80
80
  ```
81
+
82
+ ## FAQ
83
+
84
+ ### Why does the rule report on enum members that share the same name as a variable in a parent scope?
85
+
86
+ Reporting on this case isn't a bug - it is completely intentional and correct reporting! The rule reports due to a relatively unknown feature of enums - enum members create a variable within the enum scope so that they can be referenced within the enum without a qualifier.
87
+
88
+ To illustrate this with an example:
89
+
90
+ ```ts
91
+ const A = 2;
92
+ enum Test {
93
+ A = 1,
94
+ B = A,
95
+ }
96
+
97
+ console.log(Test.B);
98
+ // what should be logged?
99
+ ```
100
+
101
+ Naively looking at the above code, it might look like the log should output `2`, because the outer variable `A`'s value is `2` - however, the code instead outputs `1`, which is the value of `Test.A`. This is because the unqualified code `B = A` is equivalent to the fully-qualified code `B = Test.A`. Due to this behavior, the enum member has **shadowed** the outer variable declaration.
@@ -0,0 +1,75 @@
1
+ ---
2
+ description: 'Disallow comparing an enum value with a non-enum value.'
3
+ ---
4
+
5
+ > 🛑 This file is source code, not the primary documentation location! 🛑
6
+ >
7
+ > See **https://typescript-eslint.io/rules/no-unsafe-enum-comparison** for documentation.
8
+
9
+ The TypeScript compiler can be surprisingly lenient when working with enums.
10
+ For example, it will allow you to compare enum values against numbers even though they might not have any type overlap:
11
+
12
+ ```ts
13
+ enum Fruit {
14
+ Apple,
15
+ Banana,
16
+ }
17
+
18
+ declare let fruit: Fruit;
19
+
20
+ fruit === 999; // No error
21
+ ```
22
+
23
+ This rule flags when an enum typed value is compared to a non-enum `number`.
24
+
25
+ <!--tabs-->
26
+
27
+ ### ❌ Incorrect
28
+
29
+ ```ts
30
+ enum Fruit {
31
+ Apple,
32
+ }
33
+
34
+ declare let fruit: Fruit;
35
+
36
+ fruit === 999;
37
+ ```
38
+
39
+ ```ts
40
+ enum Vegetable {
41
+ Asparagus = 'asparagus',
42
+ }
43
+
44
+ declare let vegetable: Vegetable;
45
+
46
+ vegetable === 'asparagus';
47
+ ```
48
+
49
+ ### ✅ Correct
50
+
51
+ ```ts
52
+ enum Fruit {
53
+ Apple,
54
+ }
55
+
56
+ declare let fruit: Fruit;
57
+
58
+ fruit === Fruit.Banana;
59
+ ```
60
+
61
+ ```ts
62
+ enum Vegetable {
63
+ Asparagus = 'asparagus',
64
+ }
65
+
66
+ declare let vegetable: Vegetable;
67
+
68
+ vegetable === Vegetable.Asparagus;
69
+ ```
70
+
71
+ <!--/tabs-->
72
+
73
+ ## When Not to Use It
74
+
75
+ If you don't mind number and/or literal string constants being compared against enums, you likely don't need this rule.
@@ -85,3 +85,8 @@ type Intersection = ((data: string) => number) & ((id: number) => string);
85
85
  ## When Not To Use It
86
86
 
87
87
  If you specifically want to use an interface or type literal with a single call signature for stylistic reasons, you can disable this rule.
88
+
89
+ This rule has a known edge case of sometimes triggering on global augmentations such as `interface Function`.
90
+ These edge cases are rare and often symptomatic of odd code.
91
+ We recommend you use an [inline ESLint disable comment](https://eslint.org/docs/latest/use/configure/rules#using-configuration-comments-1).
92
+ See [#454](https://github.com/typescript-eslint/typescript-eslint/issues/454) for details.
@@ -11,10 +11,12 @@ Ensures that each function is only capable of:
11
11
  - returning a rejected promise, or
12
12
  - throwing an Error object.
13
13
 
14
- In contrast, non-`async` `Promise` - returning functions are technically capable of either.
14
+ In contrast, non-`async`, `Promise`-returning functions are technically capable of either.
15
15
  Code that handles the results of those functions will often need to handle both cases, which can get complex.
16
16
  This rule's practice removes a requirement for creating code to handle both cases.
17
17
 
18
+ > When functions return unions of `Promise` and non-`Promise` types implicitly, it is usually a mistake—this rule flags those cases. If it is intentional, make the return type explicitly to allow the rule to pass.
19
+
18
20
  ## Examples
19
21
 
20
22
  Examples of code for this rule
@@ -29,6 +31,10 @@ const arrowFunctionReturnsPromise = () => Promise.resolve('value');
29
31
  function functionReturnsPromise() {
30
32
  return Promise.resolve('value');
31
33
  }
34
+
35
+ function functionReturnsUnionWithPromiseImplicitly(p: boolean) {
36
+ return p ? 'value' : Promise.resolve('value');
37
+ }
32
38
  ```
33
39
 
34
40
  ### ✅ Correct
@@ -39,4 +45,15 @@ const arrowFunctionReturnsPromise = async () => Promise.resolve('value');
39
45
  async function functionReturnsPromise() {
40
46
  return Promise.resolve('value');
41
47
  }
48
+
49
+ // An explicit return type that is not Promise means this function cannot be made async, so it is ignored by the rule
50
+ function functionReturnsUnionWithPromiseExplicitly(
51
+ p: boolean,
52
+ ): string | Promise<string> {
53
+ return p ? 'value' : Promise.resolve('value');
54
+ }
55
+
56
+ async function functionReturnsUnionWithPromiseImplicitly(p: boolean) {
57
+ return p ? 'value' : Promise.resolve('value');
58
+ }
42
59
  ```
@@ -90,6 +90,15 @@ const arg = /foo/;
90
90
  const msg1 = `arg = ${arg}`;
91
91
  ```
92
92
 
93
+ ### `allowNever`
94
+
95
+ Examples of additional **correct** code for this rule with `{ allowNever: true }`:
96
+
97
+ ```ts
98
+ const arg = 'something';
99
+ const msg1 = typeof arg === 'string' ? arg : `arg = ${arg}`;
100
+ ```
101
+
93
102
  ## Related To
94
103
 
95
104
  - [`no-base-to-string`](./no-base-to-string.md)
@@ -124,6 +124,12 @@ Allows `number | null | undefined` in a boolean context.
124
124
  This is unsafe because nullable numbers can be either a falsy number or nullish.
125
125
  Set this to `true` if you don't mind implicitly treating zero or NaN the same as a nullish value.
126
126
 
127
+ ### `allowNullableEnum`
128
+
129
+ Allows `enum | null | undefined` in a boolean context.
130
+ This is unsafe because nullable enums can be either a falsy number or nullish.
131
+ Set this to `true` if you don't mind implicitly treating an enum whose value is zero the same as a nullish value.
132
+
127
133
  ### `allowAny`
128
134
 
129
135
  Allows `any` in a boolean context.
@@ -38,6 +38,13 @@ function x(x: number | string): void;
38
38
  function y(...x: number[]): void;
39
39
  ```
40
40
 
41
+ ```ts
42
+ // This rule won't check overload signatures with different rest parameter types.
43
+ // See https://github.com/microsoft/TypeScript/issues/5077
44
+ function f(...a: number[]): void;
45
+ function f(...a: string[]): void;
46
+ ```
47
+
41
48
  ## Options
42
49
 
43
50
  ### `ignoreDifferentlyNamedParameters`
@@ -53,11 +60,6 @@ function f(a: number): void;
53
60
  function f(a: string): void;
54
61
  ```
55
62
 
56
- ```ts
57
- function f(...a: number[]): void;
58
- function f(...b: string[]): void;
59
- ```
60
-
61
63
  ### ✅ Correct
62
64
 
63
65
  ```ts
@@ -65,9 +67,4 @@ function f(a: number): void;
65
67
  function f(b: string): void;
66
68
  ```
67
69
 
68
- ```ts
69
- function f(...a: number[]): void;
70
- function f(...a: string[]): void;
71
- ```
72
-
73
70
  ## Options
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "5.43.0",
3
+ "version": "5.58.0",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "keywords": [
6
6
  "eslint",
@@ -37,20 +37,21 @@
37
37
  "clean": "tsc -b tsconfig.build.json --clean",
38
38
  "postclean": "rimraf dist && rimraf coverage",
39
39
  "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
40
- "generate:configs": "../../node_modules/.bin/ts-node --files --transpile-only tools/generate-configs.ts",
41
- "generate:rules-lists": "../../node_modules/.bin/ts-node --files --transpile-only tools/generate-rules-lists.ts",
42
- "lint": "eslint . --ignore-path ../../.eslintignore",
40
+ "generate:breaking-changes": "yarn tsx tools/generate-breaking-changes.ts",
41
+ "generate:configs": "yarn tsx tools/generate-configs.ts",
42
+ "lint": "nx lint",
43
43
  "test": "jest --coverage",
44
44
  "typecheck": "tsc -p tsconfig.json --noEmit"
45
45
  },
46
46
  "dependencies": {
47
- "@typescript-eslint/scope-manager": "5.43.0",
48
- "@typescript-eslint/type-utils": "5.43.0",
49
- "@typescript-eslint/utils": "5.43.0",
47
+ "@eslint-community/regexpp": "^4.4.0",
48
+ "@typescript-eslint/scope-manager": "5.58.0",
49
+ "@typescript-eslint/type-utils": "5.58.0",
50
+ "@typescript-eslint/utils": "5.58.0",
50
51
  "debug": "^4.3.4",
52
+ "grapheme-splitter": "^1.0.4",
51
53
  "ignore": "^5.2.0",
52
54
  "natural-compare-lite": "^1.4.0",
53
- "regexpp": "^3.2.0",
54
55
  "semver": "^7.3.7",
55
56
  "tsutils": "^3.21.0"
56
57
  },
@@ -61,7 +62,10 @@
61
62
  "@types/natural-compare-lite": "^1.4.0",
62
63
  "@types/prettier": "*",
63
64
  "chalk": "^5.0.1",
65
+ "cross-fetch": "^3.1.5",
66
+ "grapheme-splitter": "^1.0.4",
64
67
  "json-schema": "*",
68
+ "markdown-table": "^3.0.2",
65
69
  "marked": "^4.0.15",
66
70
  "prettier": "*",
67
71
  "title-case": "^3.0.3",
@@ -80,5 +84,5 @@
80
84
  "type": "opencollective",
81
85
  "url": "https://opencollective.com/typescript-eslint"
82
86
  },
83
- "gitHead": "8af1b4d970438b27ea041717bddadc41af8fc72a"
87
+ "gitHead": "0c6b63658aa5b01188480150fd777a1fa9b277eb"
84
88
  }
@@ -4,11 +4,11 @@ Copyright JS Foundation and other contributors, https://js.foundation
4
4
  Redistribution and use in source and binary forms, with or without
5
5
  modification, are permitted provided that the following conditions are met:
6
6
 
7
- * Redistributions of source code must retain the above copyright
8
- notice, this list of conditions and the following disclaimer.
9
- * Redistributions in binary form must reproduce the above copyright
10
- notice, this list of conditions and the following disclaimer in the
11
- documentation and/or other materials provided with the distribution.
7
+ - Redistributions of source code must retain the above copyright
8
+ notice, this list of conditions and the following disclaimer.
9
+ - Redistributions in binary form must reproduce the above copyright
10
+ notice, this list of conditions and the following disclaimer in the
11
+ documentation and/or other materials provided with the distribution.
12
12
 
13
13
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
14
14
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE