From 498781354fbdc861d78747500ab4294b03d48bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:56:34 +0000 Subject: [PATCH] Bump @lingui/macro from 4.14.1 to 5.5.1 in /frontend Bumps [@lingui/macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/macro) from 4.14.1 to 5.5.1. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/macro/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/commits/v5.5.1/packages/macro) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8d2f9953ef..0d49e39e82 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", - "@lingui/macro": "^4.7.0", + "@lingui/macro": "^5.5.1", "@lingui/react": "^4.7.0", "@mantine/carousel": "^8.0.1", "@mantine/charts": "^8.0.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 90c3a20707..5a6c623a2f 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -623,6 +623,14 @@ "@lingui/message-utils" "4.14.1" unraw "^3.0.0" +"@lingui/core@5.5.1": + version "5.5.1" + resolved "https://registry.yarnpkg.com/@lingui/core/-/core-5.5.1.tgz#3d5a8d1bed841074e97ee97f0efbe1a727e812d5" + integrity sha512-jxmeLTnKKbnVaLUllHpnM3XolFipHqgr0hQkuAj5+SGTGimaHx6RyGm/YL5FxWeYMt7wRRoH86SIJ3sn44pxAw== + dependencies: + "@babel/runtime" "^7.20.13" + "@lingui/message-utils" "5.5.1" + "@lingui/format-po@4.14.1": version "4.14.1" resolved "https://registry.yarnpkg.com/@lingui/format-po/-/format-po-4.14.1.tgz#30c9c68b8afd1ed181277b5c8c36dcb8982447c4" @@ -633,16 +641,13 @@ date-fns "^3.6.0" pofile "^1.1.4" -"@lingui/macro@^4.7.0": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.14.1.tgz#52d37bf5ff566b985887a3c23c66482f5b8895ff" - integrity sha512-kVAe78Sj4a74GJTOOqoAzxZgsgqPfcBFQC1akXMlAv9r4bX7zvbMov2cQVWjvix0waetwxo3oVqlSozsa8UPAw== +"@lingui/macro@^5.5.1": + version "5.5.1" + resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-5.5.1.tgz#fabcb2bd05d8e15055a0644752473fcb427d6ec5" + integrity sha512-1VVeT9aJD+8NOrug/JQXPIXZlvTsZFxISzZgkLOkVmBaPwarxbDJubJeU0eTfIA0KiEwAbCpBQJku7sAD64QsA== dependencies: - "@babel/runtime" "^7.20.13" - "@babel/types" "^7.20.7" - "@lingui/conf" "4.14.1" - "@lingui/core" "4.14.1" - "@lingui/message-utils" "4.14.1" + "@lingui/core" "5.5.1" + "@lingui/react" "5.5.1" "@lingui/message-utils@4.14.1": version "4.14.1" @@ -652,6 +657,22 @@ "@messageformat/parser" "^5.0.0" js-sha256 "^0.10.1" +"@lingui/message-utils@5.5.1": + version "5.5.1" + resolved "https://registry.yarnpkg.com/@lingui/message-utils/-/message-utils-5.5.1.tgz#200ad17fa8954b49c41bcc0dab6ef478025662f6" + integrity sha512-RV3WjkSDTYIhNQwAj5MUHjpfOgPJFBXDuBW3aFZZmPqAkFrSJJbrKxVmBoja59b3CEX5QuCGOHnijrCehBpU+w== + dependencies: + "@messageformat/parser" "^5.0.0" + js-sha256 "^0.10.1" + +"@lingui/react@5.5.1": + version "5.5.1" + resolved "https://registry.yarnpkg.com/@lingui/react/-/react-5.5.1.tgz#b44cdf194fdd4d401f7fc75675d912b27f3c87e8" + integrity sha512-chh/rfjg1vezy43/RUD+Uh5eAZUqn6ev2P4sYe5Q762SkkG2aiP5VGZS7c4jGJ/r0BMD1KknixZRl/HPnOcTug== + dependencies: + "@babel/runtime" "^7.20.13" + "@lingui/core" "5.5.1" + "@lingui/react@^4.7.0": version "4.14.1" resolved "https://registry.yarnpkg.com/@lingui/react/-/react-4.14.1.tgz#4b7d3d449703363cf0351ca2792507c7ed90b51b"