Skip to content

Node JS Upgrade: XUnit-Viewer Warnings #85

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

Closed
andrewstec opened this issue Nov 4, 2019 · 4 comments
Closed

Node JS Upgrade: XUnit-Viewer Warnings #85

andrewstec opened this issue Nov 4, 2019 · 4 comments

Comments

@andrewstec
Copy link

Issue:

A lot of warnings are produced for XUnit-Viewer because it has unmet peer dependencies related to Babel. This may be related to workspaces in yarn, as I have vaguely read on what causes this issue. This issue needs more investigation, but it is optional that we resolve it, as this warning does not have an effect on our XUnit-Viewer results, which are produced during CI testing.

image

@andrewstec
Copy link
Author

Eliminated most warnings:

image

@andrewstec
Copy link
Author

Resource with good info regarding this error:

vuejs/vue-cli#1190

@andrewstec
Copy link
Author

andrewstec commented Nov 6, 2019

Warnings eliminated

Except:

warning workspace-aggregator-fa688dd4-54e5-4b12-aa8c-f979e6d2fbef > portal-backend > supertest > [email protected]: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.

The above warning was around beforehand and still relevant. I would like to keep the warning, as it makes a difference when we are performing integration tests (ie. need a user-agent when communicating with mock API classlist).

@andrewstec
Copy link
Author

Done. Merged in ubccpsc#301.

winstan pushed a commit that referenced this issue Feb 21, 2024
Update CI for new tokens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant