serverless-sequelize-migrations
serverless-sequelize-migrations copied to clipboard
A Serverless plugin to manage sequelize migrations
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.29 to 0.5.37. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated...
Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
My serverless.yml contains DB parameters like so environment: DB_NAME: ${self:custom.database.name} DB_USERNAME: ${self:custom.database.username} DB_PASSWORD: ${self:custom.database.password} DB_HOST: ${self:custom.database.host} DB_PORT: ${self:custom.database.port} Will these parameters get resolved if I run 'sls migrations up' ....
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
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",...
Follows: https://www.serverless.com/framework/docs/providers/aws/guide/plugins#defining-options Schema is scheduled to be required from v3 release of a Framework. Fixes https://github.com/manelferreira/serverless-sequelize-migrations/issues/27
This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
It's not always obvious why a migration fails to apply. This change includes details from the error when available. It is safe to run even if the error does not...