@graphql-eslint/eslint-plugin 4.0.0-alpha.1 → 4.0.0-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. package/{esm/cache.d.mts → cjs/cache.d.cts} +1 -1
  2. package/cjs/cache.js +1 -1
  3. package/cjs/configs/index.d.cts +9 -0
  4. package/cjs/configs/index.js +1 -1
  5. package/cjs/documents.js +1 -1
  6. package/{esm/estree-converter/converter.d.mts → cjs/estree-converter/converter.d.cts} +1 -1
  7. package/cjs/estree-converter/index.d.cts +8 -0
  8. package/{esm/estree-converter/utils.d.mts → cjs/estree-converter/utils.d.cts} +3 -3
  9. package/cjs/flat-configs.d.cts +75 -0
  10. package/cjs/flat-configs.js +1 -3
  11. package/{esm/graphql-config.d.mts → cjs/graphql-config.d.cts} +3 -3
  12. package/cjs/graphql-config.js +2 -2
  13. package/{esm/index.d.mts → cjs/index.d.cts} +14 -10
  14. package/cjs/index.js +2 -0
  15. package/cjs/meta.d.cts +4 -0
  16. package/cjs/meta.js +36 -0
  17. package/cjs/package.json +1 -0
  18. package/{esm/parser.d.mts → cjs/parser.d.cts} +11 -4
  19. package/cjs/parser.js +12 -3
  20. package/{esm/processor.d.mts → cjs/processor.d.cts} +4 -0
  21. package/cjs/processor.js +5 -1
  22. package/{esm/rules/alphabetize.d.mts → cjs/rules/alphabetize.d.cts} +3 -3
  23. package/cjs/rules/alphabetize.js +1 -1
  24. package/{esm/rules/description-style.d.mts → cjs/rules/description-style.d.cts} +3 -3
  25. package/{esm/rules/graphql-js-validation.d.mts → cjs/rules/graphql-js-validation.d.cts} +3 -3
  26. package/{esm/rules/index.d.mts → cjs/rules/index.d.cts} +5 -5
  27. package/{esm/rules/input-name.d.mts → cjs/rules/input-name.d.cts} +3 -3
  28. package/{esm/rules/lone-executable-definition.d.mts → cjs/rules/lone-executable-definition.d.cts} +3 -3
  29. package/{esm/rules/match-document-filename.d.mts → cjs/rules/match-document-filename.d.cts} +4 -4
  30. package/cjs/rules/match-document-filename.js +2 -2
  31. package/{esm/rules/naming-convention.d.mts → cjs/rules/naming-convention.d.cts} +3 -3
  32. package/cjs/rules/no-anonymous-operations.d.cts +13 -0
  33. package/{esm/rules/no-deprecated.d.mts → cjs/rules/no-deprecated.d.cts} +3 -3
  34. package/cjs/rules/no-duplicate-fields.d.cts +13 -0
  35. package/{esm/rules/no-hashtag-description.d.mts → cjs/rules/no-hashtag-description.d.cts} +3 -3
  36. package/cjs/rules/no-one-place-fragments.d.cts +13 -0
  37. package/{esm/rules/no-root-type.d.mts → cjs/rules/no-root-type.d.cts} +3 -3
  38. package/cjs/rules/no-scalar-result-type-on-mutation.d.cts +13 -0
  39. package/cjs/rules/no-typename-prefix.d.cts +13 -0
  40. package/cjs/rules/no-unreachable-types.d.cts +13 -0
  41. package/cjs/rules/no-unreachable-types.js +6 -7
  42. package/cjs/rules/no-unused-fields.d.cts +13 -0
  43. package/cjs/rules/no-unused-fields.js +6 -6
  44. package/{esm/rules/relay-arguments.d.mts → cjs/rules/relay-arguments.d.cts} +3 -3
  45. package/{esm/rules/relay-connection-types.d.mts → cjs/rules/relay-connection-types.d.cts} +3 -3
  46. package/{esm/rules/relay-edge-types.d.mts → cjs/rules/relay-edge-types.d.cts} +3 -3
  47. package/cjs/rules/relay-edge-types.js +1 -1
  48. package/cjs/rules/relay-page-info.d.cts +13 -0
  49. package/cjs/rules/relay-page-info.js +1 -1
  50. package/{esm/rules/require-deprecation-date.d.mts → cjs/rules/require-deprecation-date.d.cts} +3 -3
  51. package/cjs/rules/require-deprecation-reason.d.cts +13 -0
  52. package/{esm/rules/require-description.d.mts → cjs/rules/require-description.d.cts} +3 -3
  53. package/cjs/rules/require-field-of-type-query-in-mutation-result.d.cts +13 -0
  54. package/cjs/rules/require-import-fragment.d.cts +13 -0
  55. package/cjs/rules/require-import-fragment.js +1 -1
  56. package/cjs/rules/require-nullable-fields-with-oneof.d.cts +13 -0
  57. package/cjs/rules/require-nullable-result-in-root.d.cts +13 -0
  58. package/{esm/rules/require-selections.d.mts → cjs/rules/require-selections.d.cts} +3 -3
  59. package/cjs/rules/require-selections.js +1 -0
  60. package/cjs/rules/require-type-pattern-with-oneof.d.cts +13 -0
  61. package/{esm/rules/selection-set-depth.d.mts → cjs/rules/selection-set-depth.d.cts} +3 -3
  62. package/cjs/rules/selection-set-depth.js +2 -2
  63. package/{esm/rules/strict-id-in-types.d.mts → cjs/rules/strict-id-in-types.d.cts} +3 -3
  64. package/cjs/rules/unique-enum-value-names.d.cts +13 -0
  65. package/{esm/rules/unique-fragment-name.d.mts → cjs/rules/unique-fragment-name.d.cts} +3 -3
  66. package/cjs/rules/unique-operation-name.d.cts +13 -0
  67. package/{esm/schema.d.mts → cjs/schema.d.cts} +3 -3
  68. package/cjs/schema.js +1 -1
  69. package/{esm/types.d.mts → cjs/types.d.cts} +2 -2
  70. package/{esm/utils.d.mts → cjs/utils.d.cts} +3 -3
  71. package/cjs/utils.js +1 -1
  72. package/{cjs → esm}/cache.d.ts +1 -1
  73. package/esm/configs/index.d.ts +9 -0
  74. package/{cjs → esm}/estree-converter/index.d.ts +2 -2
  75. package/{cjs → esm}/estree-converter/utils.d.ts +3 -3
  76. package/esm/flat-configs.d.ts +75 -0
  77. package/esm/flat-configs.js +2 -4
  78. package/esm/graphql-config.js +1 -1
  79. package/{cjs → esm}/index.d.ts +5 -1
  80. package/esm/index.js +2 -1
  81. package/esm/meta.d.ts +4 -0
  82. package/esm/meta.js +7 -0
  83. package/{cjs → esm}/parser.d.ts +8 -1
  84. package/esm/parser.js +10 -1
  85. package/{cjs → esm}/processor.d.ts +4 -0
  86. package/esm/processor.js +5 -0
  87. package/{cjs → esm}/rules/alphabetize.d.ts +1 -1
  88. package/{cjs → esm}/rules/index.d.ts +5 -5
  89. package/esm/rules/match-document-filename.js +2 -2
  90. package/esm/rules/no-unreachable-types.js +6 -6
  91. package/esm/rules/no-unused-fields.js +6 -5
  92. package/esm/rules/relay-edge-types.js +1 -1
  93. package/esm/rules/relay-page-info.js +1 -1
  94. package/esm/rules/require-selections.js +1 -0
  95. package/esm/rules/selection-set-depth.js +1 -1
  96. package/{index.browser.mjs → index.browser.js} +158 -53
  97. package/package.json +5 -4
  98. package/cjs/configs/index.d.ts +0 -174
  99. package/cjs/flat-configs.d.ts +0 -307
  100. package/esm/configs/index.d.mts +0 -174
  101. package/esm/estree-converter/index.d.mts +0 -8
  102. package/esm/flat-configs.d.mts +0 -307
  103. package/esm/package.json +0 -1
  104. package/esm/rules/no-anonymous-operations.d.mts +0 -13
  105. package/esm/rules/no-duplicate-fields.d.mts +0 -13
  106. package/esm/rules/no-one-place-fragments.d.mts +0 -13
  107. package/esm/rules/no-scalar-result-type-on-mutation.d.mts +0 -13
  108. package/esm/rules/no-typename-prefix.d.mts +0 -13
  109. package/esm/rules/no-unreachable-types.d.mts +0 -13
  110. package/esm/rules/no-unused-fields.d.mts +0 -13
  111. package/esm/rules/relay-page-info.d.mts +0 -13
  112. package/esm/rules/require-deprecation-reason.d.mts +0 -13
  113. package/esm/rules/require-field-of-type-query-in-mutation-result.d.mts +0 -13
  114. package/esm/rules/require-import-fragment.d.mts +0 -13
  115. package/esm/rules/require-nullable-fields-with-oneof.d.mts +0 -13
  116. package/esm/rules/require-nullable-result-in-root.d.mts +0 -13
  117. package/esm/rules/require-type-pattern-with-oneof.d.mts +0 -13
  118. package/esm/rules/unique-enum-value-names.d.mts +0 -13
  119. package/esm/rules/unique-operation-name.d.mts +0 -13
  120. /package/cjs/configs/{operations-all.d.ts → operations-all.d.cts} +0 -0
  121. /package/cjs/configs/{operations-recommended.d.ts → operations-recommended.d.cts} +0 -0
  122. /package/cjs/configs/{schema-all.d.ts → schema-all.d.cts} +0 -0
  123. /package/cjs/configs/{schema-recommended.d.ts → schema-recommended.d.cts} +0 -0
  124. /package/cjs/configs/{schema-relay.d.ts → schema-relay.d.cts} +0 -0
  125. /package/cjs/{documents.d.ts → documents.d.cts} +0 -0
  126. /package/cjs/estree-converter/{types.d.ts → types.d.cts} +0 -0
  127. /package/cjs/{siblings.d.ts → siblings.d.cts} +0 -0
  128. /package/esm/configs/{operations-all.d.mts → operations-all.d.ts} +0 -0
  129. /package/esm/configs/{operations-recommended.d.mts → operations-recommended.d.ts} +0 -0
  130. /package/esm/configs/{schema-all.d.mts → schema-all.d.ts} +0 -0
  131. /package/esm/configs/{schema-recommended.d.mts → schema-recommended.d.ts} +0 -0
  132. /package/esm/configs/{schema-relay.d.mts → schema-relay.d.ts} +0 -0
  133. /package/esm/{documents.d.mts → documents.d.ts} +0 -0
  134. /package/{cjs → esm}/estree-converter/converter.d.ts +0 -0
  135. /package/esm/estree-converter/{types.d.mts → types.d.ts} +0 -0
  136. /package/{cjs → esm}/graphql-config.d.ts +0 -0
  137. /package/{cjs → esm}/rules/description-style.d.ts +0 -0
  138. /package/{cjs → esm}/rules/graphql-js-validation.d.ts +0 -0
  139. /package/{cjs → esm}/rules/input-name.d.ts +0 -0
  140. /package/{cjs → esm}/rules/lone-executable-definition.d.ts +0 -0
  141. /package/{cjs → esm}/rules/match-document-filename.d.ts +0 -0
  142. /package/{cjs → esm}/rules/naming-convention.d.ts +0 -0
  143. /package/{cjs → esm}/rules/no-anonymous-operations.d.ts +0 -0
  144. /package/{cjs → esm}/rules/no-deprecated.d.ts +0 -0
  145. /package/{cjs → esm}/rules/no-duplicate-fields.d.ts +0 -0
  146. /package/{cjs → esm}/rules/no-hashtag-description.d.ts +0 -0
  147. /package/{cjs → esm}/rules/no-one-place-fragments.d.ts +0 -0
  148. /package/{cjs → esm}/rules/no-root-type.d.ts +0 -0
  149. /package/{cjs → esm}/rules/no-scalar-result-type-on-mutation.d.ts +0 -0
  150. /package/{cjs → esm}/rules/no-typename-prefix.d.ts +0 -0
  151. /package/{cjs → esm}/rules/no-unreachable-types.d.ts +0 -0
  152. /package/{cjs → esm}/rules/no-unused-fields.d.ts +0 -0
  153. /package/{cjs → esm}/rules/relay-arguments.d.ts +0 -0
  154. /package/{cjs → esm}/rules/relay-connection-types.d.ts +0 -0
  155. /package/{cjs → esm}/rules/relay-edge-types.d.ts +0 -0
  156. /package/{cjs → esm}/rules/relay-page-info.d.ts +0 -0
  157. /package/{cjs → esm}/rules/require-deprecation-date.d.ts +0 -0
  158. /package/{cjs → esm}/rules/require-deprecation-reason.d.ts +0 -0
  159. /package/{cjs → esm}/rules/require-description.d.ts +0 -0
  160. /package/{cjs → esm}/rules/require-field-of-type-query-in-mutation-result.d.ts +0 -0
  161. /package/{cjs → esm}/rules/require-import-fragment.d.ts +0 -0
  162. /package/{cjs → esm}/rules/require-nullable-fields-with-oneof.d.ts +0 -0
  163. /package/{cjs → esm}/rules/require-nullable-result-in-root.d.ts +0 -0
  164. /package/{cjs → esm}/rules/require-selections.d.ts +0 -0
  165. /package/{cjs → esm}/rules/require-type-pattern-with-oneof.d.ts +0 -0
  166. /package/{cjs → esm}/rules/selection-set-depth.d.ts +0 -0
  167. /package/{cjs → esm}/rules/strict-id-in-types.d.ts +0 -0
  168. /package/{cjs → esm}/rules/unique-enum-value-names.d.ts +0 -0
  169. /package/{cjs → esm}/rules/unique-fragment-name.d.ts +0 -0
  170. /package/{cjs → esm}/rules/unique-operation-name.d.ts +0 -0
  171. /package/{cjs → esm}/schema.d.ts +0 -0
  172. /package/esm/{siblings.d.mts → siblings.d.ts} +0 -0
  173. /package/{cjs → esm}/types.d.ts +0 -0
  174. /package/{cjs → esm}/utils.d.ts +0 -0
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -26,7 +26,7 @@ __export(no_unreachable_types_exports, {
26
26
  rule: () => rule
27
27
  });
28
28
  module.exports = __toCommonJS(no_unreachable_types_exports);
29
- var import_graphql = require("graphql"), import_lodash = __toESM(require("lodash.lowercase")), import_utils = require("../utils.js");
29
+ var import_graphql = require("graphql"), import_lodash = __toESM(require("lodash.lowercase"), 1), import_cache = require("../cache.js"), import_utils = require("../utils.js");
30
30
  const RULE_ID = "no-unreachable-types", KINDS = [
31
31
  import_graphql.Kind.DIRECTIVE_DEFINITION,
32
32
  import_graphql.Kind.OBJECT_TYPE_DEFINITION,
@@ -41,9 +41,7 @@ const RULE_ID = "no-unreachable-types", KINDS = [
41
41
  import_graphql.Kind.UNION_TYPE_EXTENSION,
42
42
  import_graphql.Kind.ENUM_TYPE_DEFINITION,
43
43
  import_graphql.Kind.ENUM_TYPE_EXTENSION
44
- ];
45
- let reachableTypesCache;
46
- const RequestDirectiveLocations = /* @__PURE__ */ new Set([
44
+ ], reachableTypesCache = new import_cache.ModuleCache(), RequestDirectiveLocations = /* @__PURE__ */ new Set([
47
45
  import_graphql.DirectiveLocation.QUERY,
48
46
  import_graphql.DirectiveLocation.MUTATION,
49
47
  import_graphql.DirectiveLocation.SUBSCRIPTION,
@@ -54,8 +52,9 @@ const RequestDirectiveLocations = /* @__PURE__ */ new Set([
54
52
  import_graphql.DirectiveLocation.VARIABLE_DEFINITION
55
53
  ]);
56
54
  function getReachableTypes(schema) {
57
- if (reachableTypesCache)
58
- return reachableTypesCache;
55
+ const cachedValue = reachableTypesCache.get(schema);
56
+ if (process.env.NODE_ENV !== "test" && cachedValue)
57
+ return cachedValue;
59
58
  const reachableTypes = /* @__PURE__ */ new Set(), collect = (node) => {
60
59
  const typeName = (0, import_utils.getTypeName)(node);
61
60
  if (reachableTypes.has(typeName))
@@ -92,7 +91,7 @@ function getReachableTypes(schema) {
92
91
  argTypeName && reachableTypes.add(argTypeName);
93
92
  }
94
93
  }
95
- return reachableTypesCache = reachableTypes, reachableTypesCache;
94
+ return reachableTypesCache.set(schema, reachableTypes), reachableTypes;
96
95
  }
97
96
  const rule = {
98
97
  meta: {
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -18,12 +18,12 @@ __export(no_unused_fields_exports, {
18
18
  rule: () => rule
19
19
  });
20
20
  module.exports = __toCommonJS(no_unused_fields_exports);
21
- var import_graphql = require("graphql"), import_utils = require("../utils.js");
22
- const RULE_ID = "no-unused-fields";
23
- let usedFieldsCache;
21
+ var import_graphql = require("graphql"), import_cache = require("../cache.js"), import_utils = require("../utils.js");
22
+ const RULE_ID = "no-unused-fields", usedFieldsCache = new import_cache.ModuleCache();
24
23
  function getUsedFields(schema, operations) {
25
- if (usedFieldsCache)
26
- return usedFieldsCache;
24
+ const cachedValue = usedFieldsCache.get(schema);
25
+ if (process.env.NODE_ENV !== "test" && cachedValue)
26
+ return cachedValue;
27
27
  const usedFields = /* @__PURE__ */ Object.create(null), typeInfo = new import_graphql.TypeInfo(schema), visitor = (0, import_graphql.visitWithTypeInfo)(typeInfo, {
28
28
  Field(node) {
29
29
  if (!typeInfo.getFieldDef())
@@ -34,7 +34,7 @@ function getUsedFields(schema, operations) {
34
34
  }), allDocuments = [...operations.getOperations(), ...operations.getFragments()];
35
35
  for (const { document } of allDocuments)
36
36
  (0, import_graphql.visit)(document, visitor);
37
- return usedFieldsCache = usedFields, usedFieldsCache;
37
+ return usedFieldsCache.set(schema, usedFields), usedFields;
38
38
  }
39
39
  const rule = {
40
40
  meta: {
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -1,11 +1,11 @@
1
1
  import { Kind } from 'graphql';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql-config';
6
6
  import 'json-schema-to-ts';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const NON_OBJECT_TYPES: Kind[];
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -22,7 +22,7 @@ var import_graphql = require("graphql"), import_utils = require("@graphql-tools/
22
22
  const RULE_ID = "relay-edge-types", MESSAGE_MUST_BE_OBJECT_TYPE = "MESSAGE_MUST_BE_OBJECT_TYPE", MESSAGE_MISSING_EDGE_SUFFIX = "MESSAGE_MISSING_EDGE_SUFFIX", MESSAGE_LIST_TYPE_ONLY_EDGE_TYPE = "MESSAGE_LIST_TYPE_ONLY_EDGE_TYPE", MESSAGE_SHOULD_IMPLEMENTS_NODE = "MESSAGE_SHOULD_IMPLEMENTS_NODE";
23
23
  let edgeTypesCache;
24
24
  function getEdgeTypes(schema2) {
25
- if (edgeTypesCache)
25
+ if (process.env.NODE_ENV !== "test" && edgeTypesCache)
26
26
  return edgeTypesCache;
27
27
  const edgeTypes = /* @__PURE__ */ new Set(), visitor = {
28
28
  ObjectTypeDefinition(node) {
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -62,7 +62,7 @@ const rule = {
62
62
  },
63
63
  create(context) {
64
64
  const schema = (0, import_utils.requireGraphQLSchemaFromContext)(RULE_ID, context);
65
- return hasPageInfoChecked || (schema.getType("PageInfo") || context.report({
65
+ return (process.env.NODE_ENV === "test" || !hasPageInfoChecked) && (schema.getType("PageInfo") || context.report({
66
66
  loc: import_utils.REPORT_ON_FIRST_CHARACTER,
67
67
  messageId: MESSAGE_MUST_EXIST
68
68
  }), hasPageInfoChecked = !0), {
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -1,11 +1,11 @@
1
1
  import { Kind } from 'graphql';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql-config';
6
6
  import 'json-schema-to-ts';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const RULE_ID = "require-description";
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -26,7 +26,7 @@ __export(require_import_fragment_exports, {
26
26
  rule: () => rule
27
27
  });
28
28
  module.exports = __toCommonJS(require_import_fragment_exports);
29
- var import_node_path = __toESM(require("node:path")), import_utils = require("../utils.js");
29
+ var import_node_path = __toESM(require("node:path"), 1), import_utils = require("../utils.js");
30
30
  const RULE_ID = "require-import-fragment", SUGGESTION_ID = "add-import-expression", rule = {
31
31
  meta: {
32
32
  type: "suggestion",
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -41,6 +41,7 @@ const RULE_ID = "require-selections", DEFAULT_ID_FIELD_NAME = "id", schema = {
41
41
  }, rule = {
42
42
  meta: {
43
43
  type: "suggestion",
44
+ // eslint-disable-next-line eslint-plugin/require-meta-has-suggestions -- false positive since we assign `problem.suggest` conditionally
44
45
  hasSuggestions: !0,
45
46
  docs: {
46
47
  category: "Operations",
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -26,7 +26,7 @@ __export(selection_set_depth_exports, {
26
26
  rule: () => rule
27
27
  });
28
28
  module.exports = __toCommonJS(selection_set_depth_exports);
29
- var import_graphql = require("graphql"), import_graphql_depth_limit = __toESM(require("graphql-depth-limit")), import_utils = require("../utils.js");
29
+ var import_graphql = require("graphql"), import_graphql_depth_limit = __toESM(require("graphql-depth-limit"), 1), import_utils = require("../utils.js");
30
30
  const RULE_ID = "selection-set-depth", schema = {
31
31
  type: "array",
32
32
  minItems: 1,
@@ -117,7 +117,7 @@ const RULE_ID = "selection-set-depth", schema = {
117
117
  checkFn({
118
118
  getDocument: () => document,
119
119
  reportError(error) {
120
- const { line, column } = error.locations[0], token = context.getAncestors()[0].tokens.find(
120
+ const { line, column } = error.locations[0], token = context.sourceCode.getAncestors(node)[0].tokens.find(
121
121
  (token2) => token2.loc.start.line === line && token2.loc.start.column === column - 1
122
122
  );
123
123
  context.report({
@@ -1,11 +1,11 @@
1
1
  import { FromSchema } from 'json-schema-to-ts';
2
- import { GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESLintRule } from '../types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'graphql-config';
7
- import '../estree-converter/types.mjs';
8
- import '../siblings.mjs';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const schema: {
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -1,11 +1,11 @@
1
1
  import { ExecutableDefinitionNode } from 'graphql';
2
- import { GraphQLESTreeNode } from '../estree-converter/types.mjs';
3
- import { GraphQLESLintRuleContext, GraphQLESLintRule } from '../types.mjs';
2
+ import { GraphQLESTreeNode } from '../estree-converter/types.cjs';
3
+ import { GraphQLESLintRuleContext, GraphQLESLintRule } from '../types.cjs';
4
4
  import 'eslint';
5
5
  import 'estree';
6
6
  import 'graphql-config';
7
7
  import 'json-schema-to-ts';
8
- import '../siblings.mjs';
8
+ import '../siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare const checkNode: (context: GraphQLESLintRuleContext, node: GraphQLESTreeNode<ExecutableDefinitionNode>, ruleId: string) => void;
@@ -0,0 +1,13 @@
1
+ import { GraphQLESLintRule } from '../types.cjs';
2
+ import 'eslint';
3
+ import 'estree';
4
+ import 'graphql';
5
+ import 'graphql-config';
6
+ import 'json-schema-to-ts';
7
+ import '../estree-converter/types.cjs';
8
+ import '../siblings.cjs';
9
+ import '@graphql-tools/utils';
10
+
11
+ declare const rule: GraphQLESLintRule;
12
+
13
+ export { rule };
@@ -1,11 +1,11 @@
1
1
  import { GraphQLProjectConfig } from 'graphql-config';
2
- import { Schema } from './types.mjs';
2
+ import { Schema } from './types.cjs';
3
3
  import 'eslint';
4
4
  import 'estree';
5
5
  import 'graphql';
6
6
  import 'json-schema-to-ts';
7
- import './estree-converter/types.mjs';
8
- import './siblings.mjs';
7
+ import './estree-converter/types.cjs';
8
+ import './siblings.cjs';
9
9
  import '@graphql-tools/utils';
10
10
 
11
11
  declare function getSchema(project: GraphQLProjectConfig): Schema;
package/cjs/schema.js CHANGED
@@ -26,7 +26,7 @@ __export(schema_exports, {
26
26
  getSchema: () => getSchema
27
27
  });
28
28
  module.exports = __toCommonJS(schema_exports);
29
- var import_debug = __toESM(require("debug")), import_fast_glob = __toESM(require("fast-glob")), import_graphql = require("graphql"), import_cache = require("./cache.js");
29
+ var import_debug = __toESM(require("debug"), 1), import_fast_glob = __toESM(require("fast-glob"), 1), import_graphql = require("graphql"), import_cache = require("./cache.js");
30
30
  const schemaCache = new import_cache.ModuleCache(), debug = (0, import_debug.default)("graphql-eslint:schema");
31
31
  function getSchema(project) {
32
32
  const schemaKey = project.schema;
@@ -3,8 +3,8 @@ import * as ESTree from 'estree';
3
3
  import { GraphQLSchema, ASTKindToNode } from 'graphql';
4
4
  import { IGraphQLConfig } from 'graphql-config';
5
5
  import { JSONSchema } from 'json-schema-to-ts';
6
- import { GraphQLESTreeNode } from './estree-converter/types.mjs';
7
- import { SiblingOperations } from './siblings.mjs';
6
+ import { GraphQLESTreeNode } from './estree-converter/types.cjs';
7
+ import { SiblingOperations } from './siblings.cjs';
8
8
  import '@graphql-tools/utils';
9
9
 
10
10
  type Schema = GraphQLSchema | null;
@@ -1,9 +1,9 @@
1
1
  import { AST } from 'eslint';
2
2
  import { Position } from 'estree';
3
3
  import { GraphQLSchema, ASTNode, Kind } from 'graphql';
4
- import { GraphQLESTreeNode } from './estree-converter/types.mjs';
5
- import { SiblingOperations } from './siblings.mjs';
6
- import { GraphQLESLintRuleContext } from './types.mjs';
4
+ import { GraphQLESTreeNode } from './estree-converter/types.cjs';
5
+ import { SiblingOperations } from './siblings.cjs';
6
+ import { GraphQLESLintRuleContext } from './types.cjs';
7
7
  import '@graphql-tools/utils';
8
8
  import 'graphql-config';
9
9
  import 'json-schema-to-ts';
package/cjs/utils.js CHANGED
@@ -43,7 +43,7 @@ __export(utils_exports, {
43
43
  truthy: () => truthy
44
44
  });
45
45
  module.exports = __toCommonJS(utils_exports);
46
- var import_graphql = require("graphql"), import_lodash = __toESM(require("lodash.lowercase"));
46
+ var import_graphql = require("graphql"), import_lodash = __toESM(require("lodash.lowercase"), 1);
47
47
  function requireSiblingsOperations(ruleId, context) {
48
48
  const { siblingOperations } = context.sourceCode.parserServices;
49
49
  if (!siblingOperations.available)
@@ -1,4 +1,4 @@
1
- declare class ModuleCache<T, K = any> {
1
+ declare class ModuleCache<K, T> {
2
2
  map: Map<K, {
3
3
  lastSeen: [number, number];
4
4
  result: T;
@@ -0,0 +1,9 @@
1
+ declare const configs: {
2
+ 'schema-recommended': any;
3
+ 'schema-all': any;
4
+ 'schema-relay': any;
5
+ 'operations-recommended': any;
6
+ 'operations-all': any;
7
+ };
8
+
9
+ export { configs };
@@ -4,5 +4,5 @@ export { convertLocation, convertToken, extractComments, extractTokens, getBaseT
4
4
  import 'graphql';
5
5
  import 'eslint';
6
6
  import 'estree';
7
- import 'graphql/jsutils/Maybe';
8
- import 'graphql/jsutils/ObjMap';
7
+ import 'graphql/jsutils/Maybe.js';
8
+ import 'graphql/jsutils/ObjMap.js';
@@ -1,11 +1,11 @@
1
- import * as graphql_jsutils_Maybe from 'graphql/jsutils/Maybe';
2
- import * as graphql_jsutils_ObjMap from 'graphql/jsutils/ObjMap';
1
+ import * as graphql_jsutils_Maybe_js from 'graphql/jsutils/Maybe.js';
2
+ import * as graphql_jsutils_ObjMap_js from 'graphql/jsutils/ObjMap.js';
3
3
  import * as graphql from 'graphql';
4
4
  import { GraphQLOutputType, GraphQLNamedType, TokenKind, Token, Location } from 'graphql';
5
5
  import { AST } from 'eslint';
6
6
  import { Comment, SourceLocation } from 'estree';
7
7
 
8
- declare const valueFromNode: (valueNode: graphql.ValueNode, variables?: graphql_jsutils_Maybe.Maybe<graphql_jsutils_ObjMap.ObjMap<unknown>>) => any;
8
+ declare const valueFromNode: (valueNode: graphql.ValueNode, variables?: graphql_jsutils_Maybe_js.Maybe<graphql_jsutils_ObjMap_js.ObjMap<unknown>>) => any;
9
9
  declare function getBaseType(type: GraphQLOutputType): GraphQLNamedType;
10
10
  declare function convertToken<T extends TokenKind | 'Block' | 'Line'>(token: Token, type: T): Omit<AST.Token, 'type'> & {
11
11
  type: T;