-
Notifications
You must be signed in to change notification settings - Fork 286
Move @types/sequelize constraint to >= ? #142
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
Comments
Hey @bilby91 , I thought about it too. But the problem is, in case of typings that are not compatible with sequelize-typescript, we wouldn't notice the issue fast enough. So that all beginners new to sequelize-typescript couldn't use sequelize-typescript until the typings are fixed. |
Hi @RobinBuschmann ! Sure, that should work. I was thinking of another option maybe. Having a CI run with the latest version always. I guess the problem with that will be that if we don't commit frequently to the repo we won't notice the incompatibility. Let's go with your idea! |
Hey @RobinBuschmann,
Are you okey if we change the @types/sequelize constraint to
>=
? We are not able to use the latest types that include some definitions that we need.Thanks!
The text was updated successfully, but these errors were encountered: