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

An in-range update of ah-sequelize-plugin is breaking the build 🚨 #68

Open
greenkeeper bot opened this issue Sep 6, 2019 · 4 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 6, 2019

The dependency ah-sequelize-plugin was updated from 1.1.2 to 1.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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.2.0
  • this package now require sequelize v5, and test against only that version
  • this package has fully up-to-date dependancies
  • Removes operatorsAliases, as they are deprecated by Sequelize
Commits

The new version differs by 4 commits.

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 6, 2019

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.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.0

No longer assume model and migration paths are relative to project root

For 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 /config/sequelize.js config file to have a full path in your modelsDir and migrationsDir

#78

Commits

The new version differs by 3 commits.

  • aabd50c no longer assume model and migration paths are relative to project root
  • 619842b Update README.md
  • 4eefbe6 Include a config example that is resilient to JDBC-URL style configuration

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.1

Allow for loading TS files with named exports

Commits

The new version differs by 2 commits ahead by 2, behind by 1.

  • b944c13 allow for loading TS files with named exports
  • 3b476bb no longer assume model and migration paths are relative to project root (#78)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 1 commits.

  • 8100afa fixup checks to load TS files, but not .d.ts files

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants