From d7f9d51ef2d64082f3026f14a95c72a63f100eac Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 27 Oct 2025 23:28:34 +0700 Subject: [PATCH] Update deps to platform.core --- common/config/rush/pnpm-lock.yaml | 26 +++++++++++++------------- packages/client-query/CHANGELOG.json | 15 +++++++++++++++ packages/client-query/CHANGELOG.md | 7 ++++++- packages/client-query/package.json | 4 ++-- packages/cockroach/CHANGELOG.json | 15 +++++++++++++++ packages/cockroach/CHANGELOG.md | 7 ++++++- packages/cockroach/package.json | 4 ++-- packages/query/CHANGELOG.json | 15 +++++++++++++++ packages/query/CHANGELOG.md | 7 ++++++- packages/query/package.json | 4 ++-- packages/rest-client/CHANGELOG.json | 20 ++++++++++++++++++++ packages/rest-client/CHANGELOG.md | 9 ++++++++- packages/rest-client/package.json | 6 +++--- packages/sdk-types/CHANGELOG.json | 17 +++++++++++++++++ packages/sdk-types/CHANGELOG.md | 9 ++++++++- packages/sdk-types/package.json | 4 ++-- packages/server/CHANGELOG.json | 20 ++++++++++++++++++++ packages/server/CHANGELOG.md | 9 ++++++++- packages/server/package.json | 6 +++--- packages/shared/CHANGELOG.json | 15 +++++++++++++++ packages/shared/CHANGELOG.md | 7 ++++++- packages/shared/package.json | 4 ++-- packages/types/CHANGELOG.json | 12 ++++++++++++ packages/types/CHANGELOG.md | 9 ++++++++- packages/types/package.json | 2 +- 25 files changed, 215 insertions(+), 38 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index bcd09e2449..174e8d51bc 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -16,10 +16,10 @@ importers: specifier: workspace:^0.7.11 version: link:../query '@hcengineering/communication-sdk-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../sdk-types '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types '@hcengineering/hulylake-client': specifier: ^0.7.17 @@ -74,13 +74,13 @@ importers: ../../packages/cockroach: dependencies: '@hcengineering/communication-sdk-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../sdk-types '@hcengineering/communication-shared': specifier: workspace:^0.7.11 version: link:../shared '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types postgres: specifier: ^3.4.7 @@ -141,13 +141,13 @@ importers: ../../packages/query: dependencies: '@hcengineering/communication-sdk-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../sdk-types '@hcengineering/communication-shared': specifier: workspace:^0.7.11 version: link:../shared '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types '@hcengineering/hulylake-client': specifier: ^0.7.17 @@ -208,13 +208,13 @@ importers: ../../packages/rest-client: dependencies: '@hcengineering/communication-sdk-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../sdk-types '@hcengineering/communication-shared': specifier: workspace:^0.7.11 version: link:../shared '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types '@hcengineering/core': specifier: ^0.7.18 @@ -272,7 +272,7 @@ importers: ../../packages/sdk-types: dependencies: '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types '@hcengineering/core': specifier: ^0.7.18 @@ -330,13 +330,13 @@ importers: specifier: workspace:^0.7.11 version: link:../cockroach '@hcengineering/communication-sdk-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../sdk-types '@hcengineering/communication-shared': specifier: workspace:^0.7.11 version: link:../shared '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types '@hcengineering/core': specifier: ^0.7.18 @@ -415,10 +415,10 @@ importers: ../../packages/shared: dependencies: '@hcengineering/communication-sdk-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../sdk-types '@hcengineering/communication-types': - specifier: workspace:^0.7.11 + specifier: workspace:^0.7.12 version: link:../types '@hcengineering/hulylake-client': specifier: ^0.7.17 diff --git a/packages/client-query/CHANGELOG.json b/packages/client-query/CHANGELOG.json index ee05b00902..d93647f948 100644 --- a/packages/client-query/CHANGELOG.json +++ b/packages/client-query/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@hcengineering/communication-client-query", "entries": [ + { + "version": "0.7.11", + "tag": "@hcengineering/communication-client-query_v0.7.11", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + }, + { + "comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.8", "tag": "@hcengineering/communication-client-query_v0.7.8", diff --git a/packages/client-query/CHANGELOG.md b/packages/client-query/CHANGELOG.md index fc7cc7a8cb..39021f5c31 100644 --- a/packages/client-query/CHANGELOG.md +++ b/packages/client-query/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @hcengineering/communication-client-query -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.11 +Mon, 27 Oct 2025 16:28:25 GMT + +_Version update only_ ## 0.7.8 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/client-query/package.json b/packages/client-query/package.json index efe7436aac..4cea71c084 100644 --- a/packages/client-query/package.json +++ b/packages/client-query/package.json @@ -36,8 +36,8 @@ "typescript": "^5.9.3" }, "dependencies": { - "@hcengineering/communication-types": "workspace:^0.7.11", - "@hcengineering/communication-sdk-types": "workspace:^0.7.11", + "@hcengineering/communication-types": "workspace:^0.7.12", + "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/communication-query": "workspace:^0.7.11", "@hcengineering/hulylake-client": "^0.7.17", "fast-equals": "^5.2.2" diff --git a/packages/cockroach/CHANGELOG.json b/packages/cockroach/CHANGELOG.json index 40bb17abbd..5bf98544da 100644 --- a/packages/cockroach/CHANGELOG.json +++ b/packages/cockroach/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@hcengineering/communication-cockroach", "entries": [ + { + "version": "0.7.11", + "tag": "@hcengineering/communication-cockroach_v0.7.11", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + }, + { + "comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.9", "tag": "@hcengineering/communication-cockroach_v0.7.9", diff --git a/packages/cockroach/CHANGELOG.md b/packages/cockroach/CHANGELOG.md index 43a5bc46c3..4f1543be61 100644 --- a/packages/cockroach/CHANGELOG.md +++ b/packages/cockroach/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @hcengineering/communication-cockroach -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.11 +Mon, 27 Oct 2025 16:28:25 GMT + +_Version update only_ ## 0.7.9 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/cockroach/package.json b/packages/cockroach/package.json index 39be88044d..307238899d 100644 --- a/packages/cockroach/package.json +++ b/packages/cockroach/package.json @@ -38,8 +38,8 @@ "@types/uuid": "^8.3.1" }, "dependencies": { - "@hcengineering/communication-types": "workspace:^0.7.11", - "@hcengineering/communication-sdk-types": "workspace:^0.7.11", + "@hcengineering/communication-types": "workspace:^0.7.12", + "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/communication-shared": "workspace:^0.7.11", "postgres": "^3.4.7", "uuid": "^8.3.2" diff --git a/packages/query/CHANGELOG.json b/packages/query/CHANGELOG.json index a2b0eb09c5..fdc48a5daf 100644 --- a/packages/query/CHANGELOG.json +++ b/packages/query/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@hcengineering/communication-query", "entries": [ + { + "version": "0.7.11", + "tag": "@hcengineering/communication-query_v0.7.11", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`" + }, + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.8", "tag": "@hcengineering/communication-query_v0.7.8", diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index b506e68409..43725065c5 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @hcengineering/communication-query -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.11 +Mon, 27 Oct 2025 16:28:25 GMT + +_Version update only_ ## 0.7.8 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/query/package.json b/packages/query/package.json index ccd5eafa65..0444688a6e 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -37,9 +37,9 @@ "@types/uuid": "^8.3.1" }, "dependencies": { - "@hcengineering/communication-sdk-types": "workspace:^0.7.11", + "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/communication-shared": "workspace:^0.7.11", - "@hcengineering/communication-types": "workspace:^0.7.11", + "@hcengineering/communication-types": "workspace:^0.7.12", "@hcengineering/hulylake-client": "^0.7.17", "fast-equals": "^5.2.2", "uuid": "^8.3.2" diff --git a/packages/rest-client/CHANGELOG.json b/packages/rest-client/CHANGELOG.json index fdd009bd64..8cefb182dd 100644 --- a/packages/rest-client/CHANGELOG.json +++ b/packages/rest-client/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@hcengineering/communication-rest-client", "entries": [ + { + "version": "0.7.12", + "tag": "@hcengineering/communication-rest-client_v0.7.12", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "patch": [ + { + "comment": "update deps" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + }, + { + "comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.9", "tag": "@hcengineering/communication-rest-client_v0.7.9", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index a2e6efbe0c..e2bff645b8 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/communication-rest-client -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.12 +Mon, 27 Oct 2025 16:28:25 GMT + +### Patches + +- update deps ## 0.7.9 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 8793659f8a..d89f8650e6 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/communication-rest-client", - "version": "0.7.11", + "version": "0.7.12", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", @@ -37,8 +37,8 @@ "@types/snappyjs": "^0.7.1" }, "dependencies": { - "@hcengineering/communication-types": "workspace:^0.7.11", - "@hcengineering/communication-sdk-types": "workspace:^0.7.11", + "@hcengineering/communication-types": "workspace:^0.7.12", + "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/communication-shared": "workspace:^0.7.11", "@hcengineering/core": "^0.7.18", "snappyjs": "^0.7.0" diff --git a/packages/sdk-types/CHANGELOG.json b/packages/sdk-types/CHANGELOG.json index 5e9c7c613c..396910c6d9 100644 --- a/packages/sdk-types/CHANGELOG.json +++ b/packages/sdk-types/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@hcengineering/communication-sdk-types", "entries": [ + { + "version": "0.7.12", + "tag": "@hcengineering/communication-sdk-types_v0.7.12", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "patch": [ + { + "comment": "update deps" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.9", "tag": "@hcengineering/communication-sdk-types_v0.7.9", diff --git a/packages/sdk-types/CHANGELOG.md b/packages/sdk-types/CHANGELOG.md index 4c5c8a602d..9d8560a863 100644 --- a/packages/sdk-types/CHANGELOG.md +++ b/packages/sdk-types/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/communication-sdk-types -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.12 +Mon, 27 Oct 2025 16:28:25 GMT + +### Patches + +- update deps ## 0.7.9 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/sdk-types/package.json b/packages/sdk-types/package.json index 3d9c671c17..4fe780b02f 100644 --- a/packages/sdk-types/package.json +++ b/packages/sdk-types/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/communication-sdk-types", - "version": "0.7.11", + "version": "0.7.12", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", @@ -37,7 +37,7 @@ }, "dependencies": { "@hcengineering/core": "^0.7.18", - "@hcengineering/communication-types": "workspace:^0.7.11" + "@hcengineering/communication-types": "workspace:^0.7.12" }, "repository": { "type": "git", diff --git a/packages/server/CHANGELOG.json b/packages/server/CHANGELOG.json index 8132ab59a2..8bfd469579 100644 --- a/packages/server/CHANGELOG.json +++ b/packages/server/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@hcengineering/communication-server", "entries": [ + { + "version": "0.7.12", + "tag": "@hcengineering/communication-server_v0.7.12", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "patch": [ + { + "comment": "update deps" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`" + }, + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.9", "tag": "@hcengineering/communication-server_v0.7.9", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index b1f014d734..629d6be9cc 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/communication-server -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.12 +Mon, 27 Oct 2025 16:28:25 GMT + +### Patches + +- update deps ## 0.7.9 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/server/package.json b/packages/server/package.json index da2a7a228d..1c09bd44b8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/communication-server", - "version": "0.7.11", + "version": "0.7.12", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", @@ -43,9 +43,9 @@ "dependencies": { "@hcengineering/account-client": "^0.7.17", "@hcengineering/communication-cockroach": "workspace:^0.7.11", - "@hcengineering/communication-sdk-types": "workspace:^0.7.11", + "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/communication-shared": "workspace:^0.7.11", - "@hcengineering/communication-types": "workspace:^0.7.11", + "@hcengineering/communication-types": "workspace:^0.7.12", "@hcengineering/core": "^0.7.18", "@hcengineering/server-token": "^0.7.17", "@hcengineering/text-core": "^0.7.17", diff --git a/packages/shared/CHANGELOG.json b/packages/shared/CHANGELOG.json index 8b1c2e266a..153aedde84 100644 --- a/packages/shared/CHANGELOG.json +++ b/packages/shared/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@hcengineering/communication-shared", "entries": [ + { + "version": "0.7.11", + "tag": "@hcengineering/communication-shared_v0.7.11", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`" + }, + { + "comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`" + } + ] + } + }, { "version": "0.7.8", "tag": "@hcengineering/communication-shared_v0.7.8", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index a5cae1de40..4c189468e2 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @hcengineering/communication-shared -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.11 +Mon, 27 Oct 2025 16:28:25 GMT + +_Version update only_ ## 0.7.8 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/shared/package.json b/packages/shared/package.json index 879a28985a..6faa44d1b7 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -36,8 +36,8 @@ "typescript": "^5.9.3" }, "dependencies": { - "@hcengineering/communication-types": "workspace:^0.7.11", - "@hcengineering/communication-sdk-types": "workspace:^0.7.11", + "@hcengineering/communication-types": "workspace:^0.7.12", + "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/hulylake-client": "^0.7.17" }, "repository": { diff --git a/packages/types/CHANGELOG.json b/packages/types/CHANGELOG.json index 22baf93028..7f11edfb9e 100644 --- a/packages/types/CHANGELOG.json +++ b/packages/types/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/communication-types", "entries": [ + { + "version": "0.7.12", + "tag": "@hcengineering/communication-types_v0.7.12", + "date": "Mon, 27 Oct 2025 16:28:25 GMT", + "comments": { + "patch": [ + { + "comment": "update deps" + } + ] + } + }, { "version": "0.7.9", "tag": "@hcengineering/communication-types_v0.7.9", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 76ecdb07d3..1f1d95096b 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/communication-types -This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified. + +## 0.7.12 +Mon, 27 Oct 2025 16:28:25 GMT + +### Patches + +- update deps ## 0.7.9 Sat, 25 Oct 2025 22:20:35 GMT diff --git a/packages/types/package.json b/packages/types/package.json index b847b0b927..d2ba310a4f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/communication-types", - "version": "0.7.11", + "version": "0.7.12", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts",