From 6797118f30ccc33c69c896083577dd9c67510709 Mon Sep 17 00:00:00 2001 From: EdwinKato Date: Wed, 4 Dec 2024 11:47:45 +0300 Subject: [PATCH 1/3] Update rails-html-sanitizer and nokogiri versions in Gemfile.lock --- back/Gemfile.lock | 16 ++++++++-------- back/engines/free/seo/Gemfile.lock | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/back/Gemfile.lock b/back/Gemfile.lock index 60d302d268fd..df904f5b299a 100644 --- a/back/Gemfile.lock +++ b/back/Gemfile.lock @@ -416,7 +416,7 @@ GEM rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) + rails-html-sanitizer (~> 1.0, >= 1.6.1) actionpack-action_caching (1.2.2) actionpack (>= 4.0.0) actiontext (7.0.8.5) @@ -431,7 +431,7 @@ GEM builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) + rails-html-sanitizer (~> 1.1, >= 1.6.1) active_model_serializers (0.10.13) actionpack (>= 4.1, < 7.1) activemodel (>= 4.1, < 7.1) @@ -851,13 +851,13 @@ GEM nkf (0.1.3) nlpcloud (1.0.45) rest-client (~> 2.1) - nokogiri (1.16.5-aarch64-linux) + nokogiri (1.16.8-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.8-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.8-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) nori (2.6.0) oauth2 (1.4.9) @@ -992,9 +992,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (7.0.9) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) diff --git a/back/engines/free/seo/Gemfile.lock b/back/engines/free/seo/Gemfile.lock index 2552428809a9..b74ee05cdcf0 100644 --- a/back/engines/free/seo/Gemfile.lock +++ b/back/engines/free/seo/Gemfile.lock @@ -42,7 +42,7 @@ GEM rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) + rails-html-sanitizer (~> 1.0, >= 1.6.1) actiontext (7.0.5.1) actionpack (= 7.0.5.1) activerecord (= 7.0.5.1) @@ -55,7 +55,7 @@ GEM builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) + rails-html-sanitizer (~> 1.1, >= 1.6.1) activejob (7.0.5.1) activesupport (= 7.0.5.1) globalid (>= 0.3.6) @@ -198,7 +198,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) nokogiri (~> 1.14) railties (7.0.5.1) From 1c1e9ad2d01a5483bd9408b3b51980a00931329e Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 4 Dec 2024 08:50:39 +0000 Subject: [PATCH 2/3] Translations updated by CI (extract-intl) --- front/app/translations/lt-LT.json | 1 - 1 file changed, 1 deletion(-) diff --git a/front/app/translations/lt-LT.json b/front/app/translations/lt-LT.json index 220e6c3e26bd..b9784bcea6c2 100644 --- a/front/app/translations/lt-LT.json +++ b/front/app/translations/lt-LT.json @@ -165,7 +165,6 @@ "app.components.FilterBoxes.showTagsWithNumber": "Rodyti visus ({numberTags})", "app.components.FilterBoxes.statusTitle": "Statusas", "app.components.FilterBoxes.topicsTitle": "Žymos", - "app.components.FiltersModal.a11y_closeFilterPanel": "Uždarykite filtro skydelį", "app.components.FiltersModal.filters": "Filtrai", "app.components.FiltersModal.resetFilters": "Iš naujo nustatyti filtrus", "app.components.FolderFolderCard.a11y_folderDescription": "Aplankų aprašymas:", From 4823d82799390902e07fe0996ee900b293077d53 Mon Sep 17 00:00:00 2001 From: EdwinKato Date: Wed, 4 Dec 2024 12:00:48 +0300 Subject: [PATCH 3/3] Update rails-html-sanitizer version constraints in Gemfile.lock --- back/Gemfile.lock | 4 ++-- back/engines/free/seo/Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/back/Gemfile.lock b/back/Gemfile.lock index df904f5b299a..51659f823fac 100644 --- a/back/Gemfile.lock +++ b/back/Gemfile.lock @@ -416,7 +416,7 @@ GEM rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.6.1) + rails-html-sanitizer (~> 1.0, >= 1.2.0) actionpack-action_caching (1.2.2) actionpack (>= 4.0.0) actiontext (7.0.8.5) @@ -431,7 +431,7 @@ GEM builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.6.1) + rails-html-sanitizer (~> 1.1, >= 1.2.0) active_model_serializers (0.10.13) actionpack (>= 4.1, < 7.1) activemodel (>= 4.1, < 7.1) diff --git a/back/engines/free/seo/Gemfile.lock b/back/engines/free/seo/Gemfile.lock index b74ee05cdcf0..642a4970f94a 100644 --- a/back/engines/free/seo/Gemfile.lock +++ b/back/engines/free/seo/Gemfile.lock @@ -42,7 +42,7 @@ GEM rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.6.1) + rails-html-sanitizer (~> 1.0, >= 1.2.0) actiontext (7.0.5.1) actionpack (= 7.0.5.1) activerecord (= 7.0.5.1) @@ -55,7 +55,7 @@ GEM builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.6.1) + rails-html-sanitizer (~> 1.1, >= 1.2.0) activejob (7.0.5.1) activesupport (= 7.0.5.1) globalid (>= 0.3.6)