Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade to gql 16.6.0 (#13)

* upgrade to gql 16

* linting

authored by

Jovi De Croock and committed by
GitHub
ebe96ae4 bc8b4483

+45 -21
+3 -3
package.json
··· 1 1 { 2 2 "name": "graphql-web-lite", 3 3 "description": "graphql npm package slimmed down for client-side libraries", 4 - "version": "16.1.1000", 4 + "version": "16.6.0-1", 5 5 "license": "MIT", 6 6 "private": true, 7 7 "scripts": { ··· 32 32 } 33 33 }, 34 34 "overrides": { 35 - "graphql": "~16.1.0" 35 + "graphql": "~16.6.0" 36 36 } 37 37 }, 38 38 "devDependencies": { ··· 51 51 "eslint-config-prettier": "^8.7.0", 52 52 "eslint-plugin-prettier": "^4.2.1", 53 53 "eslint-plugin-tsdoc": "^0.2.17", 54 - "graphql": "~16.1.0", 54 + "graphql": "~16.6.0", 55 55 "husky-v4": "^4.3.8", 56 56 "lint-staged": "^11.1.2", 57 57 "npm-run-all": "^4.1.5",
+17 -17
pnpm-lock.yaml
··· 1 1 lockfileVersion: 5.4 2 2 3 3 overrides: 4 - graphql: ~16.1.0 4 + graphql: ~16.6.0 5 5 6 6 importers: 7 7 ··· 22 22 eslint-config-prettier: ^8.7.0 23 23 eslint-plugin-prettier: ^4.2.1 24 24 eslint-plugin-tsdoc: ^0.2.17 25 - graphql: ~16.1.0 25 + graphql: ~16.6.0 26 26 husky-v4: ^4.3.8 27 27 lint-staged: ^11.1.2 28 28 npm-run-all: ^4.1.5 ··· 48 48 eslint-config-prettier: 8.8.0_eslint@8.36.0 49 49 eslint-plugin-prettier: 4.2.1_i2qmqyy4fgpgq2h7f6vnil3crq 50 50 eslint-plugin-tsdoc: 0.2.17 51 - graphql: 16.1.0 51 + graphql: 16.6.0 52 52 husky-v4: 4.3.8 53 53 lint-staged: 11.1.2 54 54 npm-run-all: 4.1.5 ··· 63 63 specifiers: 64 64 '@preact/preset-vite': ^2.1.0 65 65 '@urql/preact': ^2.0.2 66 - graphql: ~16.1.0 66 + graphql: ~16.6.0 67 67 preact: ^10.5.14 68 68 vite: ^2.2.4 69 69 dependencies: 70 - '@urql/preact': 2.0.4_enqwyn2mp7ov4bsff3p6neltqi 71 - graphql: 16.1.0 70 + '@urql/preact': 2.0.4_4b6zx5pjiumwpx2pl4jfr2njpq 71 + graphql: 16.6.0 72 72 preact: 10.13.1 73 73 devDependencies: 74 74 '@preact/preset-vite': 2.5.0_preact@10.13.1+vite@2.9.15 ··· 785 785 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 786 786 dev: true 787 787 788 - /@graphql-typed-document-node/core/3.2.0_graphql@16.1.0: 788 + /@graphql-typed-document-node/core/3.2.0_graphql@16.6.0: 789 789 resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} 790 790 peerDependencies: 791 791 graphql: '*' 792 792 dependencies: 793 - graphql: 16.1.0 793 + graphql: 16.6.0 794 794 dev: false 795 795 796 796 /@humanwhocodes/config-array/0.11.8: ··· 1219 1219 eslint-visitor-keys: 3.3.0 1220 1220 dev: true 1221 1221 1222 - /@urql/core/2.6.1_graphql@16.1.0: 1222 + /@urql/core/2.6.1_graphql@16.6.0: 1223 1223 resolution: {integrity: sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg==} 1224 1224 peerDependencies: 1225 1225 graphql: '*' 1226 1226 dependencies: 1227 - '@graphql-typed-document-node/core': 3.2.0_graphql@16.1.0 1228 - graphql: 16.1.0 1227 + '@graphql-typed-document-node/core': 3.2.0_graphql@16.6.0 1228 + graphql: 16.6.0 1229 1229 wonka: 4.0.15 1230 1230 dev: false 1231 1231 1232 - /@urql/preact/2.0.4_enqwyn2mp7ov4bsff3p6neltqi: 1232 + /@urql/preact/2.0.4_4b6zx5pjiumwpx2pl4jfr2njpq: 1233 1233 resolution: {integrity: sha512-xH6dT3H4grF4Z0rR7fzirCSn1kZMUwwb3KJrT60aBgTHuky4GQRrQzteVm4No7+PDefeTGH3TCrgEKyQjUNUug==} 1234 1234 peerDependencies: 1235 1235 graphql: '*' 1236 1236 preact: '>= 10.0.0' 1237 1237 dependencies: 1238 - '@urql/core': 2.6.1_graphql@16.1.0 1239 - graphql: 16.1.0 1238 + '@urql/core': 2.6.1_graphql@16.6.0 1239 + graphql: 16.6.0 1240 1240 preact: 10.13.1 1241 1241 wonka: 4.0.15 1242 1242 dev: false ··· 2390 2390 resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} 2391 2391 dev: true 2392 2392 2393 - /graphql/16.1.0: 2394 - resolution: {integrity: sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==} 2395 - engines: {node: ^12.22.0 || ^14.16.0 || >=16.0.0} 2393 + /graphql/16.6.0: 2394 + resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} 2395 + engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} 2396 2396 2397 2397 /has-bigints/1.0.1: 2398 2398 resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==}
+25 -1
scripts/rollup/importMap.json
··· 31 31 "local": "FragmentsOnCompositeTypesRule", 32 32 "from": "graphql/validation/rules/FragmentsOnCompositeTypesRule" 33 33 }, 34 + "GRAPHQL_MAX_INT": { 35 + "local": "GRAPHQL_MAX_INT", 36 + "from": "graphql/type/scalars" 37 + }, 38 + "GRAPHQL_MIN_INT": { 39 + "local": "GRAPHQL_MIN_INT", 40 + "from": "graphql/type/scalars" 41 + }, 34 42 "GraphQLBoolean": { 35 43 "local": "GraphQLBoolean", 36 44 "from": "graphql/type/scalars" ··· 381 389 }, 382 390 "createSourceEventStream": { 383 391 "local": "createSourceEventStream", 384 - "from": "graphql/subscription/subscribe" 392 + "from": "graphql/execution/subscribe" 385 393 }, 386 394 "defaultFieldResolver": { 387 395 "local": "defaultFieldResolver", ··· 423 431 "local": "getDirectiveValues", 424 432 "from": "graphql/execution/values" 425 433 }, 434 + "getArgumentValues": { 435 + "local": "getArgumentValues", 436 + "from": "graphql/execution/values" 437 + }, 438 + "getVariableValues": { 439 + "local": "getVariableValues", 440 + "from": "graphql/execution/values" 441 + }, 426 442 "getIntrospectionQuery": { 427 443 "local": "getIntrospectionQuery", 428 444 "from": "graphql/utilities/getIntrospectionQuery" ··· 437 453 }, 438 454 "getNullableType": { 439 455 "local": "getNullableType", 456 + "from": "graphql/type/definition" 457 + }, 458 + "resolveObjMapThunk": { 459 + "local": "resolveObjMapThunk", 460 + "from": "graphql/type/definition" 461 + }, 462 + "resolveReadonlyArrayThunk": { 463 + "local": "resolveReadonlyArrayThunk", 440 464 "from": "graphql/type/definition" 441 465 }, 442 466 "getOperationAST": {