betamore / fswd-winter-2017-lab-6

Full Stack Web Development - Lab 6: Testing and Pull Requesting
1 stars 2 forks source link

Update sequelize-cli to the latest version 🚀 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of sequelize-cli just got published.

Dependency sequelize-cli
Current Version 2.8.0
Type dependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of sequelize-cli. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

v3.0.0 - 23rd, Sep 2017

Fixed

  • db:create/drop should properly quote database name #545

Added

  • --debug support, print full stack for errors, when available #552

Changed

  • All errors are now properly formatted and outputted to console.error #552

Internal

  • Refactor to use centralized log/error/warn methods #552
Commits

The new version differs by 28 commits.

  • f409094 3.0.0
  • df04135 changelog: v3
  • 5633648 refactor: use single log/warn/error methods, make output pretty (#552)
  • e5a9b15 fix(db:create/drop): properly quote database name, fixed #545
  • 20d17ee chore(package): update js-beautify to version 1.7.1 (#547)
  • 0846642 docs(migrations): point to docs site
  • 6d583d2 fix: use directive for __filename, fixes #527
  • 98613d2 Minor grammar fix (#541)
  • 7c169b0 docs: how to use with SSL
  • db51c18 docs: how to use with SSL
  • 51bd094 3.0.0-3
  • d87a71c changelog: v3.0.0-3 update
  • c035f54 added: db:create / db:drop tasks (#540)
  • 88ab111 fix: error when creating nested config (#539)
  • bc980ed 3.0.0-2

There are 28 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

Fixed

  • Pass full config to sequelize constructor #584

Added

  • db:migrate support for from / to arguments #581

Changed

  • Safer configuration using environment variables for production #579

  • Updated dependencies

Commits

The new version differs by 7 commits.

  • 0de3563 3.1.0
  • e936a99 v3.1.0 changelog + dependencies
  • 4a7e6c4 added: db:migrate support for from / to arguments (#581)
  • a179ba6 fix: pass config to sequelize constructor (fixes #584) (#585)
  • 006c4ec change: better defaults for production environment (#579)
  • b6fd978 build(tests/support/index): dont use sequelize private api
  • 56a9cd5 build(tests/support): dont depend upon sequelize private api

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • b64c372 3.2.0
  • e342afa changelog: v3.2.0
  • 0228dfe revert: env variable based defaults in json config (#594)
  • 6c6fc82 fix(init): better messages when files/folders already exists (#592)
  • 0fe8643 feat: specify array type with model:create (#589)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • ec5bffc 4.0.0
  • 307f4d1 changelog: v4
  • 9e91282 clean(v4): remove warning, lean travis
  • 71770de fix: support for v4, remove classMethods (#620)
  • ae8c60d fix(package): update fs-extra to version 5.0.0 (#596)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • df0254e docs: changelog v4.1
  • cb8d4f6 4.1.0
  • 1be019f fix(model:generate) attribute datatype validation (#682)
  • 7eb9ef4 fix: add force flag to model:create (#680)
  • 67b1fa3 docs: options-path (#672)
  • 7160d00 use const in index.js (#661)
  • 1c8983c change: use const for model definition (#643)
  • 42296c2 remove(docs): section about Sequelize support

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • e19de05 5.1.0
  • 41aeff6 changelog for v5.1.0
  • 2a17c78 feat(postgres): migrationStorageTableSchema (#265) (#635)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 1057191 5.2.0
  • 15dbf8e changelog for v5.2.0
  • aedca52 feat(db:create): support options on db:create with sequelize@4 (#700)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • fc9bf90 5.3.0
  • d65df7d docs: changelog for v5.3.0
  • ff4e5c3 fix(db:create): syntax errors on mssql create statement (#711)
  • 1a0f15a style: grammar mistake in seeder skeleton (#705)
  • ee4e9db feat(mode:generate) add enum support (#704)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 139f854 5.4.0
  • a3acaef docs: changelog for v5.4.0
  • 002b564 chores: update dependencies
  • 55a8673 fix: show commands with --help (#719)
  • 9119c79 chore(package): update through2 to version 3.0.0 (#714)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • c46f744 5.5.0
  • 3d1c41e docs: changelog for next release
  • a04ff93 chores: remove extra build from ci
  • cd57b40 fix: special characters in password are not escaped (#722)
  • 0828c1f chore(package): update mocha to version 6.0.0 (#745)
  • c15c81f change: default config for operator aliases (#743)
  • 8dc5a20 fix(package): update yargs to version 13.1.0 (#744)
  • 77a9a76 chore(package): update gulp to version 4.0.0 (#726)
  • c19149f docs: enum type (#728)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀