TownHallHQ / TownHall

MIT License
26 stars 13 forks source link

chore(deps): Bump sea-orm-cli from 0.11.3 to 0.12.3 #162

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps sea-orm-cli from 0.11.3 to 0.12.3.

Release notes

Sourced from sea-orm-cli's releases.

0.12.3

New Features

Enhancements

  • [sea-orm-cli] Support generation of related entity with composite foreign key SeaQL/sea-orm#1693

Bug Fixes

  • [sea-orm-macro] Fixed DeriveValueType by qualifying QueryResult SeaQL/sea-orm#1855
  • Fixed Loader panic on empty inputs

Upgrades

  • Upgraded salvo to 0.50
  • Upgraded chrono to 0.4.30 SeaQL/sea-orm#1858
  • Updated sea-query to 0.30.1
  • Updated sea-schema to 0.14.1

House keeping

0.12.2

Enhancements

  • Added support for Postgres arrays in FromQueryResult impl of JsonValue SeaQL/sea-orm#1598

Bug fixes

0.12.1

New Features

  • Added MigratorTrait::migration_table_name() method to configure the name of migration table SeaQL/sea-orm#1511
#[async_trait::async_trait]
impl MigratorTrait for Migrator {
    // Override the name of migration table
    fn migration_table_name() -> sea_orm::DynIden {
        Alias::new("override_migration_table_name").into_iden()
    }
    ...
}

... (truncated)

Changelog

Sourced from sea-orm-cli's changelog.

0.12.3 - 2023-09-22

New Features

Enhancements

  • [sea-orm-cli] Support generation of related entity with composite foreign key SeaQL/sea-orm#1693

Bug Fixes

  • [sea-orm-macro] Fixed DeriveValueType by qualifying QueryResult SeaQL/sea-orm#1855
  • Fixed Loader panic on empty inputs

Upgrades

  • Upgraded salvo to 0.50
  • Upgraded chrono to 0.4.30 SeaQL/sea-orm#1858
  • Updated sea-query to 0.30.1
  • Updated sea-schema to 0.14.1

House keeping

0.12.2 - 2023-08-04

Enhancements

  • Added support for Postgres arrays in FromQueryResult impl of JsonValue SeaQL/sea-orm#1598

Bug fixes

0.12.1 - 2023-07-27

  • 0.12.0-rc.1: Yanked
  • 0.12.0-rc.2: 2023-05-19
  • 0.12.0-rc.3: 2023-06-22
  • 0.12.0-rc.4: 2023-07-08
  • 0.12.0-rc.5: 2023-07-22

New Features

  • Added MigratorTrait::migration_table_name() method to configure the name of migration table SeaQL/sea-orm#1511
#[async_trait::async_trait]
</tr></table> 

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 9 months ago

Looks like sea-orm-cli is up-to-date now, so this is no longer needed.