From 43d4e671360e8e5f1b820e4e061c1926d95c120b Mon Sep 17 00:00:00 2001 From: Lingui Bot Date: Mon, 2 Sep 2024 11:21:04 +0000 Subject: [PATCH] chore(release): published v4.11.4 [skip ci] --- CHANGELOG.md | 9 +++ lerna.json | 2 +- .../CHANGELOG.md | 4 ++ .../package.json | 2 +- packages/cli/CHANGELOG.md | 7 ++ 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 | 4 ++ 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 | 6 ++ packages/react/package.json | 4 +- packages/vite-plugin/CHANGELOG.md | 4 ++ packages/vite-plugin/package.json | 6 +- yarn.lock | 68 +++++++++---------- 33 files changed, 150 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5de7407..1d7f65874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +### Bug Fixes + +- **cli:** use caret range for `micromatch` dependency ([#2020](https://github.com/lingui/js-lingui/issues/2020)) ([be441e3](https://github.com/lingui/js-lingui/commit/be441e31ea1c5a0325f77402602f61c20a4aff4e)) +- escape nested brackets ([#2001](https://github.com/lingui/js-lingui/issues/2001)) ([6d00301](https://github.com/lingui/js-lingui/commit/6d0030146cc73f457e4cdcd1837f3d8f060d16fc)) +- return a single node when applicable ([#2016](https://github.com/lingui/js-lingui/issues/2016)) ([68d8358](https://github.com/lingui/js-lingui/commit/68d8358ff7bbb09de8953db9c7faf0a9a4e99d80)) +- run type tests in test:all ([#2017](https://github.com/lingui/js-lingui/issues/2017)) ([b9e89c1](https://github.com/lingui/js-lingui/commit/b9e89c17de2bdaaf64d3d40bd308777285ed2b1a)) + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b305c83b9..5fcd7f17e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.11.3", + "version": "4.11.4", "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 6f60d6c77..c6c0a1000 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/babel-plugin-extract-messages + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **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 ed0a7da06..a92157ed1 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.11.3", + "version": "4.11.4", "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 a4ce36e3b..9a48198ac 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +### Bug Fixes + +- **cli:** use caret range for `micromatch` dependency ([#2020](https://github.com/lingui/js-lingui/issues/2020)) ([be441e3](https://github.com/lingui/js-lingui/commit/be441e31ea1c5a0325f77402602f61c20a4aff4e)) +- escape nested brackets ([#2001](https://github.com/lingui/js-lingui/issues/2001)) ([6d00301](https://github.com/lingui/js-lingui/commit/6d0030146cc73f457e4cdcd1837f3d8f060d16fc)) + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3dbccefb7..d676480d3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/cli", - "version": "4.11.3", + "version": "4.11.4", "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.11.3", - "@lingui/conf": "4.11.3", - "@lingui/core": "4.11.3", - "@lingui/format-po": "4.11.3", - "@lingui/message-utils": "4.11.3", + "@lingui/babel-plugin-extract-messages": "4.11.4", + "@lingui/conf": "4.11.4", + "@lingui/core": "4.11.4", + "@lingui/format-po": "4.11.4", + "@lingui/message-utils": "4.11.4", "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.11.3", + "@lingui/macro": "4.11.4", "@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 3fc90dc8d..88c466853 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/conf + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/conf diff --git a/packages/conf/package.json b/packages/conf/package.json index ec754669a..1ddfdfba6 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/conf", - "version": "4.11.3", + "version": "4.11.4", "sideEffects": false, "description": "Get lingui configuration from package.json", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 499fd1891..d2e104655 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/core + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/core diff --git a/packages/core/package.json b/packages/core/package.json index 10117a5a4..83d5e11db 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/core", - "version": "4.11.3", + "version": "4.11.4", "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.11.3", + "@lingui/message-utils": "4.11.4", "unraw": "^3.0.0" }, "devDependencies": { diff --git a/packages/detect-locale/CHANGELOG.md b/packages/detect-locale/CHANGELOG.md index 14dfa6751..52921e25e 100644 --- a/packages/detect-locale/CHANGELOG.md +++ b/packages/detect-locale/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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/detect-locale + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/detect-locale diff --git a/packages/detect-locale/package.json b/packages/detect-locale/package.json index 55da6f572..79a06dc90 100644 --- a/packages/detect-locale/package.json +++ b/packages/detect-locale/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/detect-locale", - "version": "4.11.3", + "version": "4.11.4", "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 a31efe50e..de321a3d8 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/extractor-vue + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/extractor-vue diff --git a/packages/extractor-vue/package.json b/packages/extractor-vue/package.json index 543d98aa8..6058ee182 100644 --- a/packages/extractor-vue/package.json +++ b/packages/extractor-vue/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/extractor-vue", - "version": "4.11.3", + "version": "4.11.4", "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.11.3", - "@lingui/conf": "4.11.3", + "@lingui/cli": "4.11.4", + "@lingui/conf": "4.11.4", "@vue/compiler-sfc": "^3.2.47" }, "devDependencies": { - "@lingui/babel-plugin-extract-messages": "4.11.3", + "@lingui/babel-plugin-extract-messages": "4.11.4", "unbuild": "2.0.0" } } diff --git a/packages/format-csv/CHANGELOG.md b/packages/format-csv/CHANGELOG.md index a7504681c..92b1bf22a 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/format-csv + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/format-csv diff --git a/packages/format-csv/package.json b/packages/format-csv/package.json index abb538a1e..c0082c16f 100644 --- a/packages/format-csv/package.json +++ b/packages/format-csv/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-csv", - "version": "4.11.3", + "version": "4.11.4", "description": "CSV format for Lingui Catalogs", "main": "./dist/csv.cjs", "module": "./dist/csv.mjs", @@ -39,7 +39,7 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.11.3", + "@lingui/conf": "4.11.4", "papaparse": "^5.4.0" }, "devDependencies": { diff --git a/packages/format-json/CHANGELOG.md b/packages/format-json/CHANGELOG.md index b7a27f13b..91cad5290 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/format-json + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/format-json diff --git a/packages/format-json/package.json b/packages/format-json/package.json index fbcab0126..727f86f65 100644 --- a/packages/format-json/package.json +++ b/packages/format-json/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-json", - "version": "4.11.3", + "version": "4.11.4", "description": "JSON format for Lingui Catalogs", "main": "./dist/json.cjs", "module": "./dist/json.mjs", @@ -39,7 +39,7 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.11.3", + "@lingui/conf": "4.11.4", "ramda": "^0.28.0" }, "devDependencies": { diff --git a/packages/format-po-gettext/CHANGELOG.md b/packages/format-po-gettext/CHANGELOG.md index a90f80efa..3950193b7 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/format-po-gettext + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **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 8ef02a218..308b7ee7f 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.11.3", + "version": "4.11.4", "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.11.3", - "@lingui/format-po": "4.11.3", - "@lingui/message-utils": "4.11.3", + "@lingui/conf": "4.11.4", + "@lingui/format-po": "4.11.4", + "@lingui/message-utils": "4.11.4", "@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 f7bedba89..32022ea23 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/format-po + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/format-po diff --git a/packages/format-po/package.json b/packages/format-po/package.json index a9bb49135..2d09f2894 100644 --- a/packages/format-po/package.json +++ b/packages/format-po/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-po", - "version": "4.11.3", + "version": "4.11.4", "description": "Gettext PO format for Lingui Catalogs", "main": "./dist/po.cjs", "module": "./dist/po.mjs", @@ -41,8 +41,8 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.11.3", - "@lingui/message-utils": "4.11.3", + "@lingui/conf": "4.11.4", + "@lingui/message-utils": "4.11.4", "date-fns": "^3.6.0", "pofile": "^1.1.4" }, diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index 76f138719..861996b87 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/loader + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/loader diff --git a/packages/loader/package.json b/packages/loader/package.json index 6a7875cd6..4ee1c7de9 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/loader", - "version": "4.11.3", + "version": "4.11.4", "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.11.3", - "@lingui/conf": "4.11.3" + "@lingui/cli": "4.11.4", + "@lingui/conf": "4.11.4" }, "devDependencies": { - "@lingui/format-json": "4.11.3", + "@lingui/format-json": "4.11.4", "unbuild": "2.0.0", "webpack": "^5.76.1" }, diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index 427bca35b..2352f1789 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/macro + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/macro diff --git a/packages/macro/package.json b/packages/macro/package.json index df3bec7a9..33d53315b 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/macro", - "version": "4.11.3", + "version": "4.11.4", "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.11.3", - "@lingui/core": "4.11.3", - "@lingui/message-utils": "4.11.3" + "@lingui/conf": "4.11.4", + "@lingui/core": "4.11.4", + "@lingui/message-utils": "4.11.4" }, "peerDependencies": { "@lingui/react": "^4.0.0", diff --git a/packages/message-utils/CHANGELOG.md b/packages/message-utils/CHANGELOG.md index 8fc6042c0..3e3c8716d 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/message-utils + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/message-utils diff --git a/packages/message-utils/package.json b/packages/message-utils/package.json index a7fdd5e2b..bc0d9c070 100644 --- a/packages/message-utils/package.json +++ b/packages/message-utils/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/message-utils", - "version": "4.11.3", + "version": "4.11.4", "license": "MIT", "keywords": [], "sideEffects": false, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f5e186adf..a548d4b0e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +### Bug Fixes + +- return a single node when applicable ([#2016](https://github.com/lingui/js-lingui/issues/2016)) ([68d8358](https://github.com/lingui/js-lingui/commit/68d8358ff7bbb09de8953db9c7faf0a9a4e99d80)) + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/react diff --git a/packages/react/package.json b/packages/react/package.json index 6a41d458a..2695b198e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/react", - "version": "4.11.3", + "version": "4.11.4", "sideEffects": false, "description": "React components for translations", "main": "./dist/index.cjs", @@ -75,7 +75,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/core": "4.11.3" + "@lingui/core": "4.11.4" }, "devDependencies": { "@lingui/jest-mocks": "*", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 6c544ae17..73d0805c3 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.11.4](https://github.com/lingui/js-lingui/compare/v4.11.3...v4.11.4) (2024-09-02) + +**Note:** Version bump only for package @lingui/vite-plugin + ## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09) **Note:** Version bump only for package @lingui/vite-plugin diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 38f60cb29..30f5445c9 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/vite-plugin", - "version": "4.11.3", + "version": "4.11.4", "description": "Vite plugin for Lingui message catalogs", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -39,8 +39,8 @@ "dist/" ], "dependencies": { - "@lingui/cli": "4.11.3", - "@lingui/conf": "4.11.3" + "@lingui/cli": "4.11.4", + "@lingui/conf": "4.11.4" }, "peerDependencies": { "vite": "^3 || ^4 || ^5.0.9" diff --git a/yarn.lock b/yarn.lock index e29483534..b925d7c46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3218,7 +3218,7 @@ __metadata: languageName: node linkType: hard -"@lingui/babel-plugin-extract-messages@4.11.3, @lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages": +"@lingui/babel-plugin-extract-messages@4.11.4, @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: @@ -3230,7 +3230,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/cli@4.11.3, @lingui/cli@workspace:*, @lingui/cli@workspace:packages/cli": +"@lingui/cli@4.11.4, @lingui/cli@workspace:*, @lingui/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@lingui/cli@workspace:packages/cli" dependencies: @@ -3239,13 +3239,13 @@ __metadata: "@babel/parser": ^7.21.2 "@babel/runtime": ^7.21.0 "@babel/types": ^7.21.2 - "@lingui/babel-plugin-extract-messages": 4.11.3 - "@lingui/conf": 4.11.3 - "@lingui/core": 4.11.3 - "@lingui/format-po": 4.11.3 + "@lingui/babel-plugin-extract-messages": 4.11.4 + "@lingui/conf": 4.11.4 + "@lingui/core": 4.11.4 + "@lingui/format-po": 4.11.4 "@lingui/jest-mocks": "*" - "@lingui/macro": 4.11.3 - "@lingui/message-utils": 4.11.3 + "@lingui/macro": 4.11.4 + "@lingui/message-utils": 4.11.4 "@types/convert-source-map": ^2.0.0 "@types/glob": ^8.1.0 "@types/micromatch": ^4.0.1 @@ -3276,7 +3276,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/conf@4.11.3, @lingui/conf@workspace:packages/conf": +"@lingui/conf@4.11.4, @lingui/conf@workspace:packages/conf": version: 0.0.0-use.local resolution: "@lingui/conf@workspace:packages/conf" dependencies: @@ -3292,13 +3292,13 @@ __metadata: languageName: unknown linkType: soft -"@lingui/core@4.11.3, @lingui/core@workspace:*, @lingui/core@workspace:packages/core": +"@lingui/core@4.11.4, @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.11.3 + "@lingui/message-utils": 4.11.4 unbuild: 2.0.0 unraw: ^3.0.0 languageName: unknown @@ -3327,9 +3327,9 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/extractor-vue@workspace:packages/extractor-vue" dependencies: - "@lingui/babel-plugin-extract-messages": 4.11.3 - "@lingui/cli": 4.11.3 - "@lingui/conf": 4.11.3 + "@lingui/babel-plugin-extract-messages": 4.11.4 + "@lingui/cli": 4.11.4 + "@lingui/conf": 4.11.4 "@vue/compiler-sfc": ^3.2.47 unbuild: 2.0.0 languageName: unknown @@ -3339,18 +3339,18 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/format-csv@workspace:packages/format-csv" dependencies: - "@lingui/conf": 4.11.3 + "@lingui/conf": 4.11.4 papaparse: ^5.4.0 tsd: ^0.28.0 unbuild: 2.0.0 languageName: unknown linkType: soft -"@lingui/format-json@4.11.3, @lingui/format-json@workspace:^, @lingui/format-json@workspace:packages/format-json": +"@lingui/format-json@4.11.4, @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.11.3 + "@lingui/conf": 4.11.4 ramda: ^0.28.0 tsd: ^0.28.0 unbuild: ^2.0.0 @@ -3361,10 +3361,10 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/format-po-gettext@workspace:packages/format-po-gettext" dependencies: - "@lingui/conf": 4.11.3 - "@lingui/format-po": 4.11.3 + "@lingui/conf": 4.11.4 + "@lingui/format-po": 4.11.4 "@lingui/jest-mocks": "workspace:^" - "@lingui/message-utils": 4.11.3 + "@lingui/message-utils": 4.11.4 "@messageformat/parser": ^5.0.0 mockdate: ^3.0.5 node-gettext: ^3.0.0 @@ -3375,13 +3375,13 @@ __metadata: languageName: unknown linkType: soft -"@lingui/format-po@4.11.3, @lingui/format-po@workspace:packages/format-po": +"@lingui/format-po@4.11.4, @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.11.3 + "@lingui/conf": 4.11.4 "@lingui/jest-mocks": "workspace:^" - "@lingui/message-utils": 4.11.3 + "@lingui/message-utils": 4.11.4 date-fns: ^3.6.0 mockdate: ^3.0.5 pofile: ^1.1.4 @@ -3401,9 +3401,9 @@ __metadata: resolution: "@lingui/loader@workspace:packages/loader" dependencies: "@babel/runtime": ^7.20.13 - "@lingui/cli": 4.11.3 - "@lingui/conf": 4.11.3 - "@lingui/format-json": 4.11.3 + "@lingui/cli": 4.11.4 + "@lingui/conf": 4.11.4 + "@lingui/format-json": 4.11.4 unbuild: 2.0.0 webpack: ^5.76.1 peerDependencies: @@ -3411,7 +3411,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/macro@4.11.3, @lingui/macro@workspace:^, @lingui/macro@workspace:packages/macro": +"@lingui/macro@4.11.4, @lingui/macro@workspace:^, @lingui/macro@workspace:packages/macro": version: 0.0.0-use.local resolution: "@lingui/macro@workspace:packages/macro" dependencies: @@ -3420,9 +3420,9 @@ __metadata: "@babel/runtime": ^7.20.13 "@babel/traverse": 7.20.12 "@babel/types": ^7.20.7 - "@lingui/conf": 4.11.3 - "@lingui/core": 4.11.3 - "@lingui/message-utils": 4.11.3 + "@lingui/conf": 4.11.4 + "@lingui/core": 4.11.4 + "@lingui/message-utils": 4.11.4 "@types/babel-plugin-macros": ^2.8.5 prettier: 2.8.3 tsd: ^0.26.1 @@ -3433,7 +3433,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/message-utils@4.11.3, @lingui/message-utils@workspace:packages/message-utils": +"@lingui/message-utils@4.11.4, @lingui/message-utils@workspace:packages/message-utils": version: 0.0.0-use.local resolution: "@lingui/message-utils@workspace:packages/message-utils" dependencies: @@ -3458,7 +3458,7 @@ __metadata: resolution: "@lingui/react@workspace:packages/react" dependencies: "@babel/runtime": ^7.20.13 - "@lingui/core": 4.11.3 + "@lingui/core": 4.11.4 "@lingui/jest-mocks": "*" "@testing-library/react": ^14.0.0 "@types/react": ^18.2.13 @@ -3487,8 +3487,8 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/vite-plugin@workspace:packages/vite-plugin" dependencies: - "@lingui/cli": 4.11.3 - "@lingui/conf": 4.11.3 + "@lingui/cli": 4.11.4 + "@lingui/conf": 4.11.4 "@lingui/format-json": "workspace:^" "@lingui/macro": "workspace:^" unbuild: 2.0.0