be3b9f8151 
					 
					
						
						
							
							Fix URI of repeat follow requests not being recorded ( #15662 )  
						
						... 
						
						
						
						* Fix URI of repeat follow requests not being recorded
In case we receive a “repeat” or “duplicate” follow request, we automatically
fast-forward the accept with the latest received Activity `id`, but we don't
record it.
In general, a “repeat” or “duplicate” follow request may happen if for some
reason (e.g. inconsistent handling of Block or Undo Accept activities, an
instance being brought back up from the dead, etc.) the local instance thought
the remote actor were following them while the remote actor thought otherwise.
In those cases, the remote instance does not know about the older Follow
activity `id`, so keeping that record serves no purpose, but knowing the most
recent one is useful if the remote implementation at some point refers to it
by `id` without inlining it.
* Add tests 
						
						
					 
					
						2021-02-11 01:53:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5fefdc11a 
					 
					
						
						
							
							Slightly reorder three dots menu on toots to make it more intuitive ( #15647 )  
						
						... 
						
						
						
						* Slightly reorder three dots menu on toots to make it more intuitive
- Make “Pin to profile” always appear at the same place
- Add separator to group “Bookmark” and “Pin to profile”
- Fix separator being the first item in some cases
* Fix missing semicolon and keep status_action_bar.js and action_bar.js in sync 
						
						
					 
					
						2021-02-11 01:05:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						07b46cb332 
					 
					
						
						
							
							Add dropdown for boost privacy in boost confirmation modal ( #15704 )  
						
						... 
						
						
						
						* Various dropdown code quality fixes
* Prepare support for privacy selection in boost modal
* Add dropdown for boost privacy in boost confirmation modal 
						
						
					 
					
						2021-02-11 00:53:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b8c6726ce 
					 
					
						
						
							
							Bump @babel/preset-env from 7.12.11 to 7.12.13 ( #15682 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.11 to 7.12.13.
- [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.13/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-10 10:38:26 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9962d5c237 
					 
					
						
						
							
							Bump pghero from 2.7.3 to 2.7.4 ( #15668 )  
						
						... 
						
						
						
						Bumps [pghero](https://github.com/ankane/pghero ) from 2.7.3 to 2.7.4.
- [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.3...v2.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-10 09:56:11 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a630a1bc3 
					 
					
						
						
							
							Bump aws-sdk-s3 from 1.87.0 to 1.88.0 ( #15667 )  
						
						... 
						
						
						
						Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.87.0 to 1.88.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> 
						
						
					 
					
						2021-02-10 09:55:51 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						acdeb162b8 
					 
					
						
						
							
							Create instance actor if it hasn't been properly seeded ( #15693 )  
						
						... 
						
						
						
						An uncommon but somewhat difficult to digagnose issue is dealing with
improperly-seeded databases. In such cases, instance-signed fetches will
fail with a ActiveRecord::RecordNotFound error, usually caught and handled
as generic 404, leading people to think the remote resource itself has not
been found, while it's the local instance actor that does not exist.
This commit changes the code so that failure to find the instance actor
automatically creates a new one, so that improperly-seeded databases do
not cause any issue. 
						
						
					 
					
						2021-02-09 18:12:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						acf1842896 
					 
					
						
						
							
							Change max. image dimensions to 1920x1080px (1080p) ( #15690 )  
						
						... 
						
						
						
						* Change max. image size to 1920x1080px
* Change it in web UI too 
						
						
					 
					
						2021-02-09 01:21:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e933924bd 
					 
					
						
						
							
							Update Doorkeeper strings for doorkeeper.errors.messages.invalid_request ( #15659 )  
						
						... 
						
						
						
						* Update Doorkeeper strings for doorkeeper.errors.messages.invalid_request
Signed-off-by: marcin mikołajczak <me@mkljczk.pl >
* Update config/locales/doorkeeper.en.yml
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh >
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh > 
						
						
					 
					
						2021-02-03 00:38:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d96bf9f43 
					 
					
						
						
							
							Bump oj from 3.11.1 to 3.11.2 ( #15657 )  
						
						... 
						
						
						
						Bumps [oj](https://github.com/ohler55/oj ) from 3.11.1 to 3.11.2.
- [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.11.1...v3.11.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-03 04:27:57 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8aed2d255 
					 
					
						
						
							
							Bump fastimage from 2.2.1 to 2.2.2 ( #15651 )  
						
						... 
						
						
						
						Bumps [fastimage](https://github.com/sdsykes/fastimage ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/sdsykes/fastimage/releases )
- [Commits](https://github.com/sdsykes/fastimage/compare/v2.2.1...v2.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-03 04:27:19 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd7f4056af 
					 
					
						
						
							
							Bump mini-css-extract-plugin from 1.3.4 to 1.3.5 ( #15654 )  
						
						... 
						
						
						
						Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.4 to 1.3.5.
- [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.4...v1.3.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-02 23:56:54 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2620e2cfa3 
					 
					
						
						
							
							Bump webmock from 3.11.1 to 3.11.2 ( #15650 )  
						
						... 
						
						
						
						Bumps [webmock](https://github.com/bblimke/webmock ) from 3.11.1 to 3.11.2.
- [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.11.1...v3.11.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-02 23:56:17 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b109df0e2c 
					 
					
						
						
							
							Bump capybara from 3.34.0 to 3.35.3 ( #15649 )  
						
						... 
						
						
						
						Bumps [capybara](https://github.com/teamcapybara/capybara ) from 3.34.0 to 3.35.3.
- [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.34.0...3.35.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-02 23:47:35 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab39d5fda5 
					 
					
						
						
							
							Bump chewy from 5.1.0 to 5.2.0 ( #15648 )  
						
						... 
						
						
						
						Bumps [chewy](https://github.com/toptal/chewy ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/toptal/chewy/releases )
- [Changelog](https://github.com/toptal/chewy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/toptal/chewy/compare/v5.1.0...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-02 23:47:12 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a044ddac5b 
					 
					
						
						
							
							Fix race conditions on account migration creation ( #15597 )  
						
						... 
						
						
						
						* Atomically check for processing lock in Move handler
* Prevent race condition when creating account migrations
Fixes  #15595 
* Add tests
Co-authored-by: Claire <claire.github-309c@sitedethib.com > 
						
						
					 
					
						2021-02-02 14:49:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8d11b8bdb 
					 
					
						
						
							
							Fixed code quality issues ( #15541 )  
						
						... 
						
						
						
						* Added .deepsource.toml
* Removed bad use of `alias`
* Fixed operand order in the binary expression
* Prefixed unused method arguments with an underscore
* Replaced the old OpenSSL algorithmic constants with the newer strings initializers.
* Removed unnecessary UTF-8 encoding comment 
						
						
					 
					
						2021-01-31 21:26:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3efa0c54b6 
					 
					
						
						
							
							Change custom emoji to be animated when hovering container ( #15637 )  
						
						... 
						
						
						
						Co-authored-by: Claire <claire.github-309c@sitedethib.com > 
						
						
					 
					
						2021-01-31 21:25:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ab53f221a 
					 
					
						
						
							
							Improved performance of notification preloading ( #15640 )  
						
						... 
						
						
						
						* Improved performance of notification preloading
* Remove Cacheable from Notification
* Fix test 
						
						
					 
					
						2021-01-31 21:24:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8c764dd8b 
					 
					
						
						
							
							Fix N+1 query when rendering with StatusSerializer ( #15641 )  
						
						
						
						
					 
					
						2021-01-31 21:24:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb0f9e3159 
					 
					
						
						
							
							Bump rubocop from 1.7.0 to 1.8.1 ( #15573 )  
						
						... 
						
						
						
						* Bump rubocop from 1.7.0 to 1.8.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 1.7.0 to 1.8.1.
- [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.7.0...v1.8.1 )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix .codeclimate.yml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh > 
						
						
					 
					
						2021-02-01 03:48:29 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13d5b81579 
					 
					
						
						
							
							Fix “tootctl accounts unfollow” ( #15639 )  
						
						... 
						
						
						
						Fixes  #15635 
Co-authored-by: Claire <claire.github-309c@sitedethib.com > 
					
						2021-01-29 18:38:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b4281f5a51 
					 
					
						
						
							
							Update to Node.js-12.20.1 ( #15558 )  
						
						... 
						
						
						
						This is a security release. You can read the announce at
https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/  
						
						
					 
					
						2021-01-28 22:53:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2319e85a8a 
					 
					
						
						
							
							Fix react/jsx-no-duplicate-props ( #15636 )  
						
						
						
						
					 
					
						2021-01-28 18:24:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38f5631588 
					 
					
						
						
							
							Bump sidekiq from 6.1.2 to 6.1.3 ( #15621 )  
						
						... 
						
						
						
						Bumps [sidekiq](https://github.com/mperham/sidekiq ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mperham/sidekiq/releases )
- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md )
- [Commits](https://github.com/mperham/sidekiq/compare/v6.1.2...v6.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-27 08:58:29 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9ac263229 
					 
					
						
						
							
							Bump thor from 1.0.1 to 1.1.0 ( #15622 )  
						
						... 
						
						
						
						Bumps [thor](https://github.com/erikhuda/thor ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/erikhuda/thor/releases )
- [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/erikhuda/thor/compare/v1.0.1...v1.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-26 23:35:03 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						70128820dc 
					 
					
						
						
							
							Bump tzinfo-data from 1.2020.6 to 1.2021.1 ( #15623 )  
						
						... 
						
						
						
						Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data ) from 1.2020.6 to 1.2021.1.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases )
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.6...v1.2021.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-26 23:34:48 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d16f25119 
					 
					
						
						
							
							Bump webpack-bundle-analyzer from 4.3.0 to 4.4.0 ( #15625 )  
						
						... 
						
						
						
						Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.3.0 to 4.4.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.3.0...v4.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-26 23:34:05 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97e075f197 
					 
					
						
						
							
							Bump oj from 3.11.0 to 3.11.1 ( #15626 )  
						
						... 
						
						
						
						Bumps [oj](https://github.com/ohler55/oj ) from 3.11.0 to 3.11.1.
- [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.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> 
						
						
					 
					
						2021-01-26 23:33:46 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a3990a81d 
					 
					
						
						
							
							Bump rack-attack from 6.3.1 to 6.4.0 ( #15628 )  
						
						... 
						
						
						
						Bumps [rack-attack](https://github.com/rack/rack-attack ) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/rack/rack-attack/releases )
- [Changelog](https://github.com/rack/rack-attack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-26 23:33:06 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14530a2323 
					 
					
						
						
							
							Bump bullet from 6.1.2 to 6.1.3 ( #15629 )  
						
						... 
						
						
						
						Bumps [bullet](https://github.com/flyerhzm/bullet ) from 6.1.2 to 6.1.3.
- [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.2...6.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-26 23:32:42 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f1c56954b 
					 
					
						
						
							
							Fix first return value of FetchLinkCardService.html method ( #15630 )  
						
						
						
						
					 
					
						2021-01-25 09:22:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f05a43f8f 
					 
					
						
						
							
							Fix link to documentation repo ( #15620 )  
						
						
						
						
					 
					
						2021-01-24 09:14:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ca089d4d7 
					 
					
						
						
							
							Bump makara from 0.4.1 to 0.5.0 ( #15578 )  
						
						... 
						
						
						
						Bumps [makara](https://github.com/taskrabbit/makara ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/taskrabbit/makara/releases )
- [Changelog](https://github.com/instacart/makara/blob/master/CHANGELOG.md )
- [Commits](https://github.com/taskrabbit/makara/compare/v0.4.1...v0.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-23 23:25:08 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ea9588520 
					 
					
						
						
							
							Use Enumerable#filter_map in more places ( #15527 )  
						
						
						
						
					 
					
						2021-01-22 16:28:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc4efd5e98 
					 
					
						
						
							
							Use libvpx >= 5 ( #15591 )  
						
						... 
						
						
						
						Ubuntu 18.04 provides libvpx5 while Ubuntu 20.04 does libvpx6 
						
						
					 
					
						2021-01-22 10:09:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5fcac81302 
					 
					
						
						
							
							Add “translate” class to other user strings ( #15611 )  
						
						... 
						
						
						
						* Add “translate” class to other user strings
Follow-up to #15610 .
Allow Google Translate to work on more user content:
- poll options
- reply indicator (contents of the status being replied to)
- directory account cards
- account note in follow requests list
* Fix incorrect styling of account bio
Co-authored-by: Claire <claire.github-309c@sitedethib.com > 
						
						
					 
					
						2021-01-22 10:09:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb51e43fb4 
					 
					
						
						
							
							Optimize some regex matching ( #15528 )  
						
						... 
						
						
						
						* Use Regex#match?
* Replace =~ too
* Avoid to call match? from Nil
* Keep value of Regexp.last_match 
						
						
					 
					
						2021-01-22 10:09:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d0031a515 
					 
					
						
						
							
							Fix Google Translate breaking web interface ( #15610 )  
						
						... 
						
						
						
						- marks the page as a whole as untranslatable
- still marks user text as translatable
Co-authored-by: Claire <claire.github-309c@sitedethib.com > 
						
						
					 
					
						2021-01-21 14:29:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8046989788 
					 
					
						
						
							
							Bump react-select from 3.1.1 to 3.2.0 ( #15571 )  
						
						... 
						
						
						
						Bumps [react-select](https://github.com/JedWatson/react-select ) from 3.1.1 to 3.2.0.
- [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.1...react-select@3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-21 21:47:55 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a47f001c12 
					 
					
						
						
							
							Bump eslint from 7.17.0 to 7.18.0 ( #15569 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 7.17.0 to 7.18.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.17.0...v7.18.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-21 21:47:33 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0180682e21 
					 
					
						
						
							
							Bump webpack from 4.45.0 to 4.46.0 ( #15580 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 4.45.0 to 4.46.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.45.0...v4.46.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-21 21:46:54 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71a019d632 
					 
					
						
						
							
							Bump concurrent-ruby from 1.1.7 to 1.1.8 ( #15601 )  
						
						... 
						
						
						
						Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.1.7 to 1.1.8.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.7...v1.1.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-21 21:46:37 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0e1c9a35b 
					 
					
						
						
							
							Bump sass from 1.32.2 to 1.32.5 ( #15603 )  
						
						... 
						
						
						
						Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.2 to 1.32.5.
- [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.32.2...1.32.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-21 21:46:16 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e955ca5463 
					 
					
						
						
							
							Fix sign-up restrictions based on IP addresses not being enforced ( #15607 )  
						
						... 
						
						
						
						Fixes  #15606 
Co-authored-by: Claire <claire.github-309c@sitedethib.com > 
					
						2021-01-21 06:18:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d8d75cd6c2 
					 
					
						
						
							
							Bump sanitize from 5.2.2 to 5.2.3 ( #15582 )  
						
						... 
						
						
						
						Bumps [sanitize](https://github.com/rgrove/sanitize ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/rgrove/sanitize/releases )
- [Changelog](https://github.com/rgrove/sanitize/blob/master/HISTORY.md )
- [Commits](https://github.com/rgrove/sanitize/compare/v5.2.2...v5.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-20 21:42:34 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77368d8ff9 
					 
					
						
						
							
							Bump strong_migrations from 0.7.4 to 0.7.6 ( #15581 )  
						
						... 
						
						
						
						Bumps [strong_migrations](https://github.com/ankane/strong_migrations ) from 0.7.4 to 0.7.6.
- [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.4...v0.7.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-20 21:40:39 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						041a6f9242 
					 
					
						
						
							
							Bump webpack-assets-manifest from 4.0.0 to 4.0.1 ( #15579 )  
						
						... 
						
						
						
						Bumps [webpack-assets-manifest](https://github.com/webdeveric/webpack-assets-manifest ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/webdeveric/webpack-assets-manifest/releases )
- [Commits](https://github.com/webdeveric/webpack-assets-manifest/compare/v4.0.0...v4.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-20 21:32:06 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c0499c1fcb 
					 
					
						
						
							
							Bump oj from 3.10.18 to 3.11.0 ( #15583 )  
						
						... 
						
						
						
						Bumps [oj](https://github.com/ohler55/oj ) from 3.10.18 to 3.11.0.
- [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.18...v3.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-20 21:30:56 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						266a95ee8f 
					 
					
						
						
							
							Bump ox from 2.14.0 to 2.14.1 ( #15576 )  
						
						... 
						
						
						
						Bumps [ox](https://github.com/ohler55/ox ) from 2.14.0 to 2.14.1.
- [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.14.0...v2.14.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-20 21:29:29 +09:00