Closed renovate[bot] closed 3 months ago
Manual changes needed before merging.
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x
releases. But if you manually upgrade to 3.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
^2.3.0
->^3.0.0
Release Notes
sequelize/umzug (umzug)
### [`v3.8.1`](https://togithub.com/sequelize/umzug/releases/tag/v3.8.1) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.8.0...v3.8.1) #### What's Changed - fix: use `undefined` when charset and collate options are not supported by [@EinfachHans](https://togithub.com/EinfachHans) in [https://github.com/sequelize/umzug/pull/673](https://togithub.com/sequelize/umzug/pull/673) #### New Contributors - [@EinfachHans](https://togithub.com/EinfachHans) made their first contribution in [https://github.com/sequelize/umzug/pull/673](https://togithub.com/sequelize/umzug/pull/673) **Full Changelog**: https://github.com/sequelize/umzug/compare/v3.8.0...v3.8.1 ### [`v3.8.0`](https://togithub.com/sequelize/umzug/releases/tag/v3.8.0) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.7.0...v3.8.0) #### What's Changed - chore(deps): update dependency sequelize to v6.37.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/sequelize/umzug/pull/643](https://togithub.com/sequelize/umzug/pull/643) - glob -> fast-glob by [@mmkal](https://togithub.com/mmkal) in [https://github.com/sequelize/umzug/pull/660](https://togithub.com/sequelize/umzug/pull/660) **Full Changelog**: https://github.com/sequelize/umzug/compare/v3.7.0...v3.8.0 ### [`v3.7.0`](https://togithub.com/sequelize/umzug/releases/tag/v3.7.0) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.6.1...v3.7.0) - create: allow specifying content directly [`543a45d`](https://togithub.com/sequelize/umzug/commit/543a45d) ### [`v3.6.1`](https://togithub.com/sequelize/umzug/releases/tag/v3.6.1) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.6.0...v3.6.1) - new np version [`e3ce7f3`](https://togithub.com/sequelize/umzug/commit/e3ce7f3) ### [`v3.6.0`](https://togithub.com/sequelize/umzug/releases/tag/v3.6.0) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.5.1...v3.6.0) #### What's Changed - fix(deps): update dependency glob to v8.1.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/sequelize/umzug/pull/639](https://togithub.com/sequelize/umzug/pull/639) - Fix DeprecationWarning for Sequelize V7 by [@anroypaul](https://togithub.com/anroypaul) in [https://github.com/sequelize/umzug/pull/644](https://togithub.com/sequelize/umzug/pull/644) - fix(deps): update dependency type-fest to v4 by [@renovate](https://togithub.com/renovate) in [https://github.com/sequelize/umzug/pull/647](https://togithub.com/sequelize/umzug/pull/647) - fix(deps): update dependency pony-cause to v2.1.10 by [@renovate](https://togithub.com/renovate) in [https://github.com/sequelize/umzug/pull/616](https://togithub.com/sequelize/umzug/pull/616) #### New Contributors - [@anroypaul](https://togithub.com/anroypaul) made their first contribution in [https://github.com/sequelize/umzug/pull/644](https://togithub.com/sequelize/umzug/pull/644) **Full Changelog**: https://github.com/sequelize/umzug/compare/v3.5.1...v3.6.0 ### [`v3.5.1`](https://togithub.com/sequelize/umzug/compare/v3.5.0...2e9599b9c598bd461309a5430ad8688f65252728) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.5.0...v3.5.1) ### [`v3.5.0`](https://togithub.com/sequelize/umzug/releases/tag/v3.5.0) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.4.0...v3.5.0) ##### What's Changed - stop using super-old import x = require('x') syntax in [https://github.com/sequelize/umzug/pull/629](https://togithub.com/sequelize/umzug/pull/629) - document ts-command-line error handling in [https://github.com/sequelize/umzug/pull/633](https://togithub.com/sequelize/umzug/pull/633) - feat: non-breaking ESM support 🤝 in [https://github.com/sequelize/umzug/pull/613](https://togithub.com/sequelize/umzug/pull/613) **Full Changelog**: https://github.com/sequelize/umzug/compare/v3.4.0...v3.5.0 ### [`v3.4.0`](https://togithub.com/sequelize/umzug/releases/tag/v3.4.0) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.3.1...v3.4.0) #### What's Changed - Provide charset and collate options only for dialects supporting them by [@QuentinFarizon](https://togithub.com/QuentinFarizon) in [https://github.com/sequelize/umzug/pull/624](https://togithub.com/sequelize/umzug/pull/624) #### New Contributors - [@QuentinFarizon](https://togithub.com/QuentinFarizon) made their first contribution in [https://github.com/sequelize/umzug/pull/624](https://togithub.com/sequelize/umzug/pull/624) **Full Changelog**: https://github.com/sequelize/umzug/compare/v3.3.1...v3.4.0 ### [`v3.3.1`](https://togithub.com/sequelize/umzug/releases/tag/v3.3.1) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.3.0...v3.3.1) - Revert "feat: remove uniqueness from sequelize storage ([#602](https://togithub.com/sequelize/umzug/issues/602))" [`e849968`](https://togithub.com/sequelize/umzug/commit/e849968) (see [https://github.com/sequelize/umzug/issues/614](https://togithub.com/sequelize/umzug/issues/614)) Amended release notes from 3.3.0 (and [comparison with v3.2.1](https://togithub.com/sequelize/umzug/compare/v3.2.1...v3.3.1)): ##### What's Changed - Fix false positive Confusing Ordering warning by [@rpominov](https://togithub.com/rpominov) in [https://github.com/sequelize/umzug/pull/575](https://togithub.com/sequelize/umzug/pull/575) - async template function by [@ccamensuli](https://togithub.com/ccamensuli) in [https://github.com/sequelize/umzug/pull/591](https://togithub.com/sequelize/umzug/pull/591) - Fix typo in readme by [@sdepold](https://togithub.com/sdepold) in [https://github.com/sequelize/umzug/pull/604](https://togithub.com/sequelize/umzug/pull/604) - \~feat: remove uniqueness from sequelize storage by [@mau31415](https://togithub.com/mau31415) in [https://github.com/sequelize/umzug/pull/602](https://togithub.com/sequelize/umzug/pull/602)~ (reverted) ### [`v3.3.0`](https://togithub.com/sequelize/umzug/releases/tag/v3.3.0) [Compare Source](https://togithub.com/sequelize/umzug/compare/v3.2.1...v3.3.0) ⚠️ ⚠️ ⚠️ This version is deprecated, please use [3.3.1](https://togithub.com/sequelize/umzug/releases/v3.3.1) - but note that [#602](https://togithub.com/sequelize/umzug/issues/602) was reverted and is not included in 3.3.1 ⚠️ ⚠️ ⚠️Original release notes
#### What's Changed * Fix false positive Confusing Ordering warning by @rpomin[https://github.com/sequelize/umzug/pull/575](https://togithub.com/sequelize/umzug/pull/575)ll/575 * async template function by @ccamensu[https://github.com/sequelize/umzug/pull/591](https://togithub.com/sequelize/umzug/pull/591)ll/591 * Fix typo in readme by @sdepo[https://github.com/sequelize/umzug/pull/604](https://togithub.com/sequelize/umzug/pull/604)ll/604 * feat: remove uniqueness from sequelize storage by @mau314[https://github.com/sequelize/umzug/pull/602](https://togithub.com/sequelize/umzug/pull/602)ll/602 #### New Contributors * @rpominov made their first contributi[https://github.com/sequelize/umzug/pull/575](https://togithub.com/sequelize/umzug/pull/575)ll/575 * @ccamensuli made their first contributi[https://github.com/sequelize/umzug/pull/591](https://togithub.com/sequelize/umzug/pull/591)ll/591 * @mau31415 made their first contributi[https://github.com/sequelize/umzug/pull/602](https://togithub.com/sequelize/umzug/pull/602)ll/602Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.