-
Notifications
You must be signed in to change notification settings - Fork 19
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
4.1.0 breaks application that do not use apollo client #597
Comments
Thank you for creating an issue for this @wmlele ! This is not intended. ember-simple-auth-oidc/package.json Lines 83 to 90 in 3c69b18
I'll take a look at it to figure out why this is causing an error.. |
This might be a bug of embroider, I created an issue: embroider-build/embroider#1266 For now, we might have to make |
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
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
## [5.0.1](v5.0.0...v5.0.1) (2022-10-20) ### Bug Fixes * **apollo:** make apollo client a dependency ([31aca2e](31aca2e)), closes [#597](#597)
This is temporarly fixed in |
FWIW I still need to add graphql as deps to get the build to work with |
Upgrading to 4.1.0 breaks build of my applications:
Is it intended? is
ember-simple-auth-oidc
going to require apollo?The text was updated successfully, but these errors were encountered: