Skip to content

Bump dereuromark/cakephp-ide-helper from 2.18.0 to 2.19.0#10

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/dereuromark/cakephp-ide-helper-2.19.0
Closed

Bump dereuromark/cakephp-ide-helper from 2.18.0 to 2.19.0#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/dereuromark/cakephp-ide-helper-2.19.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps dereuromark/cakephp-ide-helper from 2.18.0 to 2.19.0.

Release notes

Sourced from dereuromark/cakephp-ide-helper's releases.

2.19.0

Fixes

  • Generated method-override annotations no longer drop the parent's throws info for newEmptyEntity(), get(), save() and saveOrFail() on CakePHP 5.3.4+ when the entity-type template is in effect, which previously caused PHPStan to report the matching catch blocks as catch.neverThrown. (#445)

Improvements

  • On CakePHP 5.3.6+, redundant find(), findOrCreate() and loadInto() overrides are suppressed (the parent Table propagates the entity type itself). Marshalling-family overrides (newEntity()/newEntities()/patchEntity()/patchEntities()) are likewise suppressed on 5.3.4+. Narrowing variants are still emitted in detailed (genericsInParam) / strict (concreteEntitiesInParam) modes. (#445, #446)
  • --remove now also prunes a parent-superseded override when the class self-calls that method (the in-use guard previously kept it, retaining the false catch.neverThrown). (#447)
  • A plain annotate run now reports outdated/removable annotations instead of silently ignoring them: N annotations outdated (run with -r to remove) (verbose lists each). No file is changed. (#448)
  • That outdated summary is shown as a warning (not a green success line), and CI mode (--ci) now fails with code 2 on outdated annotations as well — without requiring the destructive -r. (#449)

Full Changelog: dereuromark/cakephp-ide-helper@2.18.0...2.19.0

Commits
  • 98a5b36 Color the outdated summary + fail CI mode on stale annotations (#449)
  • a42af9f Report outdated annotations on a plain run, not only with --remove (#448)
  • cb1648c Let --remove prune parent-superseded method overrides even when self-called (...
  • ea6ca7d Suppress find()/findOrCreate()/loadInto() method overrides on Cake 5.3.6+ (#446)
  • 0978666 Skip @​method overrides resolved by the parent's TEntity template (#445)
  • See full diff 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 [dereuromark/cakephp-ide-helper](https://github.com/dereuromark/cakephp-ide-helper) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/dereuromark/cakephp-ide-helper/releases)
- [Commits](dereuromark/cakephp-ide-helper@2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: dereuromark/cakephp-ide-helper
  dependency-version: 2.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 May 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #17.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot dependabot Bot deleted the dependabot/composer/dereuromark/cakephp-ide-helper-2.19.0 branch June 1, 2026 22:03
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