From 5d3a5c30b029d48d903ae7443208f48677b722c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:56:01 +0000 Subject: [PATCH] chore(deps-dev): bump @lingui/macro from 4.14.1 to 5.3.0 Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 4.14.1 to 5.3.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.14.1...v5.3.0) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 40 +++++++++++++++++++++++++++++++--------- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index dcd7ed30ab..e8897ebba0 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@ethersproject/experimental": "^5.7.0", "@ethersproject/providers": "^5.5.3", "@lingui/cli": "^4.13.0", - "@lingui/macro": "^4.14.0", + "@lingui/macro": "^5.3.0", "@next/bundle-analyzer": "^12.1.0", "@svgr/webpack": "^6.5.1", "@tanstack/react-query-devtools": "^5.62.8", diff --git a/yarn.lock b/yarn.lock index af1f536f75..76ddfe8681 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2329,6 +2329,15 @@ "@lingui/message-utils" "4.14.1" unraw "^3.0.0" +"@lingui/core@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lingui/core/-/core-5.3.0.tgz#a5a0dc4132fb6d59c15dd93b6f5d0b2072223fcf" + integrity sha512-Y0anQ4a/E7nqwnrOLGlrVanWufx8xy6+WDT18U3GavJ2LRNv44NYzjw85jd6SJOsxgfcSFnTf4xh/Bq44AgRpQ== + dependencies: + "@babel/runtime" "^7.20.13" + "@lingui/message-utils" "5.3.0" + unraw "^3.0.0" + "@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" @@ -2339,16 +2348,13 @@ date-fns "^3.6.0" pofile "^1.1.4" -"@lingui/macro@^4.14.0": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.14.1.tgz#52d37bf5ff566b985887a3c23c66482f5b8895ff" - integrity sha512-kVAe78Sj4a74GJTOOqoAzxZgsgqPfcBFQC1akXMlAv9r4bX7zvbMov2cQVWjvix0waetwxo3oVqlSozsa8UPAw== +"@lingui/macro@^5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-5.3.0.tgz#e401c03c8b9f6c1dc90fa3901d75d5dc9adacbae" + integrity sha512-bw/ic7Cjk98z8KDWWAjpb7Dcw2bEuORfnRhmjbLgZucKaw2Chbv4JQulfFAVB4ObTxLcmMJoc+HKbMSMumhFUg== 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.3.0" + "@lingui/react" "5.3.0" "@lingui/message-utils@4.14.1": version "4.14.1" @@ -2358,6 +2364,22 @@ "@messageformat/parser" "^5.0.0" js-sha256 "^0.10.1" +"@lingui/message-utils@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lingui/message-utils/-/message-utils-5.3.0.tgz#ac75c5087c65dfb84aada861389366a70cae9357" + integrity sha512-pWh7rUUkIdfq2WrxXpXXlnikmKDf+2OvHUb0LTb60AyWAvvFT0rtZ1O2OSLUQ68rKfSQJCTYl1o6LELHJ38EXA== + dependencies: + "@messageformat/parser" "^5.0.0" + js-sha256 "^0.10.1" + +"@lingui/react@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lingui/react/-/react-5.3.0.tgz#5dad7fd15c3fd28587386dffe4a9f2ec5eab2357" + integrity sha512-nKtG3PobEWovEO46RLlYWL8xvqxeI+Joa81mahdRWG6fKd177p8TROECmdFeong18w17AwDik/gfWk3+jYt9yQ== + dependencies: + "@babel/runtime" "^7.20.13" + "@lingui/core" "5.3.0" + "@lingui/react@^4.14.1": version "4.14.1" resolved "https://registry.yarnpkg.com/@lingui/react/-/react-4.14.1.tgz#4b7d3d449703363cf0351ca2792507c7ed90b51b"