-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sequelize/types/lib/hooks path #1202
Conversation
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.8.0 to 6.16.1. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](sequelize/sequelize@v6.8.0...v6.16.1) --- updated-dependencies: - dependency-name: sequelize dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
'types/lib' folder was removed in sequelize verstion >= 6
… Model, Deprecated: Operator Aliases
Codecov Report
@@ Coverage Diff @@
## master #1202 +/- ##
=======================================
Coverage 95.11% 95.11%
=======================================
Files 117 117
Lines 1126 1126
Branches 129 129
=======================================
Hits 1071 1071
Misses 23 23
Partials 32 32
Continue to review full report at Codecov.
|
@lukashroch do we have a target date for when this will be released? |
@stanleynguyen I've opened a PR to push out a release. So hopefully soon. |
2.1.3 is not compatible with sequelize 6.10.0 due to this change sequelize/sequelize-typescript#1202
This is to fix the security vulnerability CVE-2021-3765 in validator.js < 13.7.0 GHSA-qgmg-gppg-76g5 I've also fixed sequelize-typescript at version 2.1.2 as 2.1.3 is not compatible with sequelize 6.10.0 due to this change sequelize/sequelize-typescript#1202
This is to fix the security vulnerability CVE-2021-3765 in validator.js < 13.7.0 GHSA-qgmg-gppg-76g5 I've also fixed sequelize-typescript at version 2.1.2 as 2.1.3 is not compatible with sequelize 6.10.0 due to this change sequelize/sequelize-typescript#1202
#1198 Problem solved.
'types/lib' folder was removed in sequelize verstion >= 6,
test/specs/instance.spec.ts file edit - Model.reload() method is return Model,
Deprecated: Operator Aliases