Upgrade to Angular 13 planned? #211
-
Hello, We are using shallow-render with jest as our tool for unit test in our Angular projects. We are about to switch to Angular 13 now, but discovered, that shallow-rende has a peer-dependency to @angular/common@"12.x". Which gives us the following error when we run "npm install" in our workspace with Angular 13 and shallow-render 12.0.1:
Are there any plans to migrate the peer dependencies in the near future? Kindes Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For sure. This usually only takes a half hour or so I just haven't been keeping track of Angular releases. I'll get this done over the weekend unless you have time to try and submit the pr. It's usually just a matter of bumping the Angular dependencies in the package.json and running the build:all step to see that it passes. |
Beta Was this translation helpful? Give feedback.
For sure. This usually only takes a half hour or so I just haven't been keeping track of Angular releases. I'll get this done over the weekend unless you have time to try and submit the pr. It's usually just a matter of bumping the Angular dependencies in the package.json and running the build:all step to see that it passes.