Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Updates the requirements on zenstruck/foundry to permit the latest version.

Release notes

Sourced from zenstruck/foundry's releases.

v2.5.0

Main features

30270ec feat: introduce "in-memory" behavior (#590) by @​nikophil

Foundry now allows to use "in-memory" repositories in your factories. This is mainly useful for DDD applications or with hexagonal architecture, where repositories in the domain are usually interfaces for which main implementations are a Doctrine one. You can tell Foundry to use the "in-memory" version of these repositories.

See docs


5b027c0 feat: flush once (#873) by @​nikophil

Foundry used to call ObjectManager::flush() for every entity (or ODM document) created. This could have a performance downside. Since 2.5, Foundry is able to only call flush() once per call of PersistentObjectFactory::create() in userland.

See docs


Misc changes

7b6f70c feat: enable flush once with config (#885) by @​nikophil 87acf7a feat: add generic doctrine-like repository for in-memory (#887) by @​nikophil ae662a3 minor: make "in-memory" classes experimental (#895) by @​nikophil 0b09c20 chore: decouple from framework bundle (#882) by @​nikophil a54d97e minor: ignore deprecations related to ProxyHelper::generateLazyProxy() by @​nikophil df4d355 chore: misc DX and testsuite improvements (#881) by @​nikophil a19ce4c tests: add ZenstruckFoundryBundleTest (#878) by @​silasjoisten, @​nikophil

Full Change List

Changelog

Sourced from zenstruck/foundry's changelog.

v2.5.0

May 13th, 2025 - v2.4.3...v2.5.0

v2.4.3

May 5th, 2025 - v2.4.2...v2.4.3

v2.4.2

April 17th, 2025 - v2.4.1...v2.4.2

  • 25e9125 fix: Prevent random value collisions when kernel is rebooted (#879) by @​HypeMC

v2.4.1

April 15th, 2025 - v2.4.0...v2.4.1

v2.4.0

April 14th, 2025 - v2.3.2...v2.4.0

... (truncated)

Commits
  • b6f7f62 changelog: update [skip ci]
  • cdbacdd minor: ignore deprecations related to ProxyHelper::generateLazyProxy()
  • a54d97e minor: ignore deprecations related to ProxyHelper::generateLazyProxy()
  • ae662a3 minor: make "in-memory" classes experimental (#895)
  • 87acf7a feat: add generic doctrine-like repository for in-memory (#887)
  • e531f28 bot: fix cs [skip ci]
  • 7b6f70c feat: enable flush once with config (#885)
  • 4a904b3 bot: fix cs [skip ci]
  • 30270ec feat: introduce "in-memory" behavior (#590)
  • 0b09c20 chore: decouple from framework bundle (#882)
  • 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 [zenstruck/foundry](https://github.com/zenstruck/foundry) to permit the latest version.
- [Release notes](https://github.com/zenstruck/foundry/releases)
- [Changelog](https://github.com/zenstruck/foundry/blob/2.x/CHANGELOG.md)
- [Commits](zenstruck/foundry@v1.37.0...v2.5.0)

---
updated-dependencies:
- dependency-name: zenstruck/foundry
  dependency-version: 2.5.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

Superseded by #49.

@dependabot dependabot bot closed this Jun 9, 2025
@dependabot dependabot bot deleted the dependabot/composer/zenstruck/foundry-2.5.star branch June 9, 2025 11:54
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