xo 0.46.4 → 0.49.0

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 (1106) hide show
  1. package/config/plugins.cjs +5 -7
  2. package/index.js +7 -1
  3. package/lib/options-manager.js +2 -2
  4. package/node_modules/@types/json-schema/README.md +2 -2
  5. package/node_modules/@types/json-schema/index.d.ts +8 -1
  6. package/node_modules/@types/json-schema/package.json +3 -8
  7. package/node_modules/@typescript-eslint/eslint-plugin/README.md +136 -132
  8. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +7 -2
  9. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -1
  10. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +50 -0
  11. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +1 -0
  12. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +3 -1
  13. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -1
  14. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +19 -15
  15. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -1
  16. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +46 -35
  17. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -1
  18. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +5 -1
  19. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -1
  20. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +8 -4
  21. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -1
  22. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +8 -4
  23. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -1
  24. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +22 -14
  25. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -1
  26. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +11 -7
  27. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -1
  28. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +9 -5
  29. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -1
  30. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +3 -3
  31. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -1
  32. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +30 -9
  33. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -1
  34. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +22 -18
  35. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -1
  36. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +33 -30
  37. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -1
  38. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +92 -43
  39. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -1
  40. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +66 -42
  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/default-param-last.js +5 -5
  43. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -1
  44. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +6 -2
  45. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -1
  46. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +73 -5
  47. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -1
  48. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +14 -7
  49. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -1
  50. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +51 -86
  51. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -1
  52. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +5 -1
  53. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -1
  54. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js +161 -161
  55. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js.map +1 -1
  56. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +83 -79
  57. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -1
  58. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +10 -0
  59. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -1
  60. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +13 -5
  61. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -1
  62. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +7 -3
  63. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -1
  64. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +9 -5
  65. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -1
  66. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +8 -4
  67. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -1
  68. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +94 -60
  69. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -1
  70. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +16 -9
  71. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -1
  72. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +1 -1
  73. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +5 -1
  74. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -1
  75. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +5 -1
  76. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -1
  77. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +16 -10
  78. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -1
  79. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +21 -17
  80. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -1
  81. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +7 -3
  82. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -1
  83. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +11 -6
  84. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -1
  85. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +9 -5
  86. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -1
  87. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +19 -15
  88. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -1
  89. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +7 -3
  90. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -1
  91. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js +85 -0
  92. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map +1 -0
  93. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +9 -10
  94. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +1 -1
  95. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +11 -7
  96. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -1
  97. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +12 -6
  98. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -1
  99. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +5 -1
  100. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -1
  101. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +20 -16
  102. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -1
  103. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +5 -1
  104. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -1
  105. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +18 -14
  106. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -1
  107. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +11 -3
  108. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -1
  109. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +8 -4
  110. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -1
  111. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +29 -21
  112. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
  113. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +5 -1
  114. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -1
  115. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +7 -3
  116. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +1 -1
  117. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +31 -18
  118. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
  119. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +36 -32
  120. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -1
  121. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +11 -7
  122. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -1
  123. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +25 -21
  124. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -1
  125. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +15 -11
  126. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -1
  127. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +5 -1
  128. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -1
  129. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +80 -35
  130. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -1
  131. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +8 -4
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -1
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +11 -7
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -1
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +240 -30
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -1
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +12 -7
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -1
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +10 -6
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -1
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +8 -4
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -1
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +8 -4
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -1
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +11 -5
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +1 -1
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +19 -15
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -1
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +373 -0
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map +1 -0
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +7 -3
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -1
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +8 -5
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -1
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +128 -22
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +11 -7
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -1
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +37 -11
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -1
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +28 -24
  162. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -1
  163. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +36 -6
  164. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -1
  165. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +25 -21
  166. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -1
  167. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +8 -4
  168. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -1
  169. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +40 -6
  170. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -1
  171. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +13 -9
  172. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -1
  173. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +30 -9
  174. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -1
  175. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +9 -7
  176. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -1
  177. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +22 -19
  178. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -1
  179. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +5 -1
  180. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -1
  181. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +9 -5
  182. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -1
  183. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +13 -9
  184. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -1
  185. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +11 -7
  186. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -1
  187. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +79 -48
  188. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -1
  189. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +14 -10
  190. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -1
  191. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +10 -6
  192. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -1
  193. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js +91 -0
  194. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map +1 -0
  195. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +20 -13
  196. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -1
  197. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +30 -9
  198. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -1
  199. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +7 -7
  200. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -1
  201. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +79 -61
  202. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -1
  203. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js +189 -0
  204. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map +1 -0
  205. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +8 -4
  206. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -1
  207. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +5 -1
  208. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -1
  209. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +25 -20
  210. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
  211. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +79 -74
  212. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -1
  213. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +13 -9
  214. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -1
  215. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +9 -9
  216. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -1
  217. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +8 -4
  218. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -1
  219. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +17 -13
  220. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -1
  221. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +89 -39
  222. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -1
  223. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +17 -13
  224. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -1
  225. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +12 -8
  226. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -1
  227. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +8 -4
  228. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -1
  229. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +11 -7
  230. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -1
  231. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +13 -9
  232. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -1
  233. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +21 -21
  234. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
  235. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +8 -4
  236. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -1
  237. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +14 -10
  238. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -1
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +15 -11
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -1
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +5 -1
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -1
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +25 -12
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -1
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +53 -13
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -1
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +7 -3
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -1
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +28 -12
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -1
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +14 -10
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -1
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +46 -41
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -1
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +95 -0
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map +1 -0
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +10 -6
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -1
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +11 -4
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -1
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +25 -7
  262. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -1
  263. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +5 -1
  264. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -1
  265. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +8 -4
  266. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -1
  267. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +5 -1
  268. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -1
  269. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +40 -23
  270. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -1
  271. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +32 -28
  272. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -1
  273. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +63 -34
  274. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -1
  275. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +6 -2
  276. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -1
  277. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +43 -63
  278. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
  279. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +2 -5
  280. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -1
  281. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +59 -22
  282. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -1
  283. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +7 -3
  284. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -1
  285. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +5 -5
  286. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -1
  287. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js +307 -0
  288. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js.map +1 -0
  289. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +5 -5
  290. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -1
  291. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +30 -50
  292. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -1
  293. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +12 -9
  294. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -1
  295. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +23 -8
  296. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -1
  297. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +160 -0
  298. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +61 -0
  299. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +24 -5
  300. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +20 -10
  301. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +26 -5
  302. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +23 -9
  303. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +26 -5
  304. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +24 -6
  305. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +12 -4
  306. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +47 -31
  307. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +13 -5
  308. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +12 -4
  309. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +28 -9
  310. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +32 -6
  311. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +22 -8
  312. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +90 -5
  313. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +6 -2
  314. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +16 -6
  315. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +12 -4
  316. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +60 -14
  317. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +7 -3
  318. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +37 -17
  319. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +12 -4
  320. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +15 -5
  321. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +12 -4
  322. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +12 -4
  323. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +12 -4
  324. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +41 -30
  325. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +585 -444
  326. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +21 -7
  327. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +13 -5
  328. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +16 -6
  329. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +10 -4
  330. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +23 -4
  331. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +11 -5
  332. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +12 -4
  333. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-enum-values.md +64 -0
  334. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +12 -4
  335. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +33 -14
  336. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +12 -6
  337. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +13 -5
  338. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +11 -5
  339. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +20 -7
  340. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +12 -4
  341. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +12 -4
  342. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +14 -6
  343. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +30 -11
  344. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +26 -5
  345. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +14 -6
  346. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +18 -6
  347. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +56 -46
  348. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +12 -4
  349. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +16 -8
  350. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +12 -4
  351. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +12 -4
  352. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +36 -4
  353. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +13 -5
  354. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +20 -7
  355. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +123 -47
  356. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +35 -11
  357. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +25 -4
  358. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +25 -4
  359. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +25 -4
  360. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +55 -19
  361. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +12 -4
  362. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redundant-type-constituents.md +100 -0
  363. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +26 -5
  364. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +23 -15
  365. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +12 -4
  366. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +8 -4
  367. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +33 -7
  368. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +8 -4
  369. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +25 -9
  370. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +14 -5
  371. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +26 -5
  372. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +26 -5
  373. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +14 -6
  374. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +26 -5
  375. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +30 -7
  376. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +28 -5
  377. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +26 -5
  378. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +26 -5
  379. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +28 -5
  380. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +12 -4
  381. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +12 -4
  382. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +18 -6
  383. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +17 -4
  384. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-empty-export.md +60 -0
  385. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +26 -5
  386. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +25 -4
  387. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +13 -5
  388. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +15 -5
  389. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/parameter-properties.md +496 -0
  390. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +27 -4
  391. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +25 -4
  392. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +26 -5
  393. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +25 -4
  394. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +22 -5
  395. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +20 -6
  396. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +20 -3
  397. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +6 -2
  398. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +32 -4
  399. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +35 -11
  400. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +23 -11
  401. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +22 -5
  402. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +19 -8
  403. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +27 -4
  404. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +19 -8
  405. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +25 -4
  406. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +12 -4
  407. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +12 -4
  408. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +23 -7
  409. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +12 -4
  410. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +64 -14
  411. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +21 -11
  412. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +25 -9
  413. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +12 -4
  414. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +12 -4
  415. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-blocks.md +62 -0
  416. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +12 -4
  417. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +12 -4
  418. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +13 -6
  419. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +28 -5
  420. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +7 -3
  421. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +37 -13
  422. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +55 -19
  423. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +13 -5
  424. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +61 -11
  425. package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +1 -1
  426. package/node_modules/@typescript-eslint/eslint-plugin/package.json +13 -9
  427. package/node_modules/@typescript-eslint/parser/README.md +12 -4
  428. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -1
  429. package/node_modules/@typescript-eslint/parser/dist/parser.js +5 -2
  430. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -1
  431. package/node_modules/@typescript-eslint/parser/package.json +6 -7
  432. package/node_modules/@typescript-eslint/scope-manager/README.md +2 -2
  433. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +2 -0
  434. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -1
  435. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +8 -9
  436. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -1
  437. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +5 -1
  438. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -1
  439. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +5 -1
  440. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -1
  441. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -1
  442. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +2 -1
  443. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -1
  444. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -1
  445. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -1
  446. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +7 -4
  447. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -1
  448. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +197 -251
  449. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -1
  450. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -1
  451. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +2 -1
  452. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -1
  453. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -1
  454. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +2 -1
  455. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -1
  456. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -1
  457. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -1
  458. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +2 -1
  459. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -1
  460. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -1
  461. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +2 -1
  462. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -1
  463. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +2 -1
  464. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -1
  465. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -1
  466. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +2 -1
  467. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -1
  468. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -1
  469. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +2 -1
  470. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -1
  471. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -1
  472. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +2 -1
  473. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -1
  474. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -1
  475. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +2 -1
  476. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -1
  477. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -1
  478. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +2 -1
  479. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -1
  480. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -1
  481. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +2 -1
  482. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -1
  483. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -1
  484. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -1
  485. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +2 -1
  486. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -1
  487. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +2 -1
  488. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -1
  489. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -1
  490. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -1
  491. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +2 -1
  492. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -1
  493. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -1
  494. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +2 -1
  495. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -1
  496. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +2 -1
  497. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -1
  498. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -1
  499. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +2 -1
  500. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -1
  501. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -1
  502. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +2 -1
  503. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -1
  504. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -1
  505. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +2 -1
  506. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -1
  507. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -1
  508. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +2 -1
  509. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -1
  510. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -1
  511. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +2 -1
  512. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -1
  513. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -1
  514. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +2 -1
  515. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -1
  516. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -1
  517. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -1
  518. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +2 -1
  519. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -1
  520. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -1
  521. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +2 -1
  522. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -1
  523. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +2 -1
  524. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -1
  525. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -1
  526. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +2 -1
  527. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -1
  528. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -1
  529. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +2 -1
  530. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -1
  531. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -1
  532. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +2 -1
  533. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -1
  534. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -1
  535. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -1
  536. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +2 -1
  537. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -1
  538. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +2 -1
  539. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -1
  540. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -1
  541. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +2 -1
  542. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -1
  543. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -1
  544. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +2 -1
  545. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -1
  546. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -1
  547. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +2 -1
  548. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -1
  549. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -1
  550. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +2 -1
  551. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -1
  552. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -1
  553. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -1
  554. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +2 -1
  555. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -1
  556. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -1
  557. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +2 -1
  558. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -1
  559. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +2 -1
  560. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -1
  561. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -1
  562. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +2 -1
  563. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -1
  564. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -1
  565. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +2 -1
  566. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -1
  567. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -1
  568. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +2 -1
  569. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -1
  570. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -1
  571. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +2 -1
  572. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -1
  573. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -1
  574. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -1
  575. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +2 -1
  576. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -1
  577. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
  578. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
  579. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +12 -0
  580. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
  581. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +4 -2
  582. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -1
  583. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -1
  584. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +2 -1
  585. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -1
  586. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -1
  587. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +2 -1
  588. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -1
  589. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -1
  590. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +2 -1
  591. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -1
  592. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +3 -0
  593. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +1 -0
  594. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +24 -0
  595. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +1 -0
  596. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +3 -0
  597. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -0
  598. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +3 -0
  599. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +1 -0
  600. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +21 -0
  601. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +1 -0
  602. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +3 -0
  603. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +1 -0
  604. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +14 -0
  605. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +1 -0
  606. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +14 -0
  607. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -0
  608. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +3 -0
  609. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +1 -0
  610. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +12 -0
  611. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +1 -0
  612. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +3 -0
  613. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +1 -0
  614. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +12 -0
  615. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +1 -0
  616. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -1
  617. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +5 -1
  618. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -1
  619. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -1
  620. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +2 -1
  621. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -1
  622. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -1
  623. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +2 -1
  624. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -1
  625. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -1
  626. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +14 -3
  627. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -1
  628. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -1
  629. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +2 -1
  630. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -1
  631. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -1
  632. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +2 -1
  633. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -1
  634. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -1
  635. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -1
  636. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +2 -1
  637. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -1
  638. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -1
  639. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +2 -1
  640. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -1
  641. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +4 -3
  642. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -1
  643. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -1
  644. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +2 -1
  645. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -1
  646. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -1
  647. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +2 -1
  648. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -1
  649. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -1
  650. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +2 -1
  651. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -1
  652. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -1
  653. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +2 -1
  654. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -1
  655. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +7 -0
  656. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -1
  657. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +16 -1
  658. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -1
  659. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -1
  660. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +2 -1
  661. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -1
  662. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -1
  663. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +2 -1
  664. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -1
  665. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -1
  666. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -1
  667. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +2 -1
  668. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -1
  669. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -1
  670. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +6 -2
  671. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -1
  672. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +101 -81
  673. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -1
  674. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -1
  675. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +12 -1
  676. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -1
  677. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +1 -1
  678. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
  679. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +2 -2
  680. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
  681. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +1 -0
  682. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
  683. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +14 -2
  684. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
  685. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
  686. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
  687. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
  688. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
  689. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +1 -1
  690. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +2 -1
  691. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -1
  692. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -1
  693. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +3 -6
  694. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -1
  695. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +1 -0
  696. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -1
  697. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +1 -0
  698. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -1
  699. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -1
  700. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +1 -4
  701. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -1
  702. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +5 -1
  703. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -1
  704. package/node_modules/@typescript-eslint/scope-manager/package.json +12 -13
  705. package/node_modules/@typescript-eslint/type-utils/LICENSE +21 -0
  706. package/node_modules/@typescript-eslint/type-utils/README.md +15 -0
  707. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +8 -0
  708. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -0
  709. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +55 -0
  710. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -0
  711. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +6 -0
  712. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +1 -0
  713. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +13 -0
  714. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +1 -0
  715. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +8 -0
  716. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +1 -0
  717. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +70 -0
  718. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +1 -0
  719. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +6 -0
  720. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +1 -0
  721. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +17 -0
  722. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +1 -0
  723. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +6 -0
  724. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +1 -0
  725. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +38 -0
  726. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +1 -0
  727. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +3 -0
  728. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +1 -0
  729. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +51 -0
  730. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +1 -0
  731. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +3 -0
  732. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +1 -0
  733. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +13 -0
  734. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +1 -0
  735. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +8 -0
  736. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +1 -0
  737. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +74 -0
  738. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +1 -0
  739. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +15 -0
  740. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +1 -0
  741. package/node_modules/@typescript-eslint/type-utils/dist/index.js +31 -0
  742. package/node_modules/@typescript-eslint/type-utils/dist/index.js.map +1 -0
  743. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +20 -0
  744. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -0
  745. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/isTypeReadonly.js +62 -15
  746. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -0
  747. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +17 -0
  748. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +1 -0
  749. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +71 -0
  750. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +1 -0
  751. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +52 -0
  752. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +1 -0
  753. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js +181 -0
  754. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +1 -0
  755. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +4 -0
  756. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +1 -0
  757. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/propertyTypes.js +15 -1
  758. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +1 -0
  759. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +4 -0
  760. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +1 -0
  761. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/requiresQuoting.js +5 -1
  762. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +1 -0
  763. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +11 -0
  764. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -0
  765. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +52 -0
  766. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -0
  767. package/node_modules/@typescript-eslint/type-utils/package.json +70 -0
  768. package/node_modules/@typescript-eslint/types/README.md +1 -1
  769. package/node_modules/@typescript-eslint/types/dist/{ast-spec.d.ts → generated/ast-spec.d.ts} +24 -9
  770. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -0
  771. package/node_modules/@typescript-eslint/types/dist/{ast-spec.js → generated/ast-spec.js} +1 -0
  772. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -0
  773. package/node_modules/@typescript-eslint/types/dist/index.d.ts +1 -2
  774. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -1
  775. package/node_modules/@typescript-eslint/types/dist/index.js +7 -4
  776. package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -1
  777. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +1 -1
  778. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -1
  779. package/node_modules/@typescript-eslint/types/dist/lib.js +2 -1
  780. package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -1
  781. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +1 -0
  782. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -1
  783. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +3 -3
  784. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -1
  785. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +6 -2
  786. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -1
  787. package/node_modules/@typescript-eslint/types/package.json +29 -2
  788. package/node_modules/@typescript-eslint/typescript-estree/README.md +3 -3
  789. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +6 -2
  790. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -1
  791. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +1 -0
  792. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
  793. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +29 -5
  794. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
  795. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +5 -1
  796. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -1
  797. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +5 -1
  798. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -1
  799. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +5 -1
  800. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -1
  801. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js +5 -1
  802. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +1 -1
  803. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +6 -2
  804. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -1
  805. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +5 -1
  806. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -1
  807. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +5 -1
  808. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -1
  809. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -1
  810. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +6 -3
  811. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -1
  812. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +1 -1
  813. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +7 -3
  814. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -1
  815. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +1 -0
  816. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
  817. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +5 -1
  818. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -1
  819. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +5 -1
  820. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
  821. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +5 -1
  822. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -1
  823. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +4 -4
  824. package/node_modules/@typescript-eslint/typescript-estree/package.json +8 -9
  825. package/node_modules/@typescript-eslint/{experimental-utils → utils}/LICENSE +0 -0
  826. package/node_modules/@typescript-eslint/{experimental-utils → utils}/README.md +2 -12
  827. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +0 -0
  828. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +0 -0
  829. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.js +5 -1
  830. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -1
  831. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +1 -1
  832. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -1
  833. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.js +5 -1
  834. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
  835. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/astUtilities.d.ts +2 -2
  836. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
  837. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/astUtilities.js +5 -1
  838. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
  839. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.d.ts +0 -0
  840. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.d.ts.map +0 -0
  841. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.js +5 -1
  842. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.js.map +1 -1
  843. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.d.ts +0 -0
  844. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.d.ts.map +0 -0
  845. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.js +5 -1
  846. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
  847. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +0 -0
  848. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +0 -0
  849. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.js +5 -1
  850. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
  851. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +47 -0
  852. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.d.ts.map +1 -1
  853. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.js +3 -1
  854. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.js.map +1 -1
  855. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/index.d.ts +2 -1
  856. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +1 -0
  857. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/index.js +7 -2
  858. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +1 -0
  859. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.d.ts +1 -1
  860. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.d.ts.map +1 -1
  861. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.js +0 -0
  862. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.js.map +1 -1
  863. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/predicates.d.ts +14 -18
  864. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -0
  865. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/predicates.js +2 -6
  866. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -0
  867. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.d.ts +0 -0
  868. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.d.ts.map +0 -0
  869. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.js +0 -0
  870. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.js.map +0 -0
  871. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +35 -0
  872. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
  873. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +47 -0
  874. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +1 -0
  875. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.d.ts +0 -0
  876. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.d.ts.map +1 -1
  877. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.js +18 -12
  878. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js.map +1 -0
  879. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.d.ts +0 -0
  880. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.d.ts.map +0 -0
  881. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.js +0 -0
  882. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.js.map +0 -0
  883. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.d.ts +0 -0
  884. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.d.ts.map +0 -0
  885. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.js +0 -0
  886. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.js.map +0 -0
  887. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.d.ts +0 -0
  888. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.d.ts.map +0 -0
  889. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.js +0 -0
  890. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.js.map +0 -0
  891. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.d.ts +0 -0
  892. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.d.ts.map +0 -0
  893. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.js +0 -0
  894. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.js.map +0 -0
  895. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.d.ts +1 -0
  896. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.d.ts.map +1 -1
  897. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.js +6 -1
  898. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.js.map +1 -1
  899. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +14 -0
  900. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +1 -0
  901. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → utils/dist/eslint-utils}/nullThrows.js +0 -0
  902. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -0
  903. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.d.ts +0 -0
  904. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.d.ts.map +0 -0
  905. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.js +5 -1
  906. package/node_modules/@typescript-eslint/utils/dist/index.js.map +1 -0
  907. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.d.ts +0 -0
  908. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.d.ts.map +0 -0
  909. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.js +0 -0
  910. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.js.map +0 -0
  911. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.d.ts +0 -0
  912. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.d.ts.map +0 -0
  913. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.js +0 -0
  914. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.js.map +0 -0
  915. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.d.ts +0 -0
  916. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.d.ts.map +0 -0
  917. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.js +0 -0
  918. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.js.map +0 -0
  919. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.d.ts +42 -7
  920. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
  921. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.js +0 -0
  922. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.js.map +1 -1
  923. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.d.ts +0 -0
  924. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.d.ts.map +0 -0
  925. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.js +0 -0
  926. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.js.map +0 -0
  927. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.d.ts +0 -0
  928. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.d.ts.map +0 -0
  929. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.js +0 -0
  930. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.js.map +0 -0
  931. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.d.ts +13 -14
  932. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -0
  933. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.js +0 -0
  934. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.js.map +0 -0
  935. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.d.ts +4 -2
  936. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
  937. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.js +0 -0
  938. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.js.map +1 -1
  939. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.d.ts +0 -0
  940. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.d.ts.map +0 -0
  941. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.js +5 -1
  942. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +1 -0
  943. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.d.ts +0 -1
  944. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.d.ts.map +1 -1
  945. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.js +0 -0
  946. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.js.map +1 -1
  947. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.d.ts +0 -0
  948. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.d.ts.map +0 -0
  949. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.js +5 -1
  950. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +1 -0
  951. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.d.ts +0 -0
  952. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.d.ts.map +0 -0
  953. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.js +0 -0
  954. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.js.map +0 -0
  955. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.d.ts +0 -0
  956. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.d.ts.map +0 -0
  957. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.js +0 -0
  958. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.js.map +0 -0
  959. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.d.ts +0 -0
  960. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.d.ts.map +0 -0
  961. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.js +0 -0
  962. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.js.map +0 -0
  963. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.d.ts +0 -0
  964. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.d.ts.map +0 -0
  965. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.js +0 -0
  966. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.js.map +0 -0
  967. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.d.ts +0 -0
  968. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.d.ts.map +0 -0
  969. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.js +0 -0
  970. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.js.map +0 -0
  971. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.d.ts +0 -0
  972. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.d.ts.map +0 -0
  973. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.js +0 -0
  974. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.js.map +0 -0
  975. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.d.ts +0 -0
  976. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.d.ts.map +0 -0
  977. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.js +0 -0
  978. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.js.map +0 -0
  979. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.d.ts +0 -0
  980. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.d.ts.map +0 -0
  981. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.js +0 -0
  982. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.js.map +0 -0
  983. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.d.ts +0 -0
  984. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.d.ts.map +0 -0
  985. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.js +0 -0
  986. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.js.map +0 -0
  987. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.d.ts +0 -0
  988. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.d.ts.map +0 -0
  989. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.js +5 -1
  990. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js.map +1 -0
  991. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.d.ts +0 -0
  992. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.d.ts.map +0 -0
  993. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.js +0 -0
  994. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.js.map +0 -0
  995. package/node_modules/@typescript-eslint/{experimental-utils → utils}/package.json +9 -9
  996. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
  997. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +13 -5
  998. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
  999. package/node_modules/@typescript-eslint/visitor-keys/package.json +4 -4
  1000. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/index.d.ts +0 -0
  1001. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/index.js +0 -0
  1002. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/license +0 -0
  1003. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/package.json +0 -0
  1004. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/readme.md +0 -0
  1005. package/node_modules/debug/LICENSE +10 -9
  1006. package/node_modules/debug/README.md +27 -1
  1007. package/node_modules/debug/package.json +6 -6
  1008. package/node_modules/debug/src/common.js +2 -2
  1009. package/node_modules/eslint-config-xo-typescript/index.js +151 -97
  1010. package/node_modules/eslint-config-xo-typescript/package.json +4 -5
  1011. package/node_modules/eslint-config-xo-typescript/readme.md +3 -3
  1012. package/node_modules/eslint-visitor-keys/README.md +5 -4
  1013. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +23 -5
  1014. package/node_modules/eslint-visitor-keys/dist/index.d.ts +18 -0
  1015. package/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +10 -0
  1016. package/node_modules/eslint-visitor-keys/lib/index.js +11 -5
  1017. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +12 -0
  1018. package/node_modules/eslint-visitor-keys/package.json +12 -5
  1019. package/node_modules/fast-glob/README.md +1 -1
  1020. package/node_modules/fast-glob/out/index.js +3 -2
  1021. package/node_modules/fast-glob/out/managers/patterns.d.ts +6 -0
  1022. package/node_modules/fast-glob/out/managers/patterns.js +21 -0
  1023. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +4 -0
  1024. package/node_modules/fast-glob/out/providers/filters/entry.js +5 -1
  1025. package/node_modules/fast-glob/out/utils/pattern.js +17 -5
  1026. package/node_modules/fast-glob/package.json +2 -2
  1027. package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/LICENSE-MIT +0 -0
  1028. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/README.md +26 -6
  1029. package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/index.d.ts +7 -9
  1030. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/index.js +20 -11
  1031. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/legacy.js +20 -14
  1032. package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/package.json +1 -1
  1033. package/node_modules/micromatch/README.md +12 -9
  1034. package/node_modules/micromatch/index.js +3 -3
  1035. package/node_modules/micromatch/package.json +5 -5
  1036. package/node_modules/picomatch/CHANGELOG.md +10 -0
  1037. package/node_modules/picomatch/README.md +4 -3
  1038. package/node_modules/picomatch/lib/parse.js +8 -1
  1039. package/node_modules/picomatch/package.json +1 -1
  1040. package/node_modules/semver/README.md +3 -1
  1041. package/node_modules/semver/bin/semver.js +19 -9
  1042. package/node_modules/semver/classes/comparator.js +3 -2
  1043. package/node_modules/semver/classes/index.js +1 -1
  1044. package/node_modules/semver/classes/range.js +31 -22
  1045. package/node_modules/semver/classes/semver.js +1 -1
  1046. package/node_modules/semver/functions/cmp.js +8 -4
  1047. package/node_modules/semver/functions/coerce.js +3 -2
  1048. package/node_modules/semver/functions/inc.js +4 -1
  1049. package/node_modules/semver/functions/parse.js +1 -1
  1050. package/node_modules/semver/internal/constants.js +2 -2
  1051. package/node_modules/semver/internal/identifiers.js +1 -1
  1052. package/node_modules/semver/internal/parse-options.js +3 -3
  1053. package/node_modules/semver/internal/re.js +3 -3
  1054. package/node_modules/semver/package.json +45 -11
  1055. package/node_modules/semver/ranges/min-version.js +2 -1
  1056. package/node_modules/semver/ranges/outside.js +1 -1
  1057. package/node_modules/semver/ranges/simplify.js +15 -12
  1058. package/node_modules/semver/ranges/subset.js +53 -31
  1059. package/package.json +29 -28
  1060. package/readme.md +16 -0
  1061. package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +0 -2294
  1062. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +0 -1
  1063. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/nullThrows.js.map +0 -1
  1064. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/propertyTypes.js.map +0 -1
  1065. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/requiresQuoting.js.map +0 -1
  1066. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js +0 -428
  1067. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js.map +0 -1
  1068. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +0 -392
  1069. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +0 -594
  1070. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +0 -492
  1071. package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +0 -1269
  1072. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +0 -1
  1073. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +0 -1
  1074. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.js.map +0 -1
  1075. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.js.map +0 -1
  1076. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +0 -1
  1077. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +0 -18
  1078. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.d.ts.map +0 -1
  1079. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.js.map +0 -1
  1080. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +0 -1
  1081. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +0 -1
  1082. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts +0 -13
  1083. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +0 -1
  1084. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js +0 -19
  1085. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +0 -1
  1086. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.js.map +0 -1
  1087. package/node_modules/@typescript-eslint/experimental-utils/dist/index.js.map +0 -1
  1088. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.d.ts.map +0 -1
  1089. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +0 -1
  1090. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +0 -1
  1091. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.js.map +0 -1
  1092. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.js.map +0 -1
  1093. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.js.map +0 -1
  1094. package/node_modules/@typescript-eslint/parser/CHANGELOG.md +0 -1291
  1095. package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +0 -681
  1096. package/node_modules/@typescript-eslint/types/CHANGELOG.md +0 -661
  1097. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +0 -1
  1098. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +0 -1
  1099. package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +0 -1492
  1100. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/LICENSE-MIT +0 -21
  1101. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.d.ts +0 -63
  1102. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +0 -71
  1103. package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +0 -630
  1104. package/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -42
  1105. package/node_modules/micromatch/CHANGELOG.md +0 -109
  1106. package/node_modules/semver/CHANGELOG.md +0 -111
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  const taskManager = require("./managers/tasks");
3
+ const patternManager = require("./managers/patterns");
3
4
  const async_1 = require("./providers/async");
4
5
  const stream_1 = require("./providers/stream");
5
6
  const sync_1 = require("./providers/sync");
@@ -33,7 +34,7 @@ async function FastGlob(source, options) {
33
34
  FastGlob.stream = stream;
34
35
  function generateTasks(source, options) {
35
36
  assertPatternsInput(source);
36
- const patterns = [].concat(source);
37
+ const patterns = patternManager.transform([].concat(source));
37
38
  const settings = new settings_1.default(options);
38
39
  return taskManager.generate(patterns, settings);
39
40
  }
@@ -51,7 +52,7 @@ async function FastGlob(source, options) {
51
52
  FastGlob.escapePath = escapePath;
52
53
  })(FastGlob || (FastGlob = {}));
53
54
  function getWorks(source, _Provider, options) {
54
- const patterns = [].concat(source);
55
+ const patterns = patternManager.transform([].concat(source));
55
56
  const settings = new settings_1.default(options);
56
57
  const tasks = taskManager.generate(patterns, settings);
57
58
  const provider = new _Provider(settings);
@@ -0,0 +1,6 @@
1
+ export declare function transform(patterns: string[]): string[];
2
+ /**
3
+ * This package only works with forward slashes as a path separator.
4
+ * Because of this, we cannot use the standard `path.normalize` method, because on Windows platform it will use of backslashes.
5
+ */
6
+ export declare function removeDuplicateSlashes(pattern: string): string;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.removeDuplicateSlashes = exports.transform = void 0;
4
+ /**
5
+ * Matches a sequence of two or more consecutive slashes, excluding the first two slashes at the beginning of the string.
6
+ * The latter is due to the presence of the device path at the beginning of the UNC path.
7
+ * @todo rewrite to negative lookbehind with the next major release.
8
+ */
9
+ const DOUBLE_SLASH_RE = /(?!^)\/{2,}/g;
10
+ function transform(patterns) {
11
+ return patterns.map((pattern) => removeDuplicateSlashes(pattern));
12
+ }
13
+ exports.transform = transform;
14
+ /**
15
+ * This package only works with forward slashes as a path separator.
16
+ * Because of this, we cannot use the standard `path.normalize` method, because on Windows platform it will use of backslashes.
17
+ */
18
+ function removeDuplicateSlashes(pattern) {
19
+ return pattern.replace(DOUBLE_SLASH_RE, '/');
20
+ }
21
+ exports.removeDuplicateSlashes = removeDuplicateSlashes;
@@ -12,5 +12,9 @@ export default class EntryFilter {
12
12
  private _onlyFileFilter;
13
13
  private _onlyDirectoryFilter;
14
14
  private _isSkippedByAbsoluteNegativePatterns;
15
+ /**
16
+ * First, just trying to apply patterns to the path.
17
+ * Second, trying to apply patterns to the path with final slash.
18
+ */
15
19
  private _isMatchToPatterns;
16
20
  }
@@ -48,9 +48,13 @@ class EntryFilter {
48
48
  const fullpath = utils.path.makeAbsolute(this._settings.cwd, entryPath);
49
49
  return utils.pattern.matchAny(fullpath, patternsRe);
50
50
  }
51
+ /**
52
+ * First, just trying to apply patterns to the path.
53
+ * Second, trying to apply patterns to the path with final slash.
54
+ */
51
55
  _isMatchToPatterns(entryPath, patternsRe) {
52
56
  const filepath = utils.path.removeLeadingDotSegment(entryPath);
53
- return utils.pattern.matchAny(filepath, patternsRe);
57
+ return utils.pattern.matchAny(filepath, patternsRe) || utils.pattern.matchAny(filepath + '/', patternsRe);
54
58
  }
55
59
  }
56
60
  exports.default = EntryFilter;
@@ -7,10 +7,10 @@ const micromatch = require("micromatch");
7
7
  const GLOBSTAR = '**';
8
8
  const ESCAPE_SYMBOL = '\\';
9
9
  const COMMON_GLOB_SYMBOLS_RE = /[*?]|^!/;
10
- const REGEX_CHARACTER_CLASS_SYMBOLS_RE = /\[.*]/;
11
- const REGEX_GROUP_SYMBOLS_RE = /(?:^|[^!*+?@])\(.*\|.*\)/;
12
- const GLOB_EXTENSION_SYMBOLS_RE = /[!*+?@]\(.*\)/;
13
- const BRACE_EXPANSIONS_SYMBOLS_RE = /{.*(?:,|\.\.).*}/;
10
+ const REGEX_CHARACTER_CLASS_SYMBOLS_RE = /\[[^[]*]/;
11
+ const REGEX_GROUP_SYMBOLS_RE = /(?:^|[^!*+?@])\([^(]*\|[^|]*\)/;
12
+ const GLOB_EXTENSION_SYMBOLS_RE = /[!*+?@]\([^(]*\)/;
13
+ const BRACE_EXPANSION_SEPARATORS_RE = /,|\.\./;
14
14
  function isStaticPattern(pattern, options = {}) {
15
15
  return !isDynamicPattern(pattern, options);
16
16
  }
@@ -37,12 +37,24 @@ function isDynamicPattern(pattern, options = {}) {
37
37
  if (options.extglob !== false && GLOB_EXTENSION_SYMBOLS_RE.test(pattern)) {
38
38
  return true;
39
39
  }
40
- if (options.braceExpansion !== false && BRACE_EXPANSIONS_SYMBOLS_RE.test(pattern)) {
40
+ if (options.braceExpansion !== false && hasBraceExpansion(pattern)) {
41
41
  return true;
42
42
  }
43
43
  return false;
44
44
  }
45
45
  exports.isDynamicPattern = isDynamicPattern;
46
+ function hasBraceExpansion(pattern) {
47
+ const openingBraceIndex = pattern.indexOf('{');
48
+ if (openingBraceIndex === -1) {
49
+ return false;
50
+ }
51
+ const closingBraceIndex = pattern.indexOf('}', openingBraceIndex + 1);
52
+ if (closingBraceIndex === -1) {
53
+ return false;
54
+ }
55
+ const braceContent = pattern.slice(openingBraceIndex, closingBraceIndex);
56
+ return BRACE_EXPANSION_SEPARATORS_RE.test(braceContent);
57
+ }
46
58
  function convertToPositivePattern(pattern) {
47
59
  return isNegativePattern(pattern) ? pattern.slice(1) : pattern;
48
60
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-glob",
3
- "version": "3.2.7",
3
+ "version": "3.2.11",
4
4
  "description": "It's a very fast and efficient glob library for Node.js",
5
5
  "license": "MIT",
6
6
  "repository": "mrmlnc/fast-glob",
@@ -9,7 +9,7 @@
9
9
  "url": "https://mrmlnc.com"
10
10
  },
11
11
  "engines": {
12
- "node": ">=8"
12
+ "node": ">=8.6.0"
13
13
  },
14
14
  "main": "out/index.js",
15
15
  "typings": "out/index.d.ts",
@@ -298,7 +298,19 @@ interface TestResult {
298
298
  - `{ignored: false, unignored: true}`: the `pathname` is unignored
299
299
  - `{ignored: false, unignored: false}`: the `pathname` is never matched by any ignore rules.
300
300
 
301
- ## `options.ignorecase` since 4.0.0
301
+ ## static `ignore.isPathValid(pathname): boolean` since 5.0.0
302
+
303
+ Check whether the `pathname` is an valid `path.relative()`d path according to the [convention](#1-pathname-should-be-a-pathrelatived-pathname).
304
+
305
+ This method is **NOT** used to check if an ignore pattern is valid.
306
+
307
+ ```js
308
+ ignore.isPathValid('./foo') // false
309
+ ```
310
+
311
+ ## ignore(options)
312
+
313
+ ### `options.ignorecase` since 4.0.0
302
314
 
303
315
  Similar as the `core.ignorecase` option of [git-config](https://git-scm.com/docs/git-config), `node-ignore` will be case insensitive if `options.ignorecase` is set to `true` (the default value), otherwise case sensitive.
304
316
 
@@ -312,14 +324,20 @@ ig.add('*.png')
312
324
  ig.ignores('*.PNG') // false
313
325
  ```
314
326
 
315
- ## static `ignore.isPathValid(pathname): boolean` since 5.0.0
327
+ ### `options.ignoreCase?: boolean` since 5.2.0
316
328
 
317
- Check whether the `pathname` is an valid `path.relative()`d path according to the [convention](#1-pathname-should-be-a-pathrelatived-pathname).
329
+ Which is alternative to `options.ignoreCase`
318
330
 
319
- This method is **NOT** used to check if an ignore pattern is valid.
331
+ ### `options.allowRelativePaths?: boolean` since 5.2.0
332
+
333
+ This option brings backward compatibility with projects which based on `ignore@4.x`. If `options.allowRelativePaths` is `true`, `ignore` will not check whether the given path to be tested is [`path.relative()`d](#pathname-conventions).
334
+
335
+ However, passing a relative path, such as `'./foo'` or `'../foo'`, to test if it is ignored or not is not a good practise, which might lead to unexpected behavior
320
336
 
321
337
  ```js
322
- ignore.isPathValid('./foo') // false
338
+ ignore({
339
+ allowRelativePaths: true
340
+ }).ignores('../foo/bar.js') // And it will not throw
323
341
  ```
324
342
 
325
343
  ****
@@ -328,7 +346,9 @@ ignore.isPathValid('./foo') // false
328
346
 
329
347
  ## Upgrade 4.x -> 5.x
330
348
 
331
- Since `5.0.0`, if an invalid `Pathname` passed into `ig.ignores()`, an error will be thrown, while `ignore < 5.0.0` did not make sure what the return value was, as well as
349
+ Since `5.0.0`, if an invalid `Pathname` passed into `ig.ignores()`, an error will be thrown, unless `options.allowRelative = true` is passed to the `Ignore` factory.
350
+
351
+ While `ignore < 5.0.0` did not make sure what the return value was, as well as
332
352
 
333
353
  ```ts
334
354
  .ignores(pathname: Pathname): boolean
@@ -7,17 +7,11 @@ interface TestResult {
7
7
 
8
8
  export interface Ignore {
9
9
  /**
10
- * Adds a rule rules to the current manager.
11
- * @param {string | Ignore} pattern
12
- * @returns IgnoreBase
13
- */
14
- add(pattern: string | Ignore): this
15
- /**
16
- * Adds several rules to the current manager.
10
+ * Adds one or several rules to the current manager.
17
11
  * @param {string[]} patterns
18
12
  * @returns IgnoreBase
19
13
  */
20
- add(patterns: (string | Ignore)[]): this
14
+ add(patterns: string | Ignore | readonly (string | Ignore)[]): this
21
15
 
22
16
  /**
23
17
  * Filters the given array of pathnames, and returns the filtered array.
@@ -25,7 +19,8 @@ export interface Ignore {
25
19
  * @param paths the array of paths to be filtered.
26
20
  * @returns The filtered array of paths
27
21
  */
28
- filter(pathnames: Pathname[]): Pathname[]
22
+ filter(pathnames: readonly Pathname[]): Pathname[]
23
+
29
24
  /**
30
25
  * Creates a filter function which could filter
31
26
  * an array of paths with Array.prototype.filter.
@@ -49,6 +44,9 @@ export interface Ignore {
49
44
 
50
45
  interface Options {
51
46
  ignorecase?: boolean
47
+ // For compatibility
48
+ ignoreCase?: boolean
49
+ allowRelativePaths?: boolean
52
50
  }
53
51
 
54
52
  /**
@@ -30,6 +30,8 @@ const define = (object, key, value) =>
30
30
 
31
31
  const REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g
32
32
 
33
+ const RETURN_FALSE = () => false
34
+
33
35
  // Sanitize the range of a regular expression
34
36
  // The cases are complicated, see test cases for details
35
37
  const sanitizeRange = range => range.replace(
@@ -288,7 +290,7 @@ const REPLACERS = [
288
290
  const regexCache = Object.create(null)
289
291
 
290
292
  // @param {pattern}
291
- const makeRegex = (pattern, ignorecase) => {
293
+ const makeRegex = (pattern, ignoreCase) => {
292
294
  let source = regexCache[pattern]
293
295
 
294
296
  if (!source) {
@@ -299,7 +301,7 @@ const makeRegex = (pattern, ignorecase) => {
299
301
  regexCache[pattern] = source
300
302
  }
301
303
 
302
- return ignorecase
304
+ return ignoreCase
303
305
  ? new RegExp(source, 'i')
304
306
  : new RegExp(source)
305
307
  }
@@ -330,7 +332,7 @@ class IgnoreRule {
330
332
  }
331
333
  }
332
334
 
333
- const createRule = (pattern, ignorecase) => {
335
+ const createRule = (pattern, ignoreCase) => {
334
336
  const origin = pattern
335
337
  let negative = false
336
338
 
@@ -348,7 +350,7 @@ const createRule = (pattern, ignorecase) => {
348
350
  // > begin with a hash.
349
351
  .replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, '#')
350
352
 
351
- const regex = makeRegex(pattern, ignorecase)
353
+ const regex = makeRegex(pattern, ignoreCase)
352
354
 
353
355
  return new IgnoreRule(
354
356
  origin,
@@ -394,12 +396,15 @@ checkPath.convert = p => p
394
396
 
395
397
  class Ignore {
396
398
  constructor ({
397
- ignorecase = true
399
+ ignorecase = true,
400
+ ignoreCase = ignorecase,
401
+ allowRelativePaths = false
398
402
  } = {}) {
399
403
  define(this, KEY_IGNORE, true)
400
404
 
401
405
  this._rules = []
402
- this._ignorecase = ignorecase
406
+ this._ignoreCase = ignoreCase
407
+ this._allowRelativePaths = allowRelativePaths
403
408
  this._initCache()
404
409
  }
405
410
 
@@ -417,7 +422,7 @@ class Ignore {
417
422
  }
418
423
 
419
424
  if (checkPattern(pattern)) {
420
- const rule = createRule(pattern, this._ignorecase)
425
+ const rule = createRule(pattern, this._ignoreCase)
421
426
  this._added = true
422
427
  this._rules.push(rule)
423
428
  }
@@ -496,7 +501,13 @@ class Ignore {
496
501
  // Supports nullable path
497
502
  && checkPath.convert(originalPath)
498
503
 
499
- checkPath(path, originalPath, throwError)
504
+ checkPath(
505
+ path,
506
+ originalPath,
507
+ this._allowRelativePaths
508
+ ? RETURN_FALSE
509
+ : throwError
510
+ )
500
511
 
501
512
  return this._t(path, cache, checkUnignored, slices)
502
513
  }
@@ -554,10 +565,8 @@ class Ignore {
554
565
 
555
566
  const factory = options => new Ignore(options)
556
567
 
557
- const returnFalse = () => false
558
-
559
568
  const isPathValid = path =>
560
- checkPath(path && checkPath.convert(path), path, returnFalse)
569
+ checkPath(path && checkPath.convert(path), path, RETURN_FALSE)
561
570
 
562
571
  factory.isPathValid = isPathValid
563
572
 
@@ -35,9 +35,14 @@ var define = function define(object, key, value) {
35
35
  });
36
36
  };
37
37
 
38
- var REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g; // Sanitize the range of a regular expression
38
+ var REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g;
39
+
40
+ var RETURN_FALSE = function RETURN_FALSE() {
41
+ return false;
42
+ }; // Sanitize the range of a regular expression
39
43
  // The cases are complicated, see test cases for details
40
44
 
45
+
41
46
  var sanitizeRange = function sanitizeRange(range) {
42
47
  return range.replace(REGEX_REGEXP_RANGE, function (match, from, to) {
43
48
  return from.charCodeAt(0) <= to.charCodeAt(0) ? match // Invalid range (out of order) which is ok for gitignore rules but
@@ -205,7 +210,7 @@ function (match) {
205
210
 
206
211
  var regexCache = Object.create(null); // @param {pattern}
207
212
 
208
- var makeRegex = function makeRegex(pattern, ignorecase) {
213
+ var makeRegex = function makeRegex(pattern, ignoreCase) {
209
214
  var source = regexCache[pattern];
210
215
 
211
216
  if (!source) {
@@ -215,7 +220,7 @@ var makeRegex = function makeRegex(pattern, ignorecase) {
215
220
  regexCache[pattern] = source;
216
221
  }
217
222
 
218
- return ignorecase ? new RegExp(source, 'i') : new RegExp(source);
223
+ return ignoreCase ? new RegExp(source, 'i') : new RegExp(source);
219
224
  };
220
225
 
221
226
  var isString = function isString(subject) {
@@ -241,7 +246,7 @@ var IgnoreRule = function IgnoreRule(origin, pattern, negative, regex) {
241
246
  this.regex = regex;
242
247
  };
243
248
 
244
- var createRule = function createRule(pattern, ignorecase) {
249
+ var createRule = function createRule(pattern, ignoreCase) {
245
250
  var origin = pattern;
246
251
  var negative = false; // > An optional prefix "!" which negates the pattern;
247
252
 
@@ -255,7 +260,7 @@ var createRule = function createRule(pattern, ignorecase) {
255
260
  .replace(REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION, '!') // > Put a backslash ("\") in front of the first hash for patterns that
256
261
  // > begin with a hash.
257
262
  .replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, '#');
258
- var regex = makeRegex(pattern, ignorecase);
263
+ var regex = makeRegex(pattern, ignoreCase);
259
264
  return new IgnoreRule(origin, pattern, negative, regex);
260
265
  };
261
266
 
@@ -296,13 +301,18 @@ var Ignore = /*#__PURE__*/function () {
296
301
  function Ignore() {
297
302
  var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
298
303
  _ref$ignorecase = _ref.ignorecase,
299
- ignorecase = _ref$ignorecase === void 0 ? true : _ref$ignorecase;
304
+ ignorecase = _ref$ignorecase === void 0 ? true : _ref$ignorecase,
305
+ _ref$ignoreCase = _ref.ignoreCase,
306
+ ignoreCase = _ref$ignoreCase === void 0 ? ignorecase : _ref$ignoreCase,
307
+ _ref$allowRelativePat = _ref.allowRelativePaths,
308
+ allowRelativePaths = _ref$allowRelativePat === void 0 ? false : _ref$allowRelativePat;
300
309
 
301
310
  _classCallCheck(this, Ignore);
302
311
 
303
312
  define(this, KEY_IGNORE, true);
304
313
  this._rules = [];
305
- this._ignorecase = ignorecase;
314
+ this._ignoreCase = ignoreCase;
315
+ this._allowRelativePaths = allowRelativePaths;
306
316
 
307
317
  this._initCache();
308
318
  }
@@ -324,7 +334,7 @@ var Ignore = /*#__PURE__*/function () {
324
334
  }
325
335
 
326
336
  if (checkPattern(pattern)) {
327
- var rule = createRule(pattern, this._ignorecase);
337
+ var rule = createRule(pattern, this._ignoreCase);
328
338
  this._added = true;
329
339
 
330
340
  this._rules.push(rule);
@@ -395,7 +405,7 @@ var Ignore = /*#__PURE__*/function () {
395
405
  value: function _test(originalPath, cache, checkUnignored, slices) {
396
406
  var path = originalPath // Supports nullable path
397
407
  && checkPath.convert(originalPath);
398
- checkPath(path, originalPath, throwError);
408
+ checkPath(path, originalPath, this._allowRelativePaths ? RETURN_FALSE : throwError);
399
409
  return this._t(path, cache, checkUnignored, slices);
400
410
  }
401
411
  }, {
@@ -458,12 +468,8 @@ var factory = function factory(options) {
458
468
  return new Ignore(options);
459
469
  };
460
470
 
461
- var returnFalse = function returnFalse() {
462
- return false;
463
- };
464
-
465
471
  var isPathValid = function isPathValid(path) {
466
- return checkPath(path && checkPath.convert(path), path, returnFalse);
472
+ return checkPath(path && checkPath.convert(path), path, RETURN_FALSE);
467
473
  };
468
474
 
469
475
  factory.isPathValid = isPathValid; // Fixes typescript
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ignore",
3
- "version": "5.1.9",
3
+ "version": "5.2.0",
4
4
  "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
5
5
  "files": [
6
6
  "legacy.js",
@@ -1,4 +1,4 @@
1
- # micromatch [![NPM version](https://img.shields.io/npm/v/micromatch.svg?style=flat)](https://www.npmjs.com/package/micromatch) [![NPM monthly downloads](https://img.shields.io/npm/dm/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![NPM total downloads](https://img.shields.io/npm/dt/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![Linux Build Status](https://img.shields.io/travis/micromatch/micromatch.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/micromatch)
1
+ # micromatch [![NPM version](https://img.shields.io/npm/v/micromatch.svg?style=flat)](https://www.npmjs.com/package/micromatch) [![NPM monthly downloads](https://img.shields.io/npm/dm/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![NPM total downloads](https://img.shields.io/npm/dt/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![Tests](https://github.com/micromatch/micromatch/actions/workflows/test.yml/badge.svg)](https://github.com/micromatch/micromatch/actions/workflows/test.yml)
2
2
 
3
3
  > Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
4
4
 
@@ -54,7 +54,7 @@ Please consider following this project's author, [Jon Schlinkert](https://github
54
54
 
55
55
  ## Install
56
56
 
57
- Install with [npm](https://www.npmjs.com/):
57
+ Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=8.6):
58
58
 
59
59
  ```sh
60
60
  $ npm install --save micromatch
@@ -103,7 +103,7 @@ console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
103
103
 
104
104
  * Support for multiple glob patterns (no need for wrappers like multimatch)
105
105
  * Wildcards (`**`, `*.js`)
106
- * Negation (`'!a/*.js'`, `'*!(b).js']`)
106
+ * Negation (`'!a/*.js'`, `'*!(b).js'`)
107
107
  * [extglobs](#extglobs) (`+(x|y)`, `!(a|b)`)
108
108
  * [POSIX character classes](#posix-bracket-expressions) (`[[:alpha:][:digit:]]`)
109
109
  * [brace expansion](https://github.com/micromatch/braces) (`foo/{1..5}.md`, `bar/{a,b,c}.js`)
@@ -419,7 +419,7 @@ Parse a glob pattern to create the source string for a regular expression.
419
419
 
420
420
  ```js
421
421
  const mm = require('micromatch');
422
- const state = mm(pattern[, options]);
422
+ const state = mm.parse(pattern[, options]);
423
423
  ```
424
424
 
425
425
  ### [.braces](index.js#L446)
@@ -845,7 +845,7 @@ $ npm run bench
845
845
 
846
846
  ### Latest results
847
847
 
848
- As of April 10, 2021 (longer bars are better):
848
+ As of March 24, 2022 (longer bars are better):
849
849
 
850
850
  ```sh
851
851
  # .makeRe star
@@ -963,17 +963,18 @@ You might also be interested in these projects:
963
963
 
964
964
  | **Commits** | **Contributor** |
965
965
  | --- | --- |
966
- | 508 | [jonschlinkert](https://github.com/jonschlinkert) |
966
+ | 512 | [jonschlinkert](https://github.com/jonschlinkert) |
967
967
  | 12 | [es128](https://github.com/es128) |
968
+ | 9 | [danez](https://github.com/danez) |
968
969
  | 8 | [doowb](https://github.com/doowb) |
969
970
  | 6 | [paulmillr](https://github.com/paulmillr) |
970
971
  | 5 | [mrmlnc](https://github.com/mrmlnc) |
971
- | 4 | [danez](https://github.com/danez) |
972
972
  | 3 | [DrPizza](https://github.com/DrPizza) |
973
973
  | 2 | [TrySound](https://github.com/TrySound) |
974
974
  | 2 | [mceIdo](https://github.com/mceIdo) |
975
975
  | 2 | [Glazy](https://github.com/Glazy) |
976
976
  | 2 | [MartinKolarik](https://github.com/MartinKolarik) |
977
+ | 2 | [antonyk](https://github.com/antonyk) |
977
978
  | 2 | [Tvrqvoise](https://github.com/Tvrqvoise) |
978
979
  | 1 | [amilajack](https://github.com/amilajack) |
979
980
  | 1 | [Cslove](https://github.com/Cslove) |
@@ -981,11 +982,13 @@ You might also be interested in these projects:
981
982
  | 1 | [DianeLooney](https://github.com/DianeLooney) |
982
983
  | 1 | [UltCombo](https://github.com/UltCombo) |
983
984
  | 1 | [frangio](https://github.com/frangio) |
985
+ | 1 | [joyceerhl](https://github.com/joyceerhl) |
984
986
  | 1 | [juszczykjakub](https://github.com/juszczykjakub) |
985
987
  | 1 | [muescha](https://github.com/muescha) |
986
988
  | 1 | [sebdeckers](https://github.com/sebdeckers) |
987
989
  | 1 | [tomByrer](https://github.com/tomByrer) |
988
990
  | 1 | [fidian](https://github.com/fidian) |
991
+ | 1 | [curbengh](https://github.com/curbengh) |
989
992
  | 1 | [simlu](https://github.com/simlu) |
990
993
  | 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) |
991
994
  | 1 | [yvele](https://github.com/yvele) |
@@ -1000,9 +1003,9 @@ You might also be interested in these projects:
1000
1003
 
1001
1004
  ### License
1002
1005
 
1003
- Copyright © 2021, [Jon Schlinkert](https://github.com/jonschlinkert).
1006
+ Copyright © 2022, [Jon Schlinkert](https://github.com/jonschlinkert).
1004
1007
  Released under the [MIT License](LICENSE).
1005
1008
 
1006
1009
  ***
1007
1010
 
1008
- _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 10, 2021._
1011
+ _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on March 24, 2022._
@@ -155,10 +155,10 @@ micromatch.not = (list, patterns, options = {}) => {
155
155
  items.push(state.output);
156
156
  };
157
157
 
158
- let matches = micromatch(list, patterns, { ...options, onResult });
158
+ let matches = new Set(micromatch(list, patterns, { ...options, onResult }));
159
159
 
160
160
  for (let item of items) {
161
- if (!matches.includes(item)) {
161
+ if (!matches.has(item)) {
162
162
  result.add(item);
163
163
  }
164
164
  }
@@ -408,7 +408,7 @@ micromatch.scan = (...args) => picomatch.scan(...args);
408
408
  *
409
409
  * ```js
410
410
  * const mm = require('micromatch');
411
- * const state = mm(pattern[, options]);
411
+ * const state = mm.parse(pattern[, options]);
412
412
  * ```
413
413
  * @param {String} `glob`
414
414
  * @param {Object} `options`
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "micromatch",
3
3
  "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
4
- "version": "4.0.4",
4
+ "version": "4.0.5",
5
5
  "homepage": "https://github.com/micromatch/micromatch",
6
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
7
  "contributors": [
@@ -37,14 +37,14 @@
37
37
  "test": "mocha"
38
38
  },
39
39
  "dependencies": {
40
- "braces": "^3.0.1",
41
- "picomatch": "^2.2.3"
40
+ "braces": "^3.0.2",
41
+ "picomatch": "^2.3.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "fill-range": "^7.0.1",
45
45
  "gulp-format-md": "^2.0.0",
46
- "minimatch": "^3.0.4",
47
- "mocha": "^7.2.0",
46
+ "minimatch": "^5.0.1",
47
+ "mocha": "^9.2.2",
48
48
  "time-require": "github:jonschlinkert/time-require"
49
49
  },
50
50
  "keywords": [
@@ -32,6 +32,16 @@ Changelog entries are classified using the following labels _(from [keep-a-chang
32
32
 
33
33
  </details>
34
34
 
35
+ ## 2.3.1 (2022-01-02)
36
+
37
+ ### Fixed
38
+
39
+ * Fixes bug when a pattern containing an expression after the closing parenthesis (`/!(*.d).{ts,tsx}`) was incorrectly converted to regexp ([9f241ef](https://github.com/micromatch/picomatch/commit/9f241ef)).
40
+
41
+ ### Changed
42
+
43
+ * Some documentation improvements ([f81d236](https://github.com/micromatch/picomatch/commit/f81d236), [421e0e7](https://github.com/micromatch/picomatch/commit/421e0e7)).
44
+
35
45
  ## 2.3.0 (2021-05-21)
36
46
 
37
47
  ### Fixed
@@ -312,12 +312,11 @@ The following options may be used with the main `picomatch()` function or any of
312
312
  | `expandRange` | `function` | `undefined` | Custom function for expanding ranges in brace patterns, such as `{a..z}`. The function receives the range values as two arguments, and it must return a string to be used in the generated regex. It's recommended that returned strings be wrapped in parentheses. |
313
313
  | `failglob` | `boolean` | `false` | Throws an error if no matches are found. Based on the bash option of the same name. |
314
314
  | `fastpaths` | `boolean` | `true` | To speed up processing, full parsing is skipped for a handful common glob patterns. Disable this behavior by setting this option to `false`. |
315
- | `flags` | `boolean` | `undefined` | Regex flags to use in the generated regex. If defined, the `nocase` option will be overridden. |
315
+ | `flags` | `string` | `undefined` | Regex flags to use in the generated regex. If defined, the `nocase` option will be overridden. |
316
316
  | [format](#optionsformat) | `function` | `undefined` | Custom function for formatting the returned string. This is useful for removing leading slashes, converting Windows paths to Posix paths, etc. |
317
317
  | `ignore` | `array\|string` | `undefined` | One or more glob patterns for excluding strings that should not be matched from the result. |
318
318
  | `keepQuotes` | `boolean` | `false` | Retain quotes in the generated regex, since quotes may also be used as an alternative to backslashes. |
319
319
  | `literalBrackets` | `boolean` | `undefined` | When `true`, brackets in the glob pattern will be escaped so that only literal brackets will be matched. |
320
- | `lookbehinds` | `boolean` | `true` | Support regex positive and negative lookbehinds. Note that you must be using Node 8.1.10 or higher to enable regex lookbehinds. |
321
320
  | `matchBase` | `boolean` | `false` | Alias for `basename` |
322
321
  | `maxLength` | `boolean` | `65536` | Limit the max length of the input string. An error is thrown if the input string is longer than this value. |
323
322
  | `nobrace` | `boolean` | `false` | Disable brace matching, so that `{a,b}` and `{1..3}` would be treated as literal characters. |
@@ -341,6 +340,8 @@ The following options may be used with the main `picomatch()` function or any of
341
340
  | `unescape` | `boolean` | `undefined` | Remove backslashes preceding escaped characters in the glob pattern. By default, backslashes are retained. |
342
341
  | `unixify` | `boolean` | `undefined` | Alias for `posixSlashes`, for backwards compatibility. |
343
342
 
343
+ picomatch has automatic detection for regex positive and negative lookbehinds. If the pattern contains a negative lookbehind, you must be using Node.js >= 8.10 or else picomatch will throw an error.
344
+
344
345
  ### Scan Options
345
346
 
346
347
  In addition to the main [picomatch options](#picomatch-options), the following options may also be used with the [.scan](#scan) method.
@@ -704,4 +705,4 @@ npm install -g verbose/verb#dev verb-generate-readme && verb
704
705
  ### License
705
706
 
706
707
  Copyright © 2017-present, [Jon Schlinkert](https://github.com/jonschlinkert).
707
- Released under the [MIT License](LICENSE).
708
+ Released under the [MIT License](LICENSE).
@@ -250,7 +250,14 @@ const parse = (input, options) => {
250
250
  }
251
251
 
252
252
  if (token.inner.includes('*') && (rest = remaining()) && /^\.[^\\/.]+$/.test(rest)) {
253
- output = token.close = `)${rest})${extglobStar})`;
253
+ // Any non-magical string (`.ts`) or even nested expression (`.{ts,tsx}`) can follow after the closing parenthesis.
254
+ // In this case, we need to parse the string and use it in the output of the original pattern.
255
+ // Suitable patterns: `/!(*.d).ts`, `/!(*.d).{ts,tsx}`, `**/!(*-dbg).@(js)`.
256
+ //
257
+ // Disabling the `fastpaths` option due to a problem with parsing strings as `.ts` in the pattern like `**/!(*.d).ts`.
258
+ const expression = parse(rest, { ...options, fastpaths: false }).output;
259
+
260
+ output = token.close = `)${expression})${extglobStar})`;
254
261
  }
255
262
 
256
263
  if (token.prev.type === 'bos') {