manelferreira / serverless-sequelize-migrations

A Serverless plugin to manage sequelize migrations
MIT License
21 stars 17 forks source link

Deprecation Warning on serverless 2.39.1 #27

Closed ricardoul closed 1 year ago

ricardoul commented 3 years ago

Hello When updating my app to use serverless 2.39.1 I got this deprecation warning Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:

medikoo commented 3 years ago

PR with a fix: https://github.com/manelferreira/serverless-sequelize-migrations/pull/34

manelferreira commented 1 year ago

I've just released a new update fixing all the stuff that was deprecated. This issue is now solved. Thank you, guys!