Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps gacela-project/gacela from 1.10.0 to 1.11.0.

Release notes

Sourced from gacela-project/gacela's releases.

1.11.0

What's Changed

🥇 Improvements

  • Dropped static Facade magic methods
    • use $facade->getFactory() directly
  • Added phpstan-gacela.neon
    • reusable PHPStan rules enforcing Gacela naming conventions (Facade, Factory, Provider, Config)
  • Improved PHPStan generic type support
    • Replaced @method annotations with @extends for better type inference
  • Improved SetupGacela structure
    • Extracted PropertyChangeTracker and SetupGacelaProperties into dedicated classes
  • Improved config loader performance

🌾 Miscellaneous

  • Added PHPStan checks to test code for stricter code quality
  • Fixed flaky tests and improved stability of type-related logic
  • Enabled mutation testing on CI
  • CI now runs tests on PHP 8.4

👥 Contributors

@​Chemaclass @​JesusValeraDev

Full Changelog: gacela-project/gacela@1.10.0...1.11.0

Changelog

Sourced from gacela-project/gacela's changelog.

1.11.0 - 2025-10-12

  • Add phpstan-gacela.neon for reusable PHPStan rules enforcing Gacela naming conventions (Facade, Factory, Provider, Config)
  • Drop static facade magic methods; call $facade->getFactory() directly
  • Improve PHPStan generic type support
    • Replace @method annotations with @extends for better type inference
  • Improve SetupGacela; extract PropertyChangeTracker and SetupGacelaProperties
  • Run CI tests with PHP 8.4
Commits
  • 87d099d release: 1.11.0
  • 228f960 Merge pull request #326 from gacela-project/codex/improve-performance
  • 1bee0b6 refactor: ConfigLoader->loadAll() split method
  • db2e7f6 refactor: ConfigLoader->loadAll()
  • dc98705 Merge branch 'main' into codex/improve-performance
  • eaed761 Merge pull request #327 from gacela-project/codex/add-phpstan-checks-to-tests
  • 115444b docs: update changelog
  • f7aa146 chore: rename phpstan-gacela-rules.neon to phpstan-gacela.neon
  • c4dfd7e test: SuffixExtendsRuleTest
  • fc0b603 chore: create phpstan-gacela-rules.neon
  • 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 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)

Bumps [gacela-project/gacela](https://github.com/gacela-project/gacela) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/gacela-project/gacela/releases)
- [Changelog](https://github.com/gacela-project/gacela/blob/main/CHANGELOG.md)
- [Commits](gacela-project/gacela@1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: gacela-project/gacela
  dependency-version: 1.11.0
  dependency-type: direct:production
  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 Nov 1, 2025
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.

1 participant