Bump ruby-progressbar from 1.11.0 to 1.13.0#1980
Open
dependabot[bot] wants to merge 24 commits intohandon-productionfrom
Open
Bump ruby-progressbar from 1.11.0 to 1.13.0#1980dependabot[bot] wants to merge 24 commits intohandon-productionfrom
dependabot[bot] wants to merge 24 commits intohandon-productionfrom
Conversation
- 検索クエリを分かち書きを行わない言語に最適化 - 形態素解析を行うためにElasticsearch側にkuromojiを導入 - 検索結果をマッチ度順ではなく日付順に変更 Conflicts: app/chewy/statuses_index.rb
- 投票作成時,その選択肢の数の上限を4から16に変更 - 投票作成時,その有効期限をより細かく設定出来るように変更
- Announcement機能をマージ(lindwurm/mastodon) Conflicts: app/javascript/mastodon/components/status.js
[Fix] InstanceTickerを有効にしても自インスタンスではティッカーを表示しない設定を通知欄にも適用 - InstanceTickerを有効にするテーマの場合,はんドンクラブのティッカーは非表示にしていた - これまでは適用範囲がHTL/FTL/LTLのみだったが,今回それに加えてnotificationも追加した [Change] InstanceTickerのURL変更に対応 https://github.com/InstanceTicker/InstanceTicker/issues/11
- ユニークユーザ5人以上で選出されるものを3人以上で選出されるよう変更 Conflicts: app/models/trending_tags.rb
- カスタム絵文字としてユーザのアイコンが使える機能 - 対象はトゥート,投票の選択肢,お知らせ,アカウントプロフィール欄 - 自サーバの人が他サーバのアカウントのプロフィール絵文字を使うことはできる - 他サーバの人がプロフィール絵文字を使うことはできない
- 3.3.0からHTL上にDMを表示するようになった - きもちわるいので3.2.x以前の表示に戻すオプションをつくり,かつそれを初期値に設定した Conflicts: config/locales/simple_form.en.yml Conflicts: config/locales/simple_form.ja.yml Conflicts: app/lib/feed_manager.rb app/services/fan_out_on_write_service.rb Conflicts: app/models/user.rb config/locales/simple_form.en.yml Conflicts: config/locales/simple_form.ja.yml
- LOAD_PATHへの追加を有効化
Conflicts: app/models/media_attachment.rb
- BlackLeadを追加 - CantaDarkを追加 - Mastodonオリジナルのスタイルを復活
Conflicts: config/locales/simple_form.en.yml Conflicts: config/locales/simple_form.ja.yml Conflicts: app/javascript/styles/mastodon/accounts.scss config/i18n-tasks.yml
- 上級者モードが無効で、かつPC表示の場合に、上部ナビバーのレイアウト崩れが発生していた問題を修正 - 上級者モードが無効で、かつPC表示の場合に、右部ナビバーの投稿ボタンの文言がダミー文字列となっていた問題を修正 - 「Handon」テーマのライトモードにおいて、TL上での公開範囲を表すアイコン色が見づらくなっていたため、色を変更 - 「Handon」テーマのBlackLeadにおいて、通知欄のレイアウト崩れが発生していた問題を修正
Bumps [ruby-progressbar](https://github.com/jfelchner/ruby-progressbar) from 1.11.0 to 1.13.0. - [Release notes](https://github.com/jfelchner/ruby-progressbar/releases) - [Changelog](https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md) - [Commits](jfelchner/ruby-progressbar@releases/v1.11.0...releases/v1.13.0) --- updated-dependencies: - dependency-name: ruby-progressbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
74087eb to
679047b
Compare
|
This pull request has merge conflicts that must be resolved before it can be merged. |
679047b to
da29416
Compare
da29416 to
b65c2a5
Compare
b65c2a5 to
598835d
Compare
598835d to
11fa77a
Compare
11fa77a to
9cf0bd6
Compare
90cd3c8 to
bbfd932
Compare
bbfd932 to
2a585eb
Compare
2a585eb to
9c1c1ed
Compare
9c1c1ed to
8c9b7ca
Compare
8c9b7ca to
a9f6f0c
Compare
a9f6f0c to
0317a1d
Compare
2ebc85c to
b0e3f4a
Compare
b0e3f4a to
b879466
Compare
b879466 to
b6447af
Compare
b6447af to
5b9a640
Compare
5b9a640 to
48e95e4
Compare
48e95e4 to
344b71e
Compare
344b71e to
6f93e3b
Compare
6f93e3b to
f18e75f
Compare
f18e75f to
7c685e3
Compare
7c685e3 to
d0b0893
Compare
6646181 to
b080d2a
Compare
b080d2a to
7d4e8d3
Compare
7d4e8d3 to
b841710
Compare
b841710 to
0456ff5
Compare
0456ff5 to
c75c0a9
Compare
c75c0a9 to
b7ceef5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps ruby-progressbar from 1.11.0 to 1.13.0.
Changelog
Sourced from ruby-progressbar's changelog.
Commits
158e12dVersion Bump to 1.13.003a9b27Chore: Remove Unneeded Projector From Progress2bc31d0Merge branch 'allow-configurable-projectors'c914747Refactor: Rename Calculators To Projectorse1e7f0cAdd: Ability To Allow Different Projectors To Be Used For Time Estimates616a7b3Refactor: The Progress No Longer Needs The Projector993bcf3Refactor: The calculate Instance Method Is No Longer Needed7ab80e3Refactor: Projector To Be Able To Keep Track Of Progresse6b09adRefactor: The Projector Can Now Start Itself0c956e6Refactor: Pass Projector To The Time ComponentDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)