Open greenkeeper[bot] opened 7 years ago
Update to this version instead 🚀
db:migrate
support for from / to arguments #581Safer configuration using environment variables for production #579
Updated dependencies
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
Update to this version instead 🚀
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
Update to this version instead 🚀
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
dependency
sequelize-cli was updated from 2.8.0
to 5.0.0
.Update to this version instead 🚀
The new version differs by 9 commits.
31cd1ea
5.0.0
dadf039
build: set target v6
dcd39f8
changelog for v5.0.0
18b7af8
4.2.0
e8a8fce
changelog for v4.2.0
e848c30
build: update dependencies
301cea3
ci: docker setup (#696)
4b5a0f7
fix(init): relative config path for windows (#648)
08c48bc
fix(mode:generate): use force arg correctly (#691)
See the full diff
dependency
sequelize-cli was updated from 2.8.0
to 5.0.1
.dependency
sequelize-cli was updated from 2.8.0
to 5.1.0
.dependency
sequelize-cli was updated from 2.8.0
to 5.2.0
.dependency
sequelize-cli was updated from 2.8.0
to 5.3.0
.dependency
sequelize-cli was updated from 2.8.0
to 5.4.0
.dependency
sequelize-cli was updated from 2.8.0
to 5.5.0
.Update to this version instead 🚀
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
dependency
sequelize-cli was updated from 2.8.0
to 5.5.1
.
Version 3.0.0 of sequelize-cli just got published.
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.0v3.0.0 - 23rd, Sep 2017
Fixed
db:create/drop
should properly quote database name #545Added
--debug
support, print full stack for errors, when available #552Changed
console.error
#552Internal
log/error/warn
methods #552Commits
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: