Bump fakerphp/faker from 1.23.0 to 1.23.1
Bumps fakerphp/faker from 1.23.0 to 1.23.1.
Release notes
Sourced from fakerphp/faker's releases.
v1.23.1
What's Changed
- fix typos: "assymetric" -> asymmetric by
@ivastly
in FakerPHP/Faker#660- Fix: lv_LV postcode format by
@edgarsn
in FakerPHP/Faker#661- composer(deps): bump vimeo/psalm from 5.12.0 to 5.13.1 in /vendor-bin/psalm by
@dependabot
in FakerPHP/Faker#669- composer(deps): bump rector/rector from 0.17.0 to 0.17.2 in /vendor-bin/rector by
@dependabot
in FakerPHP/Faker#667- composer(deps): bump phpstan/phpstan from 1.10.15 to 1.10.22 in /vendor-bin/phpstan by
@dependabot
in FakerPHP/Faker#666- composer(deps): bump friendsofphp/php-cs-fixer from 3.17.0 to 3.20.0 in /vendor-bin/php-cs-fixer by
@dependabot
in FakerPHP/Faker#668- Add
$format
toimage
DocBlock by@vintagesucks
in FakerPHP/Faker#670- Fix: lv_LV generating invalid personal identity numbers by
@edgarsn
in FakerPHP/Faker#663- Fix for polish street names + more polish TLDs by
@tomaszklim
in FakerPHP/Faker#664- Fix psalm baseline in .gitattributes by
@VincentLanglet
in FakerPHP/Faker#674- composer(deps): bump rector/rector from 0.17.2 to 0.17.7 in /vendor-bin/rector by
@dependabot
in FakerPHP/Faker#676- composer(deps): bump phpstan/phpstan from 1.10.22 to 1.10.26 in /vendor-bin/phpstan by
@dependabot
in FakerPHP/Faker#677- composer(deps): bump friendsofphp/php-cs-fixer from 3.20.0 to 3.22.0 in /vendor-bin/php-cs-fixer by
@dependabot
in FakerPHP/Faker#679- composer(deps): bump vimeo/psalm from 5.13.1 to 5.14.1 in /vendor-bin/psalm by
@dependabot
in FakerPHP/Faker#678- chore: ensure php 8.3 compatibility by
@Chris53897
in FakerPHP/Faker#684- Remove invalid postcode pattern for France by
@ker0x
in FakerPHP/Faker#683- Fix: Allow tests to fail on PHP 8.3 by
@localheinz
in FakerPHP/Faker#693- Fix: Test does not perform any assertions by
@localheinz
in FakerPHP/Faker#695- Fix: Operator by
@localheinz
in FakerPHP/Faker#696- Fix: Use boolean expressions by
@localheinz
in FakerPHP/Faker#697- composer(deps): bump rector/rector from 0.17.7 to 0.18.1 in /vendor-bin/rector by
@dependabot
in FakerPHP/Faker#688- composer(deps): bump phpstan/phpstan from 1.10.26 to 1.10.32 in /vendor-bin/phpstan by
@dependabot
in FakerPHP/Faker#689- composer(deps): bump vimeo/psalm from 5.14.1 to 5.15.0 in /vendor-bin/psalm by
@dependabot
in FakerPHP/Faker#687- composer(deps): bump phpstan/phpstan-deprecation-rules from 1.1.3 to 1.1.4 in /vendor-bin/phpstan by
@dependabot
in FakerPHP/Faker#690- composer(deps): bump friendsofphp/php-cs-fixer from 3.22.0 to 3.25.0 in /vendor-bin/php-cs-fixer by
@dependabot
in FakerPHP/Faker#686- Fix: Require to pass name to
ContainerBuilder::add()
by@localheinz
in FakerPHP/Faker#702- Enhancement: Run tests in random order by
@localheinz
in FakerPHP/Faker#701- Fix: Add property type declarations by
@localheinz
in FakerPHP/Faker#699- Fix: Enable and configure
type_declaration_spaces
instead of deprecatedfunction_typehint_space
fixer by@localheinz
in FakerPHP/Faker#698- composer(deps): bump phpstan/phpstan from 1.10.32 to 1.10.33 in /vendor-bin/phpstan by
@dependabot
in FakerPHP/Faker#704- composer(deps): bump friendsofphp/php-cs-fixer from 3.25.0 to 3.25.1 in /vendor-bin/php-cs-fixer by
@dependabot
in FakerPHP/Faker#705- github-actions(deps): bump actions/checkout from 3 to 4 by
@dependabot
in FakerPHP/Faker#706- Fix: Switch order of parameters by
@localheinz
in FakerPHP/Faker#703- Fix: Remove unused method by
@localheinz
in FakerPHP/Faker#711- Fix: Rename parameter by
@localheinz
in FakerPHP/Faker#707- Fix: Add parameter type declaration by
@localheinz
in FakerPHP/Faker#710- Fix: Order by
@localheinz
in FakerPHP/Faker#712- Enhancement: Reuse
NumberExtension
by@localheinz
in FakerPHP/Faker#715- Fix: Methods are instance methods by
@localheinz
in FakerPHP/Faker#708- Fix: Add property type declarations by
@localheinz
in FakerPHP/Faker#713- Fix: Reduce visibility by
@localheinz
in FakerPHP/Faker#714- Fix: Do not memoize invalid service by
@localheinz
in FakerPHP/Faker#709- Fix: Consistently describe experimental status by
@localheinz
in FakerPHP/Faker#717- Fix: Mark classes as experimental by
@localheinz
in FakerPHP/Faker#716- Fix: Mark class as
final
by@localheinz
in FakerPHP/Faker#718- Fix: Return string by
@localheinz
in FakerPHP/Faker#726- Fix: Order by
@localheinz
in FakerPHP/Faker#722- Fix: Avoid unnecessary imports by
@localheinz
in FakerPHP/Faker#721
... (truncated)
Commits
-
bfb4fe1
Fix: Remove branch alias (#843) -
09585c3
Enhancement: Prepare release for 1.23.1 (#788) -
77cec4d
Fix: Do not use deprecatedMT_RAND_PHP
constant on PHP 8.3 (#844) -
93bcd9e
fix #832 (#836) -
0d61942
Update Address.php to fix country name errors (#809) -
09cc68a
Removed suppressed State from it_IT (#802) -
abd4e15
Fixed incorrect female name among male names (#794) (#795) -
8d32135
Fix: Do not usestatic
in callables (#785) -
2040bda
Enhancement: Add SECURITY.md (#739) -
342bad9
Fix: Remove unused method (#736) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts