Skip to content
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

Update for changes in v7 #284

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

Hornwitser
Copy link

The SSCCE was still running on alpha 36 of Sequelize v7 due to the yarn lock file being committed to the repository. When I removed it to make it run on alpha 43 there was a lot of things broken due to changes in v7.

Having a lock file will cause the CI to install outdated versions of
sequelize when running tests.
The arguments for configuring Sequelize has changed in v7. Use separate
compatible base configs for each version.
Update locations for the sqlcmd tools which seems to have changed in the
latest image.
The dialects are now provided by separate packages. Add the new packages
to the CI and documentation.
Versions of sinon >= 11 is incompatible with Node.js v10, which breaks
the ci tests. Also pin nise as it's not following Node.js version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant