Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faker from 2.17.0 to 2.18.0 #757

Closed
wants to merge 19 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2021

Bumps faker from 2.17.0 to 2.18.0.

Release notes

Sourced from faker's releases.

v2.18.0

This version:

  • fixes bugs and chores
  • update documentation
  • adds new generators for IDNumber, Crypto.sha512, and others.
  • updates locales in different languages
  • updates dependencies
Changelog

Sourced from faker's changelog.

v2.18.0 (2021-05-15)

Bug/Fixes

Chores

Documentation

Feature Request

Update locales

Update local dependencies

  • Update rubocop requirement from = 1.13.0 to = 1.14.0 (#2314)
  • Upgrade to GitHub-native Dependabot (#2310)
  • Update rubocop requirement from = 1.12.1 to = 1.13.0 (#2305)
  • Update test-unit requirement from = 3.4.0 to = 3.4.1 (#2303)
  • Update pry requirement from = 0.14.0 to = 0.14.1 (#2298)
  • Update rubocop requirement from = 1.12.0 to = 1.12.1 (#2294)
  • Update rubocop requirement from = 1.11.0 to = 1.12.0 (#2288)
Commits
  • be59d0b Bump version to 2.18.0 (#2323)
  • e4ef1ab Remove Canadian 226 area code from array of US area codes (resolves #2321) (#...
  • 1c1b561 Merge pull request #2314 from faker-ruby/dependabot/bundler/rubocop-1.14.0
  • 210778f Update rubocop requirement from = 1.13.0 to = 1.14.0
  • 9397e3f Merge pull request #2317 from yujideveloper/fix/ci-for-es-ar
  • 7b81bdf Fix redundant escape inside regexp literal
  • 98bab62 Fix ci for es-AR
  • e2f77bf Merge pull request #2316 from yujideveloper/fix/typo-test-method
  • dcd21cd Fix typo in test method
  • e110fa4 Split JA translation file into one file per class (#2315)
  • Additional commits viewable in compare view

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)

highemerly and others added 19 commits May 14, 2021 23:46
- 検索クエリを分かち書きを行わない言語に最適化
- 形態素解析を行うためにElasticsearch側にkuromojiを導入
- 検索結果をマッチ度順ではなく日付順に変更
- 投票作成時,その選択肢の数の上限を4から16に変更
- 投票作成時,その有効期限をより細かく設定出来るように変更
- Announcement機能をマージ(lindwurm/mastodon)
- 元々導入していたhotaさんのannouncements機能と,本家announcements機能において,CSSのみ競合が発生
- class名が両方とも「announcements」となっており重複していた
- 元々のannouncementsの方を「announcements2」に変更
- ユニークユーザ5人以上で選出されるものを2人以上で選出されるよう変更
- カスタム絵文字としてユーザのアイコンが使える機能
- 対象はトゥート,投票の選択肢,お知らせ,アカウントプロフィール欄
- 自サーバの人が他サーバのアカウントのプロフィール絵文字を使うことはできる
- 他サーバの人がプロフィール絵文字を使うことはできない

Conflicts:
	app/models/account.rb
- 投稿に,文字の投稿が含まれず,かつカスタム絵文字が1つだけの場合に特大表示(7em)する
- それに伴ってカスタム絵文字が段落に1つしか含まれない場合にちょっと大きく表示(4em)する機能は削除
- InstanceTickerを有効にするテーマの場合,はんドンクラブのティッカーは非表示にしていた
- これまでは適用範囲がHTL/FTL/LTLのみだったが,今回それに加えてnotificationも追加した
- 3.3.0からHTL上にDMを表示するようになった
- きもちわるいので3.2.x以前の表示に戻すオプションをつくり,かつそれを初期値に設定した

Conflicts:
	config/locales/simple_form.en.yml
Bumps [faker](https://github.com/faker-ruby/faker) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](faker-ruby/faker@v2.17.0...v2.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 16, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2021

Looks like faker is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2021
@dependabot dependabot bot deleted the dependabot/bundler/faker-2.18.0 branch June 3, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant