xo 0.46.1 → 0.47.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 (106) hide show
  1. package/config/plugins.cjs +2 -7
  2. package/index.js +12 -11
  3. package/lib/options-manager.js +108 -86
  4. package/node_modules/@typescript-eslint/eslint-plugin/README.md +2 -2
  5. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +3 -0
  6. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -1
  7. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +4 -2
  8. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -1
  9. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +2 -1
  10. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -1
  11. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -1
  12. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +5 -1
  13. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
  14. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +10 -1
  15. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
  16. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +24 -1
  17. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
  18. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
  19. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
  20. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -1
  21. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +5 -24
  22. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
  23. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js +6 -4
  24. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +1 -1
  25. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +159 -0
  26. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +1 -1
  27. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +5 -2
  28. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +1 -1
  29. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +0 -2
  30. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +29 -26
  31. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +2 -2
  32. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +1 -1
  33. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +3 -1
  34. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +2 -2
  35. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +5 -1
  36. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +13 -16
  37. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +12 -15
  38. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +6 -5
  39. package/node_modules/@typescript-eslint/eslint-plugin/package.json +4 -4
  40. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +6 -1
  41. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts.map +1 -1
  42. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js +7 -1
  43. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js.map +1 -1
  44. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts +25 -19
  45. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +1 -1
  46. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js +5 -9
  47. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +1 -1
  48. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts +30 -8
  49. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -1
  50. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js +36 -8
  51. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +1 -1
  52. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts +2 -2
  53. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +1 -1
  54. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts +4 -0
  55. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +1 -1
  56. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.js.map +1 -1
  57. package/node_modules/@typescript-eslint/experimental-utils/package.json +5 -5
  58. package/node_modules/@typescript-eslint/parser/package.json +6 -6
  59. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +1 -1
  60. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
  61. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +2 -2
  62. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
  63. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +1 -0
  64. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
  65. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +3 -0
  66. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
  67. package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
  68. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts +21 -7
  69. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +1 -1
  70. package/node_modules/@typescript-eslint/types/dist/ast-spec.js +1 -0
  71. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +1 -1
  72. package/node_modules/@typescript-eslint/types/package.json +2 -2
  73. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +1 -0
  74. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
  75. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +23 -2
  76. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
  77. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +2 -2
  78. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +1 -0
  79. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
  80. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +1 -1
  81. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
  82. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.js +13 -16
  83. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/legacy.js +12 -15
  84. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +6 -5
  85. package/node_modules/@typescript-eslint/typescript-estree/package.json +6 -6
  86. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
  87. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +2 -0
  88. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
  89. package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
  90. package/node_modules/eslint-config-xo-typescript/index.js +1 -1
  91. package/node_modules/eslint-config-xo-typescript/package.json +1 -1
  92. package/node_modules/eslint-visitor-keys/README.md +3 -2
  93. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +3 -0
  94. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +3 -0
  95. package/node_modules/eslint-visitor-keys/package.json +2 -2
  96. package/package.json +16 -16
  97. package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +0 -2277
  98. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/CHANGELOG.md +0 -32
  99. package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +0 -1253
  100. package/node_modules/@typescript-eslint/parser/CHANGELOG.md +0 -1283
  101. package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +0 -673
  102. package/node_modules/@typescript-eslint/types/CHANGELOG.md +0 -653
  103. package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +0 -1484
  104. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/CHANGELOG.md +0 -32
  105. package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +0 -622
  106. package/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -42
@@ -1,32 +0,0 @@
1
- # `node-ignore` 5 ChangeLog
2
-
3
- # 5.x
4
-
5
- ## 2018-08-14, Version 5.0.1
6
-
7
- - **PATCH**: fixes for windows.
8
- - **PATCH**: improves tests for typescript and windows.
9
-
10
- ## 2018-08-13, Version 5.0.0
11
-
12
- - **SEMVER-MAJOR**: [#20](https://github.com/kaelzhang/node-ignore/issues/20): it will throw if an invalid pathname passes into `.ignores(pathname)`, see [Upgrade 4.x -> 5.x](https://github.com/kaelzhang/node-ignore#upgrade-4x---5x).
13
- - **FEATURE**: [#31](https://github.com/kaelzhang/node-ignore/issues/31): adds a new method [`.test(pathname)`](https://github.com/kaelzhang/node-ignore#testpathname-pathname-since-500).
14
- - **BENCHMARK**: improves performance by 26%.
15
-
16
- # 4.x
17
-
18
- ## 2018-08-12, Version 4.0.6
19
-
20
- - **PATCH**: `Object.prototype` methods will not ruin the result any more.
21
-
22
- ## ~ 2018-08-09, Version 4.0.1 - 4.0.5
23
-
24
- - **PATCH**: updates README.md about frequent asked quesions from github issues.
25
-
26
- ## 2018-06-22, Version 4.0.0
27
-
28
- - **SEMVER-MAJOR**: Drop support for node < 6 by default.
29
- - **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
30
- - **FEATURE**: new option: `ignorecase` to make `ignore` case insensitive.
31
- - **FEATURE**: supports question mark which matches a single character.
32
- - **PATCH**: fixes typescript declaration.