Skip to content

Update @favware/graphql-pokemon 5.5.9 → 7.3.4 (major) #2356

Update @favware/graphql-pokemon 5.5.9 → 7.3.4 (major)

Update @favware/graphql-pokemon 5.5.9 → 7.3.4 (major) #2356

Triggered via pull request October 16, 2023 18:25
Status Failure
Total duration 38s
Artifacts

continuous-integration.yml

on: pull_request
Compile source code
27s
Compile source code
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Compile source code: src/lib/util/Pokemon.ts#L1
Module '"@favware/graphql-pokemon"' has no exported member 'QueryGetAbilityDetailsByFuzzyArgs'.
Compile source code: src/lib/util/Pokemon.ts#L1
Module '"@favware/graphql-pokemon"' has no exported member 'QueryGetItemDetailsByFuzzyArgs'.
Compile source code: src/lib/util/Pokemon.ts#L1
Module '"@favware/graphql-pokemon"' has no exported member 'QueryGetMoveDetailsByFuzzyArgs'.
Compile source code: src/lib/util/Pokemon.ts#L1
Module '"@favware/graphql-pokemon"' has no exported member 'QueryGetPokemonDetailsByFuzzyArgs'.
Compile source code: src/lib/util/Pokemon.ts#L1
Module '"@favware/graphql-pokemon"' has no exported member 'QueryGetPokemonLearnsetByFuzzyArgs'.
Compile source code: src/lib/util/Pokemon.ts#L1
Type 'R' does not satisfy the constraint 'keyof Query'.
Compile source code: src/lib/util/Pokemon.ts#L1
Type '"getAbilityDetailsByFuzzy" | "getItemDetailsByFuzzy" | "getMoveDetailsByFuzzy" | "getPokemonDetailsByFuzzy" | "getPokemonLearnsetByFuzzy" | "getTypeMatchup"' does not satisfy the constraint 'keyof Query'.
Compile source code: src/commands/Pokémon/ability.ts#L1
Property 'bulbapediaPage' does not exist on type 'Omit<unknown, "__typename">'.
Compile source code: src/commands/Pokémon/ability.ts#L1
Property 'serebiiPage' does not exist on type 'Omit<unknown, "__typename">'.
Compile source code: src/commands/Pokémon/ability.ts#L1
Property 'smogonPage' does not exist on type 'Omit<unknown, "__typename">'.
Compile source code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1, icrawl/action-tsc@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/