CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

(node:55640) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. #96

Closed dotbloup closed 5 years ago

dotbloup commented 5 years ago

Hi, I get this error when calling the module "promise-mysql": "^3.3.1" with node 10.6.0

(node:55640) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead

CodeFoodPixels commented 5 years ago

This is an issue from mysql/mysql and they've commited a fix but have yet to do a release: https://github.com/mysqljs/mysql/issues/2003

move-zig commented 5 years ago

@lukeb-uk It looks like this was fixed in mysqljs/mysql 2.16.0. Should we update from 2.14.1?

CodeFoodPixels commented 5 years ago

I'll bump the version