-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Update outdated npm dependencies #15318
Conversation
Is there no requirement to update the |
@javiercn I just run 'npm update' and 'npm audit fix' and it does the right thing. So seems there were no required changes to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine, the packages which were removed from package.json seem to still be brought into package.lock.json transitively, so we didn't really lose anything.
@ryanbrandenburg, @javiercn here what I've done.
One thing I just now thought about is that I haven't validated anything with auth enabled. So maybe there are things to be done there. Not sure that can cause a problem or not. Please suggest. |
@mkArtakMSFT The tests are not uber-complete but they test enough stuff I think. They essentially click For a simple dependency update there should be not much issue. |
@javiercn, @ryanbrandenburg I am now slowly concluding that this is more like a test issue. |
@mkArtak looks like you needed some |
Talked to @ryanbrandenburg regarding this and from his experience it may be that the test looking for the |
@mkArtakMSFT I don't think that's the case. By default tests now wait 2 minutes before the first assertion fails, and 30 seconds for the next assertion. If you don't have multiple failing tests, it's unlikely you are hitting a timeout. |
Yeah, given that |
@mkArtakMSFT lets look at this together tomorrow |
eb953c0
to
bc919d4
Compare
I've ended up reverting the React related changes to avoid the headache. We'll deal with it separately. for now making only Angular -targeted fix. |
bc919d4
to
a31f7f1
Compare
After re-validating it seems the issue is not that bad. The app still works, while producing the error. |
a31f7f1
to
2b2e773
Compare
I think I found the reason for the last couple of failures. It's a react issue being tracked svg/svgo#1174 |
…age, as it breaks the npm build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge this ASAP :)
Description
The Angular project template are currently producing an error during project start.
Customer Impact
Starting new Angular SPA projects produces a red lined error in console, while still being runnable.
Regression?
No. This is not something we have control over so our approach here is always reactive.
Risk
Low. The change has been validated manually and the apps can be run successfully.
Addresses https://github.com/aspnet/AspNetCore-ManualTests/issues/43