From c5bea0c25261c6d737d5eb06d4c4b836bdfcd645 Mon Sep 17 00:00:00 2001 From: Tolgee Machine Date: Fri, 1 Nov 2024 15:47:00 +0000 Subject: [PATCH] v5.31.1 [skip ci] --- CHANGELOG.md | 11 + lerna.json | 2 +- packages/core/CHANGELOG.md | 11 + packages/core/package.json | 2 +- packages/format-icu/CHANGELOG.md | 11 + packages/format-icu/package.json | 4 +- packages/i18next/CHANGELOG.md | 8 + packages/i18next/package.json | 6 +- packages/ngx/CHANGELOG.md | 8 + packages/ngx/package.json | 8 +- packages/ngx/projects/ngx-tolgee/CHANGELOG.md | 8 + packages/ngx/projects/ngx-tolgee/package.json | 4 +- packages/react/CHANGELOG.md | 8 + packages/react/package.json | 8 +- packages/svelte/CHANGELOG.md | 8 + packages/svelte/package.json | 8 +- packages/testing/CHANGELOG.md | 8 + packages/testing/package.json | 2 +- packages/vue/CHANGELOG.md | 8 + packages/vue/package.json | 8 +- packages/web/CHANGELOG.md | 8 + packages/web/package.json | 4 +- pnpm-lock.yaml | 599 +++++++----------- testapps/next-app-intl/CHANGELOG.md | 8 + testapps/next-app-intl/package.json | 8 +- testapps/next-app/CHANGELOG.md | 8 + testapps/next-app/package.json | 8 +- testapps/next-internal/CHANGELOG.md | 8 + testapps/next-internal/package.json | 6 +- testapps/next/CHANGELOG.md | 8 + testapps/next/package.json | 6 +- testapps/ngx/CHANGELOG.md | 8 + testapps/ngx/package.json | 6 +- testapps/react-i18next/CHANGELOG.md | 8 + testapps/react-i18next/package.json | 4 +- testapps/react/CHANGELOG.md | 8 + testapps/react/package.json | 6 +- testapps/svelte/CHANGELOG.md | 8 + testapps/svelte/package.json | 6 +- testapps/vue-i18next/CHANGELOG.md | 8 + testapps/vue-i18next/package.json | 4 +- testapps/vue-ssr/CHANGELOG.md | 8 + testapps/vue-ssr/package.json | 6 +- testapps/vue/CHANGELOG.md | 8 + testapps/vue/package.json | 6 +- testapps/web/CHANGELOG.md | 8 + testapps/web/package.json | 6 +- 47 files changed, 489 insertions(+), 431 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ccd5104f..904596f6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + + +### Bug Fixes + +* update intl-messageformat ([#3396](https://github.com/tolgee/tolgee-js/issues/3396)) ([04719b9](https://github.com/tolgee/tolgee-js/commit/04719b9f5a344fa75fb58cd370f02bd0768a8aad)) + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) diff --git a/lerna.json b/lerna.json index be5308fd19..e40048458a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.31.0", + "version": "5.31.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c21347f3a1..46859abd51 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + + +### Bug Fixes + +* update intl-messageformat ([#3396](https://github.com/tolgee/tolgee-js/issues/3396)) ([04719b9](https://github.com/tolgee/tolgee-js/commit/04719b9f5a344fa75fb58cd370f02bd0768a8aad)) + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) diff --git a/packages/core/package.json b/packages/core/package.json index 87a21a08f7..f9ebf2b76a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/core", - "version": "5.31.0", + "version": "5.31.1", "description": "Library providing ability to translate messages directly in context of developed application.", "main": "./dist/tolgee.cjs.js", "module": "./dist/tolgee.esm.js", diff --git a/packages/format-icu/CHANGELOG.md b/packages/format-icu/CHANGELOG.md index 00863e4e1f..775a34528b 100644 --- a/packages/format-icu/CHANGELOG.md +++ b/packages/format-icu/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + + +### Bug Fixes + +* update intl-messageformat ([#3396](https://github.com/tolgee/tolgee-js/issues/3396)) ([04719b9](https://github.com/tolgee/tolgee-js/commit/04719b9f5a344fa75fb58cd370f02bd0768a8aad)) + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/format-icu diff --git a/packages/format-icu/package.json b/packages/format-icu/package.json index 2615eb5eb5..dce79b7d48 100644 --- a/packages/format-icu/package.json +++ b/packages/format-icu/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/format-icu", - "version": "5.31.0", + "version": "5.31.1", "description": "Tolgee format-icu plugin.", "main": "./dist/tolgee-format-icu.cjs.js", "module": "./dist/tolgee-format-icu.esm.js", @@ -52,7 +52,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-typescript": "8.3.4", "@testing-library/jest-dom": "^5.16.5", - "@tolgee/core": "5.31.0", + "@tolgee/core": "5.31.1", "@types/jest": "^27.0.2", "@types/node": "^17.0.8", "@types/testing-library__jest-dom": "^5.14.5", diff --git a/packages/i18next/CHANGELOG.md b/packages/i18next/CHANGELOG.md index 0fb480bdca..85505044f6 100644 --- a/packages/i18next/CHANGELOG.md +++ b/packages/i18next/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/i18next + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/i18next diff --git a/packages/i18next/package.json b/packages/i18next/package.json index 3e340942ac..f9621e37f8 100644 --- a/packages/i18next/package.json +++ b/packages/i18next/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/i18next", - "version": "5.31.0", + "version": "5.31.1", "description": "Tolgee i18n integration.", "main": "./dist/tolgee-i18next.cjs.js", "module": "./dist/tolgee-i18next.esm.js", @@ -44,7 +44,7 @@ "@rollup/plugin-typescript": "8.3.4", "@testing-library/dom": "^8.7.1", "@testing-library/jest-dom": "^5.11.4", - "@tolgee/testing": "5.31.0", + "@tolgee/testing": "5.31.1", "@types/jest": "^28.1.6", "@types/node": "^18.6.1", "concurrently": "7.3.0", @@ -77,7 +77,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tolgee/web": "5.31.0" + "@tolgee/web": "5.31.1" }, "publishConfig": { "access": "public" diff --git a/packages/ngx/CHANGELOG.md b/packages/ngx/CHANGELOG.md index 2dff47e38e..68dff78489 100644 --- a/packages/ngx/CHANGELOG.md +++ b/packages/ngx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/ngx-workspace + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/ngx-workspace diff --git a/packages/ngx/package.json b/packages/ngx/package.json index 2c39ef67c7..5a27af7d14 100644 --- a/packages/ngx/package.json +++ b/packages/ngx/package.json @@ -1,7 +1,7 @@ { "name": "@tolgee/ngx-workspace", "private": true, - "version": "5.31.0", + "version": "5.31.1", "keywords": [ "localization", "internationalization", @@ -27,7 +27,7 @@ "@angular/platform-browser": "17.3.7", "@angular/platform-browser-dynamic": "17.3.7", "@angular/router": "17.3.7", - "@tolgee/web": "5.31.0", + "@tolgee/web": "5.31.1", "rxjs": "~7.5.7", "tslib": "^2.6.2", "zone.js": "0.14.5" @@ -39,8 +39,8 @@ "@angular/language-service": "17.3.7", "@testing-library/angular": "^16.0.0", "@testing-library/jest-dom": "^6.4.5", - "@tolgee/format-icu": "5.31.0", - "@tolgee/testing": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/testing": "5.31.1", "@types/jasmine": "~3.10.3", "@types/jasminewd2": "~2.0.3", "@types/jest": "^29.5.12", diff --git a/packages/ngx/projects/ngx-tolgee/CHANGELOG.md b/packages/ngx/projects/ngx-tolgee/CHANGELOG.md index a89b1f136f..629cb71da3 100644 --- a/packages/ngx/projects/ngx-tolgee/CHANGELOG.md +++ b/packages/ngx/projects/ngx-tolgee/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/ngx + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/ngx diff --git a/packages/ngx/projects/ngx-tolgee/package.json b/packages/ngx/projects/ngx-tolgee/package.json index 2aaa565a7b..02a4ef0b69 100755 --- a/packages/ngx/projects/ngx-tolgee/package.json +++ b/packages/ngx/projects/ngx-tolgee/package.json @@ -9,9 +9,9 @@ "build": "ng build --configuration production" }, "dependencies": { - "@tolgee/web": "5.31.0" + "@tolgee/web": "5.31.1" }, - "version": "5.31.0", + "version": "5.31.1", "publishConfig": { "directory": "../../dist/ngx-tolgee", "access": "public" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1ca0550c6b..76f4d6fbc7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/react + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/react diff --git a/packages/react/package.json b/packages/react/package.json index 158267ee10..80c96af4ea 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/react", - "version": "5.31.0", + "version": "5.31.1", "description": "React implementation for Tolgee localization framework", "main": "./dist/tolgee-react.cjs.js", "module": "./dist/tolgee-react.esm.js", @@ -38,7 +38,7 @@ "react": "^16.14.0 || ^17.0.1 || ^18.1.0" }, "dependencies": { - "@tolgee/web": "5.31.0" + "@tolgee/web": "5.31.1" }, "devDependencies": { "@rollup/plugin-node-resolve": "^14.1.0", @@ -46,8 +46,8 @@ "@testing-library/dom": "^8.7.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^14.0.0", - "@tolgee/format-icu": "5.31.0", - "@tolgee/testing": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/testing": "5.31.1", "@types/jest": "^27.0.2", "@types/node": "^17.0.8", "@types/react": "^18.2.42", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index cf5ad46312..7b4acb9aa3 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/svelte + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 3cdcbea078..9b061a1fbe 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/svelte", - "version": "5.31.0", + "version": "5.31.1", "description": "Svelte implementation for Tolgee localization framework", "repository": { "type": "git", @@ -52,7 +52,7 @@ "svelte": "^4.0.0" }, "dependencies": { - "@tolgee/web": "5.31.0" + "@tolgee/web": "5.31.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0", @@ -61,8 +61,8 @@ "@sveltejs/vite-plugin-svelte": "^3.0.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/svelte": "^5.2.3", - "@tolgee/format-icu": "5.31.0", - "@tolgee/testing": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/testing": "5.31.1", "@types/eslint": "^9.6.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 52f3ff979f..b3f269b15f 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/testing + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/testing diff --git a/packages/testing/package.json b/packages/testing/package.json index d79d9db770..a3f1786186 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/testing", - "version": "5.31.0", + "version": "5.31.1", "description": "Shared testing tools", "main": "index.ts", "private": true, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 590bc054bd..b66b93976e 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/vue + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 0195183e58..bf319e06f9 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/vue", - "version": "5.31.0", + "version": "5.31.1", "description": "Vue implementation for Tolgee localization framework", "module": "dist/tolgee-vue.esm.js", "main": "dist/tolgee-vue.cjs.js", @@ -38,15 +38,15 @@ "vue": "^3.0.0" }, "dependencies": { - "@tolgee/web": "5.31.0" + "@tolgee/web": "5.31.1" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "11.0.0", "@testing-library/jest-dom": "^5.16.2", "@testing-library/vue": "^6.6.1", - "@tolgee/format-icu": "5.31.0", - "@tolgee/testing": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/testing": "5.31.1", "@types/jest": "^27.0.2", "@types/testing-library__jest-dom": "^5.14.5", "@vue/vue3-jest": "^27.0.0-alpha.3", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 0f255a2a35..a3b081282c 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/web + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) diff --git a/packages/web/package.json b/packages/web/package.json index 7180b161dd..20b52d28e8 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/web", - "version": "5.31.0", + "version": "5.31.1", "description": "Tolgee for web", "declaration": true, "type": "module", @@ -45,7 +45,7 @@ "index.cjs" ], "dependencies": { - "@tolgee/core": "5.31.0" + "@tolgee/core": "5.31.1" }, "devDependencies": { "@emotion/react": "^11.11.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac18a861bb..ee465b67d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: ts-jest: specifier: ^29.0.3 - version: 29.0.3(@babel/core@7.25.7)(jest@29.1.2)(typescript@4.9.5) + version: 29.0.3(@babel/core@7.26.0)(jest@29.1.2)(typescript@4.9.5) devDependencies: '@commitlint/cli': specifier: ^17.0.3 @@ -159,7 +159,7 @@ importers: version: 10.7.3 jest: specifier: ~27.5.1 - version: 27.5.1 + version: 27.5.1(ts-node@10.9.1) jest-environment-jsdom: specifier: ~27.5.1 version: 27.5.1 @@ -180,7 +180,7 @@ importers: version: 5.8.2(rollup@2.79.1) ts-jest: specifier: ^27.1.5 - version: 27.1.5(@babel/core@7.24.4)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5) + version: 27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -197,7 +197,7 @@ importers: specifier: ^5.16.5 version: 5.16.5 '@tolgee/core': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../core '@types/jest': specifier: ^27.0.2 @@ -216,7 +216,7 @@ importers: version: 10.7.3 jest: specifier: ~27.5.1 - version: 27.5.1 + version: 27.5.1(ts-node@10.9.1) jest-environment-jsdom: specifier: ~27.5.1 version: 27.5.1 @@ -237,7 +237,7 @@ importers: version: 5.8.2(rollup@2.79.1) ts-jest: specifier: ^27.1.5 - version: 27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5) + version: 27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -245,7 +245,7 @@ importers: packages/i18next: dependencies: '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../web devDependencies: '@rollup/plugin-typescript': @@ -258,7 +258,7 @@ importers: specifier: ^5.11.4 version: 5.16.5 '@tolgee/testing': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../testing '@types/jest': specifier: ^28.1.6 @@ -295,7 +295,7 @@ importers: version: 7.0.2(rollup@2.79.1) ts-jest: specifier: ^27.0.5 - version: 27.1.5(@babel/core@7.25.7)(@types/jest@28.1.8)(jest@27.5.1)(typescript@4.7.4) + version: 27.1.5(@babel/core@7.26.0)(@types/jest@28.1.8)(jest@27.5.1)(typescript@4.7.4) tslib: specifier: ^2.3.1 version: 2.4.0 @@ -336,7 +336,7 @@ importers: specifier: 17.3.7 version: 17.3.7(@angular/common@17.3.7)(@angular/core@17.3.7)(@angular/platform-browser@17.3.7)(rxjs@7.5.7) '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../web rxjs: specifier: ~7.5.7 @@ -367,10 +367,10 @@ importers: specifier: ^6.4.5 version: 6.5.0 '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../format-icu '@tolgee/testing': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../testing '@types/jasmine': specifier: ~3.10.3 @@ -392,13 +392,13 @@ importers: version: 29.7.0 jest-preset-angular: specifier: ^14.0.4 - version: 14.0.4(@angular-devkit/build-angular@17.3.6)(@angular/compiler-cli@17.3.7)(@angular/core@17.3.7)(@angular/platform-browser-dynamic@17.3.7)(@babel/core@7.25.7)(jest@29.7.0)(typescript@5.4.5) + version: 14.0.4(@angular-devkit/build-angular@17.3.6)(@angular/compiler-cli@17.3.7)(@angular/core@17.3.7)(@angular/platform-browser-dynamic@17.3.7)(@babel/core@7.26.0)(jest@29.7.0)(typescript@5.4.5) ng-packagr: specifier: 17.3.0 version: 17.3.0(@angular/compiler-cli@17.3.7)(tslib@2.6.2)(typescript@5.4.5) ts-jest: specifier: ^27.1.4 - version: 27.1.5(@babel/core@7.25.7)(@types/jest@29.5.12)(jest@29.7.0)(typescript@5.4.5) + version: 27.1.5(@babel/core@7.26.0)(@types/jest@29.5.12)(jest@29.7.0)(typescript@5.4.5) ts-node: specifier: 10.8.1 version: 10.8.1(@types/node@20.11.17)(typescript@5.4.5) @@ -409,14 +409,14 @@ importers: packages/ngx/projects/ngx-tolgee: dependencies: '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../../web publishDirectory: ../../dist/ngx-tolgee packages/react: dependencies: '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../web devDependencies: '@rollup/plugin-node-resolve': @@ -435,10 +435,10 @@ importers: specifier: ^14.0.0 version: 14.0.0(react-dom@18.3.1)(react@18.3.1) '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../format-icu '@tolgee/testing': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../testing '@types/jest': specifier: ^27.0.2 @@ -493,7 +493,7 @@ importers: version: 7.0.2(rollup@2.78.1) ts-jest: specifier: ^27.0.5 - version: 27.1.5(@babel/core@7.25.7)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) + version: 27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) tslib: specifier: ^2.4.0 version: 2.5.0 @@ -504,7 +504,7 @@ importers: packages/svelte: dependencies: '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../web devDependencies: '@sveltejs/adapter-auto': @@ -526,10 +526,10 @@ importers: specifier: ^5.2.3 version: 5.2.3(svelte@4.2.19)(vite@5.4.8)(vitest@2.1.2) '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../format-icu '@tolgee/testing': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../testing '@types/eslint': specifier: ^9.6.0 @@ -582,7 +582,7 @@ importers: packages/vue: dependencies: '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../web devDependencies: '@rollup/plugin-node-resolve': @@ -598,10 +598,10 @@ importers: specifier: ^6.6.1 version: 6.6.1(@vue/compiler-sfc@3.5.11)(vue@3.2.47) '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../format-icu '@tolgee/testing': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../testing '@types/jest': specifier: ^27.0.2 @@ -611,10 +611,10 @@ importers: version: 5.14.5 '@vue/vue3-jest': specifier: ^27.0.0-alpha.3 - version: 27.0.0(@babel/core@7.25.7)(babel-jest@27.5.1)(jest@27.5.1)(ts-jest@27.1.5)(typescript@4.9.5)(vue@3.2.47) + version: 27.0.0(@babel/core@7.26.0)(babel-jest@27.5.1)(jest@27.5.1)(ts-jest@27.1.5)(typescript@4.9.5)(vue@3.2.47) babel-jest: specifier: ^27.5.1 - version: 27.5.1(@babel/core@7.25.7) + version: 27.5.1(@babel/core@7.26.0) concurrently: specifier: 7.2.2 version: 7.2.2 @@ -644,7 +644,7 @@ importers: version: 6.0.0(@vue/compiler-sfc@3.5.11) ts-jest: specifier: ^27.0.7 - version: 27.1.5(@babel/core@7.25.7)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) + version: 27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -655,7 +655,7 @@ importers: packages/web: dependencies: '@tolgee/core': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../core devDependencies: '@emotion/react': @@ -758,14 +758,14 @@ importers: testapps/next: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/react': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/react next: specifier: 14.2.3 - version: 14.2.3(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1) + version: 14.2.3(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -789,17 +789,17 @@ importers: testapps/next-app: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/react': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/react '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/web next: specifier: 14.2.13 - version: 14.2.13(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1) + version: 14.2.13(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -823,17 +823,17 @@ importers: testapps/next-app-intl: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/react': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/react '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/web next: specifier: 14.2.13 - version: 14.2.13(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1) + version: 14.2.13(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1) next-intl: specifier: 3.19.4 version: 3.19.4(next@14.2.13)(react@18.3.1) @@ -860,14 +860,14 @@ importers: testapps/next-internal: dependencies: '@tolgee/react': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/react '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/web next: specifier: 14.2.3 - version: 14.2.3(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1) + version: 14.2.3(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -918,10 +918,10 @@ importers: specifier: ^17.3.7 version: 17.3.7(@angular/common@17.3.7)(@angular/core@17.3.7)(@angular/platform-browser@17.3.7)(rxjs@7.5.7) '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/ngx': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/ngx/dist/ngx-tolgee express: specifier: ^4.18.2 @@ -970,10 +970,10 @@ importers: testapps/react: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/react': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/react react: specifier: ^18.3.1 @@ -1016,7 +1016,7 @@ importers: testapps/react-i18next: dependencies: '@tolgee/i18next': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/i18next react: specifier: ^18.3.1 @@ -1062,10 +1062,10 @@ importers: testapps/svelte: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/svelte': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/svelte devDependencies: '@fontsource/fira-mono': @@ -1123,10 +1123,10 @@ importers: testapps/vue: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/vue': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/vue vue: specifier: ^3.2.45 @@ -1160,7 +1160,7 @@ importers: testapps/vue-i18next: dependencies: '@tolgee/i18next': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/i18next core-js: specifier: ^3.25.3 @@ -1170,7 +1170,7 @@ importers: version: 23.5.1 i18next-icu: specifier: ^2.3.0 - version: 2.3.0(intl-messageformat@10.5.14) + version: 2.3.0(intl-messageformat@10.7.3) i18next-vue: specifier: ^3.0.0 version: 3.0.0(i18next@23.5.1)(vue@3.2.47) @@ -1186,7 +1186,7 @@ importers: version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.57.0) '@vue/cli-service': specifier: ~5.0.8 - version: 5.0.8(@babel/core@7.25.7)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) + version: 5.0.8(@babel/core@7.26.0)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) babel-eslint: specifier: ^10.1.0 version: 10.1.0(eslint@8.57.0) @@ -1206,10 +1206,10 @@ importers: specifier: ^7.0.4 version: 7.0.4 '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/vue': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/vue fastify: specifier: ^4.28.1 @@ -1252,10 +1252,10 @@ importers: testapps/web: dependencies: '@tolgee/format-icu': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/format-icu '@tolgee/web': - specifier: 5.31.0 + specifier: 5.31.1 version: link:../../packages/web devDependencies: concurrently: @@ -1845,7 +1845,6 @@ packages: '@babel/helper-validator-identifier': 7.25.9 js-tokens: 4.0.0 picocolors: 1.1.1 - dev: true /@babel/compat-data@7.19.3: resolution: {integrity: sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==} @@ -1863,7 +1862,6 @@ packages: /@babel/compat-data@7.26.2: resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} engines: {node: '>=6.9.0'} - dev: true /@babel/core@7.19.3: resolution: {integrity: sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==} @@ -1949,7 +1947,7 @@ packages: '@babel/traverse': 7.24.1 '@babel/types': 7.24.5 convert-source-map: 2.0.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -1999,7 +1997,6 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true /@babel/generator@7.23.6: resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} @@ -2038,7 +2035,6 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 - dev: true /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} @@ -2062,14 +2058,14 @@ packages: '@babel/types': 7.24.5 dev: true - /@babel/helper-compilation-targets@7.19.3(@babel/core@7.25.7): + /@babel/helper-compilation-targets@7.19.3(@babel/core@7.26.0): resolution: {integrity: sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.19.3 - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 '@babel/helper-validator-option': 7.18.6 browserslist: 4.23.0 semver: 6.3.1 @@ -2104,7 +2100,6 @@ packages: browserslist: 4.24.2 lru-cache: 5.1.1 semver: 6.3.1 - dev: true /@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.19.3): resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==} @@ -2314,7 +2309,6 @@ packages: '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color - dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.19.3): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -2371,13 +2365,13 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.25.7): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.26.0): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -2411,7 +2405,6 @@ packages: '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color - dev: true /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} @@ -2549,7 +2542,6 @@ packages: /@babel/helper-string-parser@7.25.9: resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} @@ -2570,7 +2562,6 @@ packages: /@babel/helper-validator-identifier@7.25.9: resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-validator-option@7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} @@ -2588,7 +2579,6 @@ packages: /@babel/helper-validator-option@7.25.9: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-wrap-function@7.20.5: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} @@ -2634,7 +2624,6 @@ packages: dependencies: '@babel/template': 7.25.9 '@babel/types': 7.26.0 - dev: true /@babel/highlight@7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} @@ -2707,7 +2696,6 @@ packages: hasBin: true dependencies: '@babel/types': 7.26.0 - dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.19.3): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -2998,6 +2986,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0): + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: @@ -3014,6 +3011,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.0): + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.19.3): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: @@ -3048,6 +3054,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.19.3): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} @@ -3205,6 +3220,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0): + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.19.3): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: @@ -3239,6 +3263,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0): + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.19.3): resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} @@ -3301,6 +3334,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0): + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.19.3): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: @@ -3335,6 +3377,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.19.3): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -3369,6 +3420,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0): + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.19.3): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: @@ -3403,6 +3463,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.19.3): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -3437,6 +3506,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0): + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.19.3): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: @@ -3471,6 +3549,15 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.19.3): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} @@ -3547,6 +3634,16 @@ packages: '@babel/core': 7.25.7 '@babel/helper-plugin-utils': 7.24.5 + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0): + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.24.4): resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} @@ -4014,14 +4111,14 @@ packages: '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.25.7): + /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.26.0): resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.7 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.25.7) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-simple-access': 7.22.5 dev: true @@ -4810,7 +4907,6 @@ packages: '@babel/code-frame': 7.26.2 '@babel/parser': 7.26.2 '@babel/types': 7.26.0 - dev: true /@babel/traverse@7.20.13: resolution: {integrity: sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==} @@ -4874,7 +4970,6 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true /@babel/types@7.20.7: resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==} @@ -4932,7 +5027,6 @@ packages: dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - dev: true /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -6793,7 +6887,6 @@ packages: '@formatjs/fast-memoize': 2.2.2 '@formatjs/intl-localematcher': 0.5.6 tslib: 2.8.1 - dev: true /@formatjs/fast-memoize@2.2.0: resolution: {integrity: sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==} @@ -6805,7 +6898,6 @@ packages: resolution: {integrity: sha512-mzxZcS0g1pOzwZTslJOBTmLzDXseMLLvnh25ymRilCm8QLMObsQ7x/rj9GNrH0iUhZMlFisVOD6J1n6WQqpKPQ==} dependencies: tslib: 2.8.1 - dev: true /@formatjs/icu-messageformat-parser@2.7.8: resolution: {integrity: sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==} @@ -6821,7 +6913,6 @@ packages: '@formatjs/ecma402-abstract': 2.2.1 '@formatjs/icu-skeleton-parser': 1.8.5 tslib: 2.8.1 - dev: true /@formatjs/icu-skeleton-parser@1.8.2: resolution: {integrity: sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==} @@ -6835,7 +6926,6 @@ packages: dependencies: '@formatjs/ecma402-abstract': 2.2.1 tslib: 2.8.1 - dev: true /@formatjs/intl-localematcher@0.5.4: resolution: {integrity: sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==} @@ -6847,7 +6937,6 @@ packages: resolution: {integrity: sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==} dependencies: tslib: 2.8.1 - dev: true /@gar/promisify@1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} @@ -6953,51 +7042,6 @@ packages: jest-util: 29.7.0 slash: 3.0.0 - /@jest/core@27.5.1: - resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/console': 27.5.1 - '@jest/reporters': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.14.6 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - emittery: 0.8.1 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 27.5.1 - jest-config: 27.5.1 - jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-resolve-dependencies: 27.5.1 - jest-runner: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - jest-watcher: 27.5.1 - micromatch: 4.0.5 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - /@jest/core@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -11883,7 +11927,7 @@ packages: dependencies: '@babel/core': 7.19.3 '@vue/babel-preset-app': 5.0.8(@babel/core@7.19.3)(core-js@3.25.5)(vue@3.2.47) - '@vue/cli-service': 5.0.8(@babel/core@7.25.7)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) + '@vue/cli-service': 5.0.8(@babel/core@7.26.0)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) '@vue/cli-shared-utils': 5.0.8 babel-loader: 8.2.5(@babel/core@7.19.3)(webpack@5.74.0) thread-loader: 3.0.4(webpack@5.74.0) @@ -11905,7 +11949,7 @@ packages: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 eslint: '>=7.5.0' dependencies: - '@vue/cli-service': 5.0.8(@babel/core@7.25.7)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) + '@vue/cli-service': 5.0.8(@babel/core@7.26.0)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) '@vue/cli-shared-utils': 5.0.8 eslint: 8.57.0 eslint-webpack-plugin: 3.2.0(eslint@8.57.0)(webpack@5.74.0) @@ -11925,7 +11969,7 @@ packages: peerDependencies: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - '@vue/cli-service': 5.0.8(@babel/core@7.25.7)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) + '@vue/cli-service': 5.0.8(@babel/core@7.26.0)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) '@vue/cli-shared-utils': 5.0.8 transitivePeerDependencies: - encoding @@ -11936,10 +11980,10 @@ packages: peerDependencies: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - '@vue/cli-service': 5.0.8(@babel/core@7.25.7)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) + '@vue/cli-service': 5.0.8(@babel/core@7.26.0)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14) dev: true - /@vue/cli-service@5.0.8(@babel/core@7.25.7)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14): + /@vue/cli-service@5.0.8(@babel/core@7.26.0)(nunjucks@3.2.3)(prettier@3.2.5)(vue-template-compiler@2.7.14): resolution: {integrity: sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==} engines: {node: ^12.0.0 || >= 14.0.0} hasBin: true @@ -11970,7 +12014,7 @@ packages: webpack-sources: optional: true dependencies: - '@babel/helper-compilation-targets': 7.19.3(@babel/core@7.25.7) + '@babel/helper-compilation-targets': 7.19.3(@babel/core@7.26.0) '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.74.0) '@soda/get-current-script': 1.0.2 '@types/minimist': 1.2.2 @@ -12126,7 +12170,7 @@ packages: /@vue/compiler-core@3.5.11: resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==} dependencies: - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.2 '@vue/shared': 3.5.11 entities: 4.5.0 estree-walker: 2.0.2 @@ -12180,7 +12224,7 @@ packages: /@vue/compiler-sfc@3.5.11: resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==} dependencies: - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.2 '@vue/compiler-core': 3.5.11 '@vue/compiler-dom': 3.5.11 '@vue/compiler-ssr': 3.5.11 @@ -12404,7 +12448,7 @@ packages: '@types/node': 18.14.6 dev: true - /@vue/vue3-jest@27.0.0(@babel/core@7.25.7)(babel-jest@27.5.1)(jest@27.5.1)(ts-jest@27.1.5)(typescript@4.9.5)(vue@3.2.47): + /@vue/vue3-jest@27.0.0(@babel/core@7.26.0)(babel-jest@27.5.1)(jest@27.5.1)(ts-jest@27.1.5)(typescript@4.9.5)(vue@3.2.47): resolution: {integrity: sha512-VL61CgZBoQqayXfzlZJHHpZuX4lsT8dmdZMJzADhdAJjKu26JBpypHr/2ppevxItljPiuALQW4MKhhCXZRXnLg==} peerDependencies: '@babel/core': 7.x @@ -12419,15 +12463,15 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.25.7 - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.25.7) - babel-jest: 27.5.1(@babel/core@7.25.7) + '@babel/core': 7.26.0 + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.26.0) + babel-jest: 27.5.1(@babel/core@7.26.0) chalk: 2.4.2 convert-source-map: 1.9.0 css-tree: 2.2.1 jest: 27.5.1(ts-node@10.9.1) source-map: 0.5.6 - ts-jest: 27.1.5(@babel/core@7.25.7)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) + ts-jest: 27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5) tsconfig: 7.0.0 typescript: 4.9.5 vue: 3.2.47 @@ -13459,18 +13503,18 @@ packages: - supports-color dev: true - /babel-jest@27.5.1(@babel/core@7.25.7): + /babel-jest@27.5.1(@babel/core@7.26.0): resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1(@babel/core@7.25.7) + babel-preset-jest: 27.5.1(@babel/core@7.26.0) chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -13686,24 +13730,24 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.4) - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.25.7): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.26.0): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.7 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.7) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.7) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.0) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) dev: true /babel-preset-current-node-syntax@1.1.0(@babel/core@7.24.4): @@ -13761,15 +13805,15 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.4) dev: true - /babel-preset-jest@27.5.1(@babel/core@7.25.7): + /babel-preset-jest@27.5.1(@babel/core@7.26.0): resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.25.7) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.26.0) dev: true /babel-preset-jest@29.0.2(@babel/core@7.24.4): @@ -14200,7 +14244,6 @@ packages: electron-to-chromium: 1.5.50 node-releases: 2.0.18 update-browserslist-db: 1.1.1(browserslist@4.24.2) - dev: true /bs-logger@0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -14418,7 +14461,6 @@ packages: /caniuse-lite@1.0.30001676: resolution: {integrity: sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==} - dev: true /cardinal@2.1.1: resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==} @@ -16188,17 +16230,6 @@ packages: ms: 2.1.3 supports-color: 8.1.1 - /debug@4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - /debug@4.3.4(supports-color@8.1.1): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -16747,7 +16778,6 @@ packages: /electron-to-chromium@1.5.50: resolution: {integrity: sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw==} - dev: true /elliptic@6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} @@ -19522,12 +19552,12 @@ packages: hasBin: true dev: true - /i18next-icu@2.3.0(intl-messageformat@10.5.14): + /i18next-icu@2.3.0(intl-messageformat@10.7.3): resolution: {integrity: sha512-x+j7kd5nDJCfbU53uwsMfXD7ALPu5uv0bqjAMQ5nVvXRoj1L7gkmswKtM3XDWYo4YUHf1jznlhSdPyy0xEwU+Q==} peerDependencies: intl-messageformat: ^10.3.3 dependencies: - intl-messageformat: 10.5.14 + intl-messageformat: 10.7.3 dev: false /i18next-vue@3.0.0(i18next@23.5.1)(vue@3.2.47): @@ -19813,7 +19843,6 @@ packages: '@formatjs/fast-memoize': 2.2.2 '@formatjs/icu-messageformat-parser': 2.9.1 tslib: 2.8.1 - dev: true /into-stream@7.0.0: resolution: {integrity: sha512-2dYz766i9HprMBasCMvHMuazJ7u4WzhJwo5kb3iPSiW/iRYV6uPari3zHoqZlnuaR7V1bEiNMxikhp37rdBXbw==} @@ -20504,36 +20533,6 @@ packages: - babel-plugin-macros - supports-color - /jest-cli@27.5.1: - resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/core': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - import-local: 3.1.0 - jest-config: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - prompts: 2.4.2 - yargs: 16.2.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - /jest-cli@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -20648,46 +20647,6 @@ packages: - ts-node dev: true - /jest-config@27.5.1: - resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - '@babel/core': 7.24.4 - '@jest/test-sequencer': 27.5.1 - '@jest/types': 27.5.1 - babel-jest: 27.5.1(@babel/core@7.24.4) - chalk: 4.1.2 - ci-info: 3.8.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 27.5.1 - jest-environment-jsdom: 27.5.1 - jest-environment-node: 27.5.1 - jest-get-type: 27.5.1 - jest-jasmine2: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-runner: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 27.5.1 - slash: 3.0.0 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: true - /jest-config@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -21349,7 +21308,7 @@ packages: dependencies: jest-resolve: 29.7.0 - /jest-preset-angular@14.0.4(@angular-devkit/build-angular@17.3.6)(@angular/compiler-cli@17.3.7)(@angular/core@17.3.7)(@angular/platform-browser-dynamic@17.3.7)(@babel/core@7.25.7)(jest@29.7.0)(typescript@5.4.5): + /jest-preset-angular@14.0.4(@angular-devkit/build-angular@17.3.6)(@angular/compiler-cli@17.3.7)(@angular/core@17.3.7)(@angular/platform-browser-dynamic@17.3.7)(@babel/core@7.26.0)(jest@29.7.0)(typescript@5.4.5): resolution: {integrity: sha512-O4WhVRdfiN9TtJMbJbuVJxD3zn6fyOF2Pqvu12fvEVR6FxCN1S1POfR2nU1fRdP+rQZv7iiW+ttxsy+qkE8iCw==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: @@ -21370,7 +21329,7 @@ packages: jest-environment-jsdom: 29.7.0 jest-util: 29.7.0 pretty-format: 29.7.0 - ts-jest: 29.2.5(@babel/core@7.25.7)(esbuild@0.24.0)(jest@29.7.0)(typescript@5.4.5) + ts-jest: 29.2.5(@babel/core@7.26.0)(esbuild@0.24.0)(jest@29.7.0)(typescript@5.4.5) typescript: 5.4.5 optionalDependencies: esbuild: 0.24.0 @@ -21914,27 +21873,6 @@ packages: merge-stream: 2.0.0 supports-color: 8.1.1 - /jest@27.5.1: - resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/core': 27.5.1 - import-local: 3.1.0 - jest-cli: 27.5.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - /jest@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -23504,12 +23442,12 @@ packages: dependencies: '@formatjs/intl-localematcher': 0.5.4 negotiator: 0.6.3 - next: 14.2.13(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1) + next: 14.2.13(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 use-intl: 3.19.4(react@18.3.1) dev: false - /next@14.2.13(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1): + /next@14.2.13(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-BseY9YNw8QJSwLYD7hlZzl6QVDoSFHL/URN5K64kVEVpCsSOWeyjbIGK+dZUaRViHTaMQX8aqmnn0PHBbGZezg==} engines: {node: '>=18.17.0'} hasBin: true @@ -23535,7 +23473,7 @@ packages: postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.25.7)(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.26.0)(react@18.3.1) optionalDependencies: '@next/swc-darwin-arm64': 14.2.13 '@next/swc-darwin-x64': 14.2.13 @@ -23551,7 +23489,7 @@ packages: - babel-plugin-macros dev: false - /next@14.2.3(@babel/core@7.25.7)(react-dom@18.3.1)(react@18.3.1): + /next@14.2.3(@babel/core@7.26.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==} engines: {node: '>=18.17.0'} hasBin: true @@ -23577,7 +23515,7 @@ packages: postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.25.7)(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.26.0)(react@18.3.1) optionalDependencies: '@next/swc-darwin-arm64': 14.2.3 '@next/swc-darwin-x64': 14.2.3 @@ -24968,7 +24906,6 @@ packages: /picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - dev: true /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -28349,7 +28286,7 @@ packages: resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==} dev: true - /styled-jsx@5.1.1(@babel/core@7.25.7)(react@18.3.1): + /styled-jsx@5.1.1(@babel/core@7.26.0)(react@18.3.1): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -28362,7 +28299,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 client-only: 0.0.1 react: 18.3.1 dev: false @@ -29030,42 +28967,7 @@ packages: typescript: 5.4.5 dev: true - /ts-jest@27.1.5(@babel/core@7.24.4)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5): - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.24.4 - '@types/jest': 27.5.2 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.9.5 - yargs-parser: 20.2.9 - dev: true - - /ts-jest@27.1.5(@babel/core@7.25.7)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5): + /ts-jest@27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(babel-jest@27.5.1)(jest@27.5.1)(typescript@4.9.5): resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -29086,9 +28988,9 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 '@types/jest': 27.5.2 - babel-jest: 27.5.1(@babel/core@7.25.7) + babel-jest: 27.5.1(@babel/core@7.26.0) bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.5.1(ts-node@10.9.1) @@ -29101,7 +29003,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest@27.1.5(@babel/core@7.25.7)(@types/jest@28.1.8)(jest@27.5.1)(typescript@4.7.4): + /ts-jest@27.1.5(@babel/core@7.26.0)(@types/jest@28.1.8)(jest@27.5.1)(typescript@4.7.4): resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -29122,7 +29024,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 '@types/jest': 28.1.8 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -29136,7 +29038,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest@27.1.5(@babel/core@7.25.7)(@types/jest@29.5.12)(jest@29.7.0)(typescript@5.4.5): + /ts-jest@27.1.5(@babel/core@7.26.0)(@types/jest@29.5.12)(jest@29.7.0)(typescript@5.4.5): resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -29157,7 +29059,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 '@types/jest': 29.5.12 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -29171,42 +29073,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest@27.1.5(@babel/core@7.26.0)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5): - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.26.0 - '@types/jest': 27.5.2 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.9.5 - yargs-parser: 20.2.9 - dev: true - - /ts-jest@29.0.3(@babel/core@7.25.7)(jest@29.1.2)(typescript@4.9.5): + /ts-jest@29.0.3(@babel/core@7.26.0)(jest@29.1.2)(typescript@4.9.5): resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -29227,7 +29094,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.1.2(@types/node@18.14.6)(ts-node@10.9.1) @@ -29240,7 +29107,7 @@ packages: yargs-parser: 21.1.1 dev: false - /ts-jest@29.2.5(@babel/core@7.25.7)(esbuild@0.24.0)(jest@29.7.0)(typescript@5.4.5): + /ts-jest@29.2.5(@babel/core@7.26.0)(esbuild@0.24.0)(jest@29.7.0)(typescript@5.4.5): resolution: {integrity: sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==} engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -29264,7 +29131,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.25.7 + '@babel/core': 7.26.0 bs-logger: 0.2.6 ejs: 3.1.10 esbuild: 0.24.0 @@ -29418,7 +29285,6 @@ packages: /tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - dev: true /tsutils@3.21.0(typescript@4.9.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} @@ -29913,8 +29779,7 @@ packages: dependencies: browserslist: 4.24.2 escalade: 3.2.0 - picocolors: 1.1.1 - dev: true + picocolors: 1.1.0 /update-check@1.5.2: resolution: {integrity: sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==} diff --git a/testapps/next-app-intl/CHANGELOG.md b/testapps/next-app-intl/CHANGELOG.md index 3b4b98d04a..ef772971e9 100644 --- a/testapps/next-app-intl/CHANGELOG.md +++ b/testapps/next-app-intl/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/next-app-intl-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/next-app-intl-testapp diff --git a/testapps/next-app-intl/package.json b/testapps/next-app-intl/package.json index b3a3dccb3f..fb28a36115 100644 --- a/testapps/next-app-intl/package.json +++ b/testapps/next-app-intl/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/next-app-intl-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "dev": "next dev", @@ -11,9 +11,9 @@ "clean": "rm -rf .next dist-e2e" }, "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/react": "5.31.0", - "@tolgee/web": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/react": "5.31.1", + "@tolgee/web": "5.31.1", "next": "14.2.13", "next-intl": "3.19.4", "react": "18.3.1", diff --git a/testapps/next-app/CHANGELOG.md b/testapps/next-app/CHANGELOG.md index ef4dc70ae0..a71a9a9858 100644 --- a/testapps/next-app/CHANGELOG.md +++ b/testapps/next-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/next-app-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/next-app-testapp diff --git a/testapps/next-app/package.json b/testapps/next-app/package.json index 506464dda8..9ab49d5bdf 100644 --- a/testapps/next-app/package.json +++ b/testapps/next-app/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/next-app-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "dev": "next dev", @@ -11,9 +11,9 @@ "clean": "rm -rf .next dist-e2e" }, "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/react": "5.31.0", - "@tolgee/web": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/react": "5.31.1", + "@tolgee/web": "5.31.1", "next": "14.2.13", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/testapps/next-internal/CHANGELOG.md b/testapps/next-internal/CHANGELOG.md index 503574ae1f..ebaf5b7627 100644 --- a/testapps/next-internal/CHANGELOG.md +++ b/testapps/next-internal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/next-internal-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/next-internal-testapp diff --git a/testapps/next-internal/package.json b/testapps/next-internal/package.json index 0d7933cb4a..d32365f6b9 100644 --- a/testapps/next-internal/package.json +++ b/testapps/next-internal/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/next-internal-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "dev": "next dev", @@ -11,8 +11,8 @@ "lint": "next lint" }, "dependencies": { - "@tolgee/react": "5.31.0", - "@tolgee/web": "5.31.0", + "@tolgee/react": "5.31.1", + "@tolgee/web": "5.31.1", "next": "14.2.3", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/testapps/next/CHANGELOG.md b/testapps/next/CHANGELOG.md index b06646b510..cc44f4b387 100644 --- a/testapps/next/CHANGELOG.md +++ b/testapps/next/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/next-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/next-testapp diff --git a/testapps/next/package.json b/testapps/next/package.json index 1ca5a8127b..3edd4d058f 100644 --- a/testapps/next/package.json +++ b/testapps/next/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/next-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "dev": "next dev", @@ -12,8 +12,8 @@ "lint": "next lint" }, "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/react": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/react": "5.31.1", "next": "14.2.3", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/testapps/ngx/CHANGELOG.md b/testapps/ngx/CHANGELOG.md index f18b267930..15c34b620f 100644 --- a/testapps/ngx/CHANGELOG.md +++ b/testapps/ngx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/ngx-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) diff --git a/testapps/ngx/package.json b/testapps/ngx/package.json index a1ea7cb5c2..66a5d696fb 100644 --- a/testapps/ngx/package.json +++ b/testapps/ngx/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/ngx-testapp", - "version": "5.31.0", + "version": "5.31.1", "scripts": { "ng": "ng", "develop": "sleep 10 && ng serve --configuration=stage", @@ -24,8 +24,8 @@ "@angular/platform-browser-dynamic": "^17.3.7", "@angular/platform-server": "^17.3.7", "@angular/router": "^17.3.7", - "@tolgee/format-icu": "5.31.0", - "@tolgee/ngx": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/ngx": "5.31.1", "express": "^4.18.2", "rxjs": "~7.5.7", "serve": "^13.0.4", diff --git a/testapps/react-i18next/CHANGELOG.md b/testapps/react-i18next/CHANGELOG.md index 6afbe3dfd2..7e1e070b49 100644 --- a/testapps/react-i18next/CHANGELOG.md +++ b/testapps/react-i18next/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/react-i18next-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/react-i18next-testapp diff --git a/testapps/react-i18next/package.json b/testapps/react-i18next/package.json index 656f43fef1..467fc3cdef 100644 --- a/testapps/react-i18next/package.json +++ b/testapps/react-i18next/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/react-i18next-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "type": "module", "scripts": { @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@tolgee/i18next": "5.31.0", + "@tolgee/i18next": "5.31.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.0.0" diff --git a/testapps/react/CHANGELOG.md b/testapps/react/CHANGELOG.md index 0d86b21ca5..4b8a19869e 100644 --- a/testapps/react/CHANGELOG.md +++ b/testapps/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/react-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) diff --git a/testapps/react/package.json b/testapps/react/package.json index 7e8f269719..ce86c7c9d4 100644 --- a/testapps/react/package.json +++ b/testapps/react/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/react-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "type": "module", "scripts": { @@ -11,8 +11,8 @@ "clean": "rm -rf dist " }, "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/react": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/react": "5.31.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/testapps/svelte/CHANGELOG.md b/testapps/svelte/CHANGELOG.md index 42c5643334..caed90b5e7 100644 --- a/testapps/svelte/CHANGELOG.md +++ b/testapps/svelte/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/svelte-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/svelte-testapp diff --git a/testapps/svelte/package.json b/testapps/svelte/package.json index d5076585a5..b46f9fb7f4 100644 --- a/testapps/svelte/package.json +++ b/testapps/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/svelte-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "dev": "vite dev", @@ -33,7 +33,7 @@ }, "type": "module", "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/svelte": "5.31.0" + "@tolgee/format-icu": "5.31.1", + "@tolgee/svelte": "5.31.1" } } diff --git a/testapps/vue-i18next/CHANGELOG.md b/testapps/vue-i18next/CHANGELOG.md index dcbe9968b1..6353982892 100644 --- a/testapps/vue-i18next/CHANGELOG.md +++ b/testapps/vue-i18next/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/vue-i18next-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/vue-i18next-testapp diff --git a/testapps/vue-i18next/package.json b/testapps/vue-i18next/package.json index 7a579269dd..f8a28bc674 100644 --- a/testapps/vue-i18next/package.json +++ b/testapps/vue-i18next/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/vue-i18next-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "start": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint", @@ -11,7 +11,7 @@ "serve": "serve -s dist" }, "dependencies": { - "@tolgee/i18next": "5.31.0", + "@tolgee/i18next": "5.31.1", "core-js": "^3.25.3", "i18next": "^23.5.1", "i18next-icu": "^2.3.0", diff --git a/testapps/vue-ssr/CHANGELOG.md b/testapps/vue-ssr/CHANGELOG.md index f3def7ffa3..fa947807b8 100644 --- a/testapps/vue-ssr/CHANGELOG.md +++ b/testapps/vue-ssr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/vue-ssr-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/vue-ssr-testapp diff --git a/testapps/vue-ssr/package.json b/testapps/vue-ssr/package.json index 12ed5e093a..9f7b3c2143 100644 --- a/testapps/vue-ssr/package.json +++ b/testapps/vue-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/vue-ssr-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "type": "module", "scripts": { @@ -12,8 +12,8 @@ "dependencies": { "@fastify/compress": "^7.0.3", "@fastify/static": "^7.0.4", - "@tolgee/format-icu": "5.31.0", - "@tolgee/vue": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/vue": "5.31.1", "fastify": "^4.28.1", "vike": "^0.4.193", "vike-vue": "^0.8.3", diff --git a/testapps/vue/CHANGELOG.md b/testapps/vue/CHANGELOG.md index c0e65618a7..69089f0eaa 100644 --- a/testapps/vue/CHANGELOG.md +++ b/testapps/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/vue-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/vue-testapp diff --git a/testapps/vue/package.json b/testapps/vue/package.json index 9efc399f4d..92e4964e0a 100644 --- a/testapps/vue/package.json +++ b/testapps/vue/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/vue-testapp", - "version": "5.31.0", + "version": "5.31.1", "private": true, "scripts": { "dev": "vite", @@ -11,8 +11,8 @@ "type-check": "vue-tsc --noEmit" }, "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/vue": "5.31.0", + "@tolgee/format-icu": "5.31.1", + "@tolgee/vue": "5.31.1", "vue": "^3.2.45" }, "devDependencies": { diff --git a/testapps/web/CHANGELOG.md b/testapps/web/CHANGELOG.md index f3943e417b..b20cdbfe2d 100644 --- a/testapps/web/CHANGELOG.md +++ b/testapps/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.31.1](https://github.com/tolgee/tolgee-js/compare/v5.31.0...v5.31.1) (2024-11-01) + +**Note:** Version bump only for package @tolgee/web-testapp + + + + + # [5.31.0](https://github.com/tolgee/tolgee-js/compare/v5.30.1...v5.31.0) (2024-11-01) **Note:** Version bump only for package @tolgee/web-testapp diff --git a/testapps/web/package.json b/testapps/web/package.json index 3f5f349d92..9e4ff25adc 100644 --- a/testapps/web/package.json +++ b/testapps/web/package.json @@ -1,6 +1,6 @@ { "name": "@tolgee/web-testapp", - "version": "5.31.0", + "version": "5.31.1", "description": "Test applications for Tolgee JS core.", "main": "index.js", "private": true, @@ -23,7 +23,7 @@ }, "gitHead": "d4f5dccf1f3b0017942d862f7be7e9efe093ef08", "dependencies": { - "@tolgee/format-icu": "5.31.0", - "@tolgee/web": "5.31.0" + "@tolgee/format-icu": "5.31.1", + "@tolgee/web": "5.31.1" } }