Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #174

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Version Packages #174

merged 2 commits into from
Apr 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 5, 2024

Note

Read the full release announcement post at: https://gql-tada.0no.co/devlog/2024-04-15

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gql.tada/cli-utils@1.0.0

Major Changes

  • Add stdout-piping support in some commands and adjust command arguments for consistency
    Submitted by @kitten (See #197)
  • Add stylised log output and threading to commands
    Submitted by @kitten (See #200)

Minor Changes

  • Add gql-tada turbo which will calculate all the types from graphql() calls so subsequent
    clones, ... won't have to calculate all the types
    Submitted by @JoviDeCroock (See #183)
  • Implement generate-persisted as a way to go through all of the codebase and generate a persisted operations manifest
    Submitted by @JoviDeCroock (See #176)
  • Support a second argument in graphql.persisted which accepts a TadaDocumentNode rather than passing a generic. This allows the document node to not be hidden, to still generate documentId via gql.tada without having to hide the document during runtime
    Submitted by @JoviDeCroock (See #188)
  • Expose internal generate commands as functions exported by @gql.tada/cli-utils (restoring prior functionality)
    Submitted by @kitten (See #207)
  • Add check as a way to run the GraphQLSP diagnostics as part of our CLI
    Submitted by @JoviDeCroock (See #170)
  • Add doctor command to diagnose common issues with the LSP and gql.tada
    Submitted by @JoviDeCroock (See #169)
  • Add the init command for the CLI
    Submitted by @JoviDeCroock (See #182)
  • Add --tsconfig option to the check command, update its log output, and add support for GitHub Actions annotations to it
    Submitted by @kitten (See #199)
  • Add annotations for GitHub actions to command outputs that report diagnostics
    Submitted by @kitten (See #200)

Patch Changes

  • Remove interactive output in non-interactive environments
    Submitted by @kitten (See #203)
  • ⚠️ Fix turbo command reusing previously cached turbo typings. Instead, we now set a flag to disable the cache temporarily inside the command
    Submitted by @kitten (See #208)
  • Add bundled licenses of internalized modules
    Submitted by @kitten (See #175)
  • ⚠️ Fix crash in generate turbo command when returnType.symbol is undefined
    Submitted by @kitten (See #205)
  • Improve log output of doctor command
    Submitted by @kitten (See #193)
  • Updated dependencies (See #184, #175, #170, #192, #185, and #200)
    • @gql.tada/internal@0.2.0

gql.tada@1.5.0

Minor Changes

  • Allow GraphQL enum types to be remapped with the scalars configuration option
    Submitted by @kitten (See #184)
  • Support a second argument in graphql.persisted which accepts a TadaDocumentNode rather than passing a generic. This allows the document node to not be hidden, to still generate documentId via gql.tada without having to hide the document during runtime
    Submitted by @JoviDeCroock (See #188)

Patch Changes

@gql.tada/internal@0.2.0

Minor Changes

  • Add check as a way to run the GraphQLSP diagnostics as part of our CLI
    Submitted by @JoviDeCroock (See #170)
  • Implement new config resolution helpers
    Submitted by @kitten (See #200)

Patch Changes

  • Allow GraphQL enum types to be remapped with the scalars configuration option
    Submitted by @kitten (See #184)
  • Add bundled licenses of internalized modules
    Submitted by @kitten (See #175)
  • Support opting out of includeDeprecated on __Directive and __Field in accordance with the October 2021 spec
    Submitted by @JoviDeCroock (See #192)
  • Replace minifyIntrospectionQuery utility with a version that sorts fields and types by name
    Submitted by @kitten (See #185)

@gql.tada/website-vitepress@0.0.9

Patch Changes

  • Updated dependencies (See #208, #184, and #188)
    • gql.tada@1.5.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 0ab40f6 to 918836e Compare April 12, 2024 10:40
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 7fc27e1 to 9b85019 Compare April 15, 2024 12:23
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from b57971f to 883578b Compare April 15, 2024 15:37
@kitten kitten merged commit aa47321 into main Apr 15, 2024
3 checks passed
@kitten kitten deleted the changeset-release/main branch April 15, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant