From e7103c9f06a493e5871086e121f037309b0b742c Mon Sep 17 00:00:00 2001 From: Lingui Bot Date: Wed, 30 Aug 2023 07:26:12 +0000 Subject: [PATCH] chore(release): published v4.4.1 [skip ci] --- CHANGELOG.md | 10 +++ lerna.json | 2 +- .../CHANGELOG.md | 4 ++ .../package.json | 2 +- packages/cli/CHANGELOG.md | 4 ++ packages/cli/package.json | 14 ++-- packages/conf/CHANGELOG.md | 4 ++ packages/conf/package.json | 2 +- packages/core/CHANGELOG.md | 4 ++ packages/core/package.json | 4 +- packages/detect-locale/CHANGELOG.md | 6 ++ packages/detect-locale/package.json | 2 +- packages/extractor-vue/CHANGELOG.md | 4 ++ packages/extractor-vue/package.json | 8 +-- packages/format-csv/CHANGELOG.md | 4 ++ packages/format-csv/package.json | 4 +- packages/format-json/CHANGELOG.md | 4 ++ packages/format-json/package.json | 4 +- packages/format-po-gettext/CHANGELOG.md | 4 ++ packages/format-po-gettext/package.json | 8 +-- packages/format-po/CHANGELOG.md | 4 ++ packages/format-po/package.json | 6 +- packages/loader/CHANGELOG.md | 4 ++ packages/loader/package.json | 8 +-- packages/macro/CHANGELOG.md | 4 ++ packages/macro/package.json | 8 +-- packages/message-utils/CHANGELOG.md | 4 ++ packages/message-utils/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++ packages/react/package.json | 4 +- packages/vite-plugin/CHANGELOG.md | 4 ++ packages/vite-plugin/package.json | 6 +- yarn.lock | 68 +++++++++---------- 33 files changed, 148 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b089fee..186a2ca36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +### Bug Fixes + +- export ts types from detect-locale ([#1742](https://github.com/lingui/js-lingui/issues/1742)) ([4af4448](https://github.com/lingui/js-lingui/commit/4af4448b001cee17240ec1c4e27d86d515c4db1e)) + +### Features + +- RSpack + Lingui Example ([#1752](https://github.com/lingui/js-lingui/issues/1752)) ([87ffe72](https://github.com/lingui/js-lingui/commit/87ffe726f32601a82a268f6cd9c14170b370901d)) + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 87c02f490..2f522386b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.4.0", + "version": "4.4.1", "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, diff --git a/packages/babel-plugin-extract-messages/CHANGELOG.md b/packages/babel-plugin-extract-messages/CHANGELOG.md index cfa026e0d..65a1bb5f0 100644 --- a/packages/babel-plugin-extract-messages/CHANGELOG.md +++ b/packages/babel-plugin-extract-messages/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/babel-plugin-extract-messages + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/babel-plugin-extract-messages diff --git a/packages/babel-plugin-extract-messages/package.json b/packages/babel-plugin-extract-messages/package.json index c57ef72a0..8aca3fabc 100644 --- a/packages/babel-plugin-extract-messages/package.json +++ b/packages/babel-plugin-extract-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/babel-plugin-extract-messages", - "version": "4.4.0", + "version": "4.4.1", "description": "Babel plugin for collecting messages from source code for internationalization", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7ba1e8982..c4668fa72 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/cli + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index a85226609..bb495eb5e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/cli", - "version": "4.4.0", + "version": "4.4.1", "description": "CLI for working wit message catalogs", "keywords": [ "cli", @@ -53,11 +53,11 @@ "@babel/parser": "^7.21.2", "@babel/runtime": "^7.21.0", "@babel/types": "^7.21.2", - "@lingui/babel-plugin-extract-messages": "4.4.0", - "@lingui/conf": "4.4.0", - "@lingui/core": "4.4.0", - "@lingui/format-po": "4.4.0", - "@lingui/message-utils": "4.4.0", + "@lingui/babel-plugin-extract-messages": "4.4.1", + "@lingui/conf": "4.4.1", + "@lingui/core": "4.4.1", + "@lingui/format-po": "4.4.1", + "@lingui/message-utils": "4.4.1", "babel-plugin-macros": "^3.0.1", "chalk": "^4.1.0", "chokidar": "3.5.1", @@ -80,7 +80,7 @@ }, "devDependencies": { "@lingui/jest-mocks": "*", - "@lingui/macro": "4.4.0", + "@lingui/macro": "4.4.1", "@types/convert-source-map": "^2.0.0", "@types/glob": "^8.1.0", "@types/micromatch": "^4.0.1", diff --git a/packages/conf/CHANGELOG.md b/packages/conf/CHANGELOG.md index de643e535..ea5a91d25 100644 --- a/packages/conf/CHANGELOG.md +++ b/packages/conf/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/conf + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/conf diff --git a/packages/conf/package.json b/packages/conf/package.json index 586267734..c031d9551 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/conf", - "version": "4.4.0", + "version": "4.4.1", "sideEffects": false, "description": "Get lingui configuration from package.json", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0df4635af..12529ca36 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/core + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/core diff --git a/packages/core/package.json b/packages/core/package.json index f54f4ea36..1e9690ec9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/core", - "version": "4.4.0", + "version": "4.4.1", "sideEffects": false, "description": "I18n tools for javascript", "main": "./dist/index.cjs", @@ -54,7 +54,7 @@ ], "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/message-utils": "4.4.0", + "@lingui/message-utils": "4.4.1", "unraw": "^2.0.1" }, "devDependencies": { diff --git a/packages/detect-locale/CHANGELOG.md b/packages/detect-locale/CHANGELOG.md index b0eed6f8c..6d23a6e95 100644 --- a/packages/detect-locale/CHANGELOG.md +++ b/packages/detect-locale/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +### Bug Fixes + +- export ts types from detect-locale ([#1742](https://github.com/lingui/js-lingui/issues/1742)) ([4af4448](https://github.com/lingui/js-lingui/commit/4af4448b001cee17240ec1c4e27d86d515c4db1e)) + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/detect-locale diff --git a/packages/detect-locale/package.json b/packages/detect-locale/package.json index 91879b66c..fee026071 100644 --- a/packages/detect-locale/package.json +++ b/packages/detect-locale/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/detect-locale", - "version": "4.4.0", + "version": "4.4.1", "sideEffects": false, "description": "@Lingui package to help you find the correct browser/server locale", "main": "./dist/index.cjs", diff --git a/packages/extractor-vue/CHANGELOG.md b/packages/extractor-vue/CHANGELOG.md index 13810cd2a..68e3cee9b 100644 --- a/packages/extractor-vue/CHANGELOG.md +++ b/packages/extractor-vue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/extractor-vue + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/extractor-vue diff --git a/packages/extractor-vue/package.json b/packages/extractor-vue/package.json index e83dc9be5..a390f6ea4 100644 --- a/packages/extractor-vue/package.json +++ b/packages/extractor-vue/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/extractor-vue", - "version": "4.4.0", + "version": "4.4.1", "description": "Custom Vue.js extractor to be used with the CLI tool", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -38,12 +38,12 @@ "/dist" ], "dependencies": { - "@lingui/cli": "4.4.0", - "@lingui/conf": "4.4.0", + "@lingui/cli": "4.4.1", + "@lingui/conf": "4.4.1", "@vue/compiler-sfc": "^3.2.47" }, "devDependencies": { - "@lingui/babel-plugin-extract-messages": "4.4.0", + "@lingui/babel-plugin-extract-messages": "4.4.1", "unbuild": "^1.1.2" } } diff --git a/packages/format-csv/CHANGELOG.md b/packages/format-csv/CHANGELOG.md index 53bf967c4..b9c310c62 100644 --- a/packages/format-csv/CHANGELOG.md +++ b/packages/format-csv/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/format-csv + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/format-csv diff --git a/packages/format-csv/package.json b/packages/format-csv/package.json index 1689b18de..7b77d2978 100644 --- a/packages/format-csv/package.json +++ b/packages/format-csv/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-csv", - "version": "4.4.0", + "version": "4.4.1", "description": "CSV format for Lingui Catalogs", "main": "./dist/csv.cjs", "module": "./dist/csv.mjs", @@ -39,7 +39,7 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.4.0", + "@lingui/conf": "4.4.1", "papaparse": "^5.4.0" }, "devDependencies": { diff --git a/packages/format-json/CHANGELOG.md b/packages/format-json/CHANGELOG.md index a80a7797a..b6d02da99 100644 --- a/packages/format-json/CHANGELOG.md +++ b/packages/format-json/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/format-json + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/format-json diff --git a/packages/format-json/package.json b/packages/format-json/package.json index 4575ddc23..d8ab11d14 100644 --- a/packages/format-json/package.json +++ b/packages/format-json/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-json", - "version": "4.4.0", + "version": "4.4.1", "description": "JSON format for Lingui Catalogs", "main": "./dist/json.cjs", "module": "./dist/json.mjs", @@ -39,7 +39,7 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.4.0", + "@lingui/conf": "4.4.1", "ramda": "^0.28.0" }, "devDependencies": { diff --git a/packages/format-po-gettext/CHANGELOG.md b/packages/format-po-gettext/CHANGELOG.md index 8a53cf0d8..4437194ad 100644 --- a/packages/format-po-gettext/CHANGELOG.md +++ b/packages/format-po-gettext/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/format-po-gettext + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/format-po-gettext diff --git a/packages/format-po-gettext/package.json b/packages/format-po-gettext/package.json index a4f889007..d6fec5160 100644 --- a/packages/format-po-gettext/package.json +++ b/packages/format-po-gettext/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-po-gettext", - "version": "4.4.0", + "version": "4.4.1", "description": "Gettext PO format with gettext-style plurals for Lingui Catalogs", "main": "./dist/po-gettext.cjs", "module": "./dist/po-gettext.mjs", @@ -41,9 +41,9 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.4.0", - "@lingui/format-po": "4.4.0", - "@lingui/message-utils": "4.4.0", + "@lingui/conf": "4.4.1", + "@lingui/format-po": "4.4.1", + "@lingui/message-utils": "4.4.1", "@messageformat/parser": "^5.0.0", "node-gettext": "^3.0.0", "plurals-cldr": "^2.0.1", diff --git a/packages/format-po/CHANGELOG.md b/packages/format-po/CHANGELOG.md index 8c0297430..0ae5e9b4a 100644 --- a/packages/format-po/CHANGELOG.md +++ b/packages/format-po/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/format-po + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/format-po diff --git a/packages/format-po/package.json b/packages/format-po/package.json index f5346baca..8de402b05 100644 --- a/packages/format-po/package.json +++ b/packages/format-po/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-po", - "version": "4.4.0", + "version": "4.4.1", "description": "Gettext PO format for Lingui Catalogs", "main": "./dist/po.cjs", "module": "./dist/po.mjs", @@ -41,8 +41,8 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.4.0", - "@lingui/message-utils": "4.4.0", + "@lingui/conf": "4.4.1", + "@lingui/message-utils": "4.4.1", "date-fns": "^2.29.3", "pofile": "^1.1.4" }, diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index eed4c6f42..febb3b19e 100644 --- a/packages/loader/CHANGELOG.md +++ b/packages/loader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/loader + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) ### Bug Fixes diff --git a/packages/loader/package.json b/packages/loader/package.json index 11c71f139..9d771ae61 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/loader", - "version": "4.4.0", + "version": "4.4.1", "description": "webpack loader for lingui message catalogs", "types": "./dist/index.d.ts", "main": "./dist/index.cjs", @@ -43,11 +43,11 @@ ], "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/cli": "4.4.0", - "@lingui/conf": "4.4.0" + "@lingui/cli": "4.4.1", + "@lingui/conf": "4.4.1" }, "devDependencies": { - "@lingui/format-json": "4.4.0", + "@lingui/format-json": "4.4.1", "unbuild": "^1.1.2", "webpack": "^5.76.1" }, diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index c76f61afc..c5409c517 100644 --- a/packages/macro/CHANGELOG.md +++ b/packages/macro/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/macro + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/macro diff --git a/packages/macro/package.json b/packages/macro/package.json index aae6e8750..e5184552f 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/macro", - "version": "4.4.0", + "version": "4.4.1", "description": "Macro for generating messages in ICU MessageFormat syntax", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -65,9 +65,9 @@ "dependencies": { "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", - "@lingui/conf": "4.4.0", - "@lingui/core": "4.4.0", - "@lingui/message-utils": "4.4.0" + "@lingui/conf": "4.4.1", + "@lingui/core": "4.4.1", + "@lingui/message-utils": "4.4.1" }, "peerDependencies": { "@lingui/react": "^4.0.0", diff --git a/packages/message-utils/CHANGELOG.md b/packages/message-utils/CHANGELOG.md index c084c8b5a..c6295c32c 100644 --- a/packages/message-utils/CHANGELOG.md +++ b/packages/message-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/message-utils + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/message-utils diff --git a/packages/message-utils/package.json b/packages/message-utils/package.json index 589260a8b..0f18af73a 100644 --- a/packages/message-utils/package.json +++ b/packages/message-utils/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/message-utils", - "version": "4.4.0", + "version": "4.4.1", "license": "MIT", "keywords": [], "sideEffects": false, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f5899e302..91b595576 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/react + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index db1e8b999..f4c51b441 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/react", - "version": "4.4.0", + "version": "4.4.1", "sideEffects": false, "description": "React components for translations", "main": "./dist/index.cjs", @@ -63,7 +63,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/core": "4.4.0", + "@lingui/core": "4.4.1", "use-sync-external-store": "^1.2.0" }, "devDependencies": { diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 3f6822701..a756ec2e4 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/lingui/js-lingui/compare/v4.4.0...v4.4.1) (2023-08-30) + +**Note:** Version bump only for package @lingui/vite-plugin + # [4.4.0](https://github.com/lingui/js-lingui/compare/v4.3.0...v4.4.0) (2023-08-08) **Note:** Version bump only for package @lingui/vite-plugin diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 5a1ff9113..d7380fb19 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/vite-plugin", - "version": "4.4.0", + "version": "4.4.1", "description": "Vite plugin for Lingui message catalogs", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -39,8 +39,8 @@ "dist/" ], "dependencies": { - "@lingui/cli": "4.4.0", - "@lingui/conf": "4.4.0" + "@lingui/cli": "4.4.1", + "@lingui/conf": "4.4.1" }, "peerDependencies": { "vite": "3 - 4" diff --git a/yarn.lock b/yarn.lock index 2a3b0c200..5c377b4a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2880,7 +2880,7 @@ __metadata: languageName: node linkType: hard -"@lingui/babel-plugin-extract-messages@4.4.0, @lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages": +"@lingui/babel-plugin-extract-messages@4.4.1, @lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages": version: 0.0.0-use.local resolution: "@lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages" dependencies: @@ -2892,7 +2892,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/cli@4.4.0, @lingui/cli@workspace:*, @lingui/cli@workspace:packages/cli": +"@lingui/cli@4.4.1, @lingui/cli@workspace:*, @lingui/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@lingui/cli@workspace:packages/cli" dependencies: @@ -2901,13 +2901,13 @@ __metadata: "@babel/parser": ^7.21.2 "@babel/runtime": ^7.21.0 "@babel/types": ^7.21.2 - "@lingui/babel-plugin-extract-messages": 4.4.0 - "@lingui/conf": 4.4.0 - "@lingui/core": 4.4.0 - "@lingui/format-po": 4.4.0 + "@lingui/babel-plugin-extract-messages": 4.4.1 + "@lingui/conf": 4.4.1 + "@lingui/core": 4.4.1 + "@lingui/format-po": 4.4.1 "@lingui/jest-mocks": "*" - "@lingui/macro": 4.4.0 - "@lingui/message-utils": 4.4.0 + "@lingui/macro": 4.4.1 + "@lingui/message-utils": 4.4.1 "@types/convert-source-map": ^2.0.0 "@types/glob": ^8.1.0 "@types/micromatch": ^4.0.1 @@ -2938,7 +2938,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/conf@4.4.0, @lingui/conf@workspace:packages/conf": +"@lingui/conf@4.4.1, @lingui/conf@workspace:packages/conf": version: 0.0.0-use.local resolution: "@lingui/conf@workspace:packages/conf" dependencies: @@ -2954,13 +2954,13 @@ __metadata: languageName: unknown linkType: soft -"@lingui/core@4.4.0, @lingui/core@workspace:*, @lingui/core@workspace:packages/core": +"@lingui/core@4.4.1, @lingui/core@workspace:*, @lingui/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@lingui/core@workspace:packages/core" dependencies: "@babel/runtime": ^7.20.13 "@lingui/jest-mocks": "*" - "@lingui/message-utils": 4.4.0 + "@lingui/message-utils": 4.4.1 unbuild: ^1.1.2 unraw: ^2.0.1 languageName: unknown @@ -2989,9 +2989,9 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/extractor-vue@workspace:packages/extractor-vue" dependencies: - "@lingui/babel-plugin-extract-messages": 4.4.0 - "@lingui/cli": 4.4.0 - "@lingui/conf": 4.4.0 + "@lingui/babel-plugin-extract-messages": 4.4.1 + "@lingui/cli": 4.4.1 + "@lingui/conf": 4.4.1 "@vue/compiler-sfc": ^3.2.47 unbuild: ^1.1.2 languageName: unknown @@ -3001,18 +3001,18 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/format-csv@workspace:packages/format-csv" dependencies: - "@lingui/conf": 4.4.0 + "@lingui/conf": 4.4.1 papaparse: ^5.4.0 tsd: ^0.28.0 unbuild: ^1.1.2 languageName: unknown linkType: soft -"@lingui/format-json@4.4.0, @lingui/format-json@workspace:^, @lingui/format-json@workspace:packages/format-json": +"@lingui/format-json@4.4.1, @lingui/format-json@workspace:^, @lingui/format-json@workspace:packages/format-json": version: 0.0.0-use.local resolution: "@lingui/format-json@workspace:packages/format-json" dependencies: - "@lingui/conf": 4.4.0 + "@lingui/conf": 4.4.1 ramda: ^0.28.0 tsd: ^0.28.0 unbuild: ^1.1.2 @@ -3023,10 +3023,10 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/format-po-gettext@workspace:packages/format-po-gettext" dependencies: - "@lingui/conf": 4.4.0 - "@lingui/format-po": 4.4.0 + "@lingui/conf": 4.4.1 + "@lingui/format-po": 4.4.1 "@lingui/jest-mocks": "workspace:^" - "@lingui/message-utils": 4.4.0 + "@lingui/message-utils": 4.4.1 "@messageformat/parser": ^5.0.0 mockdate: ^3.0.5 node-gettext: ^3.0.0 @@ -3037,13 +3037,13 @@ __metadata: languageName: unknown linkType: soft -"@lingui/format-po@4.4.0, @lingui/format-po@workspace:packages/format-po": +"@lingui/format-po@4.4.1, @lingui/format-po@workspace:packages/format-po": version: 0.0.0-use.local resolution: "@lingui/format-po@workspace:packages/format-po" dependencies: - "@lingui/conf": 4.4.0 + "@lingui/conf": 4.4.1 "@lingui/jest-mocks": "workspace:^" - "@lingui/message-utils": 4.4.0 + "@lingui/message-utils": 4.4.1 date-fns: ^2.29.3 mockdate: ^3.0.5 pofile: ^1.1.4 @@ -3063,9 +3063,9 @@ __metadata: resolution: "@lingui/loader@workspace:packages/loader" dependencies: "@babel/runtime": ^7.20.13 - "@lingui/cli": 4.4.0 - "@lingui/conf": 4.4.0 - "@lingui/format-json": 4.4.0 + "@lingui/cli": 4.4.1 + "@lingui/conf": 4.4.1 + "@lingui/format-json": 4.4.1 unbuild: ^1.1.2 webpack: ^5.76.1 peerDependencies: @@ -3073,7 +3073,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/macro@4.4.0, @lingui/macro@workspace:^, @lingui/macro@workspace:packages/macro": +"@lingui/macro@4.4.1, @lingui/macro@workspace:^, @lingui/macro@workspace:packages/macro": version: 0.0.0-use.local resolution: "@lingui/macro@workspace:packages/macro" dependencies: @@ -3082,9 +3082,9 @@ __metadata: "@babel/runtime": ^7.20.13 "@babel/traverse": 7.20.12 "@babel/types": ^7.20.7 - "@lingui/conf": 4.4.0 - "@lingui/core": 4.4.0 - "@lingui/message-utils": 4.4.0 + "@lingui/conf": 4.4.1 + "@lingui/core": 4.4.1 + "@lingui/message-utils": 4.4.1 "@types/babel-plugin-macros": ^2.8.5 prettier: 2.8.3 tsd: ^0.26.1 @@ -3095,7 +3095,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/message-utils@4.4.0, @lingui/message-utils@workspace:packages/message-utils": +"@lingui/message-utils@4.4.1, @lingui/message-utils@workspace:packages/message-utils": version: 0.0.0-use.local resolution: "@lingui/message-utils@workspace:packages/message-utils" dependencies: @@ -3119,7 +3119,7 @@ __metadata: resolution: "@lingui/react@workspace:packages/react" dependencies: "@babel/runtime": ^7.20.13 - "@lingui/core": 4.4.0 + "@lingui/core": 4.4.1 "@lingui/jest-mocks": "*" "@testing-library/react": ^14.0.0 "@types/react": ^18.2.13 @@ -3150,8 +3150,8 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/vite-plugin@workspace:packages/vite-plugin" dependencies: - "@lingui/cli": 4.4.0 - "@lingui/conf": 4.4.0 + "@lingui/cli": 4.4.1 + "@lingui/conf": 4.4.1 "@lingui/format-json": "workspace:^" "@lingui/macro": "workspace:^" unbuild: ^1.1.2