Created by: dependabot-preview[bot]
Bumps faker from 1.9.6 to 2.1.2.
Release notes
Sourced from faker's releases.
v2.1.2
v2.1.2 (2019-10-08)
Enhancements
- [PR #1495](https://github-redirect.dependabot.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation @lucasqueiroz
Issues
We had to use
bundled with 1.7.3
to avoid some issues.v2.1.1
v2.1.1 (2019-10-08)
Bug/Fixes
- [PR #1685](https://github-redirect.dependabot.com/stympy/faker/pull/1685) Upgrade i18n @EduardoGHdez
bundler-audit
has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.
- [PR #1683](https://github-redirect.dependabot.com/stympy/faker/pull/1683) Rollback Faker::Time changes @vbrazo
Rollback
Faker::Time
changes because we should expect the date format from activesupport's en.yml.Documentation
- [PR #1677](https://github-redirect.dependabot.com/stympy/faker/pull/1677) Fix docs for Internet#password generator @ur5us
v2.1.0
v2.1.0 (2019-31-07)
Bug/Fixes
- [PR #1675](https://github-redirect.dependabot.com/stympy/faker/pull/1675) Fix off-by-one error when formatting month names @jutonz
This change required a quick release because it's a breaking issue. Every place where
I18n.l()
was used began to display the wrong date, causing test suite to fail and frustration for developers.Release Faker 2.0
v2.0 (2019-31-07)
Important Note:
Version 2 has several
breaking changes
. We replaced positional arguments with keyword arguments and the list below contains all the changed methods:... (truncated)
Faker::Books::Dune.quote(character = nil)
becomesFaker::Books::Dune.quote(character: nil)
Faker::Books::Dune.saying(source = nil)
becomesFaker::Books::Dune.saying(source: nil)
Faker::Books::Lovecraft.fhtagn(number_of = nil)
becomesFaker::Books::Lovecraft.fhtagn(number: nil)
Faker::Books::Lovecraft.paragraph(sentence_count = nil, random_sentences_to_add = nil)
becomesFaker::Books::Lovecraft.paragraph(sentence_count: nil, random_sentences_to_add: nil)
Faker::Books::Lovecraft.paragraph_by_chars(chars = nil)
becomesFaker::Books::Lovecraft.paragraph_by_chars(characters: nil)
Faker::Books::Lovecraft.paragraphs(paragraph_count = nil)
becomesFaker::Books::Lovecraft.paragraphs(number: nil)
Faker::Books::Lovecraft.sentence(word_count = nil, random_words_to_add = nil)
becomesFaker::Books::Lovecraft.sentence(word_count: nil, random_words_to_add: nil)
Faker::Books::Lovecraft.sentences(sentence_count = nil)
becomesFaker::Books::Lovecraft.sentences(number: nil)
Changelog
Sourced from faker's changelog.
v2.1.2 (2019-10-08)
Enhancements
- [PR #1495](https://github-redirect.dependabot.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation @lucasqueiroz
Issues
We had to use
bundled with 1.7.3
to avoid some issues.v2.1.1 (2019-10-08)
Bug/Fixes
- [PR #1685](https://github-redirect.dependabot.com/stympy/faker/pull/1685) Upgrade i18n @EduardoGHdez
bundler-audit
has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.
- [PR #1683](https://github-redirect.dependabot.com/stympy/faker/pull/1683) Rollback Faker::Time changes @vbrazo
Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.
Documentation
- [PR #1677](https://github-redirect.dependabot.com/stympy/faker/pull/1677) Fix docs for Internet#password generator @ur5us
v2.1.0 (2019-31-07)
Bug/Fixes
- [PR #1675](https://github-redirect.dependabot.com/stympy/faker/pull/1675) Fix off-by-one error when formatting month names @jutonz
This change required a quick release because it's a breaking issue. Every place where I18n.l() was used began to display the wrong date, causing test suite to fail.
v2.0 (2019-31-07)
Important Note:
Version 2 has several
breaking changes
. We replaced positional arguments with keyword arguments and the list below contains all the changed methods:... (truncated)
Faker::Books::Dune.quote(character = nil)
becomesFaker::Books::Dune.quote(character: nil)
Faker::Books::Dune.saying(source = nil)
becomesFaker::Books::Dune.saying(source: nil)
Faker::Books::Lovecraft.fhtagn(number_of = nil)
becomesFaker::Books::Lovecraft.fhtagn(number: nil)
Faker::Books::Lovecraft.paragraph(sentence_count = nil, random_sentences_to_add = nil)
becomesFaker::Books::Lovecraft.paragraph(sentence_count: nil, random_sentences_to_add: nil)
Faker::Books::Lovecraft.paragraph_by_chars(chars = nil)
becomesFaker::Books::Lovecraft.paragraph_by_chars(characters: nil)
Faker::Books::Lovecraft.paragraphs(paragraph_count = nil)
becomesFaker::Books::Lovecraft.paragraphs(number: nil)
Faker::Books::Lovecraft.sentence(word_count = nil, random_words_to_add = nil)
becomesFaker::Books::Lovecraft.sentence(word_count: nil, random_words_to_add: nil)
Faker::Books::Lovecraft.sentences(sentence_count = nil)
becomesFaker::Books::Lovecraft.sentences(number: nil)
Commits
-
7d37acf
Bump version to 2.1.2 -
ea3a059
Add Brazilian documents generation and documentation (#1495) -
5d224d5
BUNDLED WITH 1.17.3 -
cde67dd
Bump version to 2.1.1 -
9b55805
Upgrade i18n (#1685) -
5ea0557
Rollback Faker::Time changes (#1683) -
b3fe778
Update README.md (#1678) -
129dd49
Fix docs for Internet#password generator (#1677) -
0deec17
Update CHANGELOG -
c45c5db
Bump to 2.1.0 - Additional commits viewable in compare view
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 use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.