From 3f7d7fd156a05324b261347b8c8f750c01f1335b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:33:04 +1000 Subject: [PATCH] Bump @lingui/macro from 4.8.0 to 4.10.0 in /src/frontend (#7033) Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 4.8.0 to 4.10.0. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/compare/v4.8.0...v4.10.0) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/frontend/package.json | 2 +- src/frontend/yarn.lock | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 7dc4e1aa3e..9d9e755234 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -58,7 +58,7 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@lingui/cli": "^4.7.2", - "@lingui/macro": "^4.7.2", + "@lingui/macro": "^4.10.0", "@playwright/test": "^1.43.1", "@types/node": "^20.12.3", "@types/react": "^18.2.74", diff --git a/src/frontend/yarn.lock b/src/frontend/yarn.lock index dec37261a3..9297718e29 100644 --- a/src/frontend/yarn.lock +++ b/src/frontend/yarn.lock @@ -1036,6 +1036,18 @@ ramda "^0.27.1" source-map "^0.8.0-beta.0" +"@lingui/conf@4.10.0": + version "4.10.0" + resolved "https://registry.yarnpkg.com/@lingui/conf/-/conf-4.10.0.tgz#f8ebe7bc115051b82bb5823ecb9222fbe28a82c2" + integrity sha512-jHeuCMG25YWEWUQTl1QYz46/RJlQH+Nyx4Qt4uI9OiSXMJ5MiaHopj+Oi9qdI1q2iY0P1RhdwRegBcdET+yF8w== + dependencies: + "@babel/runtime" "^7.20.13" + chalk "^4.1.0" + cosmiconfig "^8.0.0" + jest-validate "^29.4.3" + jiti "^1.17.1" + lodash.get "^4.4.2" + "@lingui/conf@4.8.0": version "4.8.0" resolved "https://registry.yarnpkg.com/@lingui/conf/-/conf-4.8.0.tgz#d2675806fcafecc6ad29d30d1e273fd28835d20e" @@ -1076,16 +1088,16 @@ date-fns "^3.6.0" pofile "^1.1.4" -"@lingui/macro@^4.7.2": - version "4.8.0" - resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.8.0.tgz#00f98bd3bc2b022e03c020e73a9594b61802788e" - integrity sha512-5/MGOzuBAqi7vQhn6/8HO0/pPdqk+bLO7QzLsz8imEL58amaBbQmc0WmQRI4DvUknIQnnqlMx5wSAyXuHridrg== +"@lingui/macro@^4.10.0": + version "4.10.0" + resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.10.0.tgz#c0c909d318acbb4b2d2792f6c7266fd22a7e9830" + integrity sha512-u+rSqCfQOHPyNwpdq+69LfoOBN6hiQJf0pNOB88kxdVammv4ul9lqnnJW0+hz4gh9POX1jhXjbLf2pStTH1q9w== dependencies: "@babel/runtime" "^7.20.13" "@babel/types" "^7.20.7" - "@lingui/conf" "4.8.0" - "@lingui/core" "4.8.0" - "@lingui/message-utils" "4.8.0" + "@lingui/conf" "4.10.0" + "@lingui/core" "4.10.0" + "@lingui/message-utils" "4.10.0" "@lingui/message-utils@4.10.0": version "4.10.0"