Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Bump @healthscreening/sequelize-lazy-migrations from 1.0.12 to 2.0.0#788

Merged
PythonCoderAS merged 1 commit into
masterfrom
dependabot/npm_and_yarn/healthscreening/sequelize-lazy-migrations-2.0.0
Jun 20, 2022
Merged

Bump @healthscreening/sequelize-lazy-migrations from 1.0.12 to 2.0.0#788
PythonCoderAS merged 1 commit into
masterfrom
dependabot/npm_and_yarn/healthscreening/sequelize-lazy-migrations-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 20, 2022

Bumps @healthscreening/sequelize-lazy-migrations from 1.0.12 to 2.0.0.

Release notes

Sourced from @​healthscreening/sequelize-lazy-migrations's releases.

v2.0.0

What's Changed

  • [MINOR BREAKING CHANGE]: The package will sort revisions based on the migration number rather than the timestamp of the migration file. The migration number is the second number found in a migration file's name, and while the timestamp and migration number should both increase at the same time, there is a rare chance this does not happen, such as when working in an environment with desynced time. It might change the order in which migrations are applied and is thus a breaking change.
  • [BREAKING CHANGE]: Setting a defaultValue of null is no longer supported, although it is not likely this makes sense.
  • The index.js file in the model root directory can now do a default export of an object containing the sequelize and Sequelize keys.

New Contributors

Full Changelog: HealthScreening/sequelize-lazy-migrations@v1.0.12...v2.0.0

Commits
  • b280884 Version bump to represent major change
  • 161208e Update install signature
  • 203f1b9 Add fallback to match previous behavior
  • 1dd07de Merge pull request #72 from rosart-io/master
  • b1908f5 Merge pull request #1 from HealthScreening/master
  • 2b0b460 Merge pull request #71 from HealthScreening/dependabot/npm_and_yarn/sequelize...
  • 8073dff Bump sequelize from 6.20.1 to 6.21.0
  • 86b3750 Update auto-update.yml
  • 57391bf Update codeql-analysis.yml
  • c1ad6ea Update dependabot.yml
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@healthscreening/sequelize-lazy-migrations](https://github.com/healthscreening/sequelize-lazy-migrations) from 1.0.12 to 2.0.0.
- [Release notes](https://github.com/healthscreening/sequelize-lazy-migrations/releases)
- [Commits](HealthScreening/sequelize-lazy-migrations@v1.0.12...v2.0.0)

---
updated-dependencies:
- dependency-name: "@healthscreening/sequelize-lazy-migrations"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2022
@PythonCoderAS PythonCoderAS merged commit 4de0555 into master Jun 20, 2022
@PythonCoderAS PythonCoderAS deleted the dependabot/npm_and_yarn/healthscreening/sequelize-lazy-migrations-2.0.0 branch June 20, 2022 01:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant