Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

Bumps strong_migrations from 1.8.0 to 2.3.0.

Changelog

Sourced from strong_migrations's changelog.

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
  • a242207 Version bump to 2.3.0 [skip ci]
  • b862d9c Added another test for change_column with check constraints
  • 1080962 Improved test migration
  • 9d57b56 Improved instructions for change_column with check constraints - #298
  • 9863448 Added check for change_column for columns with check constraints with Postgre...
  • 4161bc0 Version bump to 2.2.1 [skip ci]
  • 641a861 Improved code
  • 8ce74d5 Improved support for change_column_null with default value with safe_by_defau...
  • 26840c7 Increased batch size, part 2 [skip ci]
  • 2a0ab09 Increased batch size
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 23, 2025 14:31
@dependabot dependabot bot force-pushed the dependabot/bundler/strong_migrations-2.3.0 branch 3 times, most recently from 4eed58a to 549c89c Compare April 30, 2025 18:51
@dependabot dependabot bot force-pushed the dependabot/bundler/strong_migrations-2.3.0 branch 5 times, most recently from 897b8d5 to 2c14769 Compare May 14, 2025 17:50
@dependabot dependabot bot force-pushed the dependabot/bundler/strong_migrations-2.3.0 branch 2 times, most recently from 4f5db5b to 055e5ba Compare May 22, 2025 03:31
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.8.0 to 2.3.0.
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v1.8.0...v2.3.0)

---
updated-dependencies:
- dependency-name: strong_migrations
  dependency-version: 2.3.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.3.0 branch from 055e5ba to d0df993 Compare May 22, 2025 03:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2025

Superseded by #10712.

@dependabot dependabot bot closed this Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/bundler/strong_migrations-2.3.0 branch June 25, 2025 14:56
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