deluan / contentful-migrate

🐎 Schema migration tooling for Contentful, with state management
https://www.contentful.com/blog/2018/09/13/content-model-changes-scale-telus-cms-as-code/
MIT License
60 stars 37 forks source link

build(deps): bump migrate from 1.6.2 to 1.7.0 #224

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps migrate from 1.6.2 to 1.7.0.

Changelog

Sourced from migrate's changelog.

1.7.0 / 2020-06-29

  • Docs, deps and maintence
  • Resolve absolute and node_module specifiers for path options

1.3.0 / 2018-03-15

  • Added --extension
  • --extention deprecation
  • Bug fixes

1.2.0 / 2018-01-27

  • Bug fixes for promise rejections

1.1.1 / 2018-01-02

  • Bug Fix

1.1.0 / 2017-12-20

  • Fixes state store functionality issues

1.0.1 / 2017-12-19

  • Bug fix

1.0.0 / 2017-11-30

  • This was a major refactor effecting most of the codebase
  • Track migration status on a per migration basis as opposed to with an array index
  • Moved to commander for cli interface
  • Compiler support
  • State store support
  • dotenv support
  • See: tj/node-migrate#77

0.2.3 / 2016-07-05

  • Add date-format option for new migrations (#66)
  • Update readme: Usage section (#65)
  • Add missing license field to package.json (#64)

... (truncated)

Commits
  • 95454df 1.7.0
  • 258d7ed Update migrate
  • d0d8dc3 fix: Small typo fix
  • 41c5686 fix: remove and disable package-lock.json
  • 805faa9 fix: closes #137 npm audit issues, updated all dependencies and fix lint
  • 310dd29 fix: Fix error logging on failed migration
  • 53a916f feat: closes #149 allow abs path for --migrations-dir
  • 8e7a496 fix(docs): Update readme with next callback in async function
  • b01061e fix(docs): is => should
  • aee7d7a feat: add ability to resolve path for custom generator file
  • See full diff 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)
dependabot[bot] commented 2 years ago

Superseded by #258.