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

Remove/Fix deprecation warnings #312

Open
2 of 3 tasks
SmithPeder opened this issue Feb 17, 2019 · 0 comments
Open
2 of 3 tasks

Remove/Fix deprecation warnings #312

SmithPeder opened this issue Feb 17, 2019 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement priority:low

Comments

@SmithPeder
Copy link
Member

SmithPeder commented Feb 17, 2019

When createing users using CLI

  • (node:53354) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.

  • (node:53354) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

When running tests

  • (node:53380) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
@LudvigHz LudvigHz added dependencies Pull requests that update a dependency file enhancement priority:high labels Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement priority:low
Projects
None yet
Development

No branches or pull requests

2 participants