Code Monkey home page Code Monkey logo

Comments (30)

greenkeeper avatar greenkeeper commented on June 18, 2024

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

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.7 to 5.2.8.

Your tests are still failing with this version. Compare changes

Release Notes for v5.2.8

5.2.8 (2019-03-31)

Bug Fixes

  • typings: add missing sourceKey option in HasOneOptions association type (#10651) (5a2c6a6)
  • typings: remove lib/model double export (#10665) (26ec367)
Commits

The new version differs by 4 commits.

  • 5a2c6a6 fix(typings): add missing sourceKey option in HasOneOptions association type (#10651)
  • bb952e8 docs: fix many typos (#10667)
  • b309131 docs(getting-started): show source of Model (#10663)
  • 26ec367 fix(typings): remove lib/model double export (#10665)

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.8 to 5.2.9.

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

Release Notes for v5.2.9

5.2.9 (2019-04-02)

Bug Fixes

Commits

The new version differs by 5 commits.

  • 0f505ef fix(types): add version property to init options (#10681)
  • c9e48e4 docs(readme): make it easier for newcomers (#10676)
  • 4ec86a4 docs(sequelize): update constructor define docs (#10675)
  • 42414f5 docs: adjust misunderstood phrase in pull request template (#10664)
  • abfe7e5 test: belongs-to-many

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.9 to 5.2.10.

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

Release Notes for v5.2.10

5.2.10 (2019-04-03)

Bug Fixes

Commits

The new version differs by 7 commits.

  • d136b21 docs: cleanup linting issues (#10685)
  • 061787f fix(scope): conform includes correctly (#10691)
  • 0f505ef fix(types): add version property to init options (#10681)
  • c9e48e4 docs(readme): make it easier for newcomers (#10676)
  • 4ec86a4 docs(sequelize): update constructor define docs (#10675)
  • 42414f5 docs: adjust misunderstood phrase in pull request template (#10664)
  • abfe7e5 test: belongs-to-many

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.10 to 5.2.11.

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

Release Notes for v5.2.11

5.2.11 (2019-04-03)

Bug Fixes

Commits

The new version differs by 15 commits.

  • cc765cc build(travis): run lint stage first
  • fb6dc2b build: fix spacing in travis.yml
  • 06fe7cc build: add lint stage
  • 9e0b176 docs(typescript): improve typescript docs (#10677)
  • 24e749d build: markdown lint (#10692)
  • 6b65998 fix(types): add missing useCLS static (#10693)
  • 7445423 chore(logger): streamline logging (#10630)
  • a9a32f2 docs: tutorial improvements (#10674)
  • d136b21 docs: cleanup linting issues (#10685)
  • 061787f fix(scope): conform includes correctly (#10691)
  • 0f505ef fix(types): add version property to init options (#10681)
  • c9e48e4 docs(readme): make it easier for newcomers (#10676)
  • 4ec86a4 docs(sequelize): update constructor define docs (#10675)
  • 42414f5 docs: adjust misunderstood phrase in pull request template (#10664)
  • abfe7e5 test: belongs-to-many

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.11 to 5.2.12.

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

Release Notes for v5.2.12

5.2.12 (2019-04-04)

Bug Fixes

  • types: add basic support for bind in sequelize.query() method (#10694) (b6c9117)
Commits

The new version differs by 16 commits.

  • b6c9117 fix(types): add basic support for bind in sequelize.query() method (#10694)
  • cc765cc build(travis): run lint stage first
  • fb6dc2b build: fix spacing in travis.yml
  • 06fe7cc build: add lint stage
  • 9e0b176 docs(typescript): improve typescript docs (#10677)
  • 24e749d build: markdown lint (#10692)
  • 6b65998 fix(types): add missing useCLS static (#10693)
  • 7445423 chore(logger): streamline logging (#10630)
  • a9a32f2 docs: tutorial improvements (#10674)
  • d136b21 docs: cleanup linting issues (#10685)
  • 061787f fix(scope): conform includes correctly (#10691)
  • 0f505ef fix(types): add version property to init options (#10681)
  • c9e48e4 docs(readme): make it easier for newcomers (#10676)
  • 4ec86a4 docs(sequelize): update constructor define docs (#10675)
  • 42414f5 docs: adjust misunderstood phrase in pull request template (#10664)

There are 16 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.12 to 5.2.13.

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

Release Notes for v5.2.13

5.2.13 (2019-04-08)

Bug Fixes

  • mariadb: named timezone support (#10705) (175da2d)
  • query: add escape of null character for postgres bind parameters (#10716) (d6daaf1)
  • query-generator: handle field names in scope include (#10718) (4c9d18f)
  • types: add parent transaction and enhance where parameters (#10726) (47c5f30)
Commits

The new version differs by 23 commits.

  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)
  • d87dab5 docs(query-interface): improve doc string descriptions (#10723)
  • b6c9117 fix(types): add basic support for bind in sequelize.query() method (#10694)
  • cc765cc build(travis): run lint stage first
  • fb6dc2b build: fix spacing in travis.yml
  • 06fe7cc build: add lint stage
  • 9e0b176 docs(typescript): improve typescript docs (#10677)
  • 24e749d build: markdown lint (#10692)
  • 6b65998 fix(types): add missing useCLS static (#10693)
  • 7445423 chore(logger): streamline logging (#10630)

There are 23 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.13 to 5.2.14.

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

Release Notes for v5.2.14

5.2.14 (2019-04-09)

Bug Fixes

Commits

The new version differs by 27 commits.

  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)
  • d87dab5 docs(query-interface): improve doc string descriptions (#10723)
  • b6c9117 fix(types): add basic support for bind in sequelize.query() method (#10694)
  • cc765cc build(travis): run lint stage first
  • fb6dc2b build: fix spacing in travis.yml
  • 06fe7cc build: add lint stage

There are 27 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.14 to 5.2.15.

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

Release Notes for v5.2.15

5.2.15 (2019-04-09)

Bug Fixes

  • types: add regex operators to WhereOperators (#10738) (3dbb318)
Commits

The new version differs by 28 commits.

  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)
  • d87dab5 docs(query-interface): improve doc string descriptions (#10723)
  • b6c9117 fix(types): add basic support for bind in sequelize.query() method (#10694)
  • cc765cc build(travis): run lint stage first
  • fb6dc2b build: fix spacing in travis.yml

There are 28 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.2.15 to 5.3.0.

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

Release Notes for v5.3.0

5.3.0 (2019-04-10)

Features

  • security(postgres): enable standard conforming strings when required (#10746) (850c7fd)
Commits

The new version differs by 30 commits.

  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)
  • d87dab5 docs(query-interface): improve doc string descriptions (#10723)
  • b6c9117 fix(types): add basic support for bind in sequelize.query() method (#10694)

There are 30 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.3.0 to 5.3.1.

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

Release Notes for v5.3.1

5.3.1 (2019-04-11)

Bug Fixes

Commits

The new version differs by 31 commits.

  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)
  • d87dab5 docs(query-interface): improve doc string descriptions (#10723)

There are 31 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.3.1 to 5.3.2.

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

Release Notes for v5.3.2

5.3.2 (2019-04-11)

Bug Fixes

Commits

The new version differs by 32 commits.

  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)

There are 32 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.3.2 to 5.3.3.

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

Release Notes for v5.3.3

5.3.3 (2019-04-12)

Bug Fixes

  • querying: swap startWith and endsWith operators (#10753) (e33462a)
  • types: uniqueKey support for BelongsToManyOptions interface (#10751) (0caf84b)
Commits

The new version differs by 35 commits.

  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)

There are 35 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.3.3 to 5.3.4.

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

Release Notes for v5.3.4

5.3.4 (2019-04-12)

Bug Fixes

  • associations: fix foreign key with a targetkey on table without pk or with unique key (#10654) (e879460)
Commits

The new version differs by 36 commits.

  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)

There are 36 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.3.4 to 5.3.5.

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

Release Notes for v5.3.5

5.3.5 (2019-04-12)

Bug Fixes

  • mssql: unexpected error event when connect fails, crashing node process (#10762) (7a6c60d)
Commits

The new version differs by 37 commits.

  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)
  • cccd33f build: remove extra volume mounts
  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)

There are 37 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.3.5 to 5.4.0.

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

Release Notes for v5.4.0

5.4.0 (2019-04-15)

Bug Fixes

  • typings: extend FindOptions with QueryOptions (#10766) (2f6e01b)

Features

Commits

The new version differs by 39 commits.

  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)
  • 88228d7 refactor: inspect with logger (#10703)

There are 39 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.4.0 to 5.5.0.

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

Release Notes for v5.5.0

5.5.0 (2019-04-15)

Features

Commits

The new version differs by 40 commits.

  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)
  • f6dd943 fix(types): enhance having parameters (#10733)
  • 4d5be9a fix(types): add models property to sequelize class (#10736)

There are 40 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.5.0 to 5.5.1.

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

Release Notes for v5.5.1

5.5.1 (2019-04-16)

Bug Fixes

Commits

The new version differs by 42 commits.

  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)
  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)
  • 3dbb318 fix(types): add regex operators to WhereOperators (#10738)

There are 42 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.5.1 to 5.6.0.

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

Release Notes for v5.6.0

5.6.0 (2019-04-16)

Features

Commits

The new version differs by 44 commits.

  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)
  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)
  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)

There are 44 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.6.0 to 5.6.1.

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

Release Notes for v5.6.1

5.6.1 (2019-04-17)

Bug Fixes

  • model: handle virtual attributes in includes (#10785) (4cc7dc8)
Commits

The new version differs by 45 commits.

  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)
  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)
  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)
  • 0caf84b fix(types): uniqueKey support for BelongsToManyOptions interface (#10751)
  • 728707c fix(postgres): rename debug context (#10752)
  • 504034c fix(types): replication options (#10741)

There are 45 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.6.1 to 5.7.0.

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

Release Notes for v5.7.0

5.7.0 (2019-04-18)

Bug Fixes

Features

Commits

The new version differs by 48 commits.

  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)
  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)
  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)
  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)
  • 258d8aa docs(migrations): typo (#10755)
  • e33462a fix(querying): swap startWith and endsWith operators (#10753)

There are 48 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.0 to 5.7.1.

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

Release Notes for v5.7.1

5.7.1 (2019-04-20)

Bug Fixes

Commits

The new version differs by 50 commits.

  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)
  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)
  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)
  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)
  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)
  • 7a6c60d fix(mssql): unexpected error event when connect fails, crashing node process (#10762)
  • e879460 fix(associations): fix foreign key with a targetkey on table without pk or with unique key (#10654)

There are 50 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.1 to 5.7.2.

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

Release Notes for v5.7.2

5.7.2 (2019-04-22)

Bug Fixes

Commits

The new version differs by 53 commits.

  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)
  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)
  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)
  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)
  • 2c18e08 feat(sync): allow altering comments (#10758)
  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)

There are 53 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.2 to 5.7.3.

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

Release Notes for v5.7.3

5.7.3 (2019-04-22)

Bug Fixes

Commits

The new version differs by 55 commits.

  • 99f396c fix(types): add index hints (#10815)
  • 030e0fa fix(types): adding upsert with returning: true (#10800)
  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)
  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)
  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)
  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)

There are 55 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.3 to 5.7.4.

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

Release Notes for v5.7.4

5.7.4 (2019-04-22)

Bug Fixes

  • redshift: allow standard_conforming_strings option (#10816) (2bb6098)
Commits

The new version differs by 56 commits.

  • 2bb6098 fix(redshift): allow standard_conforming_strings option (#10816)
  • 99f396c fix(types): add index hints (#10815)
  • 030e0fa fix(types): adding upsert with returning: true (#10800)
  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)
  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)
  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)
  • 93e64a9 docs: index hints
  • 720f7ec feat(mysql): indexHints support (#10756)
  • f4a46dc fix(typings): add OptimisticLockError type (#10777)

There are 56 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.4 to 5.7.5.

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

Release Notes for v5.7.5

5.7.5 (2019-04-24)

Bug Fixes

Commits

The new version differs by 59 commits.

  • 8d1972f fix(types): reorder model.get overload (#10797)
  • 0c44722 Fix error in docs (#10826)
  • 379b56c fix(model): make aggregate merge attributes rather than override (#10662)
  • 2bb6098 fix(redshift): allow standard_conforming_strings option (#10816)
  • 99f396c fix(types): add index hints (#10815)
  • 030e0fa fix(types): adding upsert with returning: true (#10800)
  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)
  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)
  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)

There are 59 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.5 to 5.7.6.

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

Release Notes for v5.7.6

5.7.6 (2019-04-26)

Bug Fixes

Commits

The new version differs by 60 commits.

  • 5412ade fix(typings): types for addIndex (#10844)
  • 8d1972f fix(types): reorder model.get overload (#10797)
  • 0c44722 Fix error in docs (#10826)
  • 379b56c fix(model): make aggregate merge attributes rather than override (#10662)
  • 2bb6098 fix(redshift): allow standard_conforming_strings option (#10816)
  • 99f396c fix(types): add index hints (#10815)
  • 030e0fa fix(types): adding upsert with returning: true (#10800)
  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)
  • e3d6795 feat(types): adding Literal type to Operators (#10796)
  • d1645f2 fix(mssql): describeTable for VARCHAR(MAX) (#10795)
  • c44c72a fix(instance): isSoftDelete true after creating (#10799)

There are 60 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.7.6 to 5.8.0.

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

Release Notes for v5.8.0

5.8.0 (2019-04-29)

Bug Fixes

  • associations: check presence of multi-joined instances (#10853) (32be061)

Features

Commits

The new version differs by 63 commits.

  • 32be061 fix(associations): check presence of multi-joined instances (#10853)
  • 04e3592 docs: misc improvements for TS, best practises for classes and changelog fixes (#10850)
  • ba5192c feat(typings): add some missing operators (#10846)
  • 5412ade fix(typings): types for addIndex (#10844)
  • 8d1972f fix(types): reorder model.get overload (#10797)
  • 0c44722 Fix error in docs (#10826)
  • 379b56c fix(model): make aggregate merge attributes rather than override (#10662)
  • 2bb6098 fix(redshift): allow standard_conforming_strings option (#10816)
  • 99f396c fix(types): add index hints (#10815)
  • 030e0fa fix(types): adding upsert with returning: true (#10800)
  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)

There are 63 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.8.0 to 5.8.1.

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

Release Notes for v5.8.1

5.8.1 (2019-04-30)

Bug Fixes

  • types: add validate option to CreateOptions (bf4700b)
Commits

The new version differs by 64 commits.

  • bf4700b fix(types): add validate option to CreateOptions
  • 32be061 fix(associations): check presence of multi-joined instances (#10853)
  • 04e3592 docs: misc improvements for TS, best practises for classes and changelog fixes (#10850)
  • ba5192c feat(typings): add some missing operators (#10846)
  • 5412ade fix(typings): types for addIndex (#10844)
  • 8d1972f fix(types): reorder model.get overload (#10797)
  • 0c44722 Fix error in docs (#10826)
  • 379b56c fix(model): make aggregate merge attributes rather than override (#10662)
  • 2bb6098 fix(redshift): allow standard_conforming_strings option (#10816)
  • 99f396c fix(types): add index hints (#10815)
  • 030e0fa fix(types): adding upsert with returning: true (#10800)
  • 2c06293 fix(types): add Paranoid to Includeable (#10804)
  • 4f71cb2 chore: improve issue templates (#10708)
  • 5fa6e2c docs: change invalid mention of inferNew
  • 032d996 fix(types): scope typing (#10803)

There are 64 commits in total.

See the full diff

from sequelize-simple-cache.

greenkeeper avatar greenkeeper commented on June 18, 2024
  • The devDependency sequelize was updated from 5.8.1 to 5.8.2.

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

Release Notes for v5.8.2

5.8.2 (2019-05-01)

Bug Fixes

  • querying: prevent having clause from cascading (#10859) (1b8c389)
  • sync: handle alter correctly with underscored/aliased columns (#10872) (4de34c5)
  • types: add dialectModule types (#10863) (48eafaa)
  • types: add duplicating option (#10871) (42927d3)
  • types: add Model#addScope overload (5767fba)
  • types: add random function to sequelize (dc41875)
Commits

The new version differs by 70 commits.

  • 1b8c389 fix(querying): prevent having clause from cascading (#10859)
  • dc41875 fix(types): add random function to sequelize
  • 42927d3 fix(types): add duplicating option (#10871)
  • 48eafaa fix(types): add dialectModule types (#10863)
  • 4de34c5 fix(sync): handle alter correctly with underscored/aliased columns (#10872)
  • 5767fba fix(types): add Model#addScope overload
  • bf4700b fix(types): add validate option to CreateOptions
  • 32be061 fix(associations): check presence of multi-joined instances (#10853)
  • 04e3592 docs: misc improvements for TS, best practises for classes and changelog fixes (#10850)
  • ba5192c feat(typings): add some missing operators (#10846)
  • 5412ade fix(typings): types for addIndex (#10844)
  • 8d1972f fix(types): reorder model.get overload (#10797)
  • 0c44722 Fix error in docs (#10826)
  • 379b56c fix(model): make aggregate merge attributes rather than override (#10662)
  • 2bb6098 fix(redshift): allow standard_conforming_strings option (#10816)

There are 70 commits in total.

See the full diff

from sequelize-simple-cache.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.