Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cakephp/cakephp requirement from 5.1.* to 5.2.* #1034

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Updates the requirements on cakephp/cakephp to permit the latest version.

Release notes

Sourced from cakephp/cakephp's releases.

CakePHP 5.2.0 released

The CakePHP core team is happy to announce the release of CakePHP 5.2.0. The 5.2 release includes several behavior changes to increase correctness and new features. The highlights of those include:

  • The cake counter_cache command was added. This command can be used to regenerate counters for models that use CounterCacheBehavior.
  • ConsoleIntegrationTestTrait::debugOutput() makes it easier to debug integration tests for console commands.
  • Console arguments and options support a separator option making it possible to define parameters like --names=foo,bar
  • The nativeuuid type was added. This type enables uuid columns to be used in Mysql connections with MariaDB. In all other drivers, nativeuuid is an alias for uuid.
  • A new set of database reflection methods are added. These new methods will be used to simplify migrations in future releases.
  • FormHelper::deleteLink() has been added as convenience wrapper for delete links in templates using DELETE method.
  • HtmlHelper::importmap() was added. This method allows you to define import maps for your JavaScript files.
  • Custom exceptions can have specific error handling logic defined in ErrorController.
  • TestFixture::$strictFields was added. Enabling this property will make fixtures raise an error if a fixture's record list contains fields that do not exist in the schema.

What's new in 5.2.0

The migration guide has a complete list of what's new in 5.2.0. We recommend you give that page a read when upgrading as it notes the behavior changes present in 5.2.0.

Contributors to 5.2.0

Thank you to all the contributors that have contributed to this release:

  • Adam Halfar
  • ADmad
  • Erwane Breton
  • John Caprez
  • Kevin Pfeifer
  • kolorafa
  • Mark Scherer
  • Mark Story
  • Masatoshi Ogiwara
  • Miguel Enes
  • mirko-pagliai
  • Nicos Panayides
  • othercorey
  • RobRikken

As always, a huge thanks to all the community members that helped make this release happen by reporting issues and sending pull requests.

Commits
  • 8eb600b Update version number to 5.2.0
  • a18abc8 Merge branch '5.next' into 5.x
  • 8fa1fdb Treat null as a valid cache value on MemcachedEngine::getMultiple (#18253)
  • 382a89e Merge pull request #18250 from jorisvaesen/5.x
  • 5e2fc3c add PHPUnit 12 support (#18247)
  • 3be77d5 Being adding SchemaDialect::columnDefinitionSql (#18248)
  • 12c0302 Simplify import
  • f78fed6 Make NullEngine return the original keys with the default as other cache engi...
  • 2403b91 Fix Route::parseRequest() not being able to emit query parameters (#18246)
  • 90ea896 Fix CS errors
  • Additional commits viewable in compare view

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)

Updates the requirements on [cakephp/cakephp](https://github.com/cakephp/cakephp) to permit the latest version.
- [Release notes](https://github.com/cakephp/cakephp/releases)
- [Commits](cakephp/cakephp@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: cakephp/cakephp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies php Pull requests that update Php code labels Mar 31, 2025
@markstory markstory merged commit c41d547 into 5.x Apr 1, 2025
5 checks passed
@markstory markstory deleted the dependabot/composer/cakephp/cakephp-5.2.star branch April 1, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant