From f33908bcfca80c34cab6e18a568ea1b0436f2164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 01:57:01 +0000 Subject: [PATCH 01/49] Bump dotenv from 8.6.0 to 16.3.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 16.3.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v8.6.0...v16.3.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5a116bd13..86d27abc6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cypress-file-upload": "^3.5.3", "cypress-network-idle": "^1.14.2", "date-fns": "^2.25.0", - "dotenv": "^8.2.0", + "dotenv": "^16.3.1", "expect": "^29.5.0", "graphql-request": "^2.0.0", "import": "^0.0.6", diff --git a/yarn.lock b/yarn.lock index be628e106..a8845bf90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3319,16 +3319,16 @@ domain-browser@^1.2.0: resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== +dotenv@^16.3.1: + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== + dotenv@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d" integrity sha512-XcaMACOr3JMVcEv0Y/iUM2XaOsATRZ3U1In41/1jjK6vJZ2PZbQ1bzCG8uvaByfaBpl9gqc9QWJovpUGBXLLYQ== -dotenv@^8.2.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" - integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== - duplexer2@^0.1.2, duplexer2@~0.1.0, duplexer2@~0.1.2: version "0.1.4" resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" From 0493a2c6c009e53d97b42099e58a7c5e7e1f18f3 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 11 Jul 2023 14:06:29 +0200 Subject: [PATCH 02/49] [refactor] changed filter layout in filter menu --- webapp/components/FilterMenu/FilterMenuComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/FilterMenu/FilterMenuComponent.vue b/webapp/components/FilterMenu/FilterMenuComponent.vue index 9a52a9b98..955c0f50e 100644 --- a/webapp/components/FilterMenu/FilterMenuComponent.vue +++ b/webapp/components/FilterMenu/FilterMenuComponent.vue @@ -2,8 +2,8 @@

{{ $t('filter-menu.filter-by') }}

- +
From e1a9b5b7f7c9e3d4cdfbdb24271ed6adaa42736b Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 11 Jul 2023 14:07:36 +0200 Subject: [PATCH 03/49] [refactor] added new filter menu headline and adjusted some filter labels --- .../components/FilterMenu/FollowingFilter.vue | 5 ++++- webapp/locales/de.json | 17 +++++++++-------- webapp/locales/en.json | 5 +++-- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/webapp/components/FilterMenu/FollowingFilter.vue b/webapp/components/FilterMenu/FollowingFilter.vue index 9a488acd6..6dc93aa41 100644 --- a/webapp/components/FilterMenu/FollowingFilter.vue +++ b/webapp/components/FilterMenu/FollowingFilter.vue @@ -1,5 +1,8 @@