-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency zenstruck/foundry to v2.5.0 #14
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/zenstruck-foundry-2.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
014f185
to
4781bdb
Compare
4781bdb
to
359e698
Compare
e7079cb
to
1a46a1a
Compare
1a46a1a
to
eb6d88b
Compare
eb6d88b
to
d159980
Compare
d159980
to
0c4746b
Compare
0c4746b
to
870d581
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.4
->2.5.0
Release Notes
zenstruck/foundry (zenstruck/foundry)
v2.5.0
Compare Source
May 13th, 2025 - v2.4.3...v2.5.0
cdbacdd
minor: ignore deprecations related to ProxyHelper::generateLazyProxy() (#901) by @nikophila54d97e
minor: ignore deprecations related to ProxyHelper::generateLazyProxy() (#901) by @nikophilae662a3
minor: make "in-memory" classes experimental (#895) (#901) by @nikophil87acf7a
feat: add generic doctrine-like repository for in-memory (#887) (#901) by @nikophil7b6f70c
feat: enable flush once with config (#885) (#901) by @nikophil30270ec
feat: introduce "in-memory" behavior (#590) (#901) by @nikophil0b09c20
chore: decouple from framework bundle (#882) (#901) by @nikophildf4d355
chore: misc DX and testsuite improvements (#881) (#901) by @nikophila19ce4c
tests: addZenstruckFoundryBundleTest
(#878) (#901) by @silasjoisten, @nikophil5b027c0
feat: flush once (#873) (#901) by @nikophilv2.4.3
Compare Source
May 5th, 2025 - v2.4.2...v2.4.3
2b31429
chore: test with SF7.3 (#891) by @nikophil50350cb
minor: allow 10% gap in benchmark workflow (#880) by @nikophilv2.4.2
Compare Source
April 17th, 2025 - v2.4.1...v2.4.2
25e9125
fix: Prevent random value collisions when kernel is rebooted (#879) by @HypeMCv2.4.1
Compare Source
April 15th, 2025 - v2.4.0...v2.4.1
6b4fea8
fix(faker): missing parameter when using customfaker
service (#877) by @silasjoistenv2.4.0
Compare Source
April 14th, 2025 - v2.3.2...v2.4.0
659a7bc
minor: usemt_rand
instead ofrandom_int
(#869) by @kbond12b4419
perf: revert validation /#[AsFoundryHook]
/ global event system (#871) by @nikophil348b28d
docs: fix default_namespace (#872) by @ebedy92d9f28
chore(phpbench): actually run phpbench with a baseline (#868) by @nikophil1a829e5
feat: optimize performance of repository::random() (#867) by @mdeboer5ccbe51
feat: add support for benchmarks using phpbench (#866) by @mdeboer, @nikophil2df354c
fix: performance problem with reuse (#865) by @nikophil0747e04
docs: document Faker reproducibility (#860) by @nikophilf8cc3a0
fix: handle empty constructors (#859) by @nikophilcb63756
chore: merge 2.3.x (#858) by @nikophil, @mdeboer, @Chris53897b1e7aec
feat(maker): allow no hints (#857) by @nikophil59d617c
fixes typo (#850) by @mvhirsch5cc8575
feat: introduce "reuse()" method (#804) by @nikophil, @kbond21f32b8
docs: fix wrong class name (#846) by @nikophil48d9249
docs: minor fixes (#837) by @nikophilbdda45c
doc: fixes linking to object-proxy (#825) by @mvhirsch719710a
test: ensure Proxy::_real() always return same object (#809) by @nikophild15de0e
feat: introducedistribute()
method (#826) by @nikophil5647b5c
fix: prevent infinite loop when ->create() is called in after persist callback (#832) by @nikophilc0361e6
feat: validate objects (#801) by @nikophil6e1d726
fix: fix failing faker test due to csfix (#829) by @nikophil7b33216
minor: deprecate auto-persist (#818) by @nikophileb6e983
feat(faker): Improve reproducibility with faker (#807) by @nikophilae96d19
chore: use PHPUnit 12 (#810) by @nikophil413bb10
chore: upgrade phpstan (#828) by @nikophilfbf0981
fix: actually disable persistence cascade (#817) by @nikophil2426f3e
fix: trigger after persist callbacks for entities scheduled for insert (#822) by @nikophildea6246
fix(doc): update yml config file for reset keys (#819) by @asalisafda1e9db
docs: Make sure we add links on separate lines(#823) by @Nyholmad8d72c
fix: can index one to many relationships based on "indexBy" (#815) by @nikophil1c3f73a
feat: introduce attribute (#802) by @nikophilf76cba2
fix: fix deprecation message for Factories trait (#806) by @nikophil207562f
fix: remove APP_ENV from .env (#803) by @nikophil34101a7
feat: dispatch events (#790) by @nikophil9032c38
feat: skip readonly properties on entities when generating factories (#798) by @KDederichs, @nikophilv2.3.10
Compare Source
March 31st, 2025 - v2.3.9...v2.3.10
e5c6973
fix: handle "inverse one to one" without "placeholder" solution (#855) by @nikophilv2.3.9
Compare Source
b23f1d3
feat: add force() helper (#854) by @nikophilbf731cb
chore: add support for doctrine/persistence 4 (#852) by @Chris53897Full Change List
v2.3.8
Compare Source
8356b53
fix: fix doctrine collection with union/intersection type (#847) by @mdeboer, @nikophil6d0d7cf
fix: bug with factory collectin of persistent factory in unit test (#842) by @nikophilFull Change List
v2.3.7
Compare Source
2f523df
fix: use Doctrine metadata event when persist is disabled (#841) by @nikophilc28b9d7
minor: add parameter "withAutoRefresh" to unproxy() function (#840) by @nikophil6edd8c2
chore: upgrade also dama when upgrading phpunit version (#839) by @nikophilFull Change List
v2.3.6
Compare Source
February 25th, 2025 - v2.3.5...v2.3.6
300645b
fix: can call ->create() in after persist callback (#833) by @nikophilv2.3.5
Compare Source
February 24th, 2025 - v2.3.4...v2.3.5
fbf0981
fix: actually disable persistence cascade (#817) by @nikophil2426f3e
fix: trigger after persist callbacks for entities scheduled for insert (#822) by @nikophilv2.3.4
Compare Source
February 14th, 2025 - v2.3.3...v2.3.4
ad8d72c
fix: can index one to many relationships based on "indexBy" (#815) by @nikophilv2.3.3
Compare Source
f76cba2
fix: fix deprecation message for Factories trait (#806) by @nikophilFull Change List
v2.3.2
Compare Source
February 1st, 2025 - v2.3.1...v2.3.2
46464cc
chore(ci): misc improvments in CI permutations (#797) by @nikophil86c5aab
test: assert updates are implicitly persisted (#781) by @nikophil54c7424
feat: deprecate when Factories trait is not used in a KernelTestCase (#766) by @nikophil9937b11
chore: add issue template (#795) by @nikophil884113f
fix: simplify reset database extension (#779) by @nikophilbd50f41
fix: add unpersisted object to relation (#780) by @nikophil17388bc
tests: transform "migrate" testsuite into "reset database" testsuite (#763) by @nikophile45913e
fix: propagate "schedule for insert" to factory collection (#775) by @nikophild9262cc
fix: fix .gitattributes and#[RequiresPhpUnit]
versions (#792) by @nikophil57c42bc
tests: fix a test after a bug was resolved in doctrine migrations (#791) by @nikophil200cfdd
[Doc] Fix misc issues (#789) by @javiereguiluz553807b
minor: add platform config to mysql docker container (#788) by @kbond316d3c7
doc: fix typo (#782) by @norival0d66c02
minor: use refresh for detached entities (#778) by @nikophil29b48a1
test: add orphan removal premutation (#777) by @nikophilc00b3f1
fix: isPersisted must work when id is known in advance (#774) by @nikophilf303f3f
fix: remove _refresh call from create object process (#773) by @nikophil65cedbf
fix: use a "placeholder" for inversed one-to-one (#755) by @nikophil5f99506
minor: introduce PerssitenceManager::isPersisted() (#754) by @nikophil9948d6a
fix(ci): change PHP version used by PHP CS-Fixer (#768) by @nikophilcf3cc8b
docs: Minor syntax fix (#767) by @javiereguiluze8f9a92
docs: clarify default attributes and fixed some syntax issues (#765) by @nikophil, @javiereguiluz1db5ced
tests: validate PSR-4 in CI (#762) by @nikophilcafc693
[Docs fix] Just spelling in docs (#761) by @GrinWayd192c4a
[Docs fix] Proxy::_save() instead of Proxy::save() (#760) by @GrinWayff7210a
[Docs fix] Factory::_real() instead Factory::object() (#759) by @GrinWayd1240b1
fix: RequiresPhpunit should use semver constraint by @nikophilfd2e38c
chore: upgrade to phpstan 2 (#748) by @nikophil23b4ec4
tests: automatically create cascade persist permutations (#666) by @nikophilf4ba5d8
tests: add CI permutation with windows (#747) by @nikophilc17ef91
fix: define FactoryCollection type more precisely (#744) by @nikophil98f018c
feat: schedule objects for insert right after instantiation (#742) by @nikophil2dcad10
feat: provide current factory to hook (#738) by @nikophilea89504
fix: pass toafterPersist
hook the attributes frombeforeInstantiate
(#745) by @nikophil, @kbondv2.3.1
Compare Source
March 31st, 2025 - v2.3.9...v2.3.10
e5c6973
fix: handle "inverse one to one" without "placeholder" solution (#855) by @nikophilv2.3.0
Compare Source
December 11th, 2024 - v2.2.2...v2.3.0
b16b227
Update index.rst (#740) by @OskarStark, @nikophil854220f
Figo highlighting and use CPP (#740) by @OskarStarkdfe6bab
tests: add paratest permutation (#736) by @nikophilaf64c35
fix: detect if relation is oneToOne (#732) by @nikophil59867c3
minor: change versions requirements (#737) by @nikophilc8f5046
Fix PHPUnit constraint requirement in FoundryExtension (#735) by @HypeMC4cb7447
Typo in Immutable section (#731) by @franckranaivo403d9e9
fix: Fix the parameter name of the first and last methods (#730) by @marien-probesys0867ad6
feat: add#[WithStory]
attribute (#728) by @nikophilc5d0bdd
fix: can create inversed one to one with non nullable (#726) by @nikophil0e7ac6f
docs: Fix Story phpdocs (#727) by @simondaigre, @nikophilf48ffd1
fix: can create inversed one to one (#659) by @nikophil6d08784
fix: bug with one to many (#722) by @nikophilefadea8
docs:fix code blocks not showing up (#723) by @AndreasAedf287e
minor: Add templated types to flush_after (#719) by @BackEndTeav2.2.2
Compare Source
November 5th, 2024 - v2.2.1...v2.2.2
3282f24
Remove @internal from db resetter interfaces (#715) by @HypeMC870cb42
docs: fix missing comma in upgrade doc (#718) by @justpilotv2.2.1
Compare Source
October 31st, 2024 - v2.2.0...v2.2.1
496a7a8
fix: ChangeRepositoryDecorator::inner()
visibility to public (#714) by @marienfressinauddfeb247
chore: test Foundry on PHP 8.4 & sf 7.2 (#709) by @nikophil2b12ef0
chore: simplify CI matrix (#708) by @nikophilv2.2.0
Compare Source
October 24th, 2024 - v2.1.0...v2.2.0
a549c10
docs: using factories in data providers (#707) by @nikophil470d927
docs: how to extend database reset mechanism (#706) by @nikophil2014ed9
feature: allow to useFactory::create()
and factory service in data providers (#648) by @nikophildf568da
refactor: make "database reset" mechanism extendable (#690) by @nikophil4fb0b25
docs: add missing docs (#703) by @nikophilfa1d527
minor: misc fixes for sca (#705) by @nikophil0d570cc
refactor: fix proxy system and introduce psalm extension (#704) by @nikophilv2.1.0
Compare Source
October 3rd, 2024 - v2.0.9...v2.1.0
0f72ea5
fix: allow non object state in stories (#699) by @Brewal6482357
feat: allow to configure migrations configuration files (#686) by @MatTheCatv2.0.9
Compare Source
September 2nd, 2024 - v2.0.8...v2.0.9
b0a5d3d
Fix Psalm TooManyTemplateParams (#693) by @ddeboerv2.0.8
Compare Source
August 29th, 2024 - v2.0.7...v2.0.8
3eebbf9
Haveflush_after()
return the callback's return (#691) by @HypeMC33d5870
doc: Fix range call instead of many (#688) by @ternel33595b9
chore: add a wrapper for PHPUnit binary (#683) by @nikophil8bf8c4c
docs: Fix CategoryStory codeblock (#681) by @smnandref89d43e
doc: Minor fixes (#679) by @smnandre65c1cc2
fix: add phpdoc to improve proxy factories autocompletion (#675) by @nikophilv2.0.7
Compare Source
July 12th, 2024 - v2.0.6...v2.0.7
5c44991
fix: handle proxies when refreshing entity in Proxy::getState() (#672) by @nikophil49f5e1d
Fix faker php urls (#671) by @BackEndTea7719b0d
chore(CI): Enable documentation linter (#657) by @cezarpopav2.0.6
Compare Source
July 4th, 2024 - v2.0.5...v2.0.6
52ca7b7
fix: only restore error handler for PHPUnit 10 or superior (#668) by @nikophilb5090aa
docs: Fix broken link to Without Persisting (#660) by @simoheinonen35b0404
feat: re-add Proxy assertions (#663) by @nikophilv2.0.5
Compare Source
July 3rd, 2024 - v2.0.4...v2.0.5
6105a36
fix: make proxy work with last symfony/var-exporter version (#664) by @nikophile8623a3
[DOC] Fix Upgrade Guide URL Rendering (#654) by @cezarpopaf7f133a
fix: create ArrayCollection if needed (#645) by @nikophil779bee4
fix: after_flush() can use objects created in global state (#653) by @nikophil72e48bf
tests(ci): add test permutation for PHPUnit >= 10 (#647) by @nikophil1edf948
docs: fix incoherence (#652) by @nikophil1c66e39
minor: improve repository assertion messages (#651) by @nikophilConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.