Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.1
->3.4.2
Release Notes
faker-ruby/faker (faker)
v3.4.2
Compare Source
Happy July with a new faker-ruby release.
This version:
Faker::NationalHealthService.british_number
(more details below)Breaking changes
The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could
produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version,
Faker::NationalHealthService.british_number
uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.Breaking change was introduced in "Add test range param to NHS numbers" by @neanias in https://github.com/faker-ruby/faker/pull/2947
Improvements & Bug fixes
Faker::Games::Dota
missing quotes and new heroes by @arthurka-o in https://github.com/faker-ruby/faker/pull/2907Faker::Internet.username
should not generate duplicated punctuation by @thdaraujo in https://github.com/faker-ruby/faker/pull/2970en-US
locale by @mononoken in https://github.com/faker-ruby/faker/pull/2972Deprecator.skip_warning?
ability to silence deprecators on tests by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2956Update local dependencies
2.4.22
by @thdaraujo in https://github.com/faker-ruby/faker/pull/2978Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.