Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

An in-range update of sequelize is breaking the build 🚨 #31

Open
greenkeeper bot opened this issue May 12, 2019 · 53 comments
Open

An in-range update of sequelize is breaking the build 🚨 #31

greenkeeper bot opened this issue May 12, 2019 · 53 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented May 12, 2019

The dependency sequelize was updated from 5.8.5 to 5.8.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sequelize is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for v5.8.6

5.8.6 (2019-05-12)

Bug Fixes

Commits

The new version differs by 7 commits.

  • b3d2849 fix(types): add poolable to count options (#10938)
  • e7c8628 docs(migrations): use npx sequelize-cli when migrating (#10935)
  • eef1e88 docs: add index operator option (#10918)
  • 5fbc3a7 docs(scopes): fix sql example for merging deleted projects and projects with active users (#10912)
  • 3003ed1 docs: lingual improvements to "Getting Started" (#10906)
  • 9498378 docs(data-types): separate nav menu (#10898)
  • 6091ca9 docs: separate usage.md and remove duplicates (#10899)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 12, 2019

After pinning to 5.8.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2019

  • The dependency sequelize was updated from 5.8.6 to 5.8.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.8.7

5.8.7 (2019-05-29)

Bug Fixes

Commits

The new version differs by 7 commits.

  • c15d9a5 docs: correct typo in heading (#10965)
  • c8586d0 docs(raw-queries): fix broken link (#10970)
  • 6c76c24 docs(findbypk): fix document and type definition (#11005)
  • 30c5ca5 fix(types): add missing alter option (#10939)
  • 2f7b32b fix(types): add missing types to SyncOptions (#10948)
  • 41985c5 fix: correct grammar (#10981)
  • 0569f42 fix(types): add beforeSave and afterSave typings (#10987)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 10, 2019

  • The dependency sequelize was updated from 5.8.7 to 5.8.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.8.8

5.8.8 (2019-06-10)

Bug Fixes

Commits

The new version differs by 9 commits.

  • c8be0be docs: fix Typescript example import and table name (#11020)
  • 68fcd99 fix(types): update IndexHint.value to IndexHint.values (#11008) (#11015)
  • c15d9a5 docs: correct typo in heading (#10965)
  • c8586d0 docs(raw-queries): fix broken link (#10970)
  • 6c76c24 docs(findbypk): fix document and type definition (#11005)
  • 30c5ca5 fix(types): add missing alter option (#10939)
  • 2f7b32b fix(types): add missing types to SyncOptions (#10948)
  • 41985c5 fix: correct grammar (#10981)
  • 0569f42 fix(types): add beforeSave and afterSave typings (#10987)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 11, 2019

  • The dependency sequelize was updated from 5.8.8 to 5.8.9.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.8.9

5.8.9 (2019-06-11)

Bug Fixes

Commits

The new version differs by 12 commits.

  • dcf079b fix: update sequelize-pool (#11055)
  • 3a494ee docs: update v5 chinese docs (#11011)
  • 1d7f209 fix(types): add null to afterFind hook (#11051)
  • c8be0be docs: fix Typescript example import and table name (#11020)
  • 68fcd99 fix(types): update IndexHint.value to IndexHint.values (#11008) (#11015)
  • c15d9a5 docs: correct typo in heading (#10965)
  • c8586d0 docs(raw-queries): fix broken link (#10970)
  • 6c76c24 docs(findbypk): fix document and type definition (#11005)
  • 30c5ca5 fix(types): add missing alter option (#10939)
  • 2f7b32b fix(types): add missing types to SyncOptions (#10948)
  • 41985c5 fix: correct grammar (#10981)
  • 0569f42 fix(types): add beforeSave and afterSave typings (#10987)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2019

  • The dependency sequelize was updated from 5.8.10 to 5.8.11.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.8.11

5.8.11 (2019-06-21)

Bug Fixes

Commits

The new version differs by 16 commits.

  • a72a3f5 fix(mariadb): properly escape json path key (#11089)
  • 3dca9fa docs(model-definition): using for creating indexes (#11086)
  • 2bdcc5d docs(upsert): return value when using MySQL / MariaDB (#11093)
  • cd8ee56 fix(types): add missing findCreateFind type (#11068)
  • dcf079b fix: update sequelize-pool (#11055)
  • 3a494ee docs: update v5 chinese docs (#11011)
  • 1d7f209 fix(types): add null to afterFind hook (#11051)
  • c8be0be docs: fix Typescript example import and table name (#11020)
  • 68fcd99 fix(types): update IndexHint.value to IndexHint.values (#11008) (#11015)
  • c15d9a5 docs: correct typo in heading (#10965)
  • c8586d0 docs(raw-queries): fix broken link (#10970)
  • 6c76c24 docs(findbypk): fix document and type definition (#11005)
  • 30c5ca5 fix(types): add missing alter option (#10939)
  • 2f7b32b fix(types): add missing types to SyncOptions (#10948)
  • 41985c5 fix: correct grammar (#10981)

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2019

  • The dependency sequelize was updated from 5.8.11 to 5.8.12.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.8.12

5.8.12 (2019-06-22)

Bug Fixes

Commits

The new version differs by 19 commits.

  • c6a0d8d fix(sequelize.close): update sequelize-pool (#11101)
  • 73f1b5d build: update dependencies (#11099)
  • 920a5c8 docs(migrations): foreign key example (#11097)
  • a72a3f5 fix(mariadb): properly escape json path key (#11089)
  • 3dca9fa docs(model-definition): using for creating indexes (#11086)
  • 2bdcc5d docs(upsert): return value when using MySQL / MariaDB (#11093)
  • cd8ee56 fix(types): add missing findCreateFind type (#11068)
  • dcf079b fix: update sequelize-pool (#11055)
  • 3a494ee docs: update v5 chinese docs (#11011)
  • 1d7f209 fix(types): add null to afterFind hook (#11051)
  • c8be0be docs: fix Typescript example import and table name (#11020)
  • 68fcd99 fix(types): update IndexHint.value to IndexHint.values (#11008) (#11015)
  • c15d9a5 docs: correct typo in heading (#10965)
  • c8586d0 docs(raw-queries): fix broken link (#10970)
  • 6c76c24 docs(findbypk): fix document and type definition (#11005)

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2019

  • The dependency sequelize was updated from 5.8.12 to 5.9.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.9.0

5.9.0 (2019-06-28)

Features

  • hooks: beforeDisconnect / afterDisconnect (#11117) (7a6cc32)
  • performance: remove last usage of lodash template string in INSERT query generation (#11122) (d7c3c7df)
Commits

The new version differs by 26 commits.

  • 7a6cc32 feat(hooks): beforeDisconnect / afterDisconnect (#11117)
  • 92cb903 refactor: remove unused _templateSettings
  • d7c3c7d refactor(query-generation): remove lodash string templates (#11122)
  • 89802e0 docs: improve datatype docs
  • fa57155 docs: explain defaults/where behavior for find/create (#11069)
  • 2ae6088 build: remove test*.js from .gitignore (#11108)
  • 7e2012a docs(data-types): extending types
  • c6a0d8d fix(sequelize.close): update sequelize-pool (#11101)
  • 73f1b5d build: update dependencies (#11099)
  • 920a5c8 docs(migrations): foreign key example (#11097)
  • a72a3f5 fix(mariadb): properly escape json path key (#11089)
  • 3dca9fa docs(model-definition): using for creating indexes (#11086)
  • 2bdcc5d docs(upsert): return value when using MySQL / MariaDB (#11093)
  • cd8ee56 fix(types): add missing findCreateFind type (#11068)
  • dcf079b fix: update sequelize-pool (#11055)

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The dependency sequelize was updated from 5.9.0 to 5.9.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.9.1

5.9.1 (2019-07-02)

Bug Fixes

Commits

The new version differs by 27 commits.

  • 3a914f0 fix: update sequelize-pool (#11134)
  • 7a6cc32 feat(hooks): beforeDisconnect / afterDisconnect (#11117)
  • 92cb903 refactor: remove unused _templateSettings
  • d7c3c7d refactor(query-generation): remove lodash string templates (#11122)
  • 89802e0 docs: improve datatype docs
  • fa57155 docs: explain defaults/where behavior for find/create (#11069)
  • 2ae6088 build: remove test*.js from .gitignore (#11108)
  • 7e2012a docs(data-types): extending types
  • c6a0d8d fix(sequelize.close): update sequelize-pool (#11101)
  • 73f1b5d build: update dependencies (#11099)
  • 920a5c8 docs(migrations): foreign key example (#11097)
  • a72a3f5 fix(mariadb): properly escape json path key (#11089)
  • 3dca9fa docs(model-definition): using for creating indexes (#11086)
  • 2bdcc5d docs(upsert): return value when using MySQL / MariaDB (#11093)
  • cd8ee56 fix(types): add missing findCreateFind type (#11068)

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The dependency sequelize was updated from 5.9.1 to 5.9.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.9.2

5.9.2 (2019-07-02)

Bug Fixes

Commits

The new version differs by 28 commits.

  • 7ac8f02 fix(types): silent option for update (#11115)
  • 3a914f0 fix: update sequelize-pool (#11134)
  • 7a6cc32 feat(hooks): beforeDisconnect / afterDisconnect (#11117)
  • 92cb903 refactor: remove unused _templateSettings
  • d7c3c7d refactor(query-generation): remove lodash string templates (#11122)
  • 89802e0 docs: improve datatype docs
  • fa57155 docs: explain defaults/where behavior for find/create (#11069)
  • 2ae6088 build: remove test*.js from .gitignore (#11108)
  • 7e2012a docs(data-types): extending types
  • c6a0d8d fix(sequelize.close): update sequelize-pool (#11101)
  • 73f1b5d build: update dependencies (#11099)
  • 920a5c8 docs(migrations): foreign key example (#11097)
  • a72a3f5 fix(mariadb): properly escape json path key (#11089)
  • 3dca9fa docs(model-definition): using for creating indexes (#11086)
  • 2bdcc5d docs(upsert): return value when using MySQL / MariaDB (#11093)

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2019

  • The dependency sequelize was updated from 5.9.2 to 5.9.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.9.3

5.9.3 (2019-07-05)

Bug Fixes

Commits

The new version differs by 30 commits.

  • ff3c225 fix(types): add string to Includeable (#11003)
  • 695c87b docs(models-definition): correct spelling mistakes (#11147)
  • 7ac8f02 fix(types): silent option for update (#11115)
  • 3a914f0 fix: update sequelize-pool (#11134)
  • 7a6cc32 feat(hooks): beforeDisconnect / afterDisconnect (#11117)
  • 92cb903 refactor: remove unused _templateSettings
  • d7c3c7d refactor(query-generation): remove lodash string templates (#11122)
  • 89802e0 docs: improve datatype docs
  • fa57155 docs: explain defaults/where behavior for find/create (#11069)
  • 2ae6088 build: remove test*.js from .gitignore (#11108)
  • 7e2012a docs(data-types): extending types
  • c6a0d8d fix(sequelize.close): update sequelize-pool (#11101)
  • 73f1b5d build: update dependencies (#11099)
  • 920a5c8 docs(migrations): foreign key example (#11097)
  • a72a3f5 fix(mariadb): properly escape json path key (#11089)

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 6, 2019

  • The dependency sequelize was updated from 5.9.3 to 5.9.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.9.4

5.9.4 (2019-07-06)

Bug Fixes

Commits

The new version differs by 33 commits.

  • b6d6787 fix(types): add literal to possible where options (#10990)
  • f2b0aec fix(model): don't alter original scopes when combining them (#10722)
  • 75b95dc fix(types): relax order typing (#10802)
  • ff3c225 fix(types): add string to Includeable (#11003)
  • 695c87b docs(models-definition): correct spelling mistakes (#11147)
  • 7ac8f02 fix(types): silent option for update (#11115)
  • 3a914f0 fix: update sequelize-pool (#11134)
  • 7a6cc32 feat(hooks): beforeDisconnect / afterDisconnect (#11117)
  • 92cb903 refactor: remove unused _templateSettings
  • d7c3c7d refactor(query-generation): remove lodash string templates (#11122)
  • 89802e0 docs: improve datatype docs
  • fa57155 docs: explain defaults/where behavior for find/create (#11069)
  • 2ae6088 build: remove test*.js from .gitignore (#11108)
  • 7e2012a docs(data-types): extending types
  • c6a0d8d fix(sequelize.close): update sequelize-pool (#11101)

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 14, 2019

  • The dependency sequelize was updated from 5.10.0 to 5.10.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.10.1

5.10.1 (2019-07-14)

Bug Fixes

Commits

The new version differs by 39 commits.

  • 6e0b137 fix(types): text length is string constant (#11098)
  • aec0104 chore(github): update PR template (#11181)
  • 56208b2 feat(query-interface): add force option to createFunction (#11172)
  • 003aabc fix(mysql/mariadb): treat deadlocked transactions as rollback (#11074)
  • 4e0ce38 docs(migrations): use timestamps with seed (#11160)
  • f95d26f test: remove redundant test (#11156)
  • b6d6787 fix(types): add literal to possible where options (#10990)
  • f2b0aec fix(model): don't alter original scopes when combining them (#10722)
  • 75b95dc fix(types): relax order typing (#10802)
  • ff3c225 fix(types): add string to Includeable (#11003)
  • 695c87b docs(models-definition): correct spelling mistakes (#11147)
  • 7ac8f02 fix(types): silent option for update (#11115)
  • 3a914f0 fix: update sequelize-pool (#11134)
  • 7a6cc32 feat(hooks): beforeDisconnect / afterDisconnect (#11117)
  • 92cb903 refactor: remove unused _templateSettings

There are 39 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2019

  • The dependency sequelize was updated from 5.10.1 to 5.10.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.10.2

5.10.2 (2019-07-23)

Bug Fixes

  • describetable: support string length for char in mssql (#11212) (1cffab7)
Commits

The new version differs by 46 commits.

  • 1cffab7 fix(describetable): support string length for char in mssql (#11212)
  • dc6249a docs: update links to sequelize.org
  • 6a8e08e docs: update links
  • cbb29de docs(readme): update docs link
  • 715a82f docs(dialect): remove broken link (#11193)
  • 0bc6d63 docs(migrations): explain config relation with node_env (#11194)
  • aede2b4 docs(migrations): seeder example (#11195)
  • 6e0b137 fix(types): text length is string constant (#11098)
  • aec0104 chore(github): update PR template (#11181)
  • 56208b2 feat(query-interface): add force option to createFunction (#11172)
  • 003aabc fix(mysql/mariadb): treat deadlocked transactions as rollback (#11074)
  • 4e0ce38 docs(migrations): use timestamps with seed (#11160)
  • f95d26f test: remove redundant test (#11156)
  • b6d6787 fix(types): add literal to possible where options (#10990)
  • f2b0aec fix(model): don't alter original scopes when combining them (#10722)

There are 46 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 25, 2019

  • The dependency sequelize was updated from 5.10.2 to 5.10.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.10.3

5.10.3 (2019-07-25)

Bug Fixes

  • sqlite: don't break when adding second constraint to a table (#11067) (7bf1b71)
Commits

The new version differs by 48 commits.

  • 7bf1b71 fix(sqlite): don't break when adding second constraint to a table (#11067)
  • ab72dfd chore(probot-stale): temporarily disable (#11214)
  • 1cffab7 fix(describetable): support string length for char in mssql (#11212)
  • dc6249a docs: update links to sequelize.org
  • 6a8e08e docs: update links
  • cbb29de docs(readme): update docs link
  • 715a82f docs(dialect): remove broken link (#11193)
  • 0bc6d63 docs(migrations): explain config relation with node_env (#11194)
  • aede2b4 docs(migrations): seeder example (#11195)
  • 6e0b137 fix(types): text length is string constant (#11098)
  • aec0104 chore(github): update PR template (#11181)
  • 56208b2 feat(query-interface): add force option to createFunction (#11172)
  • 003aabc fix(mysql/mariadb): treat deadlocked transactions as rollback (#11074)
  • 4e0ce38 docs(migrations): use timestamps with seed (#11160)
  • f95d26f test: remove redundant test (#11156)

There are 48 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 27, 2019

  • The dependency sequelize was updated from 5.10.3 to 5.11.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.11.0

5.11.0 (2019-07-27)

Bug Fixes

  • search_path: disable bindParam in updateQuery (#11236) (ff93d7c)

Features

  • postgres: support autoIncrementIdentity (#11235) (35be8e0)
  • postgres: support updateOnDuplicate option with bulkCreate (#11163) (47489ab)
Commits

The new version differs by 55 commits.

  • 35be8e0 feat(postgres): support autoIncrementIdentity (#11235)
  • ff93d7c fix(search_path): disable bindParam in updateQuery (#11236)
  • 47489ab feat(postgres): support updateOnDuplicate option with bulkCreate (#11163)
  • 1d6fa05 docs(migrations): add async/await example (#11231)
  • 843a8b0 docs: surge need project
  • 9958293 docs: redirect to new site
  • 018f406 docs(README): mention sequelize-cockroachdb (#11226)
  • 7bf1b71 fix(sqlite): don't break when adding second constraint to a table (#11067)
  • ab72dfd chore(probot-stale): temporarily disable (#11214)
  • 1cffab7 fix(describetable): support string length for char in mssql (#11212)
  • dc6249a docs: update links to sequelize.org
  • 6a8e08e docs: update links
  • cbb29de docs(readme): update docs link
  • 715a82f docs(dialect): remove broken link (#11193)
  • 0bc6d63 docs(migrations): explain config relation with node_env (#11194)

There are 55 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2019

  • The dependency sequelize was updated from 5.11.0 to 5.12.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.0

5.12.0 (2019-07-30)

Features

  • postgres: support returning attributes with bulkCreate (#11170) (d2f3383)
Commits

The new version differs by 57 commits.

  • d2f3383 feat(postgres): support returning attributes with bulkCreate (#11170)
  • f3b5f99 build: update router
  • 35be8e0 feat(postgres): support autoIncrementIdentity (#11235)
  • ff93d7c fix(search_path): disable bindParam in updateQuery (#11236)
  • 47489ab feat(postgres): support updateOnDuplicate option with bulkCreate (#11163)
  • 1d6fa05 docs(migrations): add async/await example (#11231)
  • 843a8b0 docs: surge need project
  • 9958293 docs: redirect to new site
  • 018f406 docs(README): mention sequelize-cockroachdb (#11226)
  • 7bf1b71 fix(sqlite): don't break when adding second constraint to a table (#11067)
  • ab72dfd chore(probot-stale): temporarily disable (#11214)
  • 1cffab7 fix(describetable): support string length for char in mssql (#11212)
  • dc6249a docs: update links to sequelize.org
  • 6a8e08e docs: update links
  • cbb29de docs(readme): update docs link

There are 57 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2019

  • The dependency sequelize was updated from 5.12.0 to 5.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.1

5.12.1 (2019-07-30)

Bug Fixes

  • mssql: save number bigger than 2147483647 as bigint (#11252) (c32ac01)
Commits

The new version differs by 58 commits.

  • c32ac01 fix(mssql): save number bigger than 2147483647 as bigint (#11252)
  • d2f3383 feat(postgres): support returning attributes with bulkCreate (#11170)
  • f3b5f99 build: update router
  • 35be8e0 feat(postgres): support autoIncrementIdentity (#11235)
  • ff93d7c fix(search_path): disable bindParam in updateQuery (#11236)
  • 47489ab feat(postgres): support updateOnDuplicate option with bulkCreate (#11163)
  • 1d6fa05 docs(migrations): add async/await example (#11231)
  • 843a8b0 docs: surge need project
  • 9958293 docs: redirect to new site
  • 018f406 docs(README): mention sequelize-cockroachdb (#11226)
  • 7bf1b71 fix(sqlite): don't break when adding second constraint to a table (#11067)
  • ab72dfd chore(probot-stale): temporarily disable (#11214)
  • 1cffab7 fix(describetable): support string length for char in mssql (#11212)
  • dc6249a docs: update links to sequelize.org
  • 6a8e08e docs: update links

There are 58 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 31, 2019

  • The dependency sequelize was updated from 5.12.1 to 5.12.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.2

5.12.2 (2019-07-31)

Bug Fixes

  • model: destroying paranoid models with custom deletedAt (#11255) (d041e77)
Commits

The new version differs by 59 commits.

  • d041e77 fix(model): destroying paranoid models with custom deletedAt (#11255)
  • c32ac01 fix(mssql): save number bigger than 2147483647 as bigint (#11252)
  • d2f3383 feat(postgres): support returning attributes with bulkCreate (#11170)
  • f3b5f99 build: update router
  • 35be8e0 feat(postgres): support autoIncrementIdentity (#11235)
  • ff93d7c fix(search_path): disable bindParam in updateQuery (#11236)
  • 47489ab feat(postgres): support updateOnDuplicate option with bulkCreate (#11163)
  • 1d6fa05 docs(migrations): add async/await example (#11231)
  • 843a8b0 docs: surge need project
  • 9958293 docs: redirect to new site
  • 018f406 docs(README): mention sequelize-cockroachdb (#11226)
  • 7bf1b71 fix(sqlite): don't break when adding second constraint to a table (#11067)
  • ab72dfd chore(probot-stale): temporarily disable (#11214)
  • 1cffab7 fix(describetable): support string length for char in mssql (#11212)
  • dc6249a docs: update links to sequelize.org

There are 59 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 4, 2019

  • The dependency sequelize was updated from 5.12.2 to 5.12.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.3

5.12.3 (2019-08-04)

Bug Fixes

  • postgres: improve ensureEnums to support out of order enum values (#11249) (bc8c7b9)
Commits

The new version differs by 61 commits.

  • bc8c7b9 fix(postgres): improve ensureEnums to support out of order enum values (#11249)
  • 7bde29c docs(sequelize): add select to typeValidation list (#11265)
  • d041e77 fix(model): destroying paranoid models with custom deletedAt (#11255)
  • c32ac01 fix(mssql): save number bigger than 2147483647 as bigint (#11252)
  • d2f3383 feat(postgres): support returning attributes with bulkCreate (#11170)
  • f3b5f99 build: update router
  • 35be8e0 feat(postgres): support autoIncrementIdentity (#11235)
  • ff93d7c fix(search_path): disable bindParam in updateQuery (#11236)
  • 47489ab feat(postgres): support updateOnDuplicate option with bulkCreate (#11163)
  • 1d6fa05 docs(migrations): add async/await example (#11231)
  • 843a8b0 docs: surge need project
  • 9958293 docs: redirect to new site
  • 018f406 docs(README): mention sequelize-cockroachdb (#11226)
  • 7bf1b71 fix(sqlite): don't break when adding second constraint to a table (#11067)
  • ab72dfd chore(probot-stale): temporarily disable (#11214)

There are 61 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2019

  • The dependency sequelize was updated from 5.12.3 to 5.13.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.13.0

5.13.0 (2019-08-09)

Bug Fixes

  • types: return a usable type when using the sequelize.models lookup (#11293) (a39c63a)
  • types: use correct this value in getterMethods and setterMethods (#11292) (98a4089)

Features

  • postgres: add function variables for postgres (#11277) (ff97d93)

Performance Improvements

Commits

The new version differs by 70 commits.

  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)
  • dd428a0 refactor(association): name model that association is missing from (#11290)
  • ff97d93 feat(postgres): add function variables for postgres (#11277)
  • b445ec0 refactor(transaction): remove duplicate code (#11299)
  • 488c048 docs(data-types): fix typo (#11286)
  • 72d813b perf: remove unnecessary cloneDeep calls (#11281)
  • 9bc6d42 chores(styling): add spacing around infix operators rules in eslint (#11282)
  • 748f690 docs: fix minor typo (#11279)
  • bc8c7b9 fix(postgres): improve ensureEnums to support out of order enum values (#11249)
  • 7bde29c docs(sequelize): add select to typeValidation list (#11265)
  • d041e77 fix(model): destroying paranoid models with custom deletedAt (#11255)
  • c32ac01 fix(mssql): save number bigger than 2147483647 as bigint (#11252)
  • d2f3383 feat(postgres): support returning attributes with bulkCreate (#11170)
  • f3b5f99 build: update router

There are 70 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 11, 2019

  • The dependency sequelize was updated from 5.13.0 to 5.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.13.1

5.13.1 (2019-08-11)

Bug Fixes

Commits

The new version differs by 72 commits.

  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)
  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)
  • dd428a0 refactor(association): name model that association is missing from (#11290)
  • ff97d93 feat(postgres): add function variables for postgres (#11277)
  • b445ec0 refactor(transaction): remove duplicate code (#11299)
  • 488c048 docs(data-types): fix typo (#11286)
  • 72d813b perf: remove unnecessary cloneDeep calls (#11281)
  • 9bc6d42 chores(styling): add spacing around infix operators rules in eslint (#11282)
  • 748f690 docs: fix minor typo (#11279)
  • bc8c7b9 fix(postgres): improve ensureEnums to support out of order enum values (#11249)
  • 7bde29c docs(sequelize): add select to typeValidation list (#11265)
  • d041e77 fix(model): destroying paranoid models with custom deletedAt (#11255)
  • c32ac01 fix(mssql): save number bigger than 2147483647 as bigint (#11252)

There are 72 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2019

  • The dependency sequelize was updated from 5.13.1 to 5.14.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.14.0

5.14.0 (2019-08-13)

Features

Commits

The new version differs by 75 commits.

  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)
  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)
  • dd428a0 refactor(association): name model that association is missing from (#11290)
  • ff97d93 feat(postgres): add function variables for postgres (#11277)
  • b445ec0 refactor(transaction): remove duplicate code (#11299)
  • 488c048 docs(data-types): fix typo (#11286)
  • 72d813b perf: remove unnecessary cloneDeep calls (#11281)
  • 9bc6d42 chores(styling): add spacing around infix operators rules in eslint (#11282)
  • 748f690 docs: fix minor typo (#11279)
  • bc8c7b9 fix(postgres): improve ensureEnums to support out of order enum values (#11249)

There are 75 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 14, 2019

  • The dependency sequelize was updated from 5.14.0 to 5.15.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.15.0

5.15.0 (2019-08-14)

Features

  • associations: source and target key support for belongs-to-many (#11311) (83e263b)
Commits

The new version differs by 76 commits.

  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)
  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)
  • dd428a0 refactor(association): name model that association is missing from (#11290)
  • ff97d93 feat(postgres): add function variables for postgres (#11277)
  • b445ec0 refactor(transaction): remove duplicate code (#11299)
  • 488c048 docs(data-types): fix typo (#11286)
  • 72d813b perf: remove unnecessary cloneDeep calls (#11281)
  • 9bc6d42 chores(styling): add spacing around infix operators rules in eslint (#11282)
  • 748f690 docs: fix minor typo (#11279)

There are 76 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 21, 2019

  • The dependency sequelize was updated from 5.15.1 to 5.15.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.15.2

5.15.2 (2019-08-21)

Bug Fixes

  • query-generator: handle virtual column on associations with scopes (#11327) (b72e3bb)
Commits

The new version differs by 80 commits.

  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)
  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)
  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)
  • dd428a0 refactor(association): name model that association is missing from (#11290)
  • ff97d93 feat(postgres): add function variables for postgres (#11277)
  • b445ec0 refactor(transaction): remove duplicate code (#11299)

There are 80 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

  • The dependency sequelize was updated from 5.15.2 to 5.16.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.16.0

5.16.0 (2019-08-22)

Features

Commits

The new version differs by 82 commits.

  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)
  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)
  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)
  • dd428a0 refactor(association): name model that association is missing from (#11290)

There are 82 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

  • The dependency sequelize was updated from 5.16.0 to 5.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.17.0

5.17.0 (2019-08-28)

Features

  • sqlite: support updateOnDuplicate option with bulkCreate (#11360) (5860ef5)
Commits

The new version differs by 83 commits.

  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)
  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)
  • a39c63a fix(types): return a usable type when using the sequelize.models lookup (#11293)
  • 98a4089 fix(types): use correct this value in getterMethods and setterMethods (#11292)

There are 83 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2019

  • The dependency sequelize was updated from 5.17.0 to 5.17.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.17.1

5.17.1 (2019-08-29)

Bug Fixes

Commits

The new version differs by 85 commits.

  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)
  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)
  • 80d3625 docs(query-interface): fix typo with remove-column parameter (#11294)

There are 85 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 30, 2019

  • The dependency sequelize was updated from 5.17.1 to 5.17.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.17.2

5.17.2 (2019-08-30)

Bug Fixes

  • types: change raw query return type to [unknown[],unknown] (#11368) (d5667e0)
Commits

The new version differs by 86 commits.

  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)
  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)
  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes
  • 29eb1c8 docs(security): add responsible disclosure policy (#11300)
  • 592099d fix(count): fix null count with includes (#11295)

There are 86 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 31, 2019

  • The dependency sequelize was updated from 5.17.2 to 5.18.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.18.0

5.18.0 (2019-08-31)

Bug Fixes

  • postgres: use proper schema for index and relations (#11274) (4816005)

Features

Commits

The new version differs by 88 commits.

  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)
  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)
  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)
  • 83e263b feat(associations): source and target key support for belongs-to-many (#11311)
  • 4f09899 feat: support include option in bulkInsert (#11307)
  • de06ac3 docs(security): grammar mistakes

There are 88 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2019

  • The dependency sequelize was updated from 5.18.0 to 5.18.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.18.1

5.18.1 (2019-09-03)

Bug Fixes

Commits

The new version differs by 91 commits.

  • 555dbe1 fix(types): add PoolOptions.evict (#11378) (#11379)
  • d776d7a docs: fixed undefined variable error in sample code (#11373)
  • 18cc7b0 docs: update transaction docs
  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)
  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)
  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)
  • bd9e423 docs(types): add explanatory comments to operators (#11337)
  • 9bd0bc1 fix(sequelize.json.fn): use common path extraction for mysql/mariadb/sqlite (#11329)

There are 91 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 7, 2019

  • The dependency sequelize was updated from 5.18.1 to 5.18.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.18.2

5.18.2 (2019-09-07)

Bug Fixes

Commits

The new version differs by 93 commits.

  • 1bd8ae1 fix(postgres): syncing indexes with schema (#11399)
  • f07da3d docs(dialects): explain options handling in tedious (#11390)
  • 555dbe1 fix(types): add PoolOptions.evict (#11378) (#11379)
  • d776d7a docs: fixed undefined variable error in sample code (#11373)
  • 18cc7b0 docs: update transaction docs
  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)
  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)
  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)
  • 801aa36 docs(types): options.operatorsAliases (#11341)

There are 93 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 8, 2019

  • The dependency sequelize was updated from 5.18.2 to 5.18.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.18.3

5.18.3 (2019-09-08)

Bug Fixes

Commits

The new version differs by 94 commits.

  • 2172333 fix(postgre): escape enum values (#11402)
  • 1bd8ae1 fix(postgres): syncing indexes with schema (#11399)
  • f07da3d docs(dialects): explain options handling in tedious (#11390)
  • 555dbe1 fix(types): add PoolOptions.evict (#11378) (#11379)
  • d776d7a docs: fixed undefined variable error in sample code (#11373)
  • 18cc7b0 docs: update transaction docs
  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)
  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)
  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)
  • b72e3bb fix(query-generator): handle virtual column on associations with scopes (#11327)

There are 94 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 8, 2019

  • The dependency sequelize was updated from 5.18.3 to 5.18.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.18.4

5.18.4 (2019-09-08)

Bug Fixes

Commits

The new version differs by 95 commits.

  • d5e4a10 fix: unknown column with subquery joins (#11404)
  • 2172333 fix(postgre): escape enum values (#11402)
  • 1bd8ae1 fix(postgres): syncing indexes with schema (#11399)
  • f07da3d docs(dialects): explain options handling in tedious (#11390)
  • 555dbe1 fix(types): add PoolOptions.evict (#11378) (#11379)
  • d776d7a docs: fixed undefined variable error in sample code (#11373)
  • 18cc7b0 docs: update transaction docs
  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)
  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)
  • 398ae59 fix(types): support error with rejectOnEmpty (#11359)
  • 47ee534 docs(model): document skipLocked (#11361)
  • 5860ef5 feat(sqlite): support updateOnDuplicate option with bulkCreate (#11360)
  • 218f8cd feat(database-error): add parameters property (#11343)
  • 1bf032d chore(.github): improve issue templates (#11334)

There are 95 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2019

  • The dependency sequelize was updated from 5.18.4 to 5.19.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.0

5.19.0 (2019-09-19)

Bug Fixes

  • bulkCreate: use correct primary key column name for updateOnDuplicate (#11434) (3a60069)
  • showTablesQuery: ignore views for mssql/mysql (#11439) (8b53f72)

Features

  • logging: print bind parameters in logs with logQueryParameters option (#11267) (992ddf7)
Commits

The new version differs by 100 commits.

  • 8b53f72 fix(showTablesQuery): ignore views for mssql/mysql (#11439)
  • 992ddf7 feat(logging): print bind parameters in logs with logQueryParameters option (#11267)
  • a0d5695 docs: code formatting (#11416)
  • 3a60069 fix(bulkCreate): use correct primary key column name for updateOnDuplicate (#11434)
  • 5047bda docs: fix typo (#11444)
  • d5e4a10 fix: unknown column with subquery joins (#11404)
  • 2172333 fix(postgre): escape enum values (#11402)
  • 1bd8ae1 fix(postgres): syncing indexes with schema (#11399)
  • f07da3d docs(dialects): explain options handling in tedious (#11390)
  • 555dbe1 fix(types): add PoolOptions.evict (#11378) (#11379)
  • d776d7a docs: fixed undefined variable error in sample code (#11373)
  • 18cc7b0 docs: update transaction docs
  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)
  • d5667e0 fix(types): change raw query return type to [unknown[],unknown] (#11368)

There are 100 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2019

  • The dependency sequelize was updated from 5.19.0 to 5.19.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.1

5.19.1 (2019-09-27)

Bug Fixes

Commits

The new version differs by 106 commits.

  • 6b3ccd8 refactor: dialectMap setup (#11464)
  • 439ae4b docs(migrations): correct usage of removeColumn (#11480)
  • fd08023 fix: sequelize.where col not null (#11447) (#11454)
  • 22d874c fix(types): Model.primaryKeyAttributes (#11406)
  • fb3f073 build: remove docs-routing
  • fb544ed docs: reorganize files and improve styles (#11405)
  • 8b53f72 fix(showTablesQuery): ignore views for mssql/mysql (#11439)
  • 992ddf7 feat(logging): print bind parameters in logs with logQueryParameters option (#11267)
  • a0d5695 docs: code formatting (#11416)
  • 3a60069 fix(bulkCreate): use correct primary key column name for updateOnDuplicate (#11434)
  • 5047bda docs: fix typo (#11444)
  • d5e4a10 fix: unknown column with subquery joins (#11404)
  • 2172333 fix(postgre): escape enum values (#11402)
  • 1bd8ae1 fix(postgres): syncing indexes with schema (#11399)
  • f07da3d docs(dialects): explain options handling in tedious (#11390)

There are 106 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2019

  • The dependency sequelize was updated from 5.19.1 to 5.19.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.2

5.19.2 (2019-10-01)

Bug Fixes

  • mysql/showAllTables: list tables from current database (#11456) (c7138f5)
  • query: do not omit field when same field/name in fieldMap (#11492) (7a90df5)
Commits

The new version differs by 111 commits.

  • 7a90df5 fix(query): do not omit field when same field/name in fieldMap (#11492)
  • c7138f5 fix(mysql/showAllTables): list tables from current database (#11456)
  • d064073 build: update dependencies (#11487)
  • edf997f docs: fix data-types link (#11484)
  • 956ea2b docs(queryInterface): bulkDelete truncate support options (#11486)
  • 6b3ccd8 refactor: dialectMap setup (#11464)
  • 439ae4b docs(migrations): correct usage of removeColumn (#11480)
  • fd08023 fix: sequelize.where col not null (#11447) (#11454)
  • 22d874c fix(types): Model.primaryKeyAttributes (#11406)
  • fb3f073 build: remove docs-routing
  • fb544ed docs: reorganize files and improve styles (#11405)
  • 8b53f72 fix(showTablesQuery): ignore views for mssql/mysql (#11439)
  • 992ddf7 feat(logging): print bind parameters in logs with logQueryParameters option (#11267)
  • a0d5695 docs: code formatting (#11416)
  • 3a60069 fix(bulkCreate): use correct primary key column name for updateOnDuplicate (#11434)

There are 111 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2019

  • The dependency sequelize was updated from 5.19.2 to 5.19.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.3

5.19.3 (2019-10-05)

Bug Fixes

Commits

The new version differs by 115 commits.

  • 1fe2401 fix(sequelize.col): associations (#11419)
  • 3834fe2 docs: package links (#11500)
  • 0ed8a53 docs(migrations): migration generate command (#11493)
  • fc8334c docs: clarifyied usage of Op.and (#11508)
  • 7a90df5 fix(query): do not omit field when same field/name in fieldMap (#11492)
  • c7138f5 fix(mysql/showAllTables): list tables from current database (#11456)
  • d064073 build: update dependencies (#11487)
  • edf997f docs: fix data-types link (#11484)
  • 956ea2b docs(queryInterface): bulkDelete truncate support options (#11486)
  • 6b3ccd8 refactor: dialectMap setup (#11464)
  • 439ae4b docs(migrations): correct usage of removeColumn (#11480)
  • fd08023 fix: sequelize.where col not null (#11447) (#11454)
  • 22d874c fix(types): Model.primaryKeyAttributes (#11406)
  • fb3f073 build: remove docs-routing
  • fb544ed docs: reorganize files and improve styles (#11405)

There are 115 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 7, 2019

  • The dependency sequelize was updated from 5.19.3 to 5.19.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.4

5.19.4 (2019-10-07)

Bug Fixes

Commits

The new version differs by 117 commits.

  • 3c8ca77 fix(bulkupdate): pass correct type in options (#11515)
  • 7f3341d refactor(test): add spacing (#11516)
  • 1fe2401 fix(sequelize.col): associations (#11419)
  • 3834fe2 docs: package links (#11500)
  • 0ed8a53 docs(migrations): migration generate command (#11493)
  • fc8334c docs: clarifyied usage of Op.and (#11508)
  • 7a90df5 fix(query): do not omit field when same field/name in fieldMap (#11492)
  • c7138f5 fix(mysql/showAllTables): list tables from current database (#11456)
  • d064073 build: update dependencies (#11487)
  • edf997f docs: fix data-types link (#11484)
  • 956ea2b docs(queryInterface): bulkDelete truncate support options (#11486)
  • 6b3ccd8 refactor: dialectMap setup (#11464)
  • 439ae4b docs(migrations): correct usage of removeColumn (#11480)
  • fd08023 fix: sequelize.where col not null (#11447) (#11454)
  • 22d874c fix(types): Model.primaryKeyAttributes (#11406)

There are 117 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2019

  • The dependency sequelize was updated from 5.19.4 to 5.19.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.5

5.19.5 (2019-10-09)

Bug Fixes

  • types: allow string and number arrays for contains operator (#11520) (93e8075)
  • typings: add hasMany create method (#11512) (fafe375)
Commits

The new version differs by 121 commits.

  • fafe375 fix(typings): add hasMany create method (#11512)
  • 93e8075 fix(types): allow string and number arrays for contains operator (#11520)
  • 4ee3a27 chore(.github): update bug report template (#11519)
  • 78602d1 docs(hooks): explicitly state they don't work on instances (#11513)
  • 3c8ca77 fix(bulkupdate): pass correct type in options (#11515)
  • 7f3341d refactor(test): add spacing (#11516)
  • 1fe2401 fix(sequelize.col): associations (#11419)
  • 3834fe2 docs: package links (#11500)
  • 0ed8a53 docs(migrations): migration generate command (#11493)
  • fc8334c docs: clarifyied usage of Op.and (#11508)
  • 7a90df5 fix(query): do not omit field when same field/name in fieldMap (#11492)
  • c7138f5 fix(mysql/showAllTables): list tables from current database (#11456)
  • d064073 build: update dependencies (#11487)
  • edf997f docs: fix data-types link (#11484)
  • 956ea2b docs(queryInterface): bulkDelete truncate support options (#11486)

There are 121 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2019

  • The dependency sequelize was updated from 5.19.5 to 5.19.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.6

5.19.6 (2019-10-11)

Bug Fixes

  • mysql/maridb: set isolation level for transaction not entire session (#11476) (bd59b87)
Commits

The new version differs by 123 commits.

  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)
  • f295a74 Revert "fix(typings): add hasMany create method (#11512)" (#11528)
  • fafe375 fix(typings): add hasMany create method (#11512)
  • 93e8075 fix(types): allow string and number arrays for contains operator (#11520)
  • 4ee3a27 chore(.github): update bug report template (#11519)
  • 78602d1 docs(hooks): explicitly state they don't work on instances (#11513)
  • 3c8ca77 fix(bulkupdate): pass correct type in options (#11515)
  • 7f3341d refactor(test): add spacing (#11516)
  • 1fe2401 fix(sequelize.col): associations (#11419)
  • 3834fe2 docs: package links (#11500)
  • 0ed8a53 docs(migrations): migration generate command (#11493)
  • fc8334c docs: clarifyied usage of Op.and (#11508)
  • 7a90df5 fix(query): do not omit field when same field/name in fieldMap (#11492)
  • c7138f5 fix(mysql/showAllTables): list tables from current database (#11456)
  • d064073 build: update dependencies (#11487)

There are 123 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 16, 2019

  • The dependency sequelize was updated from 5.19.6 to 5.19.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.7

5.19.7 (2019-10-16)

Bug Fixes

Commits

The new version differs by 126 commits.

  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)
  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)
  • f295a74 Revert "fix(typings): add hasMany create method (#11512)" (#11528)
  • fafe375 fix(typings): add hasMany create method (#11512)
  • 93e8075 fix(types): allow string and number arrays for contains operator (#11520)
  • 4ee3a27 chore(.github): update bug report template (#11519)
  • 78602d1 docs(hooks): explicitly state they don't work on instances (#11513)
  • 3c8ca77 fix(bulkupdate): pass correct type in options (#11515)
  • 7f3341d refactor(test): add spacing (#11516)
  • 1fe2401 fix(sequelize.col): associations (#11419)
  • 3834fe2 docs: package links (#11500)
  • 0ed8a53 docs(migrations): migration generate command (#11493)
  • fc8334c docs: clarifyied usage of Op.and (#11508)

There are 126 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2019

  • The dependency sequelize was updated from 5.19.7 to 5.19.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.19.8

5.19.8 (2019-10-17)

Bug Fixes

  • types: add array of Buffers to WhereValue type (#11559) (3517eb7)
Commits

The new version differs by 127 commits.

  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)
  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)
  • f295a74 Revert "fix(typings): add hasMany create method (#11512)" (#11528)
  • fafe375 fix(typings): add hasMany create method (#11512)
  • 93e8075 fix(types): allow string and number arrays for contains operator (#11520)
  • 4ee3a27 chore(.github): update bug report template (#11519)
  • 78602d1 docs(hooks): explicitly state they don't work on instances (#11513)
  • 3c8ca77 fix(bulkupdate): pass correct type in options (#11515)
  • 7f3341d refactor(test): add spacing (#11516)
  • 1fe2401 fix(sequelize.col): associations (#11419)
  • 3834fe2 docs: package links (#11500)
  • 0ed8a53 docs(migrations): migration generate command (#11493)

There are 127 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

  • The dependency sequelize was updated from 5.20.0 to 5.21.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.0

5.21.0 (2019-10-18)

Bug Fixes

  • postgres: update upsert regex to match the last RETURNING * (#11538) (2b9baa2)

Features

  • mariadb: support indexHints on mariadb dialect (#11573) (a34399f)
Commits

The new version differs by 131 commits.

  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)
  • 7d251bd docs: .sequelizerc configuration options (#11553)
  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)
  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)
  • f295a74 Revert "fix(typings): add hasMany create method (#11512)" (#11528)
  • fafe375 fix(typings): add hasMany create method (#11512)
  • 93e8075 fix(types): allow string and number arrays for contains operator (#11520)
  • 4ee3a27 chore(.github): update bug report template (#11519)
  • 78602d1 docs(hooks): explicitly state they don't work on instances (#11513)
  • 3c8ca77 fix(bulkupdate): pass correct type in options (#11515)

There are 131 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2019

  • The dependency sequelize was updated from 5.21.0 to 5.21.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.1

5.21.1 (2019-10-19)

Bug Fixes

  • associations: allow binary key for belongs-to-many (#11581) (2083c9a)
Commits

The new version differs by 135 commits.

  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)
  • 7d251bd docs: .sequelizerc configuration options (#11553)
  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)
  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)
  • f295a74 Revert "fix(typings): add hasMany create method (#11512)" (#11528)
  • fafe375 fix(typings): add hasMany create method (#11512)

There are 135 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 29, 2019

  • The dependency sequelize was updated from 5.21.1 to 5.21.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.2

5.21.2 (2019-10-29)

Bug Fixes

Commits

The new version differs by 136 commits.

  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)
  • 7d251bd docs: .sequelizerc configuration options (#11553)
  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)
  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)
  • f295a74 Revert "fix(typings): add hasMany create method (#11512)" (#11528)

There are 136 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 13, 2019

  • The dependency sequelize was updated from 5.21.2 to 5.21.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.3

5.21.3 (2019-12-13)

Bug Fixes

Commits

The new version differs by 137 commits.

  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)
  • 7d251bd docs: .sequelizerc configuration options (#11553)
  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)
  • bd59b87 fix(mysql/maridb): set isolation level for transaction not entire session (#11476)

There are 137 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2020

  • The dependency sequelize was updated from 5.21.3 to 5.21.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.4

5.21.4 (2020-02-07)

Bug Fixes

  • types: allow augmentation on model properties (#11882) (43a8d61)
Commits

The new version differs by 138 commits.

  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)
  • 7d251bd docs: .sequelizerc configuration options (#11553)
  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)
  • c2472bb docs: update slack logo (#11548) (#11549)

There are 138 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2020

  • The dependency sequelize was updated from 5.21.4 to 5.21.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.5

5.21.5 (2020-02-20)

Bug Fixes

Commits

The new version differs by 139 commits.

  • 54d655d fix(typings): plain option in sequelize.query (#11929)
  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)
  • 7d251bd docs: .sequelizerc configuration options (#11553)
  • 3517eb7 fix(types): add array of Buffers to WhereValue type (#11559)
  • c3c767e fix(types): add Buffer to WhereValue type (#11499)
  • 3a141ac refactor(model): remove useless conditional (#11557)

There are 139 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 23, 2020

  • The dependency sequelize was updated from 5.21.6 to 5.21.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.7

5.21.7 (2020-04-23)

Bug Fixes

  • include: separate queries are not sub-queries (#12152) (028f656)
Commits

The new version differs by 143 commits.

  • 028f656 fix(include): separate queries are not sub-queries (#12152)
  • a2c0a63 fix(typings): support Date as where value (#12015)
  • 778819f fix(connection-manager): add switch for dynamic import (#12014)
  • 20e99e1 fix(model.count): distinct without any column generates invalid SQL (#11893)
  • 54d655d fix(typings): plain option in sequelize.query (#11929)
  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)
  • 2949a63 feat(model): add options.include[].right option (#11537)

There are 143 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 10, 2020

  • The dependency sequelize was updated from 5.21.7 to 5.21.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.8

5.21.8 (2020-05-10)

Bug Fixes

  • sqlite: multiple primary keys results in syntax error (#12241) (d865b24)
Commits

The new version differs by 144 commits.

  • d865b24 fix(sqlite): multiple primary keys results in syntax error (#12241)
  • 028f656 fix(include): separate queries are not sub-queries (#12152)
  • a2c0a63 fix(typings): support Date as where value (#12015)
  • 778819f fix(connection-manager): add switch for dynamic import (#12014)
  • 20e99e1 fix(model.count): distinct without any column generates invalid SQL (#11893)
  • 54d655d fix(typings): plain option in sequelize.query (#11929)
  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)
  • a34399f feat(mariadb): support indexHints on mariadb dialect (#11573)

There are 144 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2020

  • The dependency sequelize was updated from 5.21.8 to 5.21.9.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.9

5.21.9 (2020-05-14)

Bug Fixes

  • mssql: use uppercase for engine table and columns (#12253) (8a3827d)
Commits

The new version differs by 145 commits.

  • 8a3827d fix(mssql): use uppercase for engine table and columns (#12253)
  • d865b24 fix(sqlite): multiple primary keys results in syntax error (#12241)
  • 028f656 fix(include): separate queries are not sub-queries (#12152)
  • a2c0a63 fix(typings): support Date as where value (#12015)
  • 778819f fix(connection-manager): add switch for dynamic import (#12014)
  • 20e99e1 fix(model.count): distinct without any column generates invalid SQL (#11893)
  • 54d655d fix(typings): plain option in sequelize.query (#11929)
  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5
  • 2b9baa2 fix(postgres): update upsert regex to match the last RETURNING * (#11538)

There are 145 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2020

  • The dependency sequelize was updated from 5.21.9 to 5.21.10.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.10

5.21.10 (2020-05-19)

Bug Fixes

Commits

The new version differs by 146 commits.

  • 7fdc2dc fix(mssql): tedious connect deprecation (#12275)
  • 8a3827d fix(mssql): use uppercase for engine table and columns (#12253)
  • d865b24 fix(sqlite): multiple primary keys results in syntax error (#12241)
  • 028f656 fix(include): separate queries are not sub-queries (#12152)
  • a2c0a63 fix(typings): support Date as where value (#12015)
  • 778819f fix(connection-manager): add switch for dynamic import (#12014)
  • 20e99e1 fix(model.count): distinct without any column generates invalid SQL (#11893)
  • 54d655d fix(typings): plain option in sequelize.query (#11929)
  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor
  • 300ee61 build: setup publish config for v5

There are 146 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 26, 2020

  • The dependency sequelize was updated from 5.21.10 to 5.21.11.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.21.11

5.21.11 (2020-05-26)

Bug Fixes

  • include: check if attributes specified for included through model (#12020) (5c733ef)
Commits

The new version differs by 147 commits.

  • 5c733ef fix(include): check if attributes specified for included through model (#12020)
  • 7fdc2dc fix(mssql): tedious connect deprecation (#12275)
  • 8a3827d fix(mssql): use uppercase for engine table and columns (#12253)
  • d865b24 fix(sqlite): multiple primary keys results in syntax error (#12241)
  • 028f656 fix(include): separate queries are not sub-queries (#12152)
  • a2c0a63 fix(typings): support Date as where value (#12015)
  • 778819f fix(connection-manager): add switch for dynamic import (#12014)
  • 20e99e1 fix(model.count): distinct without any column generates invalid SQL (#11893)
  • 54d655d fix(typings): plain option in sequelize.query (#11929)
  • 43a8d61 fix(types): allow augmentation on model properties (#11882)
  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)
  • 6c781d6 fix(typings): transaction locking (#11621)
  • 2083c9a fix(associations): allow binary key for belongs-to-many (#11581)
  • 10bf060 [ci-skip] change: use latest tag
  • caa677f build: enable appveyor

There are 147 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants