Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

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

chore: Bump `@gql.tada/internal` to `v1.0.0` (#317)

authored by

Phil Pluckthun and committed by
GitHub
d144d5fc b153ce16

+18 -14
+5
.changeset/weak-fans-behave.md
··· 1 + --- 2 + '@0no-co/graphqlsp': patch 3 + --- 4 + 5 + Upgrade `@gql.tada/internal` to `^1.0.0`
+1 -1
packages/graphqlsp/package.json
··· 50 50 "typescript": "^5.3.3" 51 51 }, 52 52 "dependencies": { 53 - "@gql.tada/internal": "^0.3.0", 53 + "@gql.tada/internal": "^1.0.0", 54 54 "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" 55 55 }, 56 56 "peerDependencies": {
+12 -13
pnpm-lock.yaml
··· 175 175 packages/graphqlsp: 176 176 dependencies: 177 177 '@gql.tada/internal': 178 - specifier: ^0.3.0 179 - version: 0.3.0(graphql@16.8.1)(typescript@5.3.3) 178 + specifier: ^1.0.0 179 + version: 1.0.0(graphql@16.8.1)(typescript@5.3.3) 180 180 graphql: 181 181 specifier: ^15.5.0 || ^16.0.0 || ^17.0.0 182 182 version: 16.8.1 ··· 324 324 dependencies: 325 325 graphql: 16.8.1 326 326 327 - /@0no-co/graphqlsp@1.12.1(typescript@5.3.3): 328 - resolution: {integrity: sha512-KHMs1a9qXoiwA4aUKGgcsyM38SXH6ddQFwu4Hf2p8XjUOkRKHy38pd4qYM0hgA1vpkUf8WSj5GyDAbezhApfpw==} 327 + /@0no-co/graphqlsp@1.12.2(graphql@16.8.1)(typescript@5.3.3): 328 + resolution: {integrity: sha512-bUYuwoHuvlTIZZpt2l0furjcNMpd80T5JB4YzmOdcv+wlndHpRWeFwgnGH7qgyy986oGKxgomS0oBXjxmEMtYg==} 329 329 peerDependencies: 330 + graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 330 331 typescript: ^5.3.3 331 332 dependencies: 332 333 '@gql.tada/internal': 0.3.1(graphql@16.8.1)(typescript@5.3.3) ··· 1397 1398 peerDependencies: 1398 1399 typescript: ^5.3.3 1399 1400 dependencies: 1400 - '@0no-co/graphqlsp': 1.12.1(typescript@5.3.3) 1401 + '@0no-co/graphqlsp': 1.12.2(graphql@16.8.1)(typescript@5.3.3) 1401 1402 '@gql.tada/internal': 0.3.1(graphql@16.8.1)(typescript@5.3.3) 1402 1403 '@vue/compiler-dom': 3.4.25 1403 1404 '@vue/language-core': 2.0.14(typescript@5.3.3) ··· 1409 1410 - svelte 1410 1411 dev: false 1411 1412 1412 - /@gql.tada/internal@0.3.0(graphql@16.8.1)(typescript@5.3.3): 1413 - resolution: {integrity: sha512-blWnLfkJwR4xpCO3NIpUJ99Y/AIz1tvmZGW/ygOWZwLqzUaZ2pUxGvnmDPrqHFyVVLsJUAhP+3xHSC5qRqR5bg==} 1413 + /@gql.tada/internal@0.3.1(graphql@16.8.1)(typescript@5.3.3): 1414 + resolution: {integrity: sha512-orrU83yh9OoeJdmn1LTOTAOYECOHXautiHLzlNuZFOTkmvSlX+W/y2TzHg28+SR/z3XDWoB6U+fIFPX/RA1qCg==} 1414 1415 peerDependencies: 1415 1416 graphql: ^16.8.1 1416 1417 typescript: ^5.3.3 ··· 1420 1421 typescript: 5.3.3 1421 1422 dev: false 1422 1423 1423 - /@gql.tada/internal@0.3.1(graphql@16.8.1)(typescript@5.3.3): 1424 - resolution: {integrity: sha512-orrU83yh9OoeJdmn1LTOTAOYECOHXautiHLzlNuZFOTkmvSlX+W/y2TzHg28+SR/z3XDWoB6U+fIFPX/RA1qCg==} 1424 + /@gql.tada/internal@1.0.0(graphql@16.8.1)(typescript@5.3.3): 1425 + resolution: {integrity: sha512-B55aIYyZn5ewdgMqoJciPAwF5DKYX6HBabTU+ap/dpNH3EgJrLomc8Y8w+MCxCyOx+dXL9OduT6eWnVr7J7Eyg==} 1425 1426 peerDependencies: 1426 - graphql: ^16.8.1 1427 + graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 1427 1428 typescript: ^5.3.3 1428 1429 dependencies: 1429 1430 '@0no-co/graphql.web': 1.0.6(graphql@16.8.1) ··· 6540 6541 graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 6541 6542 typescript: ^5.3.3 6542 6543 dependencies: 6543 - '@gql.tada/internal': 0.3.1(graphql@16.8.1)(typescript@5.3.3) 6544 + '@gql.tada/internal': 1.0.0(graphql@16.8.1)(typescript@5.3.3) 6544 6545 graphql: 16.8.1 6545 6546 node-fetch: 2.6.7 6546 6547 typescript: 5.3.3 6547 - transitivePeerDependencies: 6548 - - encoding 6549 6548 dev: true