kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 309 forks source link

Issues with v4.1.1 #1855

Closed elliotleelewis closed 1 year ago

elliotleelewis commented 1 year ago

Discussed in https://github.com/kamilkisiela/apollo-angular/discussions/1852

Originally posted by **KillerCodeMonkey** November 21, 2022 heyho, instead of creating a bug, i just first wanna ask, if this build/release was wrongly published? seems like you released the whole project and not only the build- folder. Am i right?
elliotleelewis commented 1 year ago

v4.1.1 is also causing issues with unit tests. See here for an example:

https://github.com/elliotleelewis/home-system/pull/411

image

elliotleelewis commented 1 year ago

Looks like some folks have been able to make a change to their Jest config to fix this (see https://github.com/kamilkisiela/apollo-angular/discussions/1854), but I don't think that this should be required during a patch version update. Is it possible to wait until the next major version to include this change?

PowerKiKi commented 1 year ago

I am assuming this should be solved by 4.2.0. Re-open if that's not the case.

elliotleelewis commented 1 year ago

Can confirm, looks like it has been resolved. Thank you!