]> cat aescling's git repositories - mastodon.git/log
mastodon.git
5 years ago[Glitch] Fix OCR lang data failing to load
ThibG [Sat, 9 Jan 2021 02:48:50 +0000 (03:48 +0100)]
[Glitch] Fix OCR lang data failing to load

Port 73ddb60c32090c9685f3b74e0bbb4a06b34a7083 to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Claire [Mon, 11 Jan 2021 10:55:42 +0000 (11:55 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `app/models/public_feed.rb`:
  Upstream refactored a bit, glitch-soc had specific code for local-only
  statuses.
  Updated glitch-soc's specific code accordingly.

5 years agoFix muting users with duration via the REST api (#15516)
Levi Bard [Sun, 10 Jan 2021 11:47:21 +0000 (12:47 +0100)]
Fix muting users with duration via the REST api (#15516)

5 years agoOptimize map { ... }.compact calls (#15513)
luigi [Sat, 9 Jan 2021 23:32:01 +0000 (18:32 -0500)]
Optimize map { ... }.compact calls (#15513)

* Optimize map { ... }.compact

using Enumerable#filter_map, supported since Ruby 2.7

* Add poyfill for Enumerable#filter_map

5 years agoFix maintenance script not re-indexing some indexes on textual values (#15515)
ThibG [Sat, 9 Jan 2021 02:51:32 +0000 (03:51 +0100)]
Fix maintenance script not re-indexing some indexes on textual values (#15515)

* Fix maintenance script not re-indexing some indexes on textual values

Fixes #15475

* Refresh instance view at the end of the maintenance script run

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoFix OCR lang data failing to load (#15519)
ThibG [Sat, 9 Jan 2021 02:48:50 +0000 (03:48 +0100)]
Fix OCR lang data failing to load (#15519)

Fixes #15472

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoSkip processing Update activities on unknown accounts (#15514)
ThibG [Fri, 8 Jan 2021 11:26:29 +0000 (12:26 +0100)]
Skip processing Update activities on unknown accounts (#15514)

This also skips fetching the actor completely.

This will be useful if we end up distributing Update activities linked to
account suspensions more widely (they are currently only delivered to
the suspended account's followers), as currently, instances not knowing
about the suspended account would fetch it to then process the suspension.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoFix the Dockerfile in case of Kaniko build (#15510)
kaiyou [Fri, 8 Jan 2021 06:13:26 +0000 (07:13 +0100)]
Fix the Dockerfile in case of Kaniko build (#15510)

Kaniko does not support looking up binaries from $PATH, so we
specify the full path to the bash binary.

Co-authored-by: kaiyou <dev@kaiyou.fr>
5 years agoSupport clock drift in Omniauth SAML provider (#15511)
kaiyou [Fri, 8 Jan 2021 06:07:08 +0000 (07:07 +0100)]
Support clock drift in Omniauth SAML provider (#15511)

The setting is not well documented by the provider, but allows for
clock skew between SP and IDP, see:
https://github.com/omniauth/omniauth-saml/blob/master/spec/omniauth/strategies/saml_spec.rb

Co-authored-by: kaiyou <dev@kaiyou.fr>
5 years agoFix rubocop config and warnings (#15503)
abcang [Thu, 7 Jan 2021 08:40:55 +0000 (17:40 +0900)]
Fix rubocop config and warnings (#15503)

* disable NewCops

* update TargetRubyVersion

* Fix Lint/MissingSuper for ActiveModelSerializers::Model

* Fix Lint/MissingSuper for feed

* Fix Lint/FloatComparison

* Do not use instance variables

5 years agoFix typo: you -> your (#15476)
Asier Iturralde Sarasola [Thu, 7 Jan 2021 08:32:16 +0000 (09:32 +0100)]
Fix typo: you -> your (#15476)

5 years agoSet RAILS_ENV in Procfile.dev (#15502)
abcang [Thu, 7 Jan 2021 08:30:12 +0000 (17:30 +0900)]
Set RAILS_ENV in Procfile.dev (#15502)

* Set RAILS_ENV in Procfile.dev

* Also set on sidekiq

5 years agoBump binding_of_caller from 0.8.0 to 1.0.0 (#15489)
dependabot[bot] [Thu, 7 Jan 2021 05:10:49 +0000 (14:10 +0900)]
Bump binding_of_caller from 0.8.0 to 1.0.0 (#15489)

Bumps [binding_of_caller](https://github.com/banister/binding_of_caller) from 0.8.0 to 1.0.0.
- [Release notes](https://github.com/banister/binding_of_caller/releases)
- [Commits](https://github.com/banister/binding_of_caller/compare/v0.8.0...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webpack-assets-manifest from 3.1.1 to 4.0.0 (#15288)
dependabot[bot] [Thu, 7 Jan 2021 05:06:15 +0000 (14:06 +0900)]
Bump webpack-assets-manifest from 3.1.1 to 4.0.0 (#15288)

Bumps [webpack-assets-manifest](https://github.com/webdeveric/webpack-assets-manifest) from 3.1.1 to 4.0.0.
- [Release notes](https://github.com/webdeveric/webpack-assets-manifest/releases)
- [Commits](https://github.com/webdeveric/webpack-assets-manifest/compare/v3.1.1...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoMerge pull request #1482 from ThibG/glitch-soc/merge-upstream
ThibG [Wed, 6 Jan 2021 21:03:23 +0000 (22:03 +0100)]
Merge pull request #1482 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

5 years ago[Glitch] Fix logo button style more
Takeshi Umeda [Wed, 30 Dec 2020 22:18:39 +0000 (07:18 +0900)]
[Glitch] Fix logo button style more

Port 3f4b0dfd47d35818b36fedb767a5a82dc02f87cc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 years ago[Glitch] Fix logo button style
Takeshi Umeda [Sat, 26 Dec 2020 22:50:34 +0000 (07:50 +0900)]
[Glitch] Fix logo button style

Port ba748a83f2050dff27758bce67c05d37a8b7d8f3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 years ago[Glitch] Fix getting-started footer in single column mode not being clickable in...
Takeshi Umeda [Tue, 5 Jan 2021 18:57:32 +0000 (03:57 +0900)]
[Glitch] Fix getting-started footer in single column mode not being clickable in Safari

Port e38874dcf7b0fca0f9934fcd0e12bba457c7c212 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 years ago[Glitch] Fix defaultProps of frameRate to string
Takeshi Umeda [Tue, 5 Jan 2021 19:00:42 +0000 (04:00 +0900)]
[Glitch] Fix defaultProps of frameRate to string

Port a50fe47a77118dba043143c01d0d6ad6c82f9b31 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 years ago[Glitch] Fix missing key in list timeline policy
Takeshi Umeda [Tue, 5 Jan 2021 18:57:50 +0000 (03:57 +0900)]
[Glitch] Fix missing key in list timeline policy

Port 71f09688878241f0a47fd637047afbf0148f0abf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 years agoMerge branch 'master' into glitch-soc/merge-upstream
Claire [Wed, 6 Jan 2021 17:08:06 +0000 (18:08 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `config/webpack/configuration.js`:
  Upstream updated the `js-yaml` dependency, which changed how to call it.
  Those changes conflicted because that code is pretty different in glitch-soc
  which has to deal with its more complex theming system.
  Proceeded to the same compatibility changes in glitch-soc's code.
- `package.json` and `yarn.lock`:
  Not really a conflict, just glitch-soc-specific dependencies textually too
  close to some dependencies updated upstream.

5 years agoupdate codeclimate-rubocop (#15500)
abcang [Wed, 6 Jan 2021 06:49:48 +0000 (15:49 +0900)]
update codeclimate-rubocop (#15500)

5 years agoSet X-Forwarded-Proto to request scheme (#15310) (#15498)
Cecylia Bocovich [Tue, 5 Jan 2021 21:25:07 +0000 (16:25 -0500)]
Set X-Forwarded-Proto to request scheme (#15310) (#15498)

This fixes a bug that prevents logins to mastodon onion services. The
nginx directive assumed all requests were made over https, causing a
domain mismatch for onion services that have https redirects disabled.
The fix more correctly sets X-Forwarded-Proto to the actual scheme used
in the request.

5 years agoBump nokogiri from 1.10.10 to 1.11.0 (#15487)
dependabot[bot] [Tue, 5 Jan 2021 19:01:31 +0000 (20:01 +0100)]
Bump nokogiri from 1.10.10 to 1.11.0 (#15487)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix defaultProps of frameRate to string (#15493)
Takeshi Umeda [Tue, 5 Jan 2021 19:00:42 +0000 (04:00 +0900)]
Fix defaultProps of frameRate to string (#15493)

5 years agoFix missing key in list timeline policy (#15494)
Takeshi Umeda [Tue, 5 Jan 2021 18:57:50 +0000 (03:57 +0900)]
Fix missing key in list timeline policy (#15494)

5 years agoFix getting-started footer in single column mode not being clickable in Safari (...
Takeshi Umeda [Tue, 5 Jan 2021 18:57:32 +0000 (03:57 +0900)]
Fix getting-started footer in single column mode not being clickable in Safari (#15496)

5 years agoBump ruby-progressbar from 1.10.1 to 1.11.0 (#15491)
dependabot[bot] [Mon, 4 Jan 2021 17:10:33 +0000 (02:10 +0900)]
Bump ruby-progressbar from 1.10.1 to 1.11.0 (#15491)

Bumps [ruby-progressbar](https://github.com/jfelchner/ruby-progressbar) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/jfelchner/ruby-progressbar/releases)
- [Changelog](https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jfelchner/ruby-progressbar/compare/releases/v1.10.1...releases/v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump simplecov from 0.20.0 to 0.21.0 (#15485)
dependabot[bot] [Mon, 4 Jan 2021 17:10:10 +0000 (02:10 +0900)]
Bump simplecov from 0.20.0 to 0.21.0 (#15485)

Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump fuubar from 2.5.0 to 2.5.1 (#15488)
dependabot[bot] [Mon, 4 Jan 2021 17:09:39 +0000 (02:09 +0900)]
Bump fuubar from 2.5.0 to 2.5.1 (#15488)

Bumps [fuubar](https://github.com/thekompanee/fuubar) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/thekompanee/fuubar/releases)
- [Changelog](https://github.com/thekompanee/fuubar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thekompanee/fuubar/compare/releases/v2.5.0...releases/2.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tzinfo-data from 1.2020.5 to 1.2020.6 (#15479)
dependabot[bot] [Mon, 4 Jan 2021 17:09:14 +0000 (02:09 +0900)]
Bump tzinfo-data from 1.2020.5 to 1.2020.6 (#15479)

Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2020.5 to 1.2020.6.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.5...v1.2020.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump js-yaml from 3.14.1 to 4.0.0 (#15484)
dependabot[bot] [Mon, 4 Jan 2021 17:08:59 +0000 (02:08 +0900)]
Bump js-yaml from 3.14.1 to 4.0.0 (#15484)

* Bump js-yaml from 3.14.1 to 4.0.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.0.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
* Replace deprecated method

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
5 years agoBump @testing-library/jest-dom from 5.11.6 to 5.11.8 (#15480)
dependabot[bot] [Mon, 4 Jan 2021 12:04:11 +0000 (21:04 +0900)]
Bump @testing-library/jest-dom from 5.11.6 to 5.11.8 (#15480)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.6 to 5.11.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.6...v5.11.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint from 7.16.0 to 7.17.0 (#15483)
dependabot[bot] [Mon, 4 Jan 2021 12:04:00 +0000 (21:04 +0900)]
Bump eslint from 7.16.0 to 7.17.0 (#15483)

Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webpack-dev-server from 3.11.0 to 3.11.1 (#15481)
dependabot[bot] [Mon, 4 Jan 2021 12:03:32 +0000 (21:03 +0900)]
Bump webpack-dev-server from 3.11.0 to 3.11.1 (#15481)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.0...v3.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint-plugin-react from 7.21.5 to 7.22.0 (#15482)
dependabot[bot] [Mon, 4 Jan 2021 12:02:23 +0000 (21:02 +0900)]
Bump eslint-plugin-react from 7.21.5 to 7.22.0 (#15482)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.5 to 7.22.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.5...v7.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump sass from 1.30.0 to 1.32.0 (#15486)
dependabot[bot] [Mon, 4 Jan 2021 12:01:46 +0000 (21:01 +0900)]
Bump sass from 1.30.0 to 1.32.0 (#15486)

Bumps [sass](https://github.com/sass/dart-sass) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.30.0...1.32.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoImprove Emoji import (fix #15429) (#15430)
Sophie Parker [Wed, 30 Dec 2020 22:19:55 +0000 (09:19 +1100)]
Improve Emoji import (fix #15429) (#15430)

* Improve Emoji import

Skip macOS '._' shadow files in tar archive to speed up import

* Fix codeclimate format issue with whitespace

* Update lib/mastodon/emoji_cli.rb

suggestions from Gargron to improve comment

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
* Update emoji_cli.rb

Remove extraneous comment (macOS-specific comment now with correct line)

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
5 years agoFix profile update not being sent on profile/header picture deletion (#15461)
ThibG [Wed, 30 Dec 2020 22:19:18 +0000 (23:19 +0100)]
Fix profile update not being sent on profile/header picture deletion (#15461)

Fixes #15460

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoFix logo button style more (#15458)
Takeshi Umeda [Wed, 30 Dec 2020 22:18:39 +0000 (07:18 +0900)]
Fix logo button style more (#15458)

5 years agoFix expand video on public page (#15469)
Takeshi Umeda [Wed, 30 Dec 2020 22:18:11 +0000 (07:18 +0900)]
Fix expand video on public page (#15469)

5 years agoBump i18n-tasks from 0.9.31 to 0.9.33 (#15445)
dependabot[bot] [Wed, 30 Dec 2020 11:14:00 +0000 (20:14 +0900)]
Bump i18n-tasks from 0.9.31 to 0.9.33 (#15445)

Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.31 to 0.9.33.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.31...v0.9.33)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump memory_profiler from 0.9.14 to 1.0.0 (#15289)
dependabot[bot] [Wed, 30 Dec 2020 11:05:32 +0000 (20:05 +0900)]
Bump memory_profiler from 0.9.14 to 1.0.0 (#15289)

Bumps [memory_profiler](https://github.com/SamSaffron/memory_profiler) from 0.9.14 to 1.0.0.
- [Release notes](https://github.com/SamSaffron/memory_profiler/releases)
- [Changelog](https://github.com/SamSaffron/memory_profiler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SamSaffron/memory_profiler/compare/v0.9.14...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @rails/ujs from 6.0.3 to 6.1.0 (#15336)
dependabot[bot] [Wed, 30 Dec 2020 10:19:41 +0000 (19:19 +0900)]
Bump @rails/ujs from 6.0.3 to 6.1.0 (#15336)

Bumps [@rails/ujs](https://github.com/rails/rails) from 6.0.3 to 6.1.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v6.0.3...v6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-env from 7.12.7 to 7.12.11 (#15394)
dependabot[bot] [Wed, 30 Dec 2020 10:19:16 +0000 (19:19 +0900)]
Bump @babel/preset-env from 7.12.7 to 7.12.11 (#15394)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.11/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.12.7 to 7.12.10 (#15340)
dependabot[bot] [Wed, 30 Dec 2020 04:08:17 +0000 (13:08 +0900)]
Bump @babel/core from 7.12.7 to 7.12.10 (#15340)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.7 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump cld3 from 3.3.0 to 3.4.1 (#15391)
dependabot[bot] [Wed, 30 Dec 2020 03:39:38 +0000 (12:39 +0900)]
Bump cld3 from 3.3.0 to 3.4.1 (#15391)

Bumps [cld3](https://github.com/akihikodaki/cld3-ruby) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/akihikodaki/cld3-ruby/releases)
- [Commits](https://github.com/akihikodaki/cld3-ruby/compare/v3.3.0...v3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webmock from 3.10.0 to 3.11.0 (#15388)
dependabot[bot] [Wed, 30 Dec 2020 03:17:56 +0000 (12:17 +0900)]
Bump webmock from 3.10.0 to 3.11.0 (#15388)

Bumps [webmock](https://github.com/bblimke/webmock) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.10.0...v3.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump strong_migrations from 0.7.2 to 0.7.4 (#15389)
dependabot[bot] [Wed, 30 Dec 2020 03:17:39 +0000 (12:17 +0900)]
Bump strong_migrations from 0.7.2 to 0.7.4 (#15389)

Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.7.2 to 0.7.4.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/strong_migrations/compare/v0.7.2...v0.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rubocop-rails from 2.8.1 to 2.9.1 (#15390)
dependabot[bot] [Wed, 30 Dec 2020 03:17:11 +0000 (12:17 +0900)]
Bump rubocop-rails from 2.8.1 to 2.9.1 (#15390)

Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.8.1 to 2.9.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.8.1...v2.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webpack-bundle-analyzer from 4.1.0 to 4.3.0 (#15395)
dependabot[bot] [Wed, 30 Dec 2020 03:13:56 +0000 (12:13 +0900)]
Bump webpack-bundle-analyzer from 4.1.0 to 4.3.0 (#15395)

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.1.0...v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rspec-rails from 4.0.1 to 4.0.2 (#15442)
dependabot[bot] [Wed, 30 Dec 2020 03:13:29 +0000 (12:13 +0900)]
Bump rspec-rails from 4.0.1 to 4.0.2 (#15442)

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v4.0.1...v4.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump brakeman from 4.10.0 to 4.10.1 (#15444)
dependabot[bot] [Wed, 30 Dec 2020 03:08:12 +0000 (12:08 +0900)]
Bump brakeman from 4.10.0 to 4.10.1 (#15444)

Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.10.0...v4.10.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump object.values from 1.1.1 to 1.1.2 (#15248)
dependabot[bot] [Wed, 30 Dec 2020 02:55:58 +0000 (11:55 +0900)]
Bump object.values from 1.1.1 to 1.1.2 (#15248)

Bumps [object.values](https://github.com/es-shims/Object.values) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/es-shims/Object.values/releases)
- [Changelog](https://github.com/es-shims/Object.values/blob/main/CHANGELOG.md)
- [Commits](https://github.com/es-shims/Object.values/compare/v1.1.1...v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tzinfo-data from 1.2020.4 to 1.2020.5 (#15448)
dependabot[bot] [Wed, 30 Dec 2020 02:52:41 +0000 (11:52 +0900)]
Bump tzinfo-data from 1.2020.4 to 1.2020.5 (#15448)

Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2020.4 to 1.2020.5.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.4...v1.2020.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-proposal-decorators from 7.12.1 to 7.12.12 (#15451)
dependabot[bot] [Wed, 30 Dec 2020 02:52:19 +0000 (11:52 +0900)]
Bump @babel/plugin-proposal-decorators from 7.12.1 to 7.12.12 (#15451)

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.12.1 to 7.12.12.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.12/packages/babel-plugin-proposal-decorators)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump is-nan from 1.3.0 to 1.3.2 (#15455)
dependabot[bot] [Wed, 30 Dec 2020 02:47:18 +0000 (11:47 +0900)]
Bump is-nan from 1.3.0 to 1.3.2 (#15455)

Bumps [is-nan](https://github.com/es-shims/is-nan) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/es-shims/is-nan/releases)
- [Changelog](https://github.com/es-shims/is-nan/blob/main/CHANGELOG.md)
- [Commits](https://github.com/es-shims/is-nan/compare/v1.3.0...v1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump axios from 0.21.0 to 0.21.1 (#15456)
dependabot[bot] [Wed, 30 Dec 2020 02:44:25 +0000 (11:44 +0900)]
Bump axios from 0.21.0 to 0.21.1 (#15456)

Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump fastimage from 2.2.0 to 2.2.1 (#15449)
dependabot[bot] [Tue, 29 Dec 2020 15:56:17 +0000 (00:56 +0900)]
Bump fastimage from 2.2.0 to 2.2.1 (#15449)

Bumps [fastimage](https://github.com/sdsykes/fastimage) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/sdsykes/fastimage/releases)
- [Commits](https://github.com/sdsykes/fastimage/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump capybara from 3.33.0 to 3.34.0 (#15245)
dependabot[bot] [Tue, 29 Dec 2020 15:13:48 +0000 (00:13 +0900)]
Bump capybara from 3.33.0 to 3.34.0 (#15245)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.33.0 to 3.34.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.33.0...3.34.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rubocop from 1.3.1 to 1.7.0 (#15447)
dependabot[bot] [Tue, 29 Dec 2020 15:12:03 +0000 (00:12 +0900)]
Bump rubocop from 1.3.1 to 1.7.0 (#15447)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.3.1 to 1.7.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.3.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rqrcode from 1.1.2 to 1.2.0 (#15450)
dependabot[bot] [Tue, 29 Dec 2020 15:11:30 +0000 (00:11 +0900)]
Bump rqrcode from 1.1.2 to 1.2.0 (#15450)

Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/whomwah/rqrcode/releases)
- [Commits](https://github.com/whomwah/rqrcode/commits/v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aws-sdk-s3 from 1.85.0 to 1.87.0 (#15446)
dependabot[bot] [Tue, 29 Dec 2020 15:09:11 +0000 (00:09 +0900)]
Bump aws-sdk-s3 from 1.85.0 to 1.87.0 (#15446)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.85.0 to 1.87.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump oj from 3.10.16 to 3.10.18 (#15443)
dependabot[bot] [Tue, 29 Dec 2020 15:08:40 +0000 (00:08 +0900)]
Bump oj from 3.10.16 to 3.10.18 (#15443)

Bumps [oj](https://github.com/ohler55/oj) from 3.10.16 to 3.10.18.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.10.16...v3.10.18)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tty-prompt from 0.22.0 to 0.23.0 (#15400)
dependabot[bot] [Tue, 29 Dec 2020 15:08:23 +0000 (00:08 +0900)]
Bump tty-prompt from 0.22.0 to 0.23.0 (#15400)

Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/piotrmurach/tty-prompt/releases)
- [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/piotrmurach/tty-prompt/compare/v0.22.0...v0.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump ox from 2.13.4 to 2.14.0 (#15396)
dependabot[bot] [Tue, 29 Dec 2020 15:08:06 +0000 (00:08 +0900)]
Bump ox from 2.13.4 to 2.14.0 (#15396)

Bumps [ox](https://github.com/ohler55/ox) from 2.13.4 to 2.14.0.
- [Release notes](https://github.com/ohler55/ox/releases)
- [Changelog](https://github.com/ohler55/ox/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/ox/compare/v2.13.4...v2.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump json-ld-preloaded from 3.1.3 to 3.1.4 (#15453)
dependabot[bot] [Tue, 29 Dec 2020 15:06:48 +0000 (00:06 +0900)]
Bump json-ld-preloaded from 3.1.3 to 3.1.4 (#15453)

Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.1.3...3.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump eslint from 7.14.0 to 7.16.0 (#15393)
dependabot[bot] [Tue, 29 Dec 2020 15:06:17 +0000 (00:06 +0900)]
Bump eslint from 7.14.0 to 7.16.0 (#15393)

Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.14.0...v7.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump react-select from 3.1.0 to 3.1.1 (#15246)
dependabot[bot] [Tue, 29 Dec 2020 15:05:30 +0000 (00:05 +0900)]
Bump react-select from 3.1.0 to 3.1.1 (#15246)

Bumps [react-select](https://github.com/JedWatson/react-select) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.1.0...react-select@3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump react-overlays from 0.9.2 to 0.9.3 (#15392)
dependabot[bot] [Tue, 29 Dec 2020 15:04:48 +0000 (00:04 +0900)]
Bump react-overlays from 0.9.2 to 0.9.3 (#15392)

Bumps [react-overlays](https://github.com/react-bootstrap/react-overlays) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/react-bootstrap/react-overlays/releases)
- [Changelog](https://github.com/react-bootstrap/react-overlays/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-bootstrap/react-overlays/compare/v0.9.2...v0.9.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump bullet from 6.1.0 to 6.1.2 (#15344)
dependabot[bot] [Tue, 29 Dec 2020 15:01:58 +0000 (00:01 +0900)]
Bump bullet from 6.1.0 to 6.1.2 (#15344)

Bumps [bullet](https://github.com/flyerhzm/bullet) from 6.1.0 to 6.1.2.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flyerhzm/bullet/compare/6.1.0...6.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump color-blend from 3.0.0 to 3.0.1 (#15343)
dependabot[bot] [Tue, 29 Dec 2020 15:01:25 +0000 (00:01 +0900)]
Bump color-blend from 3.0.0 to 3.0.1 (#15343)

Bumps [color-blend](https://github.com/Loilo/color-blend) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/Loilo/color-blend/releases)
- [Commits](https://github.com/Loilo/color-blend/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump sass from 1.29.0 to 1.30.0 (#15295)
dependabot[bot] [Tue, 29 Dec 2020 15:00:47 +0000 (00:00 +0900)]
Bump sass from 1.29.0 to 1.30.0 (#15295)

Bumps [sass](https://github.com/sass/dart-sass) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.29.0...1.30.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump webpack-merge from 5.4.0 to 5.7.3 (#15452)
dependabot[bot] [Tue, 29 Dec 2020 14:56:33 +0000 (23:56 +0900)]
Bump webpack-merge from 5.4.0 to 5.7.3 (#15452)

Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.4.0 to 5.7.3.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.4.0...v5.7.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump puma from 5.0.4 to 5.1.1 (#15339)
dependabot[bot] [Tue, 29 Dec 2020 14:55:32 +0000 (23:55 +0900)]
Bump puma from 5.0.4 to 5.1.1 (#15339)

Bumps [puma](https://github.com/puma/puma) from 5.0.4 to 5.1.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.0.4...v5.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump json-ld from 3.1.5 to 3.1.7 (#15454)
dependabot[bot] [Tue, 29 Dec 2020 14:53:55 +0000 (23:53 +0900)]
Bump json-ld from 3.1.5 to 3.1.7 (#15454)

Bumps [json-ld](https://github.com/ruby-rdf/json-ld) from 3.1.5 to 3.1.7.
- [Release notes](https://github.com/ruby-rdf/json-ld/releases)
- [Commits](https://github.com/ruby-rdf/json-ld/compare/3.1.5...3.1.7)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump intersection-observer from 0.11.0 to 0.12.0 (#15342)
dependabot[bot] [Tue, 29 Dec 2020 14:51:48 +0000 (23:51 +0900)]
Bump intersection-observer from 0.11.0 to 0.12.0 (#15342)

Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases)
- [Commits](https://github.com/w3c/IntersectionObserver/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mini-css-extract-plugin from 1.3.1 to 1.3.3 (#15338)
dependabot[bot] [Tue, 29 Dec 2020 14:50:36 +0000 (23:50 +0900)]
Bump mini-css-extract-plugin from 1.3.1 to 1.3.3 (#15338)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.1...v1.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (#15334)
dependabot[bot] [Tue, 29 Dec 2020 14:47:52 +0000 (23:47 +0900)]
Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (#15334)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.12.1 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-plugin-transform-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump js-yaml from 3.14.0 to 3.14.1 (#15333)
dependabot[bot] [Tue, 29 Dec 2020 14:47:26 +0000 (23:47 +0900)]
Bump js-yaml from 3.14.0 to 3.14.1 (#15333)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/3.14.1/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.0...3.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-react from 7.12.7 to 7.12.10 (#15331)
dependabot[bot] [Tue, 29 Dec 2020 14:47:08 +0000 (23:47 +0900)]
Bump @babel/preset-react from 7.12.7 to 7.12.10 (#15331)

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.7 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-react)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump active_model_serializers from 0.10.10 to 0.10.12 (#15329)
dependabot[bot] [Tue, 29 Dec 2020 14:45:23 +0000 (23:45 +0900)]
Bump active_model_serializers from 0.10.10 to 0.10.12 (#15329)

Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.10 to 0.10.12.
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.12/CHANGELOG.md)
- [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.12)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump yargs from 16.1.1 to 16.2.0 (#15293)
dependabot[bot] [Tue, 29 Dec 2020 14:43:58 +0000 (23:43 +0900)]
Bump yargs from 16.1.1 to 16.2.0 (#15293)

Bumps [yargs](https://github.com/yargs/yargs) from 16.1.1 to 16.2.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v16.1.1...v16.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump cross-env from 7.0.2 to 7.0.3 (#15292)
dependabot[bot] [Tue, 29 Dec 2020 14:41:30 +0000 (23:41 +0900)]
Bump cross-env from 7.0.2 to 7.0.3 (#15292)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump simplecov from 0.19.1 to 0.20.0 (#15244)
dependabot[bot] [Tue, 29 Dec 2020 14:40:35 +0000 (23:40 +0900)]
Bump simplecov from 0.19.1 to 0.20.0 (#15244)

Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.19.1...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pghero from 2.7.2 to 2.7.3 (#15250)
dependabot[bot] [Tue, 29 Dec 2020 14:40:12 +0000 (23:40 +0900)]
Bump pghero from 2.7.2 to 2.7.3 (#15250)

Bumps [pghero](https://github.com/ankane/pghero) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/ankane/pghero/releases)
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/pghero/compare/v2.7.2...v2.7.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump babel-loader from 8.2.1 to 8.2.2 (#15243)
dependabot[bot] [Tue, 29 Dec 2020 14:34:37 +0000 (23:34 +0900)]
Bump babel-loader from 8.2.1 to 8.2.2 (#15243)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.1...v8.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump net-ldap from 0.16.3 to 0.17.0 (#15242)
dependabot[bot] [Tue, 29 Dec 2020 14:32:37 +0000 (23:32 +0900)]
Bump net-ldap from 0.16.3 to 0.17.0 (#15242)

Bumps [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) from 0.16.3 to 0.17.0.
- [Release notes](https://github.com/ruby-ldap/ruby-net-ldap/releases)
- [Changelog](https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc)
- [Commits](https://github.com/ruby-ldap/ruby-net-ldap/compare/v0.16.3...v0.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump array-includes from 3.1.1 to 3.1.2 (#15240)
dependabot[bot] [Tue, 29 Dec 2020 14:31:58 +0000 (23:31 +0900)]
Bump array-includes from 3.1.1 to 3.1.2 (#15240)

Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/es-shims/array-includes/releases)
- [Changelog](https://github.com/es-shims/array-includes/blob/main/CHANGELOG.md)
- [Commits](https://github.com/es-shims/array-includes/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump faker from 2.14.0 to 2.15.1 (#15239)
dependabot[bot] [Tue, 29 Dec 2020 14:28:58 +0000 (23:28 +0900)]
Bump faker from 2.14.0 to 2.15.1 (#15239)

Bumps [faker](https://github.com/faker-ruby/faker) from 2.14.0 to 2.15.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.14.0...v2.15.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump detect-passive-events from 2.0.1 to 2.0.2 (#15237)
dependabot[bot] [Tue, 29 Dec 2020 14:28:30 +0000 (23:28 +0900)]
Bump detect-passive-events from 2.0.1 to 2.0.2 (#15237)

Bumps [detect-passive-events](https://github.com/rafgraph/detect-passive-events) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/rafgraph/detect-passive-events/releases)
- [Commits](https://github.com/rafgraph/detect-passive-events/compare/v2.0.1...v2.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump version to 3.3.0 (#15433)
Eugen Rochko [Sun, 27 Dec 2020 05:00:55 +0000 (06:00 +0100)]
Bump version to 3.3.0 (#15433)

5 years agoNormalize locale files (#15434)
Yamagishi Kazutoshi [Sun, 27 Dec 2020 04:30:56 +0000 (13:30 +0900)]
Normalize locale files (#15434)

5 years agoFix being able to import more than allowed number of follows (#15384)
ThibG [Sat, 26 Dec 2020 22:52:46 +0000 (23:52 +0100)]
Fix being able to import more than allowed number of follows (#15384)

* Fix being able to import more than allowed number of follows

Without this commit, if someone tries importing a second list of accounts to
follow before the first one has been processed, this will queue imports for
the two whole lists, even if they exceed the account's allowed number of
outgoing follows.

This commit changes it so the individual queued imports aren't exempt from
the follow limit check (they remain exempt from the rate-limiting check
though).

* Catch validation errors to not re-queue failed follows

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years agoNew Crowdin updates (#15413)
Eugen Rochko [Sat, 26 Dec 2020 22:51:46 +0000 (23:51 +0100)]
New Crowdin updates (#15413)

* New translations en.json (Vietnamese)
[ci skip]

* New translations en.yml (Vietnamese)
[ci skip]

* New translations en.json (Vietnamese)
[ci skip]

* New translations en.yml (Vietnamese)
[ci skip]

* New translations en.yml (Vietnamese)
[ci skip]

* New translations en.json (Malayalam)
[ci skip]

* New translations en.yml (Vietnamese)
[ci skip]

* New translations en.json (Malayalam)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Japanese)
[ci skip]

* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations en.json (Armenian)
[ci skip]

* New translations simple_form.en.yml (Armenian)
[ci skip]

* New translations devise.en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations devise.en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* New translations en.yml (Armenian)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

5 years agoFix logo button style (#15428)
Takeshi Umeda [Sat, 26 Dec 2020 22:50:34 +0000 (07:50 +0900)]
Fix logo button style (#15428)

* Fix bell button rtl style

* Remove size and style props from button component

* Fix logo button style

* Update jest snapshot

5 years agoFix error when changing ACL on missing objects during suspension (#15420)
Eugen Rochko [Thu, 24 Dec 2020 14:53:45 +0000 (15:53 +0100)]
Fix error when changing ACL on missing objects during suspension (#15420)

5 years agoFix undefined method error when batch-removing statuses with ElasticSearch on (#15421)
Eugen Rochko [Thu, 24 Dec 2020 14:53:26 +0000 (15:53 +0100)]
Fix undefined method error when batch-removing statuses with ElasticSearch on (#15421)

5 years agoFix unfollow action button style (#15418)
Takeshi Umeda [Wed, 23 Dec 2020 22:47:50 +0000 (07:47 +0900)]
Fix unfollow action button style (#15418)

5 years agoFix media modal buttons not showing up on mobile (#15417)
ThibG [Wed, 23 Dec 2020 18:55:23 +0000 (19:55 +0100)]
Fix media modal buttons not showing up on mobile (#15417)

Fixes #15374

When the pop-out player was introduced, it had tweaks for the mobile
view, but it's now disabled in mobile mode and the styling was reused
for modals, causing the footer to be hidden on mobile without a good
reason.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>