Skip to content
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 build-time yarn warnings #204

Closed
filipgolem opened this issue Jun 2, 2021 · 1 comment
Closed

Fix build-time yarn warnings #204

filipgolem opened this issue Jun 2, 2021 · 1 comment

Comments

@filipgolem
Copy link
Contributor

warning js-csp > babel-runtime > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning rewire > babel-core > babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning ya-ts-client > start@5.1.0: Deprecated in favor of https://github.com/deepsweet/start
warning ya-ts-client > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning ya-ts-client > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning ya-ts-client > request > har-validator@5.1.5: this library is no longer supported
warning nyc > istanbul-lib-processinfo > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning open-cli > temp-write > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
...
warning " > @istanbuljs/nyc-config-typescript@1.0.1" has unmet peer dependency "source-map-support@*".
@filipgolem filipgolem self-assigned this Jun 2, 2021
@filipgolem filipgolem removed their assignment Apr 15, 2022
This was referenced Apr 15, 2022
@mgordel mgordel self-assigned this Apr 20, 2022
@mgordel
Copy link
Contributor

mgordel commented Apr 21, 2022

Warnings with ya-ts-client has been fixed by remove unused dependencies and released new version.

Other warnings:

@mgordel mgordel closed this as completed Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants