-
Notifications
You must be signed in to change notification settings - Fork 0
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
An in-range update of ah-sequelize-plugin is breaking the build 🚨 #68
Comments
After pinning to 1.1.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are still failing with this version. Compare changes Release Notes for v1.3.0No longer assume model and migration paths are relative to project rootFor the Typescript version of Actionhero (v21), we need to be able to account for projects which have both a src and a dist directory. This means that we cannot rely on models & migrations being relative to project root... that will change depending on which more you are running in. This change changes the config setup for ah-sequelzie-plugin to instead search for those folders relative to the config file (which will be compiled as needed itself into dist or src) If you are upgrading to this version, you will need to update your |
Your tests are still failing with this version. Compare changes Release Notes for v1.3.1Allow for loading TS files with named exports |
Your tests are still failing with this version. Compare changes |
The dependency ah-sequelize-plugin was updated from
1.1.2
to1.2.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
ah-sequelize-plugin is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for v1.2.0
operatorsAliases
, as they are deprecated by SequelizeCommits
The new version differs by 4 commits.
60191f8
v1.2.0
28f0bdd
update tests to sequelize v5 (#75)
e334e71
update deps
aecfba0
update deps
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: