Skip to content

Bump dereuromark/cakephp-ide-helper from 2.18.0 to 2.19.1#17

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

2.19.1

Fixes

  • Skip extends-annotation generation when the parent class isn't generic (#450)
  • Prune orphan extends-annotation lines when the extends behavior is configured (#451)

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

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
  • 1462c4d Add rector (conservative wins-only ruleset) (#452)
  • 52387aa Fix CS: import VariableExtractor instead of using FQCN in app.example.php
  • 0b34533 Add .github/CONTRIBUTING.md
  • 2e69eb6 Enable clean docs URLs and update deploy actions to Node 24
  • 2cc765e Document missing configuration keys in config/app.example.php
  • 71bd8b2 Prune orphan extends-annotation lines when the extends behavior is configured...
  • ed9e9a5 Skip extends-annotation generation when parent class isn't generic (#450)
  • 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 (...
  • 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 [dereuromark/cakephp-ide-helper](https://github.com/dereuromark/cakephp-ide-helper) from 2.18.0 to 2.19.1.
- [Release notes](https://github.com/dereuromark/cakephp-ide-helper/releases)
- [Commits](dereuromark/cakephp-ide-helper@2.18.0...2.19.1)

---
updated-dependencies:
- dependency-name: dereuromark/cakephp-ide-helper
  dependency-version: 2.19.1
  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 Jun 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #22.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/composer/dereuromark/cakephp-ide-helper-2.19.1 branch June 8, 2026 06:35
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