Skip to content
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

Bump fakerphp/faker from 1.13.0 to 1.15.0 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps fakerphp/faker from 1.13.0 to 1.15.0.

Release notes

Sourced from fakerphp/faker's releases.

v1.15.0

  • Updated the generator phpdoc to help identify magic methods (#307)
  • Prevent direct access and triggered deprecation warning for "word" (#302)
  • Updated length on all global e164 numbers (#301)
  • Updated last names from different source (#312)
  • Don't generate birth number of '000' for Swedish personal identity (#306)
  • Add job list for localization id_ID (#339)

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.

CHANGELOG

2021-07-06, v1.15

  • Updated the generator phpdoc to help identify magic methods (#307)
  • Prevent direct access and triggered deprecation warning for "word" (#302)
  • Updated length on all global e164 numbers (#301)
  • Updated last names from different source (#312)
  • Don't generate birth number of '000' for Swedish personal identity (#306)
  • Add job list for localization id_ID (#339)

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
  • 89c6201 Added changelog 1.15 (#342)
  • f58e342 composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#341)
  • 9b600c4 composer(deps): bump vimeo/psalm in /vendor-bin/psalm (#340)
  • 815ad8e Add job list for localization id_ID (#339)
  • 98130c6 composer(deps): bump friendsofphp/php-cs-fixer from 2.18.6 to 3.0.0 in /vendo...
  • 1eb8e96 github-actions(deps): bump actions/cache from 2.1.5 to 2.1.6 (#327)
  • 5541583 composer(deps): bump vimeo/psalm in /vendor-bin/psalm (#328)
  • 88280a8 composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan (#329)
  • abde3b0 Don't generate birth number of '000' for Swedish personal identity number (#306)
  • 0485486 Feature/baseline (#319)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 7, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants