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(apollo): make apollo client a dependency #685

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

anehx
Copy link
Member

@anehx anehx commented Oct 20, 2022

This is necessary since embroider doesn't handle optional dependencies properly as reported here: embroider-build/embroider#1266

This commit makes @apollo/client temporarly a non optional dependency to fix the current issue we have in apps without that dependency. However, we need to revert this as soon as the issue above is resolved since we don't want to enforce this dependency.

Related to #597

This is necessary since embroider doesn't handle optional dependencies
properly as reported here: embroider-build/embroider#1266

This commit makes `@apollo/client` temporarly a non optional dependency
to fix the current issue we have in apps without that dependency.
However, we need to revert this as soon as the issue above is resolved
since we don't want to enforce this dependency.

Related to adfinis#597
@anehx anehx requested review from velrest and luytena October 20, 2022 10:55
@anehx anehx merged commit 31aca2e into adfinis:main Oct 20, 2022
@anehx anehx deleted the fix-apollo-middleware branch October 20, 2022 11:24
@anehx
Copy link
Member Author

anehx commented Oct 20, 2022

🎉 This PR is included in version 5.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants