From 4c758f6fbf845611cecaebb8081cade8485cf46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:13:40 +0000 Subject: [PATCH] [stable-4.7] Bump @lingui/macro from 4.5.0 to 4.6.0 (#4694) * [stable-4.7] Bump @lingui/macro from 4.5.0 to 4.6.0 Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 4.5.0 to 4.6.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.5.0...v4.6.0) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * lingui/rest too --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Hradil --- package-lock.json | 105 +++++++++++++++++++++++++--------------------- package.json | 6 +-- 2 files changed, 60 insertions(+), 51 deletions(-) diff --git a/package-lock.json b/package-lock.json index fec56251d2..22f1d8fae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.23.6", - "@lingui/react": "^4.5.0", + "@lingui/react": "^4.6.0", "@patternfly/patternfly": "^4.224.5", "@patternfly/react-code-editor": "^4.82.122", "@patternfly/react-core": "^4.277.0", @@ -42,8 +42,8 @@ "@babel/preset-env": "^7.23.3", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@lingui/cli": "^4.5.0", - "@lingui/macro": "^4.5.0", + "@lingui/cli": "^4.6.0", + "@lingui/macro": "^4.6.0", "@ls-lint/ls-lint": "^2.2.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@typescript-eslint/eslint-plugin": "^6.12.0", @@ -2383,18 +2383,18 @@ "dev": true }, "node_modules/@lingui/babel-plugin-extract-messages": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-4.5.0.tgz", - "integrity": "sha512-jZq3Gbi691jsHyQ4+OPnGgIqZt5eKEGnmI75akYlZpwTPxF7n+hiuKlQS+YB3xfKvcvlAED76ZAMCcwYG5fNrQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-4.6.0.tgz", + "integrity": "sha512-5endWBnkE7LKIB2I9wLvmyt8tX2AgcvCb7a9eyK4WlS/YJ/rmlXFuzHM6VC0UHHM1LYeV2pgokzOI5i9y/3H0A==", "dev": true, "engines": { "node": ">=16.0.0" } }, "node_modules/@lingui/cli": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-4.5.0.tgz", - "integrity": "sha512-MzhxNUNd+YYEmK79TwmneUow5BuLwpOlrUrZq9EyIAWUM4N6kkCVkZ8VIMYCL4TXGQ4kBQjstgDpkF8wdFRtNg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-4.6.0.tgz", + "integrity": "sha512-37MTEg0IkqY90p1NObu3HkMNky7W48L0sxdA+U2Gdf9tDv8wcYMnKdz7M3YFn5BxL07SwiN8j0Yyrbz+bsSKJw==", "dev": true, "dependencies": { "@babel/core": "^7.21.0", @@ -2402,11 +2402,11 @@ "@babel/parser": "^7.21.2", "@babel/runtime": "^7.21.0", "@babel/types": "^7.21.2", - "@lingui/babel-plugin-extract-messages": "4.5.0", - "@lingui/conf": "4.5.0", - "@lingui/core": "4.5.0", - "@lingui/format-po": "4.5.0", - "@lingui/message-utils": "4.5.0", + "@lingui/babel-plugin-extract-messages": "4.6.0", + "@lingui/conf": "4.6.0", + "@lingui/core": "4.6.0", + "@lingui/format-po": "4.6.0", + "@lingui/message-utils": "4.6.0", "babel-plugin-macros": "^3.0.1", "chalk": "^4.1.0", "chokidar": "3.5.1", @@ -2586,9 +2586,9 @@ } }, "node_modules/@lingui/conf": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-4.5.0.tgz", - "integrity": "sha512-OBm4RQQtbpvmuazLWVpvpaOpt/xvu1PBv8WUX8QoW1vsROe/3P5BpRHRYFyMeZz5mhORJgis9lQtDTq145Ruug==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-4.6.0.tgz", + "integrity": "sha512-k6Gpm0RB+xf1J2gR5pVsG+FwNLTHTUSpThBCF+dYyWowHbDrxfhi/FtQyNS2doT05VYNraQZanXOFbKjdFgF7A==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.13", @@ -2699,31 +2699,26 @@ } }, "node_modules/@lingui/core": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-4.5.0.tgz", - "integrity": "sha512-8zTuIXJo5Qvjato7LWE6Q4RHiO4LjTBVOoRlqfOGYDp8VZ9w9P7Z7IJgxI7UP5Z1wiuEvnMdVF9I1C4acqXGlQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-4.6.0.tgz", + "integrity": "sha512-waqozTXrCCm/Rc0GLTlri9+kzNGK7q/beoZG9GjsC1g3HRtTiZWdn0pe3L16YVLHhmoJEXYlAfhsbU5g+A3bfg==", "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/message-utils": "4.5.0", + "@lingui/message-utils": "4.6.0", "unraw": "^3.0.0" }, "engines": { "node": ">=16.0.0" } }, - "node_modules/@lingui/core/node_modules/unraw": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz", - "integrity": "sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==" - }, "node_modules/@lingui/format-po": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-4.5.0.tgz", - "integrity": "sha512-xQNzZ4RCQfh6TjzjUsyHz3B0R9FJuzhBit9R37NyMn6mL3kBTCUExpPczknm8gWZjtfFO4T8EH5eJhhC5vgJYg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-4.6.0.tgz", + "integrity": "sha512-jWvmfOQxbHRyjgqsY0pYeb4BuDK22u3DWss+lBsdvPr3YQYHm7JLX6e/xHwftzD+Wy8zytutQkESL71kFeTUfw==", "dev": true, "dependencies": { - "@lingui/conf": "4.5.0", - "@lingui/message-utils": "4.5.0", + "@lingui/conf": "4.6.0", + "@lingui/message-utils": "4.6.0", "date-fns": "^2.29.3", "pofile": "^1.1.4" }, @@ -2732,16 +2727,16 @@ } }, "node_modules/@lingui/macro": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-4.5.0.tgz", - "integrity": "sha512-6qha9YXuNnta4HCR+g6J6UPaAuAFlM1duqgznh4X7hHSsFG+m6oX7/srAMfU41Z8lbDmgXc3raqHLXFSdUNbYQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-4.6.0.tgz", + "integrity": "sha512-GsqERRhTU7FTqKDJX876nRNn6DseKgvIjFM5sahxLaljEM/wfY1nmjNuMSseY0I445LdbEuIUFxml8D3/PMa6A==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", - "@lingui/conf": "4.5.0", - "@lingui/core": "4.5.0", - "@lingui/message-utils": "4.5.0" + "@lingui/conf": "4.6.0", + "@lingui/core": "4.6.0", + "@lingui/message-utils": "4.6.0" }, "engines": { "node": ">=16.0.0" @@ -2752,23 +2747,24 @@ } }, "node_modules/@lingui/message-utils": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.5.0.tgz", - "integrity": "sha512-iRqh2wvNtzJO3NStB77nEXEfeI53aVVjzD7/mBrEm/P0lC7sqPHk0WBQCfzE0N9xm6a+XHmHu3J+x2nnQ2OjcA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.6.0.tgz", + "integrity": "sha512-2vHJ61ITxGoyKKyO9DbxZMpnF43kH7j8/+UUu7aUKa18XbOW49qnWwZfB8I9ZGCkPxxh5ILbd3IJ70gF68UbQw==", "dependencies": { - "@messageformat/parser": "^5.0.0" + "@messageformat/parser": "^5.0.0", + "js-sha256": "^0.10.1" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@lingui/react": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@lingui/react/-/react-4.5.0.tgz", - "integrity": "sha512-dv/oxBshyaVJ3XzbPDnWn3abhwtaS1sx8cEO2qDjs+OhW0AeWD9hyVDrduf5SBIuXFJfJQNNA8+2P2nO0lxRbQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-4.6.0.tgz", + "integrity": "sha512-vFPKdCKGo5CIhZBHKLqSupZXRMeNIP6rE2hqLo4I4BhZYBMgPk4/L6UGs/b/r/3NiHJWE/00acU49ZFDarCtdg==", "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/core": "4.5.0" + "@lingui/core": "4.6.0" }, "engines": { "node": ">=16.0.0" @@ -5330,10 +5326,13 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", + "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", "dev": true, + "dependencies": { + "@babel/runtime": "^7.21.0" + }, "engines": { "node": ">=0.11" }, @@ -8509,6 +8508,11 @@ "node": ">=14" } }, + "node_modules/js-sha256": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.10.1.tgz", + "integrity": "sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==" + }, "node_modules/js-tokens": { "version": "4.0.0", "license": "MIT" @@ -13264,6 +13268,11 @@ "node": ">= 0.8" } }, + "node_modules/unraw": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz", + "integrity": "sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==" + }, "node_modules/update-browserslist-db": { "version": "1.0.13", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", diff --git a/package.json b/package.json index 32e8fc2386..bac9034524 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "@babel/runtime": "^7.23.6", - "@lingui/react": "^4.5.0", + "@lingui/react": "^4.6.0", "@patternfly/patternfly": "^4.224.5", "@patternfly/react-code-editor": "^4.82.122", "@patternfly/react-core": "^4.277.0", @@ -38,8 +38,8 @@ "@babel/preset-env": "^7.23.3", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@lingui/cli": "^4.5.0", - "@lingui/macro": "^4.5.0", + "@lingui/cli": "^4.6.0", + "@lingui/macro": "^4.6.0", "@ls-lint/ls-lint": "^2.2.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@typescript-eslint/eslint-plugin": "^6.12.0",