Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

composer(deps): bump fakerphp/faker from 1.13.0 to 1.14.1 #434

Merged
merged 2 commits into from
Mar 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2021

Bumps fakerphp/faker from 1.13.0 to 1.14.1.

Release notes

Sourced from fakerphp/faker's releases.

v1.14.1

  • Fix where randomNumber and randomFloat would return a 0 value (#291 / #292)

v1.14.0

  • Fix for realText to ensure the text keeps closer to its boundaries (#152)

  • Fix where regexify produces a random character instead of a literal dot (#135

  • Deprecate zh_TW methods that only call base methods (#122)

  • Add used extensions to composer.json as suggestion (#120)

  • Moved TCNo and INN from calculator to localized providers (#108)

  • Fix regex dot/backslash issue where a dot is replaced with a backslash as escape character (#206)

  • Deprecate direct property access (#164)

  • Added test to assert unique() behaviour (#233)

  • Added RUC for the es_PE locale (#244)

  • Test IBAN formats for Latin America (AR/PE/VE) (#260)

  • Added VAT number for en_GB (#255)

  • Added new districts for the ne_NP locale (#258)

  • Fix for U.S. Area Code Generation (#261)

  • Fix in numerify where a better random numeric value is guaranteed (#256)

  • Fix e164PhoneNumber to only generate valid phone numbers with valid country codes (#264)

  • Extract fixtures into separate classes (#234)

  • Remove french domains that no longer exists (#277)

  • Fix error that occurs when getting a polish title (#279)

  • Use valid area codes for North America E164 phone numbers (#280)

  • Adding support for extensions and PSR-11 (#154)

  • Adding trait for GeneratorAwareExtension (#165)

  • Added helper class for extension (#162)

  • Added blood extension to core (#232)

  • Added barcode extension to core (#252)

  • Added number extension (#257)

  • Various code style updates

  • Added a note about our breaking change promise (#273)

Changelog

Sourced from fakerphp/faker's changelog.

2021-03-30, v1.14.1

  • Fix where randomNumber and randomFloat would return a 0 value (#291 / #292)

2021-03-29, v1.14.0

  • Fix for realText to ensure the text keeps closer to its boundaries (#152)

  • Fix where regexify produces a random character instead of a literal dot (#135

  • Deprecate zh_TW methods that only call base methods (#122)

  • Add used extensions to composer.json as suggestion (#120)

  • Moved TCNo and INN from calculator to localized providers (#108)

  • Fix regex dot/backslash issue where a dot is replaced with a backslash as escape character (#206)

  • Deprecate direct property access (#164)

  • Added test to assert unique() behaviour (#233)

  • Added RUC for the es_PE locale (#244)

  • Test IBAN formats for Latin America (AR/PE/VE) (#260)

  • Added VAT number for en_GB (#255)

  • Added new districts for the ne_NP locale (#258)

  • Fix for U.S. Area Code Generation (#261)

  • Fix in numerify where a better random numeric value is guaranteed (#256)

  • Fix e164PhoneNumber to only generate valid phone numbers with valid country codes (#264)

  • Extract fixtures into separate classes (#234)

  • Remove french domains that no longer exists (#277)

  • Fix error that occurs when getting a polish title (#279)

  • Use valid area codes for North America E164 phone numbers (#280)

  • Adding support for extensions and PSR-11 (#154)

  • Adding trait for GeneratorAwareExtension (#165)

  • Added helper class for extension (#162)

  • Added blood extension to core (#232)

  • Added barcode extension to core (#252)

  • Added number extension (#257)

  • Various code style updates

  • Added a note about our breaking change promise (#273)

Commits
  • ed22aee Changelog 1.14.1 (#293)
  • ffb273b Ensure that randomFloat holds a default nullable option (#292)
  • e7f9a7f Ensure that randomNumber holds a default nullable option (#291)
  • 1c31e25 Updating branch alias to v1.15 (#289)
  • cd46398 Added changelog for 1.14.0 (#288)
  • 1bda9f0 composer(deps): bump vimeo/psalm in /vendor-bin/psalm (#284)
  • 62b77e3 github-actions(deps): bump actions/cache from v2 to v2.1.4 (#283)
  • 31f815f composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#282)
  • 521b389 Use valid area codes for North America E164 phone numbers (#280)
  • b25b588 Fix error that occurs when getting a polish title 'Error: Non-static … (#279)
  • 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 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 [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](FakerPHP/Faker@v1.13.0...v1.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Mar 30, 2021

Codecov Report

Merging #434 (c3364a9) into main (9637ce9) will not change coverage.
The diff coverage is n/a.

❗ Current head c3364a9 differs from pull request most recent head 6077c93. Consider uploading reports for the commit 6077c93 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##                main      #434   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        87        87           
===========================================
  Files             12        12           
  Lines            302       302           
===========================================
  Hits             302       302           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9637ce9...6077c93. Read the comment docs.

@localheinz localheinz force-pushed the dependabot/composer/fakerphp/faker-1.14.1 branch from 7f053da to 6077c93 Compare March 30, 2021 15:02
@ergebnis-bot ergebnis-bot self-assigned this Mar 30, 2021
@ergebnis-bot ergebnis-bot merged commit 4a77eb6 into main Mar 30, 2021
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/fakerphp/faker-1.14.1 branch March 30, 2021 15:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants