development-dependency: bump faker from 2.17.0 to 2.18.0
Bumps faker from 2.17.0 to 2.18.0.
Release notes
Sourced from faker's releases.
v2.18.0
This version:
- fixes bugs and chores
- update documentation
- adds new generators for
IDNumber
,Crypto.sha512
, and others.- updates locales in different languages
- updates dependencies
Changelog
Sourced from faker's changelog.
v2.18.0 (2021-05-15)
Bug/Fixes
- [PR #2300](faker-ruby/faker#2300) Fix space.company by adding missing quote
@koic
- [PR #2044](faker-ruby/faker#2044) Workaround for cc-test-reporter with SimpleCov 0.18
@koic
Chores
- [PR #2316](faker-ruby/faker#2316) Fix typo in test method
@yujideveloper
Documentation
- [PR #2290](faker-ruby/faker#2290) Fix typo
@d-holbach
- [PR #2282](faker-ruby/faker#2282) fixed small typo
@koic
Feature Request
- [PR #2301](faker-ruby/faker#2301) Add Faker::IDNumber.croatian_id method
@lovro-bikic
- [PR #2299](faker-ruby/faker#2299) Add birds
@brotherjack
- [PR #2295](faker-ruby/faker#2295) Add more methods to the Witcher class
@marcelobarreto
- [PR #2289](faker-ruby/faker#2289) Increase french entropy
@meuble
- [PR #2287](faker-ruby/faker#2287) Add Crypto.sha512
@crondaemon
- [PR #2190](faker-ruby/faker#2190) Add Faker::Tea
@snood1205
- [PR #2175](faker-ruby/faker#2175) Add two generators to Faker::Science
@RubyHuntsman
- [PR #1910](faker-ruby/faker#1910) Add Faker::Music#mambo_no_5, a Generator for Random First Names that Appear in Lou Bega's Mambo No. 5
@NickyEXE
Update locales
- [PR #2321](faker-ruby/faker#2321) Canadian area code 226 included in array of US area codes
@jgarber623
- [PR #2317](faker-ruby/faker#2317) Fix ci for es-AR
@yujideveloper
- [PR #2315](faker-ruby/faker#2315) Split JA translation file into one file per class
@yujideveloper
- [PR #2313](faker-ruby/faker#2313) Add Japanese translation for Faker::Subscription
@yujideveloper
- [PR #2311](faker-ruby/faker#2311) add yoda quotes to russian locale
@aka-nez
- [PR #2297](faker-ruby/faker#2297) add Japanese actual zipcodes in locals/ja.yml
@POPPIN-FUMI
- [PR #2291](faker-ruby/faker#2291) Add Commerce for Japanese
@ima1zumi
- [PR #2285](faker-ruby/faker#2285) Fix update Brazilian phone country code
@ricardopacheco
- [PR #2154](faker-ruby/faker#2154) Cleanup books. Add Fantasy::Tolkien to README.
@mathisto
Update local dependencies
- Update rubocop requirement from = 1.13.0 to = 1.14.0 (#2314)
- Upgrade to GitHub-native Dependabot (#2310)
- Update rubocop requirement from = 1.12.1 to = 1.13.0 (#2305)
- Update test-unit requirement from = 3.4.0 to = 3.4.1 (#2303)
- Update pry requirement from = 0.14.0 to = 0.14.1 (#2298)
- Update rubocop requirement from = 1.12.0 to = 1.12.1 (#2294)
- Update rubocop requirement from = 1.11.0 to = 1.12.0 (#2288)
Commits
-
be59d0b
Bump version to 2.18.0 (#2323) -
e4ef1ab
Remove Canadian 226 area code from array of US area codes (resolves #2321) (#... -
1c1b561
Merge pull request #2314 from faker-ruby/dependabot/bundler/rubocop-1.14.0 -
210778f
Update rubocop requirement from = 1.13.0 to = 1.14.0 -
9397e3f
Merge pull request #2317 from yujideveloper/fix/ci-for-es-ar -
7b81bdf
Fix redundant escape inside regexp literal -
98bab62
Fix ci for es-AR -
e2f77bf
Merge pull request #2316 from yujideveloper/fix/typo-test-method -
dcd21cd
Fix typo in test method -
e110fa4
Split JA translation file into one file per class (#2315) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Edited by George Koltsov