rsksmart / rif-storage-pinner

MIT License
2 stars 3 forks source link

chore(deps): bump sequelize from 6.6.2 to 6.8.0 #509

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sequelize from 6.6.2 to 6.8.0.

Release notes

Sourced from sequelize's releases.

v6.8.0

6.8.0 (2021-10-24)

Bug Fixes

  • types: allow any values in isIn validator (#12962) (d511d91)
  • allows insert primary key with zero (#13458) (e4aff2f)
  • model: Convert number values only if they aren't null to avoid NaN (199b632)
  • model.d: accept [Op.is] in where (broken in TypeScript 4.4) (#13499) (d685a9a)
  • postgres: fix findCreateFind to work with postgres transactions (#13482) (84421d7)
  • select: do not force set subQuery to false (#13490) (0943339)
  • sqlite: fix wrongly overwriting storage if empty string (#13376) (c3e608b), closes #13375
  • types: add missing upsert hooks (#13394) (5e9c209)
  • types: extend BulkCreateOptions by SearchPathable (#13469) (47c2d05), closes #13454
  • types: typo in model.d.ts (#13574) (31d0fbc)

Features

v6.7.0

6.7.0 (2021-10-09)

Bug Fixes

  • deps: upgrade to secure versions of dev deps (#13549) (cf53734)
  • docs: fix typo in documentation for polymorphic associations (#13405) (bbf3d76)
  • types: allow rangable to take a string tuple (#13486) (ca2a11a)

Features

  • test: add test for nested column in where query (#13478) (26b62c7), closes #13288
  • types: make config type deeply writeable for before connect hook (#13424) (f078f77)

v6.6.5

6.6.5 (2021-07-06)

Bug Fixes

v6.6.4

6.6.4 (2021-06-26)

... (truncated)

Commits
  • d511d91 fix(types): allow any values in isIn validator (#12962)
  • e4aff2f fix: allows insert primary key with zero (#13458)
  • 4098eb0 chore(docs): Add documentation for increment method (#13254)
  • 66e6d76 chore(probot-stale): reenable auto-close issues bot
  • 84421d7 fix(postgres): fix findCreateFind to work with postgres transactions (#13482)
  • 0943339 fix(select): do not force set subQuery to false (#13490)
  • 31d0fbc fix(types): typo in model.d.ts (#13574)
  • 176f4ff refactor(mssql test): Fix 'should not contain views' failing (#13400)
  • 1340ea1 docs: add sqlcommenter-sequelize to the list of miscellaneous resources (#13449)
  • 3ca085d feat(postgres): support query_timeout dialect option (#13258)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #511.