linyows / sequelize-vault

πŸ”‘ A Sequelize plugin for easily integrating Hashicorp Vault
MIT License
8 stars 1 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency sequelize was updated from 5.5.0 to 5.5.1.

🚨 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/linyows/sequelize-vault/builds/520601774?utm_source=github_status&utm_medium=notification)).

Release Notes for v5.5.1

5.5.1 (2019-04-16)

Bug Fixes

Commits

The new version differs by 2 commits.

  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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 64 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 64 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 65 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 65 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 70 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 70 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.19.1

5.19.1 (2019-09-27)

Bug Fixes

Commits

The new version differs by 76 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 76 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 5 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)

See the full diff

greenkeeper[bot] commented 5 years ago

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 9 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)

See the full diff

greenkeeper[bot] commented 5 years ago

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 11 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)

See the full diff

greenkeeper[bot] commented 5 years ago

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 15 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)

See the full diff

greenkeeper[bot] commented 5 years ago

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 17 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 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 20 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 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 21 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 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 25 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 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 29 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 29 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.21.2

5.21.2 (2019-10-29)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 6c781d6 fix(typings): transaction locking (#11621)

See the full diff

greenkeeper[bot] commented 4 years ago

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 1 commits.

  • 81c33d8 fix(model): generate ON CONFLICT ... DO UPDATE correctly (#11666) (#11744)

See the full diff