Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps strong_migrations from 1.8.0 to 2.5.1.

Changelog

Sourced from strong_migrations's changelog.

2.5.1 (2025-10-13)

  • Fixed transaction_timeout option with DDL transaction

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

... (truncated)

Commits
  • 9d40089 Version bump to 2.5.1 [skip ci]
  • 5d2b23d Fixed CI
  • 7605420 Updated changelog [skip ci]
  • 6e15f19 Set transaction_timeout before opening the transaction (#308)
  • 4018b4b Updated checkout action
  • e71d0f6 Moved test code to separate files
  • cd592cc Test with Active Record 8.1.0.beta1 on CI
  • 7f7d444 Version bump to 2.5.0 [skip ci]
  • 45690a2 Improved instructions for rename_schema [skip ci]
  • 0917fe1 Added check for rename_schema
  • 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 Oct 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 15, 2025 14:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 15, 2025
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.8.0 to 2.5.1.
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v1.8.0...v2.5.1)

---
updated-dependencies:
- dependency-name: strong_migrations
  dependency-version: 2.5.1
  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.1 branch from 9d26e60 to ca5e28d Compare October 17, 2025 21:07
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.

1 participant