Bump faker from 3.1.1 to 3.2.0
Bumps faker from 3.1.1 to 3.2.0.
Release notes
Sourced from faker's releases.
v3.2.0
v3.2.0 (2023-04-14)
Happy Spring with a new Faker release!
🌼 This version changes
Faker::Internet.email
,Faker::Internet.domain_name
,Faker::Internet.safe_email
, andFaker::Internet.free_email
default behavior.These generators email are now RFC 2606 compliant. They generate safe values by default using the Reserved Top Level DNS Names:
example
andtest
. To maintain backwards compatibility and give users the option to use non-safe domains at their own risk, custom domains are allowed.
Faker::Internet.safe_email
, andFaker::Internet.free_email
have been deprecated. Users have until October 2023 to make the necessary changes.More details and updated docs can be found here.
Other changes included in this version:
Features
- Generate safe
domain_name
by default (RFC 2606) by@stefannibrasil
in faker-ruby/faker#2733- Add avatar movie by
@lexisvar
in faker-ruby/faker#2699- add chess sport by
@lexisvar
in faker-ruby/faker#2701- Remove FillMurray service by
@ferblape
in faker-ruby/faker#2702- Add Allergens to Food by
@AaronRustad
in faker-ruby/faker#2706- Update sport docs by
@clementf
in faker-ruby/faker#2716- Add country code +44 to en-gb locale by
@jremes-foss
in faker-ruby/faker#2731- Add names to DnD generator by
@dollerbill
in faker-ruby/faker#2735- add digits to password by
@wyattroyc
in faker-ruby/faker#2705- performance: remove unnecessary i18n locale reload by
@codez
in faker-ruby/faker#2723- Add Faker::Company.department generator by
@acuppy
in faker-ruby/faker#2737- Mitch Hedberg quotes by
@MosDeef
in faker-ruby/faker#2721Bug fixes
- Fix explanation what Marketing.buzzwords does by
@danieldiekmeier
in faker-ruby/faker#2700- fix: Typo in Faker::Travel::Airport docs by
@evanlouden
in faker-ruby/faker#2712- Fix full changelog link for 3.1.1 by
@rnestler
in faker-ruby/faker#2714- Stop publishing to RubyGem by
@VladVadlja
in faker-ruby/faker#2711- Add default_country_code in locale by
@ashwin-elangovan
in faker-ruby/faker#2732- Fix formatting in readme.md by
@leon-vogt
in faker-ruby/faker#2722Update local dependencies
- Fix rubocop updates by
@stefannibrasil
in faker-ruby/faker#2708- Update rubocop-minitest requirement from = 0.29.0 to = 0.30.0 by
@dependabot
in faker-ruby/faker#2743- Update minitest requirement from = 5.17.0 to = 5.18.0 by
@dependabot
in faker-ruby/faker#2727- Update rubocop requirement from = 1.48.1 to = 1.50.1 by
@dependabot
in faker-ruby/faker#2747- Add Faker::Company.department generator by
@acuppy
in faker-ruby/faker#2737- Update Pull Request template and guides by
@stefannibrasil
in faker-ruby/faker#2749New Contributors
@lexisvar
made their first contribution in faker-ruby/faker#2699@danieldiekmeier
made their first contribution in faker-ruby/faker#2700@AaronRustad
made their first contribution in faker-ruby/faker#2706@evanlouden
made their first contribution in faker-ruby/faker#2712
... (truncated)
Changelog
Sourced from faker's changelog.
v3.2.0 (2023-04-14)
Happy Spring with a new Faker release!
🌼 This version changes
Faker::Internet.email
,Faker::Internet.domain_name
,Faker::Internet.safe_email
, andFaker::Internet.free_email
default behavior.These generators email are now RFC 2606 compliant. They generate safe values by default using the Reserved Top Level DNS Names:
example
andtest
. To maintain backwards compatibility and give users the option to use non-safe domains at their own risk, custom domains are allowed.
Faker::Internet.safe_email
, andFaker::Internet.free_email
have been deprecated. Users have until October 2023 to make the necessary changes.More details and updated docs can be found here.
Other changes included in this version:
Features
- Generate safe
domain_name
by default (RFC 2606) by@stefannibrasil
in faker-ruby/faker#2733- Add avatar movie by
@lexisvar
in faker-ruby/faker#2699- add chess sport by
@lexisvar
in faker-ruby/faker#2701- Remove FillMurray service by
@ferblape
in faker-ruby/faker#2702- Add Allergens to Food by
@AaronRustad
in faker-ruby/faker#2706- Update sport docs by
@clementf
in faker-ruby/faker#2716- Add country code +44 to en-gb locale by
@jremes-foss
in faker-ruby/faker#2731- Add names to DnD generator by
@dollerbill
in faker-ruby/faker#2735- add digits to password by
@wyattroyc
in faker-ruby/faker#2705- performance: remove unnecessary i18n locale reload by
@codez
in faker-ruby/faker#2723- Add Faker::Company.department generator by
@acuppy
in faker-ruby/faker#2737- Mitch Hedberg quotes by
@MosDeef
in faker-ruby/faker#2721Bug fixes
- Fix explanation what Marketing.buzzwords does by
@danieldiekmeier
in faker-ruby/faker#2700- fix: Typo in Faker::Travel::Airport docs by
@evanlouden
in faker-ruby/faker#2712- Fix full changelog link for 3.1.1 by
@rnestler
in faker-ruby/faker#2714- Stop publishing to RubyGem by
@VladVadlja
in faker-ruby/faker#2711- Add default_country_code in locale by
@ashwin-elangovan
in faker-ruby/faker#2732- Fix formatting in readme.md by
@leon-vogt
in faker-ruby/faker#2722Update local dependencies
- Fix rubocop updates by
@stefannibrasil
in faker-ruby/faker#2708- Update rubocop-minitest requirement from = 0.29.0 to = 0.30.0 by
@dependabot
in faker-ruby/faker#2743- Update minitest requirement from = 5.17.0 to = 5.18.0 by
@dependabot
in faker-ruby/faker#2727- Update rubocop requirement from = 1.48.1 to = 1.50.1 by
@dependabot
in faker-ruby/faker#2747- Add Faker::Company.department generator by
@acuppy
in faker-ruby/faker#2737- Update Pull Request template and guides by
@stefannibrasil
in faker-ruby/faker#2749New Contributors
@lexisvar
made their first contribution in faker-ruby/faker#2699@danieldiekmeier
made their first contribution in faker-ruby/faker#2700@AaronRustad
made their first contribution in faker-ruby/faker#2706@evanlouden
made their first contribution in faker-ruby/faker#2712@rnestler
made their first contribution in faker-ruby/faker#2714
... (truncated)
Commits
-
fd2fb05
Bump faker to v.3.2.0 (#2751) -
949661c
Update Pull Request template and guides (#2749) -
8bbdedf
Mitch Hedberg quotes (#2721) -
e32083a
Add Faker::Company.department generator (#2737) -
afa3215
Update yard requirement from = 0.9.32 to = 0.9.34 (#2748) -
9125b54
Update rubocop requirement from = 1.48.1 to = 1.50.1 (#2747) -
935cbb0
Update rubocop-minitest requirement from = 0.29.0 to = 0.30.0 (#2743) -
cce9314
Update yard requirement from = 0.9.27 to = 0.9.32 (#2745) -
82d7a86
Generate safeemail
anddomain_name
by default (RFC 2606) (#2733) -
03c099a
performance: remove unnecessary i18n locale reload (#2723) - 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