Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

[Snyk] Upgrade sequelize from 5.21.5 to 6.3.5#227

Open
snyk-bot wants to merge 1 commit into
masterfrom
snyk-upgrade-f57bf95392cc4fbd3588d29e325cec87
Open

[Snyk] Upgrade sequelize from 5.21.5 to 6.3.5#227
snyk-bot wants to merge 1 commit into
masterfrom
snyk-upgrade-f57bf95392cc4fbd3588d29e325cec87

Conversation

@snyk-bot

Copy link
Copy Markdown

Snyk has created this PR to upgrade sequelize from 5.21.5 to 6.3.5.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 32 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2020-09-01.
Release notes
Package name: sequelize
  • 6.3.5 - 2020-09-01

    6.3.5 (2020-09-01)

    Bug Fixes

    • truncate: fix missing await in truncate all models with cascade (#12664) (933b3f6)
  • 6.3.4 - 2020-08-01

    6.3.4 (2020-08-01)

    Bug Fixes

  • 6.3.3 - 2020-07-11

    6.3.3 (2020-07-11)

    Bug Fixes

    • mark database drivers as optional peer dependencies (#12484) (ec2af0d)
  • 6.3.2 - 2020-07-11

    6.3.2 (2020-07-11)

    Bug Fixes

  • 6.3.1 - 2020-07-10

    6.3.1 (2020-07-10)

    Bug Fixes

  • 6.3.0 - 2020-07-04

    6.3.0 (2020-07-04)

    Bug Fixes

    Features

    • types: Add ModelDefined type as syntactic sugar (#12445) (5cabcbc)
  • 6.2.4 - 2020-07-01

    6.2.4 (2020-07-01)

    Bug Fixes

  • 6.2.3 - 2020-06-28

    6.2.3 (2020-06-28)

    Bug Fixes

    • sqlite: describeTable now returns unique constraint and references (#12420) (2de3377)
  • 6.2.2 - 2020-06-27

    6.2.2 (2020-06-27)

    Bug Fixes

    • types: fixed types for model.init and sequelize.define; update docs (#12435) (9c446f9)
  • 6.2.1 - 2020-06-27
  • 6.2.0 - 2020-06-26
  • 6.1.1 - 2020-06-26
  • 6.1.0 - 2020-06-24
  • 6.0.0-beta.7 - 2020-06-24
  • 6.0.0-beta.6 - 2020-05-17
  • 6.0.0-beta.5 - 2020-02-20
  • 6.0.0-beta.4 - 2019-12-12
  • 6.0.0-beta.3 - 2019-10-20
  • 6.0.0-beta.2 - 2019-10-19
  • 6.0.0-beta.1 - 2019-06-12
  • 5.22.3 - 2020-06-30

    5.22.3 (2020-06-30)

    Bug Fixes

    • sqlite: describeTable now returns unique and references (#12440) (3d2df28)
  • 5.22.2 - 2020-06-27
  • 5.22.1 - 2020-06-26
  • 5.22.0 - 2020-06-24
  • 5.21.13 - 2020-06-14
  • 5.21.12 - 2020-06-05
  • 5.21.11 - 2020-05-26
  • 5.21.10 - 2020-05-19
  • 5.21.9 - 2020-05-14
  • 5.21.8 - 2020-05-10
  • 5.21.7 - 2020-04-23
  • 5.21.6 - 2020-04-04
  • 5.21.5 - 2020-02-20
from sequelize GitHub release notes
Commit messages
Package name: sequelize
  • 933b3f6 fix(truncate): fix missing `await` in truncate all models with cascade (#12664)
  • 490db41 fix(model): handle `true` timestamp fields correctly (#12580) (#12581)
  • 6c99ba0 docs(raw-queries): update broken link (#12542)
  • 62f1911 docs(migrations): add example for conditional unique index (#12578)
  • 45ec1a2 docs(naming-strategies): fix user model name user (#12576)
  • b0e6f03 docs(advanced-many-to-many): add missing `await` (#12533)
  • 4b2e767 doc: Add install tsc on configuration (#12510)
  • ec2af0d fix: mark database drivers as optional peer dependencies (#12484)
  • 96f4166 fix(upsert): set isNewRecord to false when upserting (#12447) (#12485)
  • 45d9c22 docs: add unique: false to belongs_to_many (#12481)
  • 631f555 fix: use lodash _baseIsNative directly instead of _.isNative (#12358) (#12475) (#12480)
  • 5cabcbc feat(types): Add ModelDefined type as syntactic sugar (#12445)
  • 4d82907 fix(mssql): upsert query with falsey values (#12453) (#12459)
  • 9a45509 fix(types): update SaveOptions type to include Hookable (#12441) (#12444)
  • 945af92 build: use release.branches
  • 90e60b1 build: enable appveyor ci for v6
  • 9358a13 build: enable ci for v6
  • d346a08 build: appveyor fix
  • eca3524 build: esdoc build can't parse comments
  • 44784fc docs: fix typo in the associations docs (#12438)
  • 2de3377 fix(sqlite): describeTable now returns unique constraint and references (#12420)
  • 9c446f9 fix(types): fixed types for model.init and sequelize.define; update docs (#12435)
  • 5473751 docs(typescript): error in the name of interface (#12430)
  • aeb318a fix(mssql): insert/upsert operations do not return all fields (#12433)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@snyk-bot snyk-bot requested a review from a team as a code owner December 10, 2020 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant