Skip to content

Bump faker from 3.1.1 to 3.2.0

George Koltsov requested to merge dependabot-bundler-faker-3.2.0 into main

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, and Faker::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 and test. 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, and Faker::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

Bug fixes

Update local dependencies

New Contributors

... (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, and Faker::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 and test. 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, and Faker::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

Bug fixes

Update local dependencies

New Contributors

... (truncated)

Commits


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

Merge request reports