Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps strong_migrations from 1.8.0 to 2.5.0.

Changelog

Sourced from strong_migrations's changelog.

2.5.0 (2025-07-27)

  • Added check for rename_schema
  • Made auto_analyze apply to add_reference

2.4.0 (2025-06-23)

  • Added remove_invalid_indexes option to install generator
  • Added experimental transaction_timeout option
  • Dropped support for Ruby < 3.2 and Active Record < 7.1

2.3.0 (2025-04-03)

  • Added check for change_column for columns with check constraints with Postgres

2.2.1 (2025-03-21)

  • Added support for change_column_null with default value with safe_by_default option
  • Improved backfill instructions
  • Fixed safe_by_default applying to migrations before start_after

2.2.0 (2025-02-01)

  • Fixed constraint name for long table and column names with change_column_null
  • Dropped support for Active Record < 7

2.1.0 (2024-11-08)

  • Added skip_database method
  • Added experimental remove_invalid_indexes option
  • Added warning for unsupported adapters
  • Improved output for db:forward, db:rollback, db:migrate:up, and db:migrate:down
  • Made operations more retriable with safe_by_default

2.0.2 (2024-10-30)

  • Fixed migrations not running with Active Record 8 rc2

2.0.1 (2024-10-14)

  • Fixed issue with alphabetize_schema and virtual columns

2.0.0 (2024-06-28)

  • Improved install generator for Trilogy
  • Fixed charset check for MariaDB 11.4
  • Dropped support for Ruby < 3.1 and Active Record < 6.1
  • Dropped support for Postgres < 12, MySQL < 8.0, and MariaDB < 10.5
Commits
  • 7f7d444 Version bump to 2.5.0 [skip ci]
  • 45690a2 Improved instructions for rename_schema [skip ci]
  • 0917fe1 Added check for rename_schema
  • a21fa23 Added tests for auto_analyze with safe_by_default
  • de48c0f Added with_auto_analyze test method
  • 8d79f8c Made auto_analyze apply to add_reference - resolves #303
  • bda00b6 Version bump to 2.4.0 [skip ci]
  • da5b807 Updated issue template [skip ci]
  • ac22798 Marked transaction_timeout option as experimental [skip ci]
  • 5827348 Added possible todo [skip ci]
  • 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 show <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 17, 2025 14:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 17, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/strong_migrations-2.5.0 branch 4 times, most recently from df27898 to a1fdc21 Compare September 18, 2025 00:40
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.8.0 to 2.5.0.
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v1.8.0...v2.5.0)

---
updated-dependencies:
- dependency-name: strong_migrations
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/strong_migrations-2.5.0 branch from a1fdc21 to a76b748 Compare September 19, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants