Skip to content

Bump cakephp/migrations from 4.9.6 to 5.1.1#187

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/cakephp/migrations-5.1.1
Open

Bump cakephp/migrations from 4.9.6 to 5.1.1#187
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/cakephp/migrations-5.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps cakephp/migrations from 4.9.6 to 5.1.1.

Release notes

Sourced from cakephp/migrations's releases.

Migrations 5.1.1

Fixes

  • TestSuite\Migrator now treats cake_migrations as a migration metadata table alongside legacy *_phinxlog tables, so the unified migration ledger is reset during test cleanup instead of being left behind. (#1072)

Full Changelog: cakephp/migrations@5.1.0...5.1.1

Migrations 5.1.0

Improvements

  • Add support for database views and triggers. (#957)
  • Add migrations reset command. (#1051)
  • Add fluent Table API for check constraints. (#1052)
  • Add ALGORITHM/LOCK support to Index operations. (#1057)
  • Raise PHPStan level to 8 with null safety fixes. (#1044)

Fixes

  • Fix property types related to CakePHP 5.4 changes. (#1067)

Full Changelog: cakephp/migrations@5.0.4...5.1.0

Migrations 5.0.4

What's Changed

Full Changelog: cakephp/migrations@5.0.3...5.0.4

Migrations 5.0.3

What's Changed

⚠️ Potential Breaking Change

Foreign Key Constraint Naming: When using addForeignKey() without an explicit constraint name, migrations now auto-generates names using the pattern {table}_{columns} instead of letting the database generate names (e.g., articles_ibfk_1 on MySQL). This provides consistent naming across all database adapters but may affect rollbacks in existing migrations that reference constraints by their old names. See the upgrade documentation for details.

Full Changelog: cakephp/migrations@5.0.2...5.0.3

Migrations 5.0.2

What's Changed

... (truncated)

Commits
  • d996bd9 Handle unified migration ledger in test migrator (#1072)
  • 1fc7f8d docs: restore reference content lost in docs split (#1073)
  • 5843667 Merge pull request #1070 from cakephp/5.x-rework-docs
  • 73b4bb9 rework docs to have more smaller pages
  • f93fd72 Merge remote-tracking branch 'origin/5.x' into 5.next
  • 405767f fix property types related to CakePHP 5.4 changes (#1067)
  • 22ddfff fix property types related to CakePHP 5.4 changes
  • 121bcd1 Bump vite from 7.3.1 to 7.3.2 in /docs (#1065)
  • 5a796ac adjust Dockerfile to use NodeJS 24 and angie
  • 6ef876d docs(ci): fix remaining code fence issues
  • 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 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)

Bumps [cakephp/migrations](https://github.com/cakephp/migrations) from 4.9.6 to 5.1.1.
- [Release notes](https://github.com/cakephp/migrations/releases)
- [Commits](cakephp/migrations@4.9.6...5.1.1)

---
updated-dependencies:
- dependency-name: cakephp/migrations
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 20, 2026
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants