Skip to content

Bump cakephp/migrations from 4.9.6 to 5.1.0#185

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps cakephp/migrations from 4.9.6 to 5.1.0.

Release notes

Sourced from cakephp/migrations's releases.

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
  • 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
  • 1f572a6 Fix doc ci issues
  • 122ce9f Add pluginname navbar
  • 1e4c2d7 Fix documentation issues (#1064)
  • 4120877 Bump codecov/codecov-action from 5 to 6 (#1063)
  • 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.0.
- [Release notes](https://github.com/cakephp/migrations/releases)
- [Commits](cakephp/migrations@4.9.6...5.1.0)

---
updated-dependencies:
- dependency-name: cakephp/migrations
  dependency-version: 5.1.0
  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 13, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #187.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/composer/cakephp/migrations-5.1.0 branch April 20, 2026 19:55
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