alarmdisplay / display

Component for displaying alerts and general info
GNU Affero General Public License v3.0
11 stars 2 forks source link

Bump umzug from 2.3.0 to 3.2.1 in /server #54

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps umzug from 2.3.0 to 3.2.1.

Release notes

Sourced from umzug's releases.

v3.2.1

What's Changed

Full Changelog: https://github.com/sequelize/umzug/compare/v3.2.0...v3.2.1

v3.2.0

What's Changed

Full Changelog: https://github.com/sequelize/umzug/compare/v3.1.2...v3.2.0

v3.1.2

What's Changed

Full Changelog: https://github.com/sequelize/umzug/compare/v3.1.1...v3.1.2

v3.1.1

https://github.com/sequelize/umzug/compare/v3.1.0...v3.1.1

v3.1.0

What's Changed

See https://github.com/sequelize/umzug/discussions/545

Full Changelog: https://github.com/sequelize/umzug/compare/v3.0.0...v3.1.0

v3.0.0

Major release with some breaking changes since v2.x, see migration guide here: https://github.com/sequelize/umzug#upgrading-from-v2x

Several new features, including a new built-in CLI, typescript support, templating, improved events, logging and error messages, and more.

Find usage examples under https://github.com/sequelize/umzug/tree/master/examples

Migration guide at time of writing copied here for covenience:

Upgrading from v2.x

The Umzug class should be imported as a named import, i.e. import { Umzug } from 'umzug'.

The MigrationMeta type, which is returned by umzug.executed() and umzug.pending(), no longer has a file property - it has a name and optional path - since migrations are not necessarily bound to files on the file system.

... (truncated)

Changelog

Sourced from umzug's changelog.

Change Log

All notable changes to this project until v2.3.0 were documented in this file.

For the change logs for versions above v2.3.0, please refer to the GitHub releases section.

Commits
Maintainer changes

This version was pushed to npm by mmkale, a new releaser for umzug since your current version.


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)