modrunner / discord-bot

Node.js application powering the Modrunner Discord bot.
https://modrunner.net
Apache License 2.0
11 stars 5 forks source link

Bump sequelize from 6.19.2 to 6.21.3 #12

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sequelize from 6.19.2 to 6.21.3.

Release notes

Sourced from sequelize's releases.

v6.21.3

6.21.3 (2022-07-11)

Bug Fixes

  • postgres: attach postgres error-handler earlier in lifecycle (v6) (#14731) (90bb694)

v6.21.2

6.21.2 (2022-06-28)

Bug Fixes

v6.21.1

6.21.1 (2022-06-25)

Bug Fixes

  • postgres: use schema set in sequelize config by default (#14665) (2f3b924)

v6.21.0

6.21.0 (2022-06-16)

Features

  • exports types to support typescript >= 4.5 nodenext module (#14620) (cbdf73e)

v6.20.1

6.20.1 (2022-05-27)

Bug Fixes

v6.20.0

6.20.0 (2022-05-23)

Features

Commits
  • 90bb694 fix(postgres): attach postgres error-handler earlier in lifecycle (v6) (#14731)
  • 7bb60e3 fix: properly escaoe multiple $ in fn args (#14678)
  • 86d35b1 docs: added nest option inside findAll query (#14683)
  • 2f3b924 fix(postgres): use schema set in sequelize config by default (#14665)
  • cbdf73e feat: exports types to support typescript >= 4.5 nodenext module (#14620)
  • a333862 docs(readme): update README to be more like main (#14626)
  • e1a9c28 fix: kill connection on commit/rollback error (#14535)
  • b37df96 feat: support cyclic foreign keys (#14499)
  • See full diff 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)