@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.
- package/{esm/cache.d.mts → cjs/cache.d.cts} +1 -1
- package/cjs/cache.js +1 -1
- package/cjs/configs/index.d.cts +9 -0
- package/cjs/configs/index.js +1 -1
- package/cjs/documents.js +1 -1
- package/{esm/estree-converter/converter.d.mts → cjs/estree-converter/converter.d.cts} +1 -1
- package/cjs/estree-converter/index.d.cts +8 -0
- package/{esm/estree-converter/utils.d.mts → cjs/estree-converter/utils.d.cts} +3 -3
- package/cjs/flat-configs.d.cts +75 -0
- package/cjs/flat-configs.js +1 -3
- package/{esm/graphql-config.d.mts → cjs/graphql-config.d.cts} +3 -3
- package/cjs/graphql-config.js +2 -2
- package/{esm/index.d.mts → cjs/index.d.cts} +14 -10
- package/cjs/index.js +2 -0
- package/cjs/meta.d.cts +4 -0
- package/cjs/meta.js +36 -0
- package/cjs/package.json +1 -0
- package/{esm/parser.d.mts → cjs/parser.d.cts} +11 -4
- package/cjs/parser.js +12 -3
- package/{esm/processor.d.mts → cjs/processor.d.cts} +4 -0
- package/cjs/processor.js +5 -1
- package/{esm/rules/alphabetize.d.mts → cjs/rules/alphabetize.d.cts} +3 -3
- package/cjs/rules/alphabetize.js +1 -1
- package/{esm/rules/description-style.d.mts → cjs/rules/description-style.d.cts} +3 -3
- package/{esm/rules/graphql-js-validation.d.mts → cjs/rules/graphql-js-validation.d.cts} +3 -3
- package/{esm/rules/index.d.mts → cjs/rules/index.d.cts} +5 -5
- package/{esm/rules/input-name.d.mts → cjs/rules/input-name.d.cts} +3 -3
- package/{esm/rules/lone-executable-definition.d.mts → cjs/rules/lone-executable-definition.d.cts} +3 -3
- package/{esm/rules/match-document-filename.d.mts → cjs/rules/match-document-filename.d.cts} +4 -4
- package/cjs/rules/match-document-filename.js +2 -2
- package/{esm/rules/naming-convention.d.mts → cjs/rules/naming-convention.d.cts} +3 -3
- package/cjs/rules/no-anonymous-operations.d.cts +13 -0
- package/{esm/rules/no-deprecated.d.mts → cjs/rules/no-deprecated.d.cts} +3 -3
- package/cjs/rules/no-duplicate-fields.d.cts +13 -0
- package/{esm/rules/no-hashtag-description.d.mts → cjs/rules/no-hashtag-description.d.cts} +3 -3
- package/cjs/rules/no-one-place-fragments.d.cts +13 -0
- package/{esm/rules/no-root-type.d.mts → cjs/rules/no-root-type.d.cts} +3 -3
- package/cjs/rules/no-scalar-result-type-on-mutation.d.cts +13 -0
- package/cjs/rules/no-typename-prefix.d.cts +13 -0
- package/cjs/rules/no-unreachable-types.d.cts +13 -0
- package/cjs/rules/no-unreachable-types.js +6 -7
- package/cjs/rules/no-unused-fields.d.cts +13 -0
- package/cjs/rules/no-unused-fields.js +6 -6
- package/{esm/rules/relay-arguments.d.mts → cjs/rules/relay-arguments.d.cts} +3 -3
- package/{esm/rules/relay-connection-types.d.mts → cjs/rules/relay-connection-types.d.cts} +3 -3
- package/{esm/rules/relay-edge-types.d.mts → cjs/rules/relay-edge-types.d.cts} +3 -3
- package/cjs/rules/relay-edge-types.js +1 -1
- package/cjs/rules/relay-page-info.d.cts +13 -0
- package/cjs/rules/relay-page-info.js +1 -1
- package/{esm/rules/require-deprecation-date.d.mts → cjs/rules/require-deprecation-date.d.cts} +3 -3
- package/cjs/rules/require-deprecation-reason.d.cts +13 -0
- package/{esm/rules/require-description.d.mts → cjs/rules/require-description.d.cts} +3 -3
- package/cjs/rules/require-field-of-type-query-in-mutation-result.d.cts +13 -0
- package/cjs/rules/require-import-fragment.d.cts +13 -0
- package/cjs/rules/require-import-fragment.js +1 -1
- package/cjs/rules/require-nullable-fields-with-oneof.d.cts +13 -0
- package/cjs/rules/require-nullable-result-in-root.d.cts +13 -0
- package/{esm/rules/require-selections.d.mts → cjs/rules/require-selections.d.cts} +3 -3
- package/cjs/rules/require-selections.js +1 -0
- package/cjs/rules/require-type-pattern-with-oneof.d.cts +13 -0
- package/{esm/rules/selection-set-depth.d.mts → cjs/rules/selection-set-depth.d.cts} +3 -3
- package/cjs/rules/selection-set-depth.js +2 -2
- package/{esm/rules/strict-id-in-types.d.mts → cjs/rules/strict-id-in-types.d.cts} +3 -3
- package/cjs/rules/unique-enum-value-names.d.cts +13 -0
- package/{esm/rules/unique-fragment-name.d.mts → cjs/rules/unique-fragment-name.d.cts} +3 -3
- package/cjs/rules/unique-operation-name.d.cts +13 -0
- package/{esm/schema.d.mts → cjs/schema.d.cts} +3 -3
- package/cjs/schema.js +1 -1
- package/{esm/types.d.mts → cjs/types.d.cts} +2 -2
- package/{esm/utils.d.mts → cjs/utils.d.cts} +3 -3
- package/cjs/utils.js +1 -1
- package/{cjs → esm}/cache.d.ts +1 -1
- package/esm/configs/index.d.ts +9 -0
- package/{cjs → esm}/estree-converter/index.d.ts +2 -2
- package/{cjs → esm}/estree-converter/utils.d.ts +3 -3
- package/esm/flat-configs.d.ts +75 -0
- package/esm/flat-configs.js +2 -4
- package/esm/graphql-config.js +1 -1
- package/{cjs → esm}/index.d.ts +5 -1
- package/esm/index.js +2 -1
- package/esm/meta.d.ts +4 -0
- package/esm/meta.js +7 -0
- package/{cjs → esm}/parser.d.ts +8 -1
- package/esm/parser.js +10 -1
- package/{cjs → esm}/processor.d.ts +4 -0
- package/esm/processor.js +5 -0
- package/{cjs → esm}/rules/alphabetize.d.ts +1 -1
- package/{cjs → esm}/rules/index.d.ts +5 -5
- package/esm/rules/match-document-filename.js +2 -2
- package/esm/rules/no-unreachable-types.js +6 -6
- package/esm/rules/no-unused-fields.js +6 -5
- package/esm/rules/relay-edge-types.js +1 -1
- package/esm/rules/relay-page-info.js +1 -1
- package/esm/rules/require-selections.js +1 -0
- package/esm/rules/selection-set-depth.js +1 -1
- package/{index.browser.mjs → index.browser.js} +158 -53
- package/package.json +5 -4
- package/cjs/configs/index.d.ts +0 -174
- package/cjs/flat-configs.d.ts +0 -307
- package/esm/configs/index.d.mts +0 -174
- package/esm/estree-converter/index.d.mts +0 -8
- package/esm/flat-configs.d.mts +0 -307
- package/esm/package.json +0 -1
- package/esm/rules/no-anonymous-operations.d.mts +0 -13
- package/esm/rules/no-duplicate-fields.d.mts +0 -13
- package/esm/rules/no-one-place-fragments.d.mts +0 -13
- package/esm/rules/no-scalar-result-type-on-mutation.d.mts +0 -13
- package/esm/rules/no-typename-prefix.d.mts +0 -13
- package/esm/rules/no-unreachable-types.d.mts +0 -13
- package/esm/rules/no-unused-fields.d.mts +0 -13
- package/esm/rules/relay-page-info.d.mts +0 -13
- package/esm/rules/require-deprecation-reason.d.mts +0 -13
- package/esm/rules/require-field-of-type-query-in-mutation-result.d.mts +0 -13
- package/esm/rules/require-import-fragment.d.mts +0 -13
- package/esm/rules/require-nullable-fields-with-oneof.d.mts +0 -13
- package/esm/rules/require-nullable-result-in-root.d.mts +0 -13
- package/esm/rules/require-type-pattern-with-oneof.d.mts +0 -13
- package/esm/rules/unique-enum-value-names.d.mts +0 -13
- package/esm/rules/unique-operation-name.d.mts +0 -13
- /package/cjs/configs/{operations-all.d.ts → operations-all.d.cts} +0 -0
- /package/cjs/configs/{operations-recommended.d.ts → operations-recommended.d.cts} +0 -0
- /package/cjs/configs/{schema-all.d.ts → schema-all.d.cts} +0 -0
- /package/cjs/configs/{schema-recommended.d.ts → schema-recommended.d.cts} +0 -0
- /package/cjs/configs/{schema-relay.d.ts → schema-relay.d.cts} +0 -0
- /package/cjs/{documents.d.ts → documents.d.cts} +0 -0
- /package/cjs/estree-converter/{types.d.ts → types.d.cts} +0 -0
- /package/cjs/{siblings.d.ts → siblings.d.cts} +0 -0
- /package/esm/configs/{operations-all.d.mts → operations-all.d.ts} +0 -0
- /package/esm/configs/{operations-recommended.d.mts → operations-recommended.d.ts} +0 -0
- /package/esm/configs/{schema-all.d.mts → schema-all.d.ts} +0 -0
- /package/esm/configs/{schema-recommended.d.mts → schema-recommended.d.ts} +0 -0
- /package/esm/configs/{schema-relay.d.mts → schema-relay.d.ts} +0 -0
- /package/esm/{documents.d.mts → documents.d.ts} +0 -0
- /package/{cjs → esm}/estree-converter/converter.d.ts +0 -0
- /package/esm/estree-converter/{types.d.mts → types.d.ts} +0 -0
- /package/{cjs → esm}/graphql-config.d.ts +0 -0
- /package/{cjs → esm}/rules/description-style.d.ts +0 -0
- /package/{cjs → esm}/rules/graphql-js-validation.d.ts +0 -0
- /package/{cjs → esm}/rules/input-name.d.ts +0 -0
- /package/{cjs → esm}/rules/lone-executable-definition.d.ts +0 -0
- /package/{cjs → esm}/rules/match-document-filename.d.ts +0 -0
- /package/{cjs → esm}/rules/naming-convention.d.ts +0 -0
- /package/{cjs → esm}/rules/no-anonymous-operations.d.ts +0 -0
- /package/{cjs → esm}/rules/no-deprecated.d.ts +0 -0
- /package/{cjs → esm}/rules/no-duplicate-fields.d.ts +0 -0
- /package/{cjs → esm}/rules/no-hashtag-description.d.ts +0 -0
- /package/{cjs → esm}/rules/no-one-place-fragments.d.ts +0 -0
- /package/{cjs → esm}/rules/no-root-type.d.ts +0 -0
- /package/{cjs → esm}/rules/no-scalar-result-type-on-mutation.d.ts +0 -0
- /package/{cjs → esm}/rules/no-typename-prefix.d.ts +0 -0
- /package/{cjs → esm}/rules/no-unreachable-types.d.ts +0 -0
- /package/{cjs → esm}/rules/no-unused-fields.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-arguments.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-connection-types.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-edge-types.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-page-info.d.ts +0 -0
- /package/{cjs → esm}/rules/require-deprecation-date.d.ts +0 -0
- /package/{cjs → esm}/rules/require-deprecation-reason.d.ts +0 -0
- /package/{cjs → esm}/rules/require-description.d.ts +0 -0
- /package/{cjs → esm}/rules/require-field-of-type-query-in-mutation-result.d.ts +0 -0
- /package/{cjs → esm}/rules/require-import-fragment.d.ts +0 -0
- /package/{cjs → esm}/rules/require-nullable-fields-with-oneof.d.ts +0 -0
- /package/{cjs → esm}/rules/require-nullable-result-in-root.d.ts +0 -0
- /package/{cjs → esm}/rules/require-selections.d.ts +0 -0
- /package/{cjs → esm}/rules/require-type-pattern-with-oneof.d.ts +0 -0
- /package/{cjs → esm}/rules/selection-set-depth.d.ts +0 -0
- /package/{cjs → esm}/rules/strict-id-in-types.d.ts +0 -0
- /package/{cjs → esm}/rules/unique-enum-value-names.d.ts +0 -0
- /package/{cjs → esm}/rules/unique-fragment-name.d.ts +0 -0
- /package/{cjs → esm}/rules/unique-operation-name.d.ts +0 -0
- /package/{cjs → esm}/schema.d.ts +0 -0
- /package/esm/{siblings.d.mts → siblings.d.ts} +0 -0
- /package/{cjs → esm}/types.d.ts +0 -0
- /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.
|
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.
|
8
|
-
import '../siblings.
|
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
|
-
|
58
|
-
|
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
|
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
|
-
|
26
|
-
|
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
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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
|
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), {
|
package/{esm/rules/require-deprecation-date.d.mts → cjs/rules/require-deprecation-date.d.cts}
RENAMED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { FromSchema } from 'json-schema-to-ts';
|
2
|
-
import { GraphQLESLintRule } from '../types.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
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.
|
8
|
-
import '../siblings.
|
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.
|
3
|
-
import { GraphQLESLintRuleContext, GraphQLESLintRule } from '../types.
|
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.
|
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.
|
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.
|
8
|
-
import './siblings.
|
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.
|
7
|
-
import { SiblingOperations } from './siblings.
|
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.
|
5
|
-
import { SiblingOperations } from './siblings.
|
6
|
-
import { GraphQLESLintRuleContext } from './types.
|
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)
|
package/{cjs → esm}/cache.d.ts
RENAMED
@@ -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
|
2
|
-
import * as
|
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?:
|
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;
|