joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

Bump faker from 1.9.1 to 2.1.2 #241

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps faker from 1.9.1 to 2.1.2.

Release notes *Sourced from [faker's releases](https://github.com/faker-ruby/faker/releases).* > ## v2.1.2 > ## [v2.1.2](https://github.com/stympy/faker-ruby/faker/tree/2.1.2) (2019-10-08) > > ## Enhancements > > - [PR [#1495](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1495)](https://github-redirect.dependabot.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation [@​lucasqueiroz](https://github.com/lucasqueiroz) > > ## Issues > > We had to use `bundled with 1.7.3` to avoid some issues. > > ## v2.1.1 > ## [v2.1.1](https://github.com/stympy/faker/tree/2.1.1) (2019-10-08) > > ## Bug/Fixes > > - [PR [#1685](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1685)](https://github-redirect.dependabot.com/stympy/faker/pull/1685) Upgrade i18n [@​EduardoGHdez](https://github.com/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/faker-ruby/faker/issues/1683)](https://github-redirect.dependabot.com/stympy/faker/pull/1683) Rollback Faker::Time changes [@​vbrazo](https://github.com/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/faker-ruby/faker/issues/1677)](https://github-redirect.dependabot.com/stympy/faker/pull/1677) Fix docs for Internet#password generator [@​ur5us](https://github.com/ur5us) > > ## v2.1.0 > ## [v2.1.0](https://github.com/stympy/faker/tree/2.1.0) (2019-31-07) > > ## Bug/Fixes > - [PR [#1675](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1675)](https://github-redirect.dependabot.com/stympy/faker/pull/1675) Fix off-by-one error when formatting month names [@​jutonz](https://github.com/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](https://github.com/stympy/faker/tree/2.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: > - `Faker::Books::Dune.quote(character = nil)` becomes `Faker::Books::Dune.quote(character: nil)` > - `Faker::Books::Dune.saying(source = nil)` becomes `Faker::Books::Dune.saying(source: nil)` > - `Faker::Books::Lovecraft.fhtagn(number_of = nil)` becomes `Faker::Books::Lovecraft.fhtagn(number: nil)` > - `Faker::Books::Lovecraft.paragraph(sentence_count = nil, random_sentences_to_add = nil)` becomes `Faker::Books::Lovecraft.paragraph(sentence_count: nil, random_sentences_to_add: nil)` > - `Faker::Books::Lovecraft.paragraph_by_chars(chars = nil)` becomes `Faker::Books::Lovecraft.paragraph_by_chars(characters: nil)` > - `Faker::Books::Lovecraft.paragraphs(paragraph_count = nil)` becomes `Faker::Books::Lovecraft.paragraphs(number: nil)` > - `Faker::Books::Lovecraft.sentence(word_count = nil, random_words_to_add = nil)` becomes `Faker::Books::Lovecraft.sentence(word_count: nil, random_words_to_add: nil)` > - `Faker::Books::Lovecraft.sentences(sentence_count = nil)` becomes `Faker::Books::Lovecraft.sentences(number: nil)` > ... (truncated)
Changelog *Sourced from [faker's changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md).* > ## [v2.1.2](https://github.com/stympy/faker-ruby/faker/tree/2.1.2) (2019-10-08) > > ## Enhancements > > - [PR [#1495](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1495)](https://github-redirect.dependabot.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation [@​lucasqueiroz](https://github.com/lucasqueiroz) > > ## Issues > > We had to use `bundled with 1.7.3` to avoid some issues. > > ## [v2.1.1](https://github.com/stympy/faker/tree/2.1.1) (2019-10-08) > > ## Bug/Fixes > > - [PR [#1685](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1685)](https://github-redirect.dependabot.com/stympy/faker/pull/1685) Upgrade i18n [@​EduardoGHdez](https://github.com/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/faker-ruby/faker/issues/1683)](https://github-redirect.dependabot.com/stympy/faker/pull/1683) Rollback Faker::Time changes [@​vbrazo](https://github.com/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/faker-ruby/faker/issues/1677)](https://github-redirect.dependabot.com/stympy/faker/pull/1677) Fix docs for Internet#password generator [@​ur5us](https://github.com/ur5us) > > ------------------------------------------------------------------------------ > > ## [v2.1.0](https://github.com/stympy/faker/tree/2.1.0) (2019-31-07) > > ## Bug/Fixes > - [PR [#1675](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1675)](https://github-redirect.dependabot.com/stympy/faker/pull/1675) Fix off-by-one error when formatting month names [@​jutonz](https://github.com/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](https://github.com/stympy/faker/tree/2.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: > - `Faker::Books::Dune.quote(character = nil)` becomes `Faker::Books::Dune.quote(character: nil)` > - `Faker::Books::Dune.saying(source = nil)` becomes `Faker::Books::Dune.saying(source: nil)` > - `Faker::Books::Lovecraft.fhtagn(number_of = nil)` becomes `Faker::Books::Lovecraft.fhtagn(number: nil)` > - `Faker::Books::Lovecraft.paragraph(sentence_count = nil, random_sentences_to_add = nil)` becomes `Faker::Books::Lovecraft.paragraph(sentence_count: nil, random_sentences_to_add: nil)` > - `Faker::Books::Lovecraft.paragraph_by_chars(chars = nil)` becomes `Faker::Books::Lovecraft.paragraph_by_chars(characters: nil)` > - `Faker::Books::Lovecraft.paragraphs(paragraph_count = nil)` becomes `Faker::Books::Lovecraft.paragraphs(number: nil)` > - `Faker::Books::Lovecraft.sentence(word_count = nil, random_words_to_add = nil)` becomes `Faker::Books::Lovecraft.sentence(word_count: nil, random_words_to_add: nil)` > - `Faker::Books::Lovecraft.sentences(sentence_count = nil)` becomes `Faker::Books::Lovecraft.sentences(number: nil)` > ... (truncated)
Commits - [`7d37acf`](https://github.com/faker-ruby/faker/commit/7d37acf5ae1bbfa5a25ccea785ebcdfb0be0f377) Bump version to 2.1.2 - [`ea3a059`](https://github.com/faker-ruby/faker/commit/ea3a05928e2c930fd0197bfdc6c8d90526178de1) Add Brazilian documents generation and documentation ([#1495](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1495)) - [`5d224d5`](https://github.com/faker-ruby/faker/commit/5d224d5cbfd1c7793c9b3b3c92e7fb32743d50be) BUNDLED WITH 1.17.3 - [`cde67dd`](https://github.com/faker-ruby/faker/commit/cde67dd1cfd17e968cfdba1a5624c011faeaf257) Bump version to 2.1.1 - [`9b55805`](https://github.com/faker-ruby/faker/commit/9b5580592c0cf065f1e3cb6fd1f927122320787d) Upgrade i18n ([#1685](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1685)) - [`5ea0557`](https://github.com/faker-ruby/faker/commit/5ea055779309b181878bab0d7579f0844a2e8b06) Rollback Faker::Time changes ([#1683](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1683)) - [`b3fe778`](https://github.com/faker-ruby/faker/commit/b3fe778350b627df96f68f4ee9c5978473173300) Update README.md ([#1678](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1678)) - [`129dd49`](https://github.com/faker-ruby/faker/commit/129dd49ef65a8a44c3edd2b80042c642391188d9) Fix docs for Internet#password generator ([#1677](https://github-redirect.dependabot.com/faker-ruby/faker/issues/1677)) - [`0deec17`](https://github.com/faker-ruby/faker/commit/0deec175348ca756082f65349c32e967ff8ef6c5) Update CHANGELOG - [`c45c5db`](https://github.com/faker-ruby/faker/commit/c45c5db1fa3243f8d00c6fd7cb1b2c3ead831d13) Bump to 2.1.0 - Additional commits viewable in [compare view](https://github.com/faker-ruby/faker/compare/v1.9.1...v2.1.2)


Dependabot compatibility score

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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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.
dependabot-preview[bot] commented 4 years ago

Superseded by #242.