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

fix(vue-apollo): regression, respect omitOperationSuffix even with dedupeOperationSuffix enabled #5015

Conversation

TheJoeSchr
Copy link
Contributor

@TheJoeSchr TheJoeSchr commented Nov 2, 2020

related #5014
omitOperationSuffix was not respected because of dedupeOperationSuffix
@packages/plugins/typescript/vue-apollo/src/visitor.ts:133

@changeset-bot
Copy link

changeset-bot bot commented Nov 2, 2020

⚠️ No Changeset found

Latest commit: 533c777

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

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

@TheJoeSchr
Copy link
Contributor Author

Could / Should I do the changeset stuff to get this merged asap?

@dotansimha
Copy link
Owner

This is awesome, thank you @JoeSchr !
Can you please add the changeset? Just run yarn changeset and it will guide you. Please bump patch for this one.

@TheJoeSchr
Copy link
Contributor Author

@dotansimha your project is awesome!

changeset is updated

@dotansimha dotansimha merged commit b83668d into dotansimha:master Nov 4, 2020
dotansimha added a commit that referenced this pull request Nov 4, 2020
* Bump eslint-config-standard from 14.1.1 to 16.0.1

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.1.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](standard/eslint-config-standard@v14.1.1...v16.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Improve typescript vue apollo plugin (#5007)

* feat: support type imports

Closes #5006

* fix: do not use undefined for variables generic and parameter

Not using undefined for variables generic fixes the following issue:
Type 'undefined' does not satisfy the constraint 'Record<string, any>'

Not using undefined for variables parameter fixes the following issue:
Argument of type 'undefined' is not assignable to parameter of type 'VariablesParameter<Exact<{ [key: string]: never; }>>'

* feat: improve jsdoc formatting

* Remove newlines before and after the first argument in the example code.
* Add @param variables where applicable.

* chore: add changeset

* chore: update dev-test examples

* fix(cli): resolve modules provided through the -r flags relative to the cwd (#4983)

* fix(cli): require -r flags relative to the cwd

* chore: disable eslint for import

* fix(cli): resolve from folders correctly (#5032)

* fix(cli): resolve from folders correctly

* chore: changesets

* modify apollo angular visitor to allow external operation definitions related to #4719 (#4765)

* modify apollo angular visitor to allow external opration definitions

* handle document

* fix document

* resolve unit test failures

* add unit test

* reset version

* add changeset

* add a warning for importOperationTypesFrom, update apollo-angular documentation

* more warnings and tests to help get configuration correct

* more eslint ignores

* update documentation for external documentMode

* more readme updates

* more readme updates

* fix(vue-apollo): regression, respect omitOperationSuffix even with dedupeOperationSuffix enabled (#5015)

* fix(vue-apollo): regression, respect omitOperationSuffix even with dedupeOperationSuffix enabled

* updated changeset

* fix changeset

Co-authored-by: Dotan Simha <dotansimha@gmail.com>

* Bump graphql from 15.3.0 to 15.4.0 (#5008)

* Bump graphql from 15.3.0 to 15.4.0

Bumps [graphql](https://github.com/graphql/graphql-js) from 15.3.0 to 15.4.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v15.3.0...v15.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

* update all snapshot
fix for patches

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>

* Bump eslint-config-standard from 14.1.1 to 16.0.1

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.1.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](standard/eslint-config-standard@v14.1.1...v16.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* fixes for lint issues

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Sthamer <sthamer.pascal@gmail.com>
Co-authored-by: Kristoffer K <merceyz@users.noreply.github.com>
Co-authored-by: Jeffrey Barrus <1044815+jbarrus@users.noreply.github.com>
Co-authored-by: JoeSchr <JoeSchr@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
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