[php] Update fakerphp/faker 1.23.0 → 1.23.1 (patch) #83
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ fakerphp/faker (1.23.0 → 1.23.1) · Repo · Changelog
Release Notes
1.23.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 70 commits:
Fix: Remove branch alias (#843)
Enhancement: Prepare release for 1.23.1 (#788)
Fix: Do not use deprecated `MT_RAND_PHP` constant on PHP 8.3 (#844)
fix #832 (#836)
Update Address.php to fix country name errors (#809)
Removed suppressed State from it_IT (#802)
Fixed incorrect female name among male names (#794) (#795)
Fix: Do not use `static` in callables (#785)
Enhancement: Add SECURITY.md (#739)
Fix: Remove unused method (#736)
Fix: Reduce visibility (#719)
Enhancement: Allow creating ContainerBuilder with definitions for default extensions (#732)
Add changelog mention in review checklist (#735)
Fix: Rename parameter (#731)
Fix: Avoid useless tests for ContainerBuilder (#730)
Fix: Update CHANGELOG.md (#734)
updated polish license plates (#685)
Fix: Simplify (#720)
Fix: Add tests for Container (#727)
Fix: Add parameter type declarations (#724)
Fix: Cache for friendsofphp/php-cs-fixer (#729)
Enhancement: Enable `self_static_accessor` fixer (#728)
Fix: Avoid unnecessary imports (#721)
Fix: Order (#722)
Fix: Return string (#726)
Fix: Mark class as final (#718)
Fix: Mark classes as experimental (#716)
Fix: Consistently describe experimental status (#717)
Fix: Do not memoize invalid service (#709)
Fix: Reduce visibility (#714)
Fix: Add property type declarations (#713)
Fix: Methods are instance methods (#708)
Enhancement: Reuse NumberExtension (#715)
Fix: Order (#712)
Fix: Add parameter type declaration (#710)
Fix: Rename parameter (#707)
Fix: Remove unused method (#711)
Fix: Switch order of parameters (#703)
github-actions(deps): bump actions/checkout from 3 to 4 (#706)
composer(deps): bump friendsofphp/php-cs-fixer (#705)
composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#704)
Fix: Enable and configure type_declaration_spaces instead of deprecated function_typehint_space fixer (#698)
Fix: Add property type declarations (#699)
Enhancement: Run tests in random order (#701)
Fix: Require to pass name to ContainerBuilder::add() (#702)
composer(deps): bump friendsofphp/php-cs-fixer from 3.22.0 to 3.25.0 in /vendor-bin/php-cs-fixer (#686)
composer(deps): bump phpstan/phpstan-deprecation-rules (#690)
composer(deps): bump vimeo/psalm from 5.14.1 to 5.15.0 in /vendor-bin/psalm (#687)
composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#689)
composer(deps): bump rector/rector in /vendor-bin/rector (#688)
Fix: Use boolean expressions (#697)
Fix: Operator (#696)
Fix: Test does not perform any assertions (#695)
Fix: Allow tests to fail on PHP 8.3 (#693)
Remove invalid postcode pattern for France (#683)
chore: ensure php 8.3 compatibility (#684)
composer(deps): bump vimeo/psalm from 5.13.1 to 5.14.1 in /vendor-bin/psalm (#678)
composer(deps): bump friendsofphp/php-cs-fixer (#679)
composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#677)
composer(deps): bump rector/rector in /vendor-bin/rector (#676)
Fix psalm baseline in .gitattributes (#674)
Fix for polish street names + more polish TLDs (#664)
Fix: lv_LV generating invalid personal identity numbers (#663)
Add `$format` to `image` DocBlock (#670)
composer(deps): bump friendsofphp/php-cs-fixer from 3.17.0 to 3.20.0 in /vendor-bin/php-cs-fixer (#668)
composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#666)
composer(deps): bump rector/rector in /vendor-bin/rector (#667)
composer(deps): bump vimeo/psalm in /vendor-bin/psalm (#669)
Fix: lv_LV postcode format (#661)
fix typos: "assymetric" -> asymmetric (#660)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands