You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add --force to version 7 migration when updating prerelease versions
We only use it for a few things but have a strict peerdep.
This strictness causes errors when updating the CLI from 7.x to 8.1 next projects:
```
Package "@angular-devkit/build-angular" has an incompatible peer dependency to "@angular/compiler-cli" (requires ">=8.0.0-beta.0 < 9.0.0" (extended), would install "8.1.0-next.3").
```
`build-angular` didn't have a peerdep on `@angular/compiler-cli` that supported `8.1.0-next`
This PR relaxes this requirement.
After the other commits get merged and released, we should to revert this commit.
0 commit comments