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

eslint fixes #8871

Merged
merged 1 commit into from
Jan 30, 2023
Merged

eslint fixes #8871

merged 1 commit into from
Jan 30, 2023

Conversation

dimaMachina
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jan 30, 2023

🦋 Changeset detected

Latest commit: 8a59ffc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@graphql-codegen/core Patch
@graphql-codegen/visitor-plugin-common Patch
@graphql-codegen/typescript-resolvers Patch
@graphql-codegen/client-preset Patch
@graphql-codegen/gql-tag-operations-preset Patch
@graphql-codegen/graphql-modules-preset Patch
@graphql-codegen/plugin-helpers Patch
@graphql-codegen/typescript-document-nodes Patch
@graphql-codegen/gql-tag-operations Patch
@graphql-codegen/typescript-operations Patch
@graphql-codegen/typed-document-node Patch
@graphql-codegen/typescript Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -151,7 +151,7 @@ export function buildModule(
'\n}';
}

return [...(!shouldDeclare ? imports : []), content].filter(Boolean).join('\n');
return [...(shouldDeclare ? [] : imports), content].filter(Boolean).join('\n');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@github-actions
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/core 2.6.9-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/visitor-plugin-common 2.13.9-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 2.3.14-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 1.6.3-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 2.5.14-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 2.7.14-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 2.3.14-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 2.8.9-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 1.3.1-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations-preset 1.7.5-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 2.5.13-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎
@graphql-codegen/plugin-helpers 3.1.3-alpha-20230130231142-decc5d741 npm ↗︎ unpkg ↗︎

@dimaMachina dimaMachina merged commit fc79b65 into master Jan 30, 2023
@dimaMachina dimaMachina deleted the eslint-fixes3 branch January 30, 2023 23:16
@github-actions
Copy link
Contributor

🚀 Website Preview

The latest changes to the website are available as preview in: https://32517c36.graphql-code-generator.pages.dev

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.

2 participants