galonku / galonku-backend

Back-End section for Galonku
https://galonku.herokuapp.com
MIT License
4 stars 3 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency sequelize was updated from 4.39.0 to 4.39.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 could not complete due to an error ([Details](https://travis-ci.org/andromedaorg/galonku-backend/builds/442086682?utm_source=github_status&utm_medium=notification)).

Release Notes for v4.39.1

4.39.1 (2018-10-16)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 8fe475b fix(validators): backport memory leak fix for isImmutable (#9973) (#10031)

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

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.40.0

4.40.0 (2018-10-19)

Features

  • associations: enable overwrite unique constraint key name (#10045) (43ab707)
Commits

The new version differs by 1 commits.

  • 43ab707 feat(associations): enable overwrite unique constraint key name (#10045)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.0

4.41.0 (2018-10-20)

Features

Commits

The new version differs by 2 commits.

  • c6c2d17 feat: deprecate .all
  • 1bc8b0e chore: deprecate public apis removed from v5.beta (#10049)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.1

4.41.1 (2018-11-07)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 7d59b78 build: lock mysql2
  • 9ecc11e docs: add favicon (#10127)
  • 4ff79dc fix(syntax): correct parentheses around union (#9813) (#10003) (#10121)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.2

4.41.2 (2018-11-12)

Bug Fixes

  • query-generator: add offset to unioned queries (#10149) (34e9fe1)
Commits

The new version differs by 1 commits.

  • 34e9fe1 fix(query-generator): add offset to unioned queries (#10149)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.42.0

4.42.0 (2018-12-13)

Features

Commits

The new version differs by 1 commits.

  • d2428dd feat(transaction): afterCommit hook (#10260)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.42.1

4.42.1 (2019-02-27)

Bug Fixes

  • locking generic-pool to 3.5.0 (00e4984)
  • update generic-pool dependency (70fc462)
Commits

The new version differs by 5 commits.

  • 00e4984 fix: locking generic-pool to 3.5.0
  • 136566d Revert "fix: update generic-pool dependency"
  • 70fc462 fix: update generic-pool dependency
  • 52daac1 chore(package): update generic-pool to 3.5.0 (#10359)
  • 09eea2f docs(querying): model mapping for custom fields (#9688) (#10338)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.43.0

4.43.0 (2019-03-03)

Features

  • datatypes: handle numbers passed as objects for bigint (#10496) (de39cff)
Commits

The new version differs by 1 commits.

  • de39cff feat(datatypes): handle numbers passed as objects for bigint (#10496)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.17.1

5.17.1 (2019-08-29)

Bug Fixes

Commits

The new version differs by 528 commits ahead by 528, behind by 28.

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

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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

  • 3fcb2d2 feat(postgres): minify aliases option (#11095)
  • 4816005 fix(postgres): use proper schema for index and relations (#11274)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.18.1

5.18.1 (2019-09-03)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 555dbe1 fix(types): add PoolOptions.evict (#11378) (#11379)
  • d776d7a docs: fixed undefined variable error in sample code (#11373)
  • 18cc7b0 docs: update transaction docs

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.18.2

5.18.2 (2019-09-07)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 1bd8ae1 fix(postgres): syncing indexes with schema (#11399)
  • f07da3d docs(dialects): explain options handling in tedious (#11390)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.18.3

5.18.3 (2019-09-08)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 2172333 fix(postgre): escape enum values (#11402)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.18.4

5.18.4 (2019-09-08)

Bug Fixes

Commits

The new version differs by 1 commits.

  • d5e4a10 fix: unknown column with subquery joins (#11404)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

See the full diff

greenkeeper[bot] commented 4 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 6 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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