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

Update Dependencies #5

Closed
Tonne-TM opened this issue Nov 28, 2020 · 1 comment
Closed

Update Dependencies #5

Tonne-TM opened this issue Nov 28, 2020 · 1 comment

Comments

@Tonne-TM
Copy link

Please update deprecated dependencies. The warnings can be quite overwhelming for beginners:

warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-http-cio-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-http-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-utils-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-io-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-client-core-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-client-js-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-client-serialization-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > ktor-ktor-client-json-jsLegacy > text-encoding@0.7.0: no longer maintained
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist-test > mocha > mkdirp@0.5.3: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > webpack-dev-server > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning "workspace-aggregator-3867ee1c-aec1-4ab6-80e2-eeb4fbf0555e > shoppinglist > kotlin-wrappers-kotlin-react-dom-jsLegacy > react-dom@16.14.0" has incorrect peer dependency "react@^16.14.0".
@SebastianAigner
Copy link
Member

Thank you for creating this issue, @Tonne-TM ! Unfortunately, we can't do much about these warnings in the context of this example project – these are transitive dependencies, meaning that the respective projects (ktor-*, webpack-dev-server, kotlin-wrappers) need to address them. Feel free to file issues in their respective projects. Once they have resolved this issue, we'll be able & happy to upgrade our dependencies accordingly :)

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

2 participants