Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

chore(deps-dev): bump @graphql-codegen/client-preset from 1.2.3 to 1.3.0 #95

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps @graphql-codegen/client-preset from 1.2.3 to 1.3.0.

Release notes

Sourced from @​graphql-codegen/client-preset's releases.

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Release 2022-08-04T13:05:23.977Z

No release notes provided.

Release 2022-08-04T13:02:57.827Z

No release notes provided.

Changelog

Sourced from @​graphql-codegen/client-preset's changelog.

1.3.0

Minor Changes

  • #8757 4f290aa72 Thanks @​n1ru4l! - Add support for persisted documents.

    You can now generate and embed a persisted documents hash for the executable documents.

    /** codegen.ts */
    import { CodegenConfig } from '@graphql-codegen/cli';
    const config: CodegenConfig = {
    schema: 'https://swapi-graphql.netlify.app/.netlify/functions/index',
    documents: ['src/**/*.tsx'],
    ignoreNoDocuments: true, // for better experience with the watcher
    generates: {
    './src/gql/': {
    preset: 'client',
    plugins: [],
    presetConfig: {
    persistedDocuments: true,
    },
    },
    },
    };
    export default config;

    This will generate ./src/gql/persisted-documents.json (dictionary of hashes with their operation string).

    In addition to that each generated document node will have a __meta__.hash property.

    import { gql } from './gql.js';
    const allFilmsWithVariablesQueryDocument = graphql(/* GraphQL */ query allFilmsWithVariablesQuery($first: Int!) { allFilms(first: $first) { edges { node { ...FilmItem } } } });
    console.log((allFilmsWithVariablesQueryDocument as any)['meta']['hash']);

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/client-preset-1.3.0 branch from 26e54ea to bbd5a26 Compare February 1, 2023 09:03
@krtk6160 krtk6160 merged commit c14de3d into main Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-codegen/client-preset-1.3.0 branch February 1, 2023 15:10
galoybot pushed a commit that referenced this pull request Feb 17, 2023
* fix: annualize funding yield
* chore: add supplemental annualized funding yield
* chore: use annualized funding yield in exporter
Co-authored-by: Sebastien Verreault <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant