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.11.0 to 1.13.0 #384

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2020

Bumps fakerphp/faker from 1.11.0 to 1.13.0.

Release notes

Sourced from fakerphp/faker's releases.

v1.13.0

Several fixes and new additions in this release. A lot of cleanup has been done on the codebase on both tests and consistency.

  • Feature/pl pl license plate (#62)
  • Fix greek phone numbers (#16)
  • Move AT payment provider logic to de_AT (#72)
  • Fix wiktionary links (#73)
  • Fix AT person links (#74)
  • Fix AT cities (#75)
  • Deprecate at_AT providers (#78)
  • Add Austrian ssn() to Person provider (#79)
  • Fix typos in id_ID Address (#83)
  • Austrian post codes (#86)
  • Updated Polish data (#70)
  • Improve Austrian social security number generation (#88)
  • Move US phone numbers with extension to own method (#91)
  • Add UK National Insurance number generator (#89)
  • Fix en_SG phone number generator (#100)
  • Remove usage of mt_rand (#87)
  • Remove whitespace from beginning of el_GR phone numbers (#105)
  • Building numbers can not be 0, 00, 000 (#107)
  • Add 172.16/12 local IPv4 block (#121)
  • Add JCB credit card type (#124)
  • Remove json_decode from emoji generation (#123)
  • Remove ro street address (#146)

v1.12.1

See change log for changes

v1.12.0

  • Added Singapore NRIC/FIN provider (#56)
  • Added provider for Lithuanian municipalities (#58)
  • Added blood types provider (#61)
  • Fix ro_RO first and last day of year calculation offset (#65)
  • Fix en_NG locale test namespaces that did not match PSR-4 (#57)
Changelog

Sourced from fakerphp/faker's changelog.

2020-12-18, v1.13.0

Several fixes and new additions in this release. A lot of cleanup has been done on the codebase on both tests and consistency.

  • Feature/pl pl license plate (#62)
  • Fix greek phone numbers (#16)
  • Move AT payment provider logic to de_AT (#72)
  • Fix wiktionary links (#73)
  • Fix AT person links (#74)
  • Fix AT cities (#75)
  • Deprecate at_AT providers (#78)
  • Add Austrian ssn() to Person provider (#79)
  • Fix typos in id_ID Address (#83)
  • Austrian post codes (#86)
  • Updated Polish data (#70)
  • Improve Austrian social security number generation (#88)
  • Move US phone numbers with extension to own method (#91)
  • Add UK National Insurance number generator (#89)
  • Fix en_SG phone number generator (#100)
  • Remove usage of mt_rand (#87)
  • Remove whitespace from beginning of el_GR phone numbers (#105)
  • Building numbers can not be 0, 00, 000 (#107)
  • Add 172.16/12 local IPv4 block (#121)
  • Add JCB credit card type (#124)
  • Remove json_decode from emoji generation (#123)
  • Remove ro street address (#146)

2020-12-11, v1.12.1

This is a security release that prevents a hacker to execute code on the server.

2020-11-23, v1.12.0

  • Fix ro_RO first and last day of year calculation offset (#65)
  • Fix en_NG locale test namespaces that did not match PSR-4 (#57)
  • Added Singapore NRIC/FIN provider (#56)
  • Added provider for Lithuanian municipalities (#58)
  • Added blood types provider (#61)
Commits

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 dependabot bot force-pushed the dependabot/composer/fakerphp/faker-1.13.0 branch from 004b6cb to aa33658 Compare December 29, 2020 13:39
@codecov
Copy link

codecov bot commented Dec 29, 2020

Codecov Report

Merging #384 (85182be) into main (f6b5849) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #384   +/-   ##
===========================================
  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 f6b5849...85182be. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/fakerphp/faker-1.13.0 branch 2 times, most recently from b50a095 to ee5504e Compare December 29, 2020 13:46
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.11.0 to 1.13.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](FakerPHP/Faker@v1.11.0...v1.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/fakerphp/faker-1.13.0 branch from ee5504e to 85182be Compare December 29, 2020 13:49
@localheinz localheinz self-assigned this Dec 29, 2020
@localheinz localheinz merged commit bb2ec68 into main Dec 29, 2020
@localheinz localheinz deleted the dependabot/composer/fakerphp/faker-1.13.0 branch December 29, 2020 14:53
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.

None yet

1 participant