-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(angular): hide warnings when reading workspace due to extra properties #11143
fix(angular): hide warnings when reading workspace due to extra properties #11143
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3b1eadc
to
ff2bc2d
Compare
ff2bc2d
to
af4debb
Compare
af4debb
to
78095eb
Compare
78095eb
to
d14371d
Compare
c55a277
to
45d784f
Compare
45d784f
to
b06779c
Compare
…rties (nrwl#11143) * fix(angular): hide warnings when reading workspace due to extra properties * fix(angular): bump angular to 14.1.1
This PR was first released in 14.5.3, so it makes sense that you'd still be seeing the behavior on 14.5.3. That being said, in your case this is most likely a valid warning of a misconfiguration. Upon updating, you'd get a more clear picture of where exactly the problem is, but from the messages you have 2 projects that have This is invalid, since those properties are not meant to be at the project root. The warning is indicative of this, to help you identify accidental props. |
@AgentEnder, thanks for the info, I'll look into that. |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
See before and after:
Fixes #11138