From 9efc8082b4f30f88c2d274d18bc092c2be898167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:11:16 +0000 Subject: [PATCH 01/39] chore: Bump react-router-dom from 6.27.0 to 6.28.0 (#5090) Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.27.0 to 6.28.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.28.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 32 +++++++++++++++++++++++++------- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2bc1995dd5..d7a9075bb8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-dom": "18.3.1", "react-i18next": "11.18.6", "react-router": "6.27.0", - "react-router-dom": "6.27.0" + "react-router-dom": "6.28.0" }, "devDependencies": { "@babel/core": "7.26.0", diff --git a/yarn.lock b/yarn.lock index 3a86c82eaf..7f4ef7b1b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3259,6 +3259,13 @@ __metadata: languageName: node linkType: hard +"@remix-run/router@npm:1.21.0": + version: 1.21.0 + resolution: "@remix-run/router@npm:1.21.0" + checksum: d9477a7772053ad0ffcf03385cfb1a54e56f8a56d1f9f5062de3b1dfcbd019dd73282a00a5a72aa55c120771110982448c165c1405d64540aaef13051a8e45cc + languageName: node + linkType: hard + "@rtsao/scc@npm:^1.1.0": version: 1.1.0 resolution: "@rtsao/scc@npm:1.1.0" @@ -11525,16 +11532,16 @@ __metadata: languageName: node linkType: hard -"react-router-dom@npm:6.27.0": - version: 6.27.0 - resolution: "react-router-dom@npm:6.27.0" +"react-router-dom@npm:6.28.0": + version: 6.28.0 + resolution: "react-router-dom@npm:6.28.0" dependencies: - "@remix-run/router": 1.20.0 - react-router: 6.27.0 + "@remix-run/router": 1.21.0 + react-router: 6.28.0 peerDependencies: react: ">=16.8" react-dom: ">=16.8" - checksum: de3dcc56297a2879a0e3997fa34ba0f3e1b9986a2ad3ef7991f913902ecf38da0282c98f7834f344ce2d881dbab0a382201a57e9f9ef5e9816febdb26dc038b7 + checksum: 0cf4658a92bc66f50ec9d8518c36aa5a402bcadce71fb624ed6f900d73a29ea87ff904a4f2c42279107e75e80cc08c6192563fadcc5d4e642e6d476e38e83b21 languageName: node linkType: hard @@ -11549,6 +11556,17 @@ __metadata: languageName: node linkType: hard +"react-router@npm:6.28.0": + version: 6.28.0 + resolution: "react-router@npm:6.28.0" + dependencies: + "@remix-run/router": 1.21.0 + peerDependencies: + react: ">=16.8" + checksum: 23246ca957b5c2bc8d6f9a81fee2df2ce4fc3feca3ec27c2fd85999568fc1299a4e8273e4ab70b6f3acd43a1fb45e0c93cb01ef77e68c9f9e1f7e4f42a1419ea + languageName: node + linkType: hard + "react-select@npm:5.7.7": version: 5.7.7 resolution: "react-select@npm:5.7.7" @@ -14186,7 +14204,7 @@ __metadata: react-dom: 18.3.1 react-i18next: 11.18.6 react-router: 6.27.0 - react-router-dom: 6.27.0 + react-router-dom: 6.28.0 simple-git: 3.27.0 sort-json: 2.0.1 svg-inline-loader: 0.8.2 From 6baf3a0e946e5aa3927dfe22e6d32f63137ac484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:12:32 +0000 Subject: [PATCH 02/39] chore: Bump eslint-plugin-jest from 28.8.3 to 28.9.0 (#5091) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.3 to 28.9.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d7a9075bb8..898536302e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jest": "28.8.3", + "eslint-plugin-jest": "28.9.0", "eslint-plugin-jsdoc": "50.4.3", "eslint-plugin-no-unsanitized": "4.1.2", "eslint-plugin-prettier": "5.2", diff --git a/yarn.lock b/yarn.lock index 7f4ef7b1b6..49f3427ec9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6847,9 +6847,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jest@npm:28.8.3": - version: 28.8.3 - resolution: "eslint-plugin-jest@npm:28.8.3" +"eslint-plugin-jest@npm:28.9.0": + version: 28.9.0 + resolution: "eslint-plugin-jest@npm:28.9.0" dependencies: "@typescript-eslint/utils": ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependencies: @@ -6861,7 +6861,7 @@ __metadata: optional: true jest: optional: true - checksum: e371fcbe2127a403824b6c23b66f6b2e2cc54074c3c70a9965d48bdcdfb461670965a7d7cdddab68f09e703d3a09a281d05591b1cb4315f5246d27fd8baa84ac + checksum: 90863fab5f3f2f033d98042b13769dc82504c489506872ae9926a1d2b6bcc25c5dc41105e28643f5eb81943aff1aa1cd4d44ada5c1add0a43f1c7a619adbc3d2 languageName: node linkType: hard @@ -14179,7 +14179,7 @@ __metadata: eslint-config-prettier: 9.1.0 eslint-plugin-babel: 5.3.1 eslint-plugin-import: 2.31.0 - eslint-plugin-jest: 28.8.3 + eslint-plugin-jest: 28.9.0 eslint-plugin-jsdoc: 50.4.3 eslint-plugin-no-unsanitized: 4.1.2 eslint-plugin-prettier: 5.2 From c112007bcfcf169f331136d28aaf6c1620c46143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:13:06 +0000 Subject: [PATCH 03/39] chore: Bump @wireapp/api-client from 27.8.0 to 27.9.0 (#5092) Bumps [@wireapp/api-client](https://github.com/wireapp/wire-web-packages) from 27.8.0 to 27.9.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.8.0...@wireapp/api-client@27.9.0) --- updated-dependencies: - dependency-name: "@wireapp/api-client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 898536302e..3f4813fc1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@wireapp/api-client": "27.8.0", + "@wireapp/api-client": "27.9.0", "@wireapp/commons": "5.2.13", "@wireapp/react-ui-kit": "9.26.0", "core-js": "3.39.0", diff --git a/yarn.lock b/yarn.lock index 49f3427ec9..0620f32c5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4121,9 +4121,9 @@ __metadata: languageName: node linkType: hard -"@wireapp/api-client@npm:27.8.0": - version: 27.8.0 - resolution: "@wireapp/api-client@npm:27.8.0" +"@wireapp/api-client@npm:27.9.0": + version: 27.9.0 + resolution: "@wireapp/api-client@npm:27.9.0" dependencies: "@wireapp/commons": ^5.2.13 "@wireapp/priority-queue": ^2.1.11 @@ -4138,7 +4138,7 @@ __metadata: tough-cookie: 4.1.4 ws: 8.18.0 zod: 3.23.8 - checksum: fe43655eafa13bdeddd0f8e37035b7701e35c4207ce042463ea7cd478e9f762e07429b9da1b18dfe9c49659ea649ae50e525f41551d728e0034e5035f7f9dda4 + checksum: 5e9f6aaf4bdf8da5977cc314ba95a0ee4f9231430f3db31d4c1c38e30839df3a05e07562330e8c6ce2a749b452c8698bf2f5944e975101e6f1bacca30748b5ad languageName: node linkType: hard @@ -14162,7 +14162,7 @@ __metadata: "@types/webpack-env": 1.18.5 "@typescript-eslint/eslint-plugin": 8.12.2 "@typescript-eslint/parser": 7.17.0 - "@wireapp/api-client": 27.8.0 + "@wireapp/api-client": 27.9.0 "@wireapp/commons": 5.2.13 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 From e0f1d50fbc2f5f2559a9c38b312d7cb2b2479b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:16:41 +0000 Subject: [PATCH 04/39] chore: Bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.13.0 (#5098) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.12.2 to 8.13.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 86 ++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index 3f4813fc1e..faddb8be82 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/react-dom": "18.3.1", "@types/react-router-dom": "5.3.3", "@types/webpack-env": "1.18.5", - "@typescript-eslint/eslint-plugin": "8.12.2", + "@typescript-eslint/eslint-plugin": "8.13.0", "@typescript-eslint/parser": "7.17.0", "@wireapp/copy-config": "2.2.10", "@wireapp/eslint-config": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 0620f32c5b..9e8fb95c77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3708,15 +3708,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/eslint-plugin@npm:8.12.2" +"@typescript-eslint/eslint-plugin@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.13.0" dependencies: "@eslint-community/regexpp": ^4.10.0 - "@typescript-eslint/scope-manager": 8.12.2 - "@typescript-eslint/type-utils": 8.12.2 - "@typescript-eslint/utils": 8.12.2 - "@typescript-eslint/visitor-keys": 8.12.2 + "@typescript-eslint/scope-manager": 8.13.0 + "@typescript-eslint/type-utils": 8.13.0 + "@typescript-eslint/utils": 8.13.0 + "@typescript-eslint/visitor-keys": 8.13.0 graphemer: ^1.4.0 ignore: ^5.3.1 natural-compare: ^1.4.0 @@ -3727,7 +3727,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: a1707704d91cd525ece0cf5a978f17cb309bb8918d65ded349e18b0aa364f585555d018a365cb0ab9450f273912fc07fae5600f34294e637151b244ba4485bc2 + checksum: 42d5c14abdf97167147f3d753398cf62f44c05ae69615c2630720007a87f70aabe0440de744eb1f95eb72a6f5d3943069d4c2e030789590d7ccf7210b39d9db1 languageName: node linkType: hard @@ -3769,28 +3769,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/scope-manager@npm:8.12.2" +"@typescript-eslint/scope-manager@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/scope-manager@npm:8.13.0" dependencies: - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/visitor-keys": 8.12.2 - checksum: dd960238f1cf0f24e6c16525f0cbdb6cf65bfc3cfe650f376ecda2583c378c2e3a7eb4c2d57e04e009626d009018226b722a670ca283086c2a6cc1931c2268d8 + "@typescript-eslint/types": 8.13.0 + "@typescript-eslint/visitor-keys": 8.13.0 + checksum: 7c80fddb07b3b4e77f05c3ad8aec9a4dda553638188618bc993352ed2b39a8db464c8f28dad8dfc4d82e06ac793fa83a9983198231a7a4711a0dc6f0955b8ad5 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/type-utils@npm:8.12.2" +"@typescript-eslint/type-utils@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/type-utils@npm:8.13.0" dependencies: - "@typescript-eslint/typescript-estree": 8.12.2 - "@typescript-eslint/utils": 8.12.2 + "@typescript-eslint/typescript-estree": 8.13.0 + "@typescript-eslint/utils": 8.13.0 debug: ^4.3.4 ts-api-utils: ^1.3.0 peerDependenciesMeta: typescript: optional: true - checksum: a8f540d84674c4919d6f038848add5b4d41ef39cdf572734a13b75f0f797b00d45903b179dc7c25f7ae7690f9dbaf115e5bda596d9e439b1a0a8d7f9d799260e + checksum: 98e369a49c4334d8871283f995f010ef38b023f80f922cfef60c21c635cf3a2992ce634613b931de129bb5f4d4939b36025f4cc5aa958bb21fee8eb4d8b78c60 languageName: node linkType: hard @@ -3808,10 +3808,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/types@npm:8.12.2" - checksum: b0f7effdac842428b15d76710295a8b4f1fe1ff14e40fbb10c8f571c11fd517d75d76decbecf90412bc5eabce0cd4ac0acf53d6b0d8ba2bdde86ab3b627bdac2 +"@typescript-eslint/types@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/types@npm:8.13.0" + checksum: 361489858f07cba8a331d360d73b51a174a902612fd7bb212560a4d7dc2bd704daf252debc410b09e92217aedca9076c3b2892ec76bcf83a7e1575a175942c2e languageName: node linkType: hard @@ -3853,12 +3853,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/typescript-estree@npm:8.12.2" +"@typescript-eslint/typescript-estree@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.13.0" dependencies: - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/visitor-keys": 8.12.2 + "@typescript-eslint/types": 8.13.0 + "@typescript-eslint/visitor-keys": 8.13.0 debug: ^4.3.4 fast-glob: ^3.3.2 is-glob: ^4.0.3 @@ -3868,21 +3868,21 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 923d297ba891cbaf4f00618db2313123238657b179f56a5d42d02a4e6433c513f73a9dd9aa62cd2c5b9fb2c5912a59319eb0a14ef2403792e15757142722309a + checksum: 43d33fa341b44e11f3dcd627ea38ebe4433320e569d4a502e44acb370f3a6f64609cf4f98f874eefc161aa42487e35b6e499e74ec422f3c629c7bba155c3d88a languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/utils@npm:8.12.2" +"@typescript-eslint/utils@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/utils@npm:8.13.0" dependencies: "@eslint-community/eslint-utils": ^4.4.0 - "@typescript-eslint/scope-manager": 8.12.2 - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/typescript-estree": 8.12.2 + "@typescript-eslint/scope-manager": 8.13.0 + "@typescript-eslint/types": 8.13.0 + "@typescript-eslint/typescript-estree": 8.13.0 peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 7ae4ef40d0961642fc31644c47e05f751369b47f3d9f5ea4e6c6eaa09d534efc6a2ea89f12368eed7dc8b32a7378e533f84379f70f2acd85418815f63b249b18 + checksum: 6d6ec83c4806aeeba94777bf82230a2cde9bd5aa90969ac73cd2e3ba22eb6b1e4f7d3710dbe13a1a1734857c3cd3e8522bb043a04e85cea583c91618a28cc200 languageName: node linkType: hard @@ -3920,13 +3920,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.12.2": - version: 8.12.2 - resolution: "@typescript-eslint/visitor-keys@npm:8.12.2" +"@typescript-eslint/visitor-keys@npm:8.13.0": + version: 8.13.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.13.0" dependencies: - "@typescript-eslint/types": 8.12.2 + "@typescript-eslint/types": 8.13.0 eslint-visitor-keys: ^3.4.3 - checksum: 97b919a0f0982e16a46ed568ae195906ec4aed7db358308d2311e9829ceb7f521e4a2017b3bdedad264ee61fdf08d3d12ada7d5622f13b20ac324118fe5b8447 + checksum: eeefa461dbf60c967bcc2905bfd80fd6f5d015e8139c7d7a44a46d8ffa9339089a3a0eb937423e3c59aff306c238ed8821bda935db1da28ae063f2ce1deafe08 languageName: node linkType: hard @@ -14160,7 +14160,7 @@ __metadata: "@types/react-dom": 18.3.1 "@types/react-router-dom": 5.3.3 "@types/webpack-env": 1.18.5 - "@typescript-eslint/eslint-plugin": 8.12.2 + "@typescript-eslint/eslint-plugin": 8.13.0 "@typescript-eslint/parser": 7.17.0 "@wireapp/api-client": 27.9.0 "@wireapp/commons": 5.2.13 From 1a65d1669e95ebccb2332ea752d88915711aff58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:16:57 +0000 Subject: [PATCH 05/39] chore: Bump i18next from 23.16.4 to 23.16.5 (#5093) Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 to 23.16.5. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.4...v23.16.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index faddb8be82..261cc9b8e8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", - "i18next": "23.16.4", + "i18next": "23.16.5", "i18next-browser-languagedetector": "8.0.0", "i18next-react-postprocessor": "3.1.0", "jest-environment-jsdom": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 9e8fb95c77..84d0fc0b66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8376,12 +8376,12 @@ __metadata: languageName: node linkType: hard -"i18next@npm:23.16.4": - version: 23.16.4 - resolution: "i18next@npm:23.16.4" +"i18next@npm:23.16.5": + version: 23.16.5 + resolution: "i18next@npm:23.16.5" dependencies: "@babel/runtime": ^7.23.2 - checksum: a753a23faf87b5028c9b136645b3d6287dd13c6e5ffadcc652edce8c321da2403f57c513aa7168f7ba664e85853aa83acbd291839d622addd701fc85bc991438 + checksum: c0b483a3e6f9118654d243c7a39e2ccd4a8f5b32b6df90d9626cedb2916703aaaea98b15ad40e78fc399e9d3a818b85e538697250e9b7561fb91843627f5b428 languageName: node linkType: hard @@ -14190,7 +14190,7 @@ __metadata: fs-extra: 11.2.0 generate-changelog: 1.8.0 husky: 4.3.8 - i18next: 23.16.4 + i18next: 23.16.5 i18next-browser-languagedetector: 8.0.0 i18next-react-postprocessor: 3.1.0 i18next-scanner: 4.6.0 From bf5c39cf640e10def8da94971ef8f6357a3439e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:17:09 +0000 Subject: [PATCH 06/39] chore: Bump @types/node from 22.8.6 to 22.9.0 (#5099) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.6 to 22.9.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 261cc9b8e8..5d92f77aef 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@emotion/babel-preset-css-prop": "11.12.0", "@testing-library/react": "12.1.4", "@types/jest": "29.5.14", - "@types/node": "22.8.6", + "@types/node": "22.9.0", "@types/platform": "1.3.6", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", diff --git a/yarn.lock b/yarn.lock index 84d0fc0b66..b01bbba2a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3556,12 +3556,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:22.8.6": - version: 22.8.6 - resolution: "@types/node@npm:22.8.6" +"@types/node@npm:22.9.0": + version: 22.9.0 + resolution: "@types/node@npm:22.9.0" dependencies: undici-types: ~6.19.8 - checksum: 3699b6582c433323ed0d6c2f3e9245f0848946e0b4b3b26b11a069ab2ac2c02d3300d544a17dbf4e28899c41afe89811843e41ef5945c98d28561e8abfeb40b1 + checksum: c014eb3b8a110f1b87b614a40ef288d13e6b08ae9d5dafbd38951a2eebc24d352dc55330ed9d00c97ee9e64483c3cc14c4aa914c5df7ca7b9eaa1a30b2340dbd languageName: node linkType: hard @@ -14154,7 +14154,7 @@ __metadata: "@emotion/babel-preset-css-prop": 11.12.0 "@testing-library/react": 12.1.4 "@types/jest": 29.5.14 - "@types/node": 22.8.6 + "@types/node": 22.9.0 "@types/platform": 1.3.6 "@types/react": 18.3.12 "@types/react-dom": 18.3.1 From a8db93642d6f7cacf9a1cf8de5f7326b3fa30648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:17:28 +0000 Subject: [PATCH 07/39] chore: Bump react-router from 6.27.0 to 6.28.0 (#5096) Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.27.0 to 6.28.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@6.28.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 5d92f77aef..1b38034df2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-i18next": "11.18.6", - "react-router": "6.27.0", + "react-router": "6.28.0", "react-router-dom": "6.28.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b01bbba2a0..b753dca401 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3252,13 +3252,6 @@ __metadata: languageName: node linkType: hard -"@remix-run/router@npm:1.20.0": - version: 1.20.0 - resolution: "@remix-run/router@npm:1.20.0" - checksum: 6bff41117eabb867b17c89baa727580f0a431368b309cd9a1f69767aafa68ea9cac95ff0eeb86d37c2c8655f5cd7c6283d37ae5e6d93e94f648c6112ddb24ede - languageName: node - linkType: hard - "@remix-run/router@npm:1.21.0": version: 1.21.0 resolution: "@remix-run/router@npm:1.21.0" @@ -11545,17 +11538,6 @@ __metadata: languageName: node linkType: hard -"react-router@npm:6.27.0": - version: 6.27.0 - resolution: "react-router@npm:6.27.0" - dependencies: - "@remix-run/router": 1.20.0 - peerDependencies: - react: ">=16.8" - checksum: d22eedc33bcb11891b431655f90eed2d52c2fb3165ad11ca625f62970caf59c4859e6b1a3f92e78902b31ff1a8b2482ebf97ddebb82e9687d1f98730c14e04e6 - languageName: node - linkType: hard - "react-router@npm:6.28.0": version: 6.28.0 resolution: "react-router@npm:6.28.0" @@ -14203,7 +14185,7 @@ __metadata: react: 18.3.1 react-dom: 18.3.1 react-i18next: 11.18.6 - react-router: 6.27.0 + react-router: 6.28.0 react-router-dom: 6.28.0 simple-git: 3.27.0 sort-json: 2.0.1 From 90bb08d2eca0ea4b4bb73e0843265118d91e059c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:17:33 +0000 Subject: [PATCH 08/39] chore: Bump @wireapp/react-ui-kit from 9.26.0 to 9.26.1 (#5094) Bumps [@wireapp/react-ui-kit](https://github.com/wireapp/wire-web-packages) from 9.26.0 to 9.26.1. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.26.0...@wireapp/react-ui-kit@9.26.1) --- updated-dependencies: - dependency-name: "@wireapp/react-ui-kit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1b38034df2..b2f5e5abb3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@wireapp/api-client": "27.9.0", "@wireapp/commons": "5.2.13", - "@wireapp/react-ui-kit": "9.26.0", + "@wireapp/react-ui-kit": "9.26.1", "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", diff --git a/yarn.lock b/yarn.lock index b753dca401..90b3ee95da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4202,9 +4202,9 @@ __metadata: languageName: node linkType: hard -"@wireapp/react-ui-kit@npm:9.26.0": - version: 9.26.0 - resolution: "@wireapp/react-ui-kit@npm:9.26.0" +"@wireapp/react-ui-kit@npm:9.26.1": + version: 9.26.1 + resolution: "@wireapp/react-ui-kit@npm:9.26.1" dependencies: "@types/color": 3.0.6 color: 4.2.3 @@ -4219,7 +4219,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 5d86933b5de6048857164954efa5f292a5f9f7f72913908ff1d4dc31e8098495dea84b165590b325dd155308130dd7ea1c02e80044ffec784b073e4fadc19908 + checksum: 3be49056a6c4d499608b8d9f2f14445fe4b726181df11912a348f61e8ce0d1a4b383dbec03ed1a9b0d969597cac6d8dec7c56a015308bfdf5548770388977a37 languageName: node linkType: hard @@ -14148,7 +14148,7 @@ __metadata: "@wireapp/commons": 5.2.13 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 - "@wireapp/react-ui-kit": 9.26.0 + "@wireapp/react-ui-kit": 9.26.1 adm-zip: 0.5.16 babel-eslint: 10.1.0 babel-loader: 8.2.5 From aef24568ce44b7e55949c9dd7ff7d05199acd324 Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Tue, 12 Nov 2024 14:12:47 +0100 Subject: [PATCH 09/39] feat(team-invitation): add inviter email in terms acceptance page [WPB-12142] (#5100) * feat(team-invitation): add inviter email in terms acceptance page [WPB-12142] * updated api-client version --- package.json | 2 +- src/i18n/en-US.json | 2 +- src/script/module/action/TeamAction.ts | 4 ++ .../page/migration/TermsAcknowledgement.tsx | 37 ++++++++++++++++--- src/script/page/migration/styles.ts | 12 +++--- yarn.lock | 10 ++--- 6 files changed, 49 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index b2f5e5abb3..0c5458f05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@wireapp/api-client": "27.9.0", + "@wireapp/api-client": "27.10.0", "@wireapp/commons": "5.2.13", "@wireapp/react-ui-kit": "9.26.1", "core-js": "3.39.0", diff --git a/src/i18n/en-US.json b/src/i18n/en-US.json index 977219fbf2..2027f7c84f 100644 --- a/src/i18n/en-US.json +++ b/src/i18n/en-US.json @@ -112,7 +112,7 @@ "confirmPageHeader": "Join your team", "confirmPageSubHeader": "To ensure a secure transfer and prevent unauthorized access, please enter the password of your personal account again.", "termsPageHeader": "Join your team", - "termsPageSubHeader": "You’re about to join the team.", + "termsPageSubHeader": "You’re about to join the team managed by {{email}}.", "termsPageListHeader": "Things to know", "termsPageListItem1": "Your personal account will be transferred to a team account.", "termsPageListItem2": "This change is permanent and irrevocable.", diff --git a/src/script/module/action/TeamAction.ts b/src/script/module/action/TeamAction.ts index bd6fa65612..49ce3138a5 100644 --- a/src/script/module/action/TeamAction.ts +++ b/src/script/module/action/TeamAction.ts @@ -36,4 +36,8 @@ export class TeamAction { acceptInvitation = async (payload: {code: string; password: string}) => { return this.apiClient.api.teams.invitation.acceptInvitation(payload); }; + + getInvitationInfo = async (code: string) => { + return this.apiClient.api.teams.invitation.getInvitationFromCode(code); + }; } diff --git a/src/script/page/migration/TermsAcknowledgement.tsx b/src/script/page/migration/TermsAcknowledgement.tsx index 814c3faca3..a36f26b787 100644 --- a/src/script/page/migration/TermsAcknowledgement.tsx +++ b/src/script/page/migration/TermsAcknowledgement.tsx @@ -23,6 +23,7 @@ import { Checkbox, COLOR_V2, Link, + Loading, Logo, QUERY, QueryKeys, @@ -36,27 +37,51 @@ import { termsContentHeaderCss, termsListCss, termsListItemCss, - termsContentGrayBox, - termsContentGrayBoxContent, + termsContentWarningBox, + termsContentWarningBoxContent, termsContentBlueBox, termsContentBlueBoxContent, buttonCss, termsCheckboxLabelCss, + loginContainerCss, } from './styles'; import {ShieldIcon} from './ShieldIcon'; import {OutlinedCheckIcon} from './OutlinedCheckIcon'; -import React, {useState} from 'react'; +import React, {useEffect, useState} from 'react'; import {useNavigate} from 'react-router-dom'; import {EXTERNAL_ROUTE, ROUTE} from 'script/route'; import {useTranslation} from 'react-i18next'; import MarkupTranslation from 'script/component/MarkupTranslation'; +import {useActionContext} from 'script/module/action'; +import {getTeamInvitationCode} from './utils'; export const TermsAcknowledgement = () => { const navigate = useNavigate(); + const {teamAction} = useActionContext(); const {t} = useTranslation('migration'); const isTablet = useMatchMedia(QUERY[QueryKeys.TABLET_DOWN]); + const code = getTeamInvitationCode(); + const [loading, setLoading] = useState(true); const [isMigrationAccepted, setIsMigrationAccepted] = useState(false); const [isTermOfUseAccepted, setIsTermOfUseAccepted] = useState(false); + const [inviterEmail, setInviterEmail] = useState(''); + + useEffect(() => { + teamAction + .getInvitationInfo(code) + .then(res => { + setInviterEmail(res.created_by_email); + }) + .finally(() => setLoading(false)); + }, []); + + if (loading) { + return ( +
+ +
+ ); + } return (
@@ -66,7 +91,7 @@ export const TermsAcknowledgement = () => {
)} {t('termsPageHeader')} - {t('termsPageHeader')} + {t('termsPageSubHeader', {email: inviterEmail})}
{t('termsPageListHeader')}
    @@ -87,8 +112,8 @@ export const TermsAcknowledgement = () => {
-
-
+
+
{t('termsPageAccountManagerHeader')}
{t('termsPageAccountManagerText')}
diff --git a/src/script/page/migration/styles.ts b/src/script/page/migration/styles.ts index a7da3efff7..cb23f6ca18 100644 --- a/src/script/page/migration/styles.ts +++ b/src/script/page/migration/styles.ts @@ -107,13 +107,15 @@ export const termsListItemCss: CSSObject = { }, }; -export const termsContentGrayBox: CSSObject = { - background: COLOR_V2.GRAY_20, +export const termsContentWarningBox: CSSObject = { + background: COLOR_V2.AMBER_DARK_50, + border: '1px solid', + borderColor: COLOR_V2.AMBER_DARK_600, padding: '1rem', borderRadius: '1rem', margin: '0 2rem', }; -export const termsContentGrayBoxContent: CSSObject = { +export const termsContentWarningBoxContent: CSSObject = { fontSize: '1.25rem', lineHeight: '1.75rem', color: COLOR_V2.GRAY_90, @@ -123,8 +125,8 @@ export const termsContentGrayBoxContent: CSSObject = { }; export const termsContentBlueBox: CSSObject = { - background: COLOR_V2.BLUE_LIGHT_50, - padding: '1rem', + background: COLOR_V2.GRAY_20, + padding: '0.75rem', borderRadius: '1rem', margin: '1rem 0', display: 'flex', diff --git a/yarn.lock b/yarn.lock index 90b3ee95da..5ed2edc2f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4114,9 +4114,9 @@ __metadata: languageName: node linkType: hard -"@wireapp/api-client@npm:27.9.0": - version: 27.9.0 - resolution: "@wireapp/api-client@npm:27.9.0" +"@wireapp/api-client@npm:27.10.0": + version: 27.10.0 + resolution: "@wireapp/api-client@npm:27.10.0" dependencies: "@wireapp/commons": ^5.2.13 "@wireapp/priority-queue": ^2.1.11 @@ -4131,7 +4131,7 @@ __metadata: tough-cookie: 4.1.4 ws: 8.18.0 zod: 3.23.8 - checksum: 5e9f6aaf4bdf8da5977cc314ba95a0ee4f9231430f3db31d4c1c38e30839df3a05e07562330e8c6ce2a749b452c8698bf2f5944e975101e6f1bacca30748b5ad + checksum: f3059d1c543f15b9274290d38af90cd8d6c91db768c85976026251f303c8a411df2b31e531d48e6c03ea8b9df2b1f5729d328d2090a8e6dc3f7f9382b5bf92b4 languageName: node linkType: hard @@ -14144,7 +14144,7 @@ __metadata: "@types/webpack-env": 1.18.5 "@typescript-eslint/eslint-plugin": 8.13.0 "@typescript-eslint/parser": 7.17.0 - "@wireapp/api-client": 27.9.0 + "@wireapp/api-client": 27.10.0 "@wireapp/commons": 5.2.13 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 From e1881c613a85b508124982489e03cb44b57f0568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:12:28 +0000 Subject: [PATCH 10/39] chore: Bump pm2 from 5.4.2 to 5.4.3 in /server (#5102) Bumps [pm2](https://github.com/Unitech/pm2) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/Unitech/pm2/releases) - [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Unitech/pm2/commits) --- updated-dependencies: - dependency-name: pm2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/package.json b/server/package.json index dfd8ff293f..cf503fbe5d 100644 --- a/server/package.json +++ b/server/package.json @@ -13,7 +13,7 @@ "logdown": "3.3.1", "moment": "2.30.1", "nocache": "4.0.0", - "pm2": "5.4.2", + "pm2": "5.4.3", "uuid": "11.0.2" }, "devDependencies": { diff --git a/server/yarn.lock b/server/yarn.lock index 0121c04ce2..649afc7312 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -4999,9 +4999,9 @@ __metadata: languageName: node linkType: hard -"pm2@npm:5.4.2": - version: 5.4.2 - resolution: "pm2@npm:5.4.2" +"pm2@npm:5.4.3": + version: 5.4.3 + resolution: "pm2@npm:5.4.3" dependencies: "@pm2/agent": ~2.0.0 "@pm2/io": ~6.0.1 @@ -5041,7 +5041,7 @@ __metadata: pm2-dev: bin/pm2-dev pm2-docker: bin/pm2-docker pm2-runtime: bin/pm2-runtime - checksum: 652d80bb754c30bd0f3e7793e0116e1765699ad53aee936788c1043f5dc40432f3d9a2570e3f9abd0ecaebdc896835fa8ec87052f65b88a51222e83c12729327 + checksum: e20dfd191f9100c6f8a4633e7f506b0996d0ca06efddddd2fc5b973e3c94df54381d1089e9aa7ae669b02dfa5a5750e85d269bf37a8e5096c1e59439c7916ae4 languageName: node linkType: hard @@ -6296,7 +6296,7 @@ __metadata: nocache: 4.0.0 nodemon: 3.1.7 opn: 6.0.0 - pm2: 5.4.2 + pm2: 5.4.3 prettier: 3.3.3 rimraf: 6.0.1 typescript: 5.6.3 From b5243450dbe55ff90734964e1af959b53f162c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:14:56 +0000 Subject: [PATCH 11/39] chore: Bump uuid from 11.0.2 to 11.0.3 in /server (#5103) Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/package.json b/server/package.json index cf503fbe5d..669bbbcebf 100644 --- a/server/package.json +++ b/server/package.json @@ -14,7 +14,7 @@ "moment": "2.30.1", "nocache": "4.0.0", "pm2": "5.4.3", - "uuid": "11.0.2" + "uuid": "11.0.3" }, "devDependencies": { "@babel/core": "7.26.0", diff --git a/server/yarn.lock b/server/yarn.lock index 649afc7312..901dd78fd6 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -6184,12 +6184,12 @@ __metadata: languageName: node linkType: hard -"uuid@npm:11.0.2": - version: 11.0.2 - resolution: "uuid@npm:11.0.2" +"uuid@npm:11.0.3": + version: 11.0.3 + resolution: "uuid@npm:11.0.3" bin: uuid: dist/esm/bin/uuid - checksum: 9b322963db18623d22f46cf98f51b45830f956715577fb24d272ec29324fe919bedbedc6e29627aced490ac3f982ee53c80441651daf4a6ef74f2af58689f2e0 + checksum: 646181c77e8b8df9bd07254faa703943e1c4d5ccde7d080312edf12f443f6c5750801fd9b27bf2e628594182165e6b1b880c0382538f7eca00b26622203741dc languageName: node linkType: hard @@ -6300,7 +6300,7 @@ __metadata: prettier: 3.3.3 rimraf: 6.0.1 typescript: 5.6.3 - uuid: 11.0.2 + uuid: 11.0.3 webpack-dev-middleware: 7.4.2 webpack-hot-middleware: 2.26.1 languageName: unknown From aaa28780e35eacb26cefe9ea13234b95ad8e25ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:15:19 +0000 Subject: [PATCH 12/39] chore: Bump cross-spawn from 7.0.3 to 7.0.5 in /server (#5105) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/yarn.lock b/server/yarn.lock index 901dd78fd6..f71c4e10f1 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -2726,13 +2726,13 @@ __metadata: linkType: hard "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1": - version: 7.0.3 - resolution: "cross-spawn@npm:7.0.3" + version: 7.0.5 + resolution: "cross-spawn@npm:7.0.5" dependencies: path-key: ^3.1.0 shebang-command: ^2.0.0 which: ^2.0.1 - checksum: 671cc7c7288c3a8406f3c69a3ae2fc85555c04169e9d611def9a675635472614f1c0ed0ef80955d5b6d4e724f6ced67f0ad1bb006c2ea643488fcfef994d7f52 + checksum: 55c50004cb6bbea3649784caac6e7b8ddd03fa8c1e14dbd5a1f15896708378006eb7526a52a0f48770c768c9b8aed48a5888eb8e785ff59ff7749e74f66cd96b languageName: node linkType: hard From a449dcc0403ed04ccfb6d13e3bf5df1251293690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:16:30 +0000 Subject: [PATCH 13/39] chore: Bump eslint-plugin-jsdoc from 50.4.3 to 50.5.0 (#5104) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.4.3 to 50.5.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.4.3...v50.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0c5458f05e..8cbaddaafe 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-babel": "5.3.1", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "28.9.0", - "eslint-plugin-jsdoc": "50.4.3", + "eslint-plugin-jsdoc": "50.5.0", "eslint-plugin-no-unsanitized": "4.1.2", "eslint-plugin-prettier": "5.2", "eslint-plugin-react": "7.37.2", diff --git a/yarn.lock b/yarn.lock index 5ed2edc2f6..7aa698c137 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6858,9 +6858,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:50.4.3": - version: 50.4.3 - resolution: "eslint-plugin-jsdoc@npm:50.4.3" +"eslint-plugin-jsdoc@npm:50.5.0": + version: 50.5.0 + resolution: "eslint-plugin-jsdoc@npm:50.5.0" dependencies: "@es-joy/jsdoccomment": ~0.49.0 are-docs-informative: ^0.0.2 @@ -6875,7 +6875,7 @@ __metadata: synckit: ^0.9.1 peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - checksum: 340c432f787a108bfefe8cea58587b68621afda5116f045f3739c9d73c9761ee55b45f295d32ab07cf7a7b859e5f0d4dccfe3e3c4f5b50d537c3030469f5c549 + checksum: 7404aa18c81ff2a9d63f678220e54128073f3b9d75964591919b8efd852465dae2942bb53e76790bb602b35ba764550e74c22c29e5d119555038461cb5783b39 languageName: node linkType: hard @@ -14162,7 +14162,7 @@ __metadata: eslint-plugin-babel: 5.3.1 eslint-plugin-import: 2.31.0 eslint-plugin-jest: 28.9.0 - eslint-plugin-jsdoc: 50.4.3 + eslint-plugin-jsdoc: 50.5.0 eslint-plugin-no-unsanitized: 4.1.2 eslint-plugin-prettier: 5.2 eslint-plugin-react: 7.37.2 From b881edbdbf7e00b8be6e77caf746464ec03886f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:17:19 +0000 Subject: [PATCH 14/39] chore: Bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0 (#5106) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 86 ++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index 8cbaddaafe..cce1fb3b7f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/react-dom": "18.3.1", "@types/react-router-dom": "5.3.3", "@types/webpack-env": "1.18.5", - "@typescript-eslint/eslint-plugin": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", "@typescript-eslint/parser": "7.17.0", "@wireapp/copy-config": "2.2.10", "@wireapp/eslint-config": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 7aa698c137..e33f4664a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3701,15 +3701,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.13.0" +"@typescript-eslint/eslint-plugin@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.14.0" dependencies: "@eslint-community/regexpp": ^4.10.0 - "@typescript-eslint/scope-manager": 8.13.0 - "@typescript-eslint/type-utils": 8.13.0 - "@typescript-eslint/utils": 8.13.0 - "@typescript-eslint/visitor-keys": 8.13.0 + "@typescript-eslint/scope-manager": 8.14.0 + "@typescript-eslint/type-utils": 8.14.0 + "@typescript-eslint/utils": 8.14.0 + "@typescript-eslint/visitor-keys": 8.14.0 graphemer: ^1.4.0 ignore: ^5.3.1 natural-compare: ^1.4.0 @@ -3720,7 +3720,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 42d5c14abdf97167147f3d753398cf62f44c05ae69615c2630720007a87f70aabe0440de744eb1f95eb72a6f5d3943069d4c2e030789590d7ccf7210b39d9db1 + checksum: 5ba1dc4eef2fcf8edfe878a5f254ff2dde882f996cfc66312ccd66c54da701a7f3b79c27e3935569b428f1b397c5b3475cd9202ce253bc30aa343a70bfea2c03 languageName: node linkType: hard @@ -3762,28 +3762,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/scope-manager@npm:8.13.0" +"@typescript-eslint/scope-manager@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/scope-manager@npm:8.14.0" dependencies: - "@typescript-eslint/types": 8.13.0 - "@typescript-eslint/visitor-keys": 8.13.0 - checksum: 7c80fddb07b3b4e77f05c3ad8aec9a4dda553638188618bc993352ed2b39a8db464c8f28dad8dfc4d82e06ac793fa83a9983198231a7a4711a0dc6f0955b8ad5 + "@typescript-eslint/types": 8.14.0 + "@typescript-eslint/visitor-keys": 8.14.0 + checksum: 9c4011771e6795d00328ebfb70b1cdfc706139f0803244adf4bdf46bea5033f1508a0e19136f1d3743eb2c6b5b23d3af6de2b79db8317147c300f61a3335788e languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/type-utils@npm:8.13.0" +"@typescript-eslint/type-utils@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/type-utils@npm:8.14.0" dependencies: - "@typescript-eslint/typescript-estree": 8.13.0 - "@typescript-eslint/utils": 8.13.0 + "@typescript-eslint/typescript-estree": 8.14.0 + "@typescript-eslint/utils": 8.14.0 debug: ^4.3.4 ts-api-utils: ^1.3.0 peerDependenciesMeta: typescript: optional: true - checksum: 98e369a49c4334d8871283f995f010ef38b023f80f922cfef60c21c635cf3a2992ce634613b931de129bb5f4d4939b36025f4cc5aa958bb21fee8eb4d8b78c60 + checksum: 5717b26ddf285be0f1caf7877592c58bff6dfe2ba184bb28cd9e8f1546f68557d5a5d8719cd402cfb5f228666a6c24f0713b06a102b05ebeb00fb82c7c4582ee languageName: node linkType: hard @@ -3801,10 +3801,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/types@npm:8.13.0" - checksum: 361489858f07cba8a331d360d73b51a174a902612fd7bb212560a4d7dc2bd704daf252debc410b09e92217aedca9076c3b2892ec76bcf83a7e1575a175942c2e +"@typescript-eslint/types@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/types@npm:8.14.0" + checksum: 032f1adb483a7e306ba31042afbfc219ff8471458f33529e2a1124feb7b6bfad6c7feac5c4ff07320eda5d1019ac4aa634036716f16cf6e25d4fdf0f755764e1 languageName: node linkType: hard @@ -3846,12 +3846,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.13.0" +"@typescript-eslint/typescript-estree@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.14.0" dependencies: - "@typescript-eslint/types": 8.13.0 - "@typescript-eslint/visitor-keys": 8.13.0 + "@typescript-eslint/types": 8.14.0 + "@typescript-eslint/visitor-keys": 8.14.0 debug: ^4.3.4 fast-glob: ^3.3.2 is-glob: ^4.0.3 @@ -3861,21 +3861,21 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 43d33fa341b44e11f3dcd627ea38ebe4433320e569d4a502e44acb370f3a6f64609cf4f98f874eefc161aa42487e35b6e499e74ec422f3c629c7bba155c3d88a + checksum: 9412bd801fb45dd3a778f030afd871e2c5010bbd7d4bf54cb2f6e2fecaabb7e2d94960e306737b8ad48a9a0a04297e43aee03741977ecceb3a713560f5927e5a languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/utils@npm:8.13.0" +"@typescript-eslint/utils@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/utils@npm:8.14.0" dependencies: "@eslint-community/eslint-utils": ^4.4.0 - "@typescript-eslint/scope-manager": 8.13.0 - "@typescript-eslint/types": 8.13.0 - "@typescript-eslint/typescript-estree": 8.13.0 + "@typescript-eslint/scope-manager": 8.14.0 + "@typescript-eslint/types": 8.14.0 + "@typescript-eslint/typescript-estree": 8.14.0 peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 6d6ec83c4806aeeba94777bf82230a2cde9bd5aa90969ac73cd2e3ba22eb6b1e4f7d3710dbe13a1a1734857c3cd3e8522bb043a04e85cea583c91618a28cc200 + checksum: 7c432f2e29f94e6d4a3303bf841f6e3fbbf708c697df4506c9037d0be6379090b0a6d1a077dda43a27850a6bd2bfd5cb523b15450e3025b301ce24ef41b19251 languageName: node linkType: hard @@ -3913,13 +3913,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.13.0": - version: 8.13.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.13.0" +"@typescript-eslint/visitor-keys@npm:8.14.0": + version: 8.14.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.14.0" dependencies: - "@typescript-eslint/types": 8.13.0 + "@typescript-eslint/types": 8.14.0 eslint-visitor-keys: ^3.4.3 - checksum: eeefa461dbf60c967bcc2905bfd80fd6f5d015e8139c7d7a44a46d8ffa9339089a3a0eb937423e3c59aff306c238ed8821bda935db1da28ae063f2ce1deafe08 + checksum: 5f1279bf7cd830ed96a2769b3f27d6102bce630fc4f72c03fee92d06c599ce4e35b9648d0643d7bc9f2613d6587104731c97126bb23805548717bf99854f1094 languageName: node linkType: hard @@ -14142,7 +14142,7 @@ __metadata: "@types/react-dom": 18.3.1 "@types/react-router-dom": 5.3.3 "@types/webpack-env": 1.18.5 - "@typescript-eslint/eslint-plugin": 8.13.0 + "@typescript-eslint/eslint-plugin": 8.14.0 "@typescript-eslint/parser": 7.17.0 "@wireapp/api-client": 27.10.0 "@wireapp/commons": 5.2.13 From 5978fdae45b038826c2fe05273ea70667fd9115e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:18:53 +0000 Subject: [PATCH 15/39] chore: Bump cross-spawn from 7.0.3 to 7.0.5 (#5107) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index e33f4664a5..3c58d8c3d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5808,13 +5808,13 @@ __metadata: linkType: hard "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": - version: 7.0.3 - resolution: "cross-spawn@npm:7.0.3" + version: 7.0.5 + resolution: "cross-spawn@npm:7.0.5" dependencies: path-key: ^3.1.0 shebang-command: ^2.0.0 which: ^2.0.1 - checksum: 671cc7c7288c3a8406f3c69a3ae2fc85555c04169e9d611def9a675635472614f1c0ed0ef80955d5b6d4e724f6ced67f0ad1bb006c2ea643488fcfef994d7f52 + checksum: 55c50004cb6bbea3649784caac6e7b8ddd03fa8c1e14dbd5a1f15896708378006eb7526a52a0f48770c768c9b8aed48a5888eb8e785ff59ff7749e74f66cd96b languageName: node linkType: hard From 7ab607fd79e2972586cfb08ea859738d0f808b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:19:25 +0000 Subject: [PATCH 16/39] chore: Bump @wireapp/react-ui-kit from 9.26.1 to 9.26.2 (#5108) Bumps [@wireapp/react-ui-kit](https://github.com/wireapp/wire-web-packages) from 9.26.1 to 9.26.2. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.26.1...@wireapp/react-ui-kit@9.26.2) --- updated-dependencies: - dependency-name: "@wireapp/react-ui-kit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cce1fb3b7f..c71ae667df 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@wireapp/api-client": "27.10.0", "@wireapp/commons": "5.2.13", - "@wireapp/react-ui-kit": "9.26.1", + "@wireapp/react-ui-kit": "9.26.2", "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", diff --git a/yarn.lock b/yarn.lock index 3c58d8c3d4..f3b4528318 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4202,9 +4202,9 @@ __metadata: languageName: node linkType: hard -"@wireapp/react-ui-kit@npm:9.26.1": - version: 9.26.1 - resolution: "@wireapp/react-ui-kit@npm:9.26.1" +"@wireapp/react-ui-kit@npm:9.26.2": + version: 9.26.2 + resolution: "@wireapp/react-ui-kit@npm:9.26.2" dependencies: "@types/color": 3.0.6 color: 4.2.3 @@ -4219,7 +4219,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 3be49056a6c4d499608b8d9f2f14445fe4b726181df11912a348f61e8ce0d1a4b383dbec03ed1a9b0d969597cac6d8dec7c56a015308bfdf5548770388977a37 + checksum: bc56db9288120fc32c12f9d9e4f7d85adc2e39de8368301b4837e9db312e08b688a681a115f599b6ddeb757ffe0178a9b84506c208beb1790bc02d1e6982b72e languageName: node linkType: hard @@ -14148,7 +14148,7 @@ __metadata: "@wireapp/commons": 5.2.13 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 - "@wireapp/react-ui-kit": 9.26.1 + "@wireapp/react-ui-kit": 9.26.2 adm-zip: 0.5.16 babel-eslint: 10.1.0 babel-loader: 8.2.5 From 41035b6a00c2e5bef41e0ea8f0f7877d7cdffeb8 Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Tue, 19 Nov 2024 16:14:24 +0100 Subject: [PATCH 17/39] fix: remove custom disbaled button style (#5109) --- src/script/page/migration/styles.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/script/page/migration/styles.ts b/src/script/page/migration/styles.ts index cb23f6ca18..fb29b4c204 100644 --- a/src/script/page/migration/styles.ts +++ b/src/script/page/migration/styles.ts @@ -154,9 +154,6 @@ export const forgotPasswordCss: CSSObject = { export const buttonCss: CSSObject = { width: '100%', - ':disabled': { - background: COLOR_V2.GRAY_60, - }, }; export const termsCheckboxLabelCss: CSSObject = { From 12ae6b2c9b937ab7bdb969df08f21133e632ab0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:28:43 +0000 Subject: [PATCH 18/39] chore: Bump @wireapp/api-client from 27.10.0 to 27.10.1 (#5110) Bumps [@wireapp/api-client](https://github.com/wireapp/wire-web-packages) from 27.10.0 to 27.10.1. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.10.0...@wireapp/api-client@27.10.1) --- updated-dependencies: - dependency-name: "@wireapp/api-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c71ae667df..6473c36174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@wireapp/api-client": "27.10.0", + "@wireapp/api-client": "27.10.1", "@wireapp/commons": "5.2.13", "@wireapp/react-ui-kit": "9.26.2", "core-js": "3.39.0", diff --git a/yarn.lock b/yarn.lock index f3b4528318..ec7fd35d1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4114,11 +4114,11 @@ __metadata: languageName: node linkType: hard -"@wireapp/api-client@npm:27.10.0": - version: 27.10.0 - resolution: "@wireapp/api-client@npm:27.10.0" +"@wireapp/api-client@npm:27.10.1": + version: 27.10.1 + resolution: "@wireapp/api-client@npm:27.10.1" dependencies: - "@wireapp/commons": ^5.2.13 + "@wireapp/commons": ^5.3.0 "@wireapp/priority-queue": ^2.1.11 "@wireapp/protocol-messaging": 1.51.0 axios: 1.7.7 @@ -4131,11 +4131,11 @@ __metadata: tough-cookie: 4.1.4 ws: 8.18.0 zod: 3.23.8 - checksum: f3059d1c543f15b9274290d38af90cd8d6c91db768c85976026251f303c8a411df2b31e531d48e6c03ea8b9df2b1f5729d328d2090a8e6dc3f7f9382b5bf92b4 + checksum: cf532876feaebb9b32ffb39ef6edea6387e72ecd68feef6d0fae8e2c598161d4dd63017cb1790f313bb2821fce8151ec8ae1c4db11b5c7c53829a10322f5c06e languageName: node linkType: hard -"@wireapp/commons@npm:5.2.13, @wireapp/commons@npm:^5.2.13": +"@wireapp/commons@npm:5.2.13": version: 5.2.13 resolution: "@wireapp/commons@npm:5.2.13" dependencies: @@ -4147,6 +4147,18 @@ __metadata: languageName: node linkType: hard +"@wireapp/commons@npm:^5.3.0": + version: 5.3.0 + resolution: "@wireapp/commons@npm:5.3.0" + dependencies: + ansi-regex: 5.0.1 + fs-extra: 11.2.0 + logdown: 3.3.1 + platform: 1.3.6 + checksum: 9a6e31139282f57b73c2952ee92fa0540b0b9f139e18dd9f6f91df765a186633cf8aef25b1cd5a3b1f25caf9e77f6c6e214f708440af8667e7ad0bb6737693e9 + languageName: node + linkType: hard + "@wireapp/copy-config@npm:2.2.10": version: 2.2.10 resolution: "@wireapp/copy-config@npm:2.2.10" @@ -14144,7 +14156,7 @@ __metadata: "@types/webpack-env": 1.18.5 "@typescript-eslint/eslint-plugin": 8.14.0 "@typescript-eslint/parser": 7.17.0 - "@wireapp/api-client": 27.10.0 + "@wireapp/api-client": 27.10.1 "@wireapp/commons": 5.2.13 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 From e76dea06016ae571b90cb29a697f87b8bd9a3c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:29:08 +0000 Subject: [PATCH 19/39] chore: Bump @types/node from 22.9.0 to 22.9.3 (#5111) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6473c36174..c43fede1d5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@emotion/babel-preset-css-prop": "11.12.0", "@testing-library/react": "12.1.4", "@types/jest": "29.5.14", - "@types/node": "22.9.0", + "@types/node": "22.9.3", "@types/platform": "1.3.6", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", diff --git a/yarn.lock b/yarn.lock index ec7fd35d1e..8aa1db239d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3549,12 +3549,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:22.9.0": - version: 22.9.0 - resolution: "@types/node@npm:22.9.0" +"@types/node@npm:22.9.3": + version: 22.9.3 + resolution: "@types/node@npm:22.9.3" dependencies: undici-types: ~6.19.8 - checksum: c014eb3b8a110f1b87b614a40ef288d13e6b08ae9d5dafbd38951a2eebc24d352dc55330ed9d00c97ee9e64483c3cc14c4aa914c5df7ca7b9eaa1a30b2340dbd + checksum: 274cced37a8a11cd89827c551de73980a174e00bef0768c10c1fb7d3887a26b4fade25f870e3fd870432b93546e092cdbe0979e65110c0839982dc2b5938aabc languageName: node linkType: hard @@ -14148,7 +14148,7 @@ __metadata: "@emotion/babel-preset-css-prop": 11.12.0 "@testing-library/react": 12.1.4 "@types/jest": 29.5.14 - "@types/node": 22.9.0 + "@types/node": 22.9.3 "@types/platform": 1.3.6 "@types/react": 18.3.12 "@types/react-dom": 18.3.1 From 7f56e6ef582925e84c68f96e7a950feaac5f4bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:29:32 +0000 Subject: [PATCH 20/39] chore: Bump react-router from 6.28.0 to 7.0.1 (#5112) Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.28.0 to 7.0.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.0.1/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c43fede1d5..8eec12e358 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-i18next": "11.18.6", - "react-router": "6.28.0", + "react-router": "7.0.1", "react-router-dom": "6.28.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8aa1db239d..8fdc5efafe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3401,6 +3401,13 @@ __metadata: languageName: node linkType: hard +"@types/cookie@npm:^0.6.0": + version: 0.6.0 + resolution: "@types/cookie@npm:0.6.0" + checksum: 5edce7995775b0b196b142883e4d4f71fd93c294eaec973670f1fa2540b70ea7390408ed513ddefef5fcb12a578100c76596e8f2a714b0c2ae9f70ee773f4510 + languageName: node + linkType: hard + "@types/eslint-scope@npm:^3.7.7": version: 3.7.7 resolution: "@types/eslint-scope@npm:3.7.7" @@ -5705,6 +5712,13 @@ __metadata: languageName: node linkType: hard +"cookie@npm:^1.0.1": + version: 1.0.2 + resolution: "cookie@npm:1.0.2" + checksum: 2c5a6214147ffa7135ce41860c781de17e93128689b0d080d3116468274b3593b607bcd462ac210d3a61f081db3d3b09ae106e18d60b1f529580e95cf2db8a55 + languageName: node + linkType: hard + "copy@npm:0.3.2": version: 0.3.2 resolution: "copy@npm:0.3.2" @@ -11561,6 +11575,24 @@ __metadata: languageName: node linkType: hard +"react-router@npm:7.0.1": + version: 7.0.1 + resolution: "react-router@npm:7.0.1" + dependencies: + "@types/cookie": ^0.6.0 + cookie: ^1.0.1 + set-cookie-parser: ^2.6.0 + turbo-stream: 2.4.0 + peerDependencies: + react: ">=18" + react-dom: ">=18" + peerDependenciesMeta: + react-dom: + optional: true + checksum: 13110d762ce07062b3cfd7097bc2625bfd7df4485836d281338182dd0066517ceb9e9da6bf5dd1070e18fe593f8975031207995c277a4b6fc404b62ba51c91cc + languageName: node + linkType: hard + "react-select@npm:5.7.7": version: 5.7.7 resolution: "react-select@npm:5.7.7" @@ -12262,6 +12294,13 @@ __metadata: languageName: node linkType: hard +"set-cookie-parser@npm:^2.6.0": + version: 2.7.1 + resolution: "set-cookie-parser@npm:2.7.1" + checksum: 2ef8b351094712f8f7df6d63ed4b10350b24a5b515772690e7dec227df85fcef5bc451c7765f484fd9f36694ece5438d1456407d017f237d0d3351d7dbbd3587 + languageName: node + linkType: hard + "set-function-length@npm:^1.1.1": version: 1.2.0 resolution: "set-function-length@npm:1.2.0" @@ -13280,6 +13319,13 @@ __metadata: languageName: node linkType: hard +"turbo-stream@npm:2.4.0": + version: 2.4.0 + resolution: "turbo-stream@npm:2.4.0" + checksum: e36f52ed40589f01bede79757a143bef484914d579927235be1fd0c205618994cb5779a39ff8c2a80a87a1464d05771cd75320a9412b15bca03c7ff432e3cdf7 + languageName: node + linkType: hard + "type-check@npm:^0.4.0, type-check@npm:~0.4.0": version: 0.4.0 resolution: "type-check@npm:0.4.0" @@ -14197,7 +14243,7 @@ __metadata: react: 18.3.1 react-dom: 18.3.1 react-i18next: 11.18.6 - react-router: 6.28.0 + react-router: 7.0.1 react-router-dom: 6.28.0 simple-git: 3.27.0 sort-json: 2.0.1 From 2f2e3d9b491f7f69a0e500146fd2808d83c164d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:32:21 +0000 Subject: [PATCH 21/39] chore: Bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0 (#5115) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.14.0 to 8.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 100 ++++++++++++++++++++++++++++----------------------- 2 files changed, 57 insertions(+), 45 deletions(-) diff --git a/package.json b/package.json index 8eec12e358..a5345ea274 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/react-dom": "18.3.1", "@types/react-router-dom": "5.3.3", "@types/webpack-env": "1.18.5", - "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/eslint-plugin": "8.15.0", "@typescript-eslint/parser": "7.17.0", "@wireapp/copy-config": "2.2.10", "@wireapp/eslint-config": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 8fdc5efafe..a717e0875e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3708,15 +3708,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.14.0" +"@typescript-eslint/eslint-plugin@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.15.0" dependencies: "@eslint-community/regexpp": ^4.10.0 - "@typescript-eslint/scope-manager": 8.14.0 - "@typescript-eslint/type-utils": 8.14.0 - "@typescript-eslint/utils": 8.14.0 - "@typescript-eslint/visitor-keys": 8.14.0 + "@typescript-eslint/scope-manager": 8.15.0 + "@typescript-eslint/type-utils": 8.15.0 + "@typescript-eslint/utils": 8.15.0 + "@typescript-eslint/visitor-keys": 8.15.0 graphemer: ^1.4.0 ignore: ^5.3.1 natural-compare: ^1.4.0 @@ -3727,7 +3727,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 5ba1dc4eef2fcf8edfe878a5f254ff2dde882f996cfc66312ccd66c54da701a7f3b79c27e3935569b428f1b397c5b3475cd9202ce253bc30aa343a70bfea2c03 + checksum: 72e9726bf99f8c8c163c59fbbdaad1654f7c9e58d669e87befe84c1d32f11b372047d853f6eba8a56f4af3fc6beab070e89e8239c633ddd7334641c11b054905 languageName: node linkType: hard @@ -3769,28 +3769,30 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/scope-manager@npm:8.14.0" +"@typescript-eslint/scope-manager@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/scope-manager@npm:8.15.0" dependencies: - "@typescript-eslint/types": 8.14.0 - "@typescript-eslint/visitor-keys": 8.14.0 - checksum: 9c4011771e6795d00328ebfb70b1cdfc706139f0803244adf4bdf46bea5033f1508a0e19136f1d3743eb2c6b5b23d3af6de2b79db8317147c300f61a3335788e + "@typescript-eslint/types": 8.15.0 + "@typescript-eslint/visitor-keys": 8.15.0 + checksum: a7f89a2ee39d0abeed5f18f675e152032d968110e7bfc3c08ed71ada1d9e7fd5addb8f3c4f6871da0016c859141a6c36f16a9c0ff85d63f94740f1d182123b06 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/type-utils@npm:8.14.0" +"@typescript-eslint/type-utils@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/type-utils@npm:8.15.0" dependencies: - "@typescript-eslint/typescript-estree": 8.14.0 - "@typescript-eslint/utils": 8.14.0 + "@typescript-eslint/typescript-estree": 8.15.0 + "@typescript-eslint/utils": 8.15.0 debug: ^4.3.4 ts-api-utils: ^1.3.0 + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 5717b26ddf285be0f1caf7877592c58bff6dfe2ba184bb28cd9e8f1546f68557d5a5d8719cd402cfb5f228666a6c24f0713b06a102b05ebeb00fb82c7c4582ee + checksum: 42f150749caa5d6a517ff3d68845a238c296a6ac4cdcee55bd2ed2eaf089e423bded9ee0337cd43ebaab2ed648df93670624c39555b610023e61755c16cda827 languageName: node linkType: hard @@ -3808,10 +3810,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/types@npm:8.14.0" - checksum: 032f1adb483a7e306ba31042afbfc219ff8471458f33529e2a1124feb7b6bfad6c7feac5c4ff07320eda5d1019ac4aa634036716f16cf6e25d4fdf0f755764e1 +"@typescript-eslint/types@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/types@npm:8.15.0" + checksum: e44b3bbb928dfa56a982a74fda463338520a31696665c38714d40c2c1fe92fdc6cae4eff3d90b8d28c5d2d814e492042282959c3cbe6c01a773990daa1a64712 languageName: node linkType: hard @@ -3853,12 +3855,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.14.0" +"@typescript-eslint/typescript-estree@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.15.0" dependencies: - "@typescript-eslint/types": 8.14.0 - "@typescript-eslint/visitor-keys": 8.14.0 + "@typescript-eslint/types": 8.15.0 + "@typescript-eslint/visitor-keys": 8.15.0 debug: ^4.3.4 fast-glob: ^3.3.2 is-glob: ^4.0.3 @@ -3868,21 +3870,24 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 9412bd801fb45dd3a778f030afd871e2c5010bbd7d4bf54cb2f6e2fecaabb7e2d94960e306737b8ad48a9a0a04297e43aee03741977ecceb3a713560f5927e5a + checksum: 4adfa103ec28ccc5ad7783f0ead2de495fb3510a8fbc8779af83908124163ed07ecfd60bca8f53cde8f88420091b5bfde953ec39461f6560d6bf35e048c94ed2 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/utils@npm:8.14.0" +"@typescript-eslint/utils@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/utils@npm:8.15.0" dependencies: "@eslint-community/eslint-utils": ^4.4.0 - "@typescript-eslint/scope-manager": 8.14.0 - "@typescript-eslint/types": 8.14.0 - "@typescript-eslint/typescript-estree": 8.14.0 + "@typescript-eslint/scope-manager": 8.15.0 + "@typescript-eslint/types": 8.15.0 + "@typescript-eslint/typescript-estree": 8.15.0 peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 7c432f2e29f94e6d4a3303bf841f6e3fbbf708c697df4506c9037d0be6379090b0a6d1a077dda43a27850a6bd2bfd5cb523b15450e3025b301ce24ef41b19251 + peerDependenciesMeta: + typescript: + optional: true + checksum: 0101e0a09e9e31b484650f51b5bd2673e16df552d6763cea183112ceb3283da602dbeff4c6de1c17d8b5b1591114a438a489bd52f80804e4721cb6308c6bf52f languageName: node linkType: hard @@ -3920,13 +3925,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.14.0" +"@typescript-eslint/visitor-keys@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.15.0" dependencies: - "@typescript-eslint/types": 8.14.0 - eslint-visitor-keys: ^3.4.3 - checksum: 5f1279bf7cd830ed96a2769b3f27d6102bce630fc4f72c03fee92d06c599ce4e35b9648d0643d7bc9f2613d6587104731c97126bb23805548717bf99854f1094 + "@typescript-eslint/types": 8.15.0 + eslint-visitor-keys: ^4.2.0 + checksum: 393a5ff4e796224a8950c18ac7db9bfa1ca50bed4e0d5d6f521dc0f8c65d55c6ddca5da5926f61a4af3aa51f7f0eb195e27f4b414a1daf9b0fac88d4d69cf0f3 languageName: node linkType: hard @@ -7040,6 +7045,13 @@ __metadata: languageName: node linkType: hard +"eslint-visitor-keys@npm:^4.2.0": + version: 4.2.0 + resolution: "eslint-visitor-keys@npm:4.2.0" + checksum: 779c604672b570bb4da84cef32f6abb085ac78379779c1122d7879eade8bb38ae715645324597cf23232d03cef06032c9844d25c73625bc282a5bfd30247e5b5 + languageName: node + linkType: hard + "eslint@npm:8.57.0": version: 8.57.0 resolution: "eslint@npm:8.57.0" @@ -14200,7 +14212,7 @@ __metadata: "@types/react-dom": 18.3.1 "@types/react-router-dom": 5.3.3 "@types/webpack-env": 1.18.5 - "@typescript-eslint/eslint-plugin": 8.14.0 + "@typescript-eslint/eslint-plugin": 8.15.0 "@typescript-eslint/parser": 7.17.0 "@wireapp/api-client": 27.10.1 "@wireapp/commons": 5.2.13 From 1adc983e637517352f77c3fd2df2980b98c72028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:33:43 +0000 Subject: [PATCH 22/39] chore: Bump @wireapp/react-ui-kit from 9.26.2 to 9.26.3 (#5116) Bumps [@wireapp/react-ui-kit](https://github.com/wireapp/wire-web-packages) from 9.26.2 to 9.26.3. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.26.2...@wireapp/react-ui-kit@9.26.3) --- updated-dependencies: - dependency-name: "@wireapp/react-ui-kit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a5345ea274..e257180c81 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@wireapp/api-client": "27.10.1", "@wireapp/commons": "5.2.13", - "@wireapp/react-ui-kit": "9.26.2", + "@wireapp/react-ui-kit": "9.26.3", "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", diff --git a/yarn.lock b/yarn.lock index a717e0875e..8bbb804689 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4226,9 +4226,9 @@ __metadata: languageName: node linkType: hard -"@wireapp/react-ui-kit@npm:9.26.2": - version: 9.26.2 - resolution: "@wireapp/react-ui-kit@npm:9.26.2" +"@wireapp/react-ui-kit@npm:9.26.3": + version: 9.26.3 + resolution: "@wireapp/react-ui-kit@npm:9.26.3" dependencies: "@types/color": 3.0.6 color: 4.2.3 @@ -4243,7 +4243,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: bc56db9288120fc32c12f9d9e4f7d85adc2e39de8368301b4837e9db312e08b688a681a115f599b6ddeb757ffe0178a9b84506c208beb1790bc02d1e6982b72e + checksum: 41736f71de8a6307f43fadab57a4bf04f6de5a8862b23e81c97a2d571ef0ebfd72d519afed85c66f609d7c3c1b521efbf9ad0ffb8e51b563ad0624c3d588eaf7 languageName: node linkType: hard @@ -14218,7 +14218,7 @@ __metadata: "@wireapp/commons": 5.2.13 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 - "@wireapp/react-ui-kit": 9.26.2 + "@wireapp/react-ui-kit": 9.26.3 adm-zip: 0.5.16 babel-eslint: 10.1.0 babel-loader: 8.2.5 From 944fe341ddfa90c8fe2455870b8828f5ed149de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:34:54 +0000 Subject: [PATCH 23/39] chore: Bump i18next from 23.16.5 to 24.0.0 (#5119) Bumps [i18next](https://github.com/i18next/i18next) from 23.16.5 to 24.0.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.5...v24.0.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e257180c81..de7f79377a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", - "i18next": "23.16.5", + "i18next": "24.0.0", "i18next-browser-languagedetector": "8.0.0", "i18next-react-postprocessor": "3.1.0", "jest-environment-jsdom": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 8bbb804689..47545ede41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8407,12 +8407,17 @@ __metadata: languageName: node linkType: hard -"i18next@npm:23.16.5": - version: 23.16.5 - resolution: "i18next@npm:23.16.5" +"i18next@npm:24.0.0": + version: 24.0.0 + resolution: "i18next@npm:24.0.0" dependencies: "@babel/runtime": ^7.23.2 - checksum: c0b483a3e6f9118654d243c7a39e2ccd4a8f5b32b6df90d9626cedb2916703aaaea98b15ad40e78fc399e9d3a818b85e538697250e9b7561fb91843627f5b428 + peerDependencies: + typescript: ^5 + peerDependenciesMeta: + typescript: + optional: true + checksum: 35f92b14e6d6547cbde314a2f07d23a0bf4a6a59ecee458ed2aa005f2bfa37621eedf6a89369f872dfb68725bbb6f32193612c22b0100d2307ab4f7e46ee71d9 languageName: node linkType: hard @@ -14242,7 +14247,7 @@ __metadata: fs-extra: 11.2.0 generate-changelog: 1.8.0 husky: 4.3.8 - i18next: 23.16.5 + i18next: 24.0.0 i18next-browser-languagedetector: 8.0.0 i18next-react-postprocessor: 3.1.0 i18next-scanner: 4.6.0 From 592bd91bcc02920890578f9fde8808748246e620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:38:02 +0000 Subject: [PATCH 24/39] chore: Bump @wireapp/commons from 5.2.13 to 5.3.0 (#5114) Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 5.2.13 to 5.3.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.2.13...@wireapp/commons@5.3.0) --- updated-dependencies: - dependency-name: "@wireapp/commons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index de7f79377a..ffa0a5c10c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@wireapp/api-client": "27.10.1", - "@wireapp/commons": "5.2.13", + "@wireapp/commons": "5.3.0", "@wireapp/react-ui-kit": "9.26.3", "core-js": "3.39.0", "dotenv": "16.4.5", diff --git a/yarn.lock b/yarn.lock index 47545ede41..7981216af9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4147,19 +4147,7 @@ __metadata: languageName: node linkType: hard -"@wireapp/commons@npm:5.2.13": - version: 5.2.13 - resolution: "@wireapp/commons@npm:5.2.13" - dependencies: - ansi-regex: 5.0.1 - fs-extra: 11.2.0 - logdown: 3.3.1 - platform: 1.3.6 - checksum: 1a330c3dfa7a6e859135bd50dec231682592e11e5b17b5614ef0a4d5ac40d9251ed0fd11cd896663cfd5375f23a49bd18f8018d0cfe380f33bf34cc2bc89f98f - languageName: node - linkType: hard - -"@wireapp/commons@npm:^5.3.0": +"@wireapp/commons@npm:5.3.0, @wireapp/commons@npm:^5.3.0": version: 5.3.0 resolution: "@wireapp/commons@npm:5.3.0" dependencies: @@ -14220,7 +14208,7 @@ __metadata: "@typescript-eslint/eslint-plugin": 8.15.0 "@typescript-eslint/parser": 7.17.0 "@wireapp/api-client": 27.10.1 - "@wireapp/commons": 5.2.13 + "@wireapp/commons": 5.3.0 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 "@wireapp/react-ui-kit": 9.26.3 From b7c2e9872908f52747ff2ba276d8e5ae854aa81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 02:00:34 +0000 Subject: [PATCH 25/39] chore: Bump @wireapp/commons from 5.2.13 to 5.3.0 in /server (#5120) Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 5.2.13 to 5.3.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.2.13...@wireapp/commons@5.3.0) --- updated-dependencies: - dependency-name: "@wireapp/commons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/package.json b/server/package.json index 669bbbcebf..b2ca3aea56 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@wireapp/commons": "5.2.13", + "@wireapp/commons": "5.3.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", "express": "4.21.1", diff --git a/server/yarn.lock b/server/yarn.lock index f71c4e10f1..5bbdc7121d 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -1981,15 +1981,15 @@ __metadata: languageName: node linkType: hard -"@wireapp/commons@npm:5.2.13": - version: 5.2.13 - resolution: "@wireapp/commons@npm:5.2.13" +"@wireapp/commons@npm:5.3.0": + version: 5.3.0 + resolution: "@wireapp/commons@npm:5.3.0" dependencies: ansi-regex: 5.0.1 fs-extra: 11.2.0 logdown: 3.3.1 platform: 1.3.6 - checksum: 1a330c3dfa7a6e859135bd50dec231682592e11e5b17b5614ef0a4d5ac40d9251ed0fd11cd896663cfd5375f23a49bd18f8018d0cfe380f33bf34cc2bc89f98f + checksum: 9a6e31139282f57b73c2952ee92fa0540b0b9f139e18dd9f6f91df765a186633cf8aef25b1cd5a3b1f25caf9e77f6c6e214f708440af8667e7ad0bb6737693e9 languageName: node linkType: hard @@ -6277,7 +6277,7 @@ __metadata: "@types/helmet": 4.0.0 "@types/moment": 2.13.0 "@types/uuid": 9.0.8 - "@wireapp/commons": 5.2.13 + "@wireapp/commons": 5.3.0 cross-env: 7.0.3 dotenv: 16.4.5 dotenv-extended: 2.9.0 From eef4f846ecd5e1e2213eadff935884d965bfe88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 02:01:26 +0000 Subject: [PATCH 26/39] chore: Bump typescript from 5.6.3 to 5.7.2 in /server (#5121) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/server/package.json b/server/package.json index b2ca3aea56..d628c11977 100644 --- a/server/package.json +++ b/server/package.json @@ -36,7 +36,7 @@ "opn": "6.0.0", "prettier": "3.3.3", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "webpack-dev-middleware": "7.4.2", "webpack-hot-middleware": "2.26.1" }, diff --git a/server/yarn.lock b/server/yarn.lock index 5bbdc7121d..970471e619 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -6011,23 +6011,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5.6.3": - version: 5.6.3 - resolution: "typescript@npm:5.6.3" +"typescript@npm:5.7.2": + version: 5.7.2 + resolution: "typescript@npm:5.7.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a + checksum: b55300c4cefee8ee380d14fa9359ccb41ff8b54c719f6bc49b424899d662a5ce62ece390ce769568c7f4d14af844085255e63788740084444eb12ef423b13433 languageName: node linkType: hard -"typescript@patch:typescript@5.6.3#~builtin": - version: 5.6.3 - resolution: "typescript@patch:typescript@npm%3A5.6.3#~builtin::version=5.6.3&hash=85af82" +"typescript@patch:typescript@5.7.2#~builtin": + version: 5.7.2 + resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin::version=5.7.2&hash=85af82" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: ade87bce2363ee963eed0e4ca8a312ea02c81873ebd53609bc3f6dc0a57f6e61ad7e3fb8cbb7f7ab8b5081cbee801b023f7c4823ee70b1c447eae050e6c7622b + checksum: 803430c6da2ba73c25a21880d8d4f08a56d9d2444e6db2ea949ac4abceeece8e4a442b7b9b585db7d8a0b47ebda2060e45fe8ee8b8aca23e27ec1d4844987ee6 languageName: node linkType: hard @@ -6299,7 +6299,7 @@ __metadata: pm2: 5.4.3 prettier: 3.3.3 rimraf: 6.0.1 - typescript: 5.6.3 + typescript: 5.7.2 uuid: 11.0.3 webpack-dev-middleware: 7.4.2 webpack-hot-middleware: 2.26.1 From 487047e8648ad75d64e09ef42a11e901059ce30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:51:24 +0000 Subject: [PATCH 27/39] chore: Bump crowdin/github-action from 2.3.0 to 2.4.0 (#5122) Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sync_translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_translations.yml b/.github/workflows/sync_translations.yml index d1599d0f59..3d1ce59f8d 100644 --- a/.github/workflows/sync_translations.yml +++ b/.github/workflows/sync_translations.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Download translations - uses: crowdin/github-action@v2.3.0 + uses: crowdin/github-action@v2.4.0 env: GITHUB_TOKEN: ${{github.token}} CROWDIN_PROJECT_ID: 342361 From 3e49193b070c59207ee9d2cc6780addc90b7c853 Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Thu, 28 Nov 2024 10:03:34 +0100 Subject: [PATCH 28/39] fix: update migration pages font color [WPB-14460] (#5123) --- src/script/page/migration/styles.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/script/page/migration/styles.ts b/src/script/page/migration/styles.ts index fb29b4c204..b19e1c2cff 100644 --- a/src/script/page/migration/styles.ts +++ b/src/script/page/migration/styles.ts @@ -21,7 +21,6 @@ import {CSSObject} from '@emotion/react'; import {COLOR_V2, QUERY, QueryKeys} from '@wireapp/react-ui-kit'; export const headerCss: CSSObject = { - color: COLOR_V2.GRAY_90, fontSize: '3rem', display: 'block', textAlign: 'center', @@ -32,7 +31,6 @@ export const headerCss: CSSObject = { }; export const loginSubHeaderCss: CSSObject = { - color: COLOR_V2.GRAY_70, lineHeight: '2.5rem', margin: '5rem 0', fontSize: '1.75rem', @@ -101,7 +99,6 @@ export const termsListCss: CSSObject = { export const termsListItemCss: CSSObject = { fontSize: '1.25rem', lineHeight: '1.75rem', - color: COLOR_V2.GRAY_70, [QUERY[QueryKeys.TABLET_DOWN]]: { fontSize: '1rem', }, @@ -118,7 +115,6 @@ export const termsContentWarningBox: CSSObject = { export const termsContentWarningBoxContent: CSSObject = { fontSize: '1.25rem', lineHeight: '1.75rem', - color: COLOR_V2.GRAY_90, [QUERY[QueryKeys.TABLET_DOWN]]: { fontSize: '1rem', }, @@ -136,7 +132,6 @@ export const termsContentBlueBoxContent: CSSObject = { marginLeft: '1.5rem', fontSize: '1.25rem', lineHeight: '1.75rem', - color: COLOR_V2.GRAY_80, textTransform: 'none', [QUERY[QueryKeys.TABLET_DOWN]]: { fontSize: '1rem', @@ -148,7 +143,7 @@ export const forgotPasswordCss: CSSObject = { marginTop: '-0.25rem', marginBottom: '0.75rem', '& a:link': { - color: COLOR_V2.GRAY_60, + color: COLOR_V2.BLACK, }, }; From adcdcffdf48d363b3e86ea15a9d630e1f507bfe6 Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Fri, 29 Nov 2024 12:56:34 +0100 Subject: [PATCH 29/39] feat: add countly event tracking for migration flow [WPB-11317] (#5124) * feat: add countly event tracking for migration flow [WPB-11317] * PR feedback changes * revert unwanted change --- package.json | 5 +- server/Server.ts | 1 + server/ServerConfig.ts | 2 + server/bin/copy_server_assets.js | 6 ++ server/config.ts | 2 + server/templates/index.hbs | 4 +- src/script/Environment.ts | 4 + src/script/Root.tsx | 3 + .../page/migration/AcceptInvitation.tsx | 19 +++- .../page/migration/ConfirmInvitation.tsx | 15 +++- .../page/migration/TermsAcknowledgement.tsx | 18 +++- src/script/page/migration/Welcome.tsx | 28 ++++-- src/script/util/Tracking/Tracking.ts | 90 +++++++++++++++++++ src/script/util/Tracking/constants.ts | 21 +++++ src/script/util/Tracking/types.ts | 43 +++++++++ yarn.lock | 35 ++++++++ 16 files changed, 284 insertions(+), 12 deletions(-) create mode 100644 src/script/util/Tracking/Tracking.ts create mode 100644 src/script/util/Tracking/constants.ts create mode 100644 src/script/util/Tracking/types.ts diff --git a/package.json b/package.json index ffa0a5c10c..feca4bd44b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "@wireapp/api-client": "27.10.1", "@wireapp/commons": "5.3.0", "@wireapp/react-ui-kit": "9.26.3", + "@wireapp/telemetry": "0.1.2", "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", @@ -14,7 +15,8 @@ "react-dom": "18.3.1", "react-i18next": "11.18.6", "react-router": "7.0.1", - "react-router-dom": "6.28.0" + "react-router-dom": "6.28.0", + "uuid": "11.0.3" }, "devDependencies": { "@babel/core": "7.26.0", @@ -31,6 +33,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/react-router-dom": "5.3.3", + "@types/uuid": "10.0.0", "@types/webpack-env": "1.18.5", "@typescript-eslint/eslint-plugin": "8.15.0", "@typescript-eslint/parser": "7.17.0", diff --git a/server/Server.ts b/server/Server.ts index b17993e8e5..04c660594a 100644 --- a/server/Server.ts +++ b/server/Server.ts @@ -191,6 +191,7 @@ class Server { this.app.get('/favicon.ico', (_req, res) => res.sendFile(path.join(__dirname, 'img', 'favicon.ico'))); this.app.get('/robots.txt', (_req, res) => res.sendFile(path.join(__dirname, 'robots', 'robots.txt'))); this.app.use('/script', express.static(path.join(__dirname, 'static', 'script'))); + this.app.use('/libs', express.static(path.join(__dirname, 'libs'))); } initTemplateEngine(): void { diff --git a/server/ServerConfig.ts b/server/ServerConfig.ts index abc0eebe8f..82083e46ab 100644 --- a/server/ServerConfig.ts +++ b/server/ServerConfig.ts @@ -48,6 +48,8 @@ export interface ServerConfig { URL_TERMS_OF_USE_TEAMS: string; URL_SUPPORT_BACKUP_HISTORY: string; }; + COUNTLY_SERVER_URL: string; + COUNTLY_API_KEY: string; VERSION: string; }; COMMIT: string; diff --git a/server/bin/copy_server_assets.js b/server/bin/copy_server_assets.js index f7591357ec..0ed104fdab 100755 --- a/server/bin/copy_server_assets.js +++ b/server/bin/copy_server_assets.js @@ -24,9 +24,15 @@ const path = require('path'); const srcFolder = '../'; const distFolder = '../dist/'; +const npmModulesFolder = '../../node_modules/'; const assetFolders = ['.ebextensions/', 'img/', 'robots/', 'templates/', 'certificate']; assetFolders.forEach(assetFolder => { fs.copySync(path.resolve(__dirname, srcFolder, assetFolder), path.resolve(__dirname, distFolder, assetFolder)); }); + +fs.copySync( + path.resolve(__dirname, npmModulesFolder, '@wireapp/telemetry/lib/embed.js'), + path.resolve(__dirname, distFolder, 'libs/wire/telemetry/embed.js'), +); diff --git a/server/config.ts b/server/config.ts index cc6928f09d..fc97b326a4 100644 --- a/server/config.ts +++ b/server/config.ts @@ -134,6 +134,8 @@ const config: ServerConfig = { URL_SUPPORT_BACKUP_HISTORY: process.env.URL_SUPPORT_BACKUP_HISTORY, }, VERSION: readFile(VERSION_FILE, '0.0.0'), + COUNTLY_SERVER_URL: process.env.COUNTLY_SERVER_URL, + COUNTLY_API_KEY: process.env.COUNTLY_API_KEY, }, COMMIT: readFile(COMMIT_FILE, ''), PIWIK_HOSTNAME: process.env.PIWIK_HOSTNAME, diff --git a/server/templates/index.hbs b/server/templates/index.hbs index 259601c82e..128a8e58b9 100644 --- a/server/templates/index.hbs +++ b/server/templates/index.hbs @@ -17,7 +17,9 @@ - + {{#if config.CLIENT.COUNTLY_API_KEY}} + + {{/if}} Wire diff --git a/src/script/Environment.ts b/src/script/Environment.ts index 4f77dc892d..a3d8cb476f 100644 --- a/src/script/Environment.ts +++ b/src/script/Environment.ts @@ -33,6 +33,8 @@ declare global { NEW_PASSWORD_MINIMUM_LENGTH: number; RAYGUN_API_KEY: string; STRIPE_API_KEY: string; + COUNTLY_SERVER_URL: string; + COUNTLY_API_KEY: string; URL: { ACCOUNT_DELETE_SURVEY: string; DOWNLOAD_ANDROID_BASE: string; @@ -99,3 +101,5 @@ export const TEAMS_URL = window.wire.env.URL.TEAMS_BASE; export const WEBSITE_URL = window.wire.env.URL.WEBSITE_BASE; export const URL_SUPPORT_BACKUP_HISTORY = window.wire.env.URL.URL_SUPPORT_BACKUP_HISTORY; export const URL_TERMS_OF_USE_TEAMS = window.wire.env.URL.URL_TERMS_OF_USE_TEAMS; +export const COUNTLY_SERVER_URL = window.wire.env.COUNTLY_SERVER_URL; +export const COUNTLY_API_KEY = window.wire.env.COUNTLY_API_KEY; diff --git a/src/script/Root.tsx b/src/script/Root.tsx index da97b81593..7c05e345ec 100644 --- a/src/script/Root.tsx +++ b/src/script/Root.tsx @@ -27,6 +27,7 @@ import {TermsAcknowledgement} from './page/migration/TermsAcknowledgement'; import {ConfirmInvitation} from './page/migration/ConfirmInvitation'; import {Welcome} from './page/migration/Welcome'; import {AcceptInvitation} from './page/migration/AcceptInvitation'; +import {initializeTelemetry} from './util/Tracking/Tracking'; const LazyIndex = lazy(() => import('./page/Index')); const LazyDeleteAccount = lazy(() => import('./page/DeleteAccount')); @@ -45,6 +46,8 @@ const Root = () => { const hlParam = queryParams.get(QUERY_KEY.LANG); const userLocale = navigator.languages?.length ? navigator.languages[0] : navigator.language; + initializeTelemetry(); + if (!hlParam && !userLocale.includes('en')) { queryParams.set(QUERY_KEY.LANG, userLocale); window.history.pushState(null, '', `?${queryParams.toString()}`); diff --git a/src/script/page/migration/AcceptInvitation.tsx b/src/script/page/migration/AcceptInvitation.tsx index 8d596a7cd6..85ce2394e2 100644 --- a/src/script/page/migration/AcceptInvitation.tsx +++ b/src/script/page/migration/AcceptInvitation.tsx @@ -40,6 +40,8 @@ import {useTranslation} from 'react-i18next'; import {LoginData} from '@wireapp/api-client/lib/auth'; import {ClientType} from '@wireapp/api-client/lib/client'; import {useActionContext} from 'script/module/action'; +import {reportEvent} from 'script/util/Tracking/Tracking'; +import {EventName, SegmentationKey, SegmentationValue} from 'script/util/Tracking/types'; export const AcceptInvitation = () => { const [searchParams] = useSearchParams(); @@ -54,7 +56,15 @@ export const AcceptInvitation = () => { const code = searchParams.get(QUERY_KEY.TEAM_CODE); const cachedCode = getTeamInvitationCode(); + const trackEvent = (step: SegmentationValue) => { + reportEvent(EventName.USER_MIGRATION_LOGIN, { + [SegmentationKey.STEP]: step, + }); + }; + useEffect(() => { + trackEvent(SegmentationValue.OPENED); + if (!code && !cachedCode) { navigate(ROUTE.HOME); } @@ -75,6 +85,7 @@ export const AcceptInvitation = () => { const handleLogin = async (event: FormEvent) => { event.preventDefault(); setError(''); + trackEvent(SegmentationValue.CONTINUE_CLICKED); const login: LoginData = { clientType: ClientType.PERMANENT, @@ -116,6 +127,7 @@ export const AcceptInvitation = () => { title={t('invitationPagLoginLabel')} value={email} data-uie-name="enter-login-identifier" + onBlur={() => trackEvent(SegmentationValue.EMAIL_ENTERED)} /> { type="password" value={password} data-uie-name="enter-login-password" + onBlur={() => trackEvent(SegmentationValue.PASSWORD_ENTERED)} />
- + trackEvent(SegmentationValue.PASSWORD_FORGOTTEN)} + data-uie-name="go-forgot-password" + > {t('forgotPassword')}
diff --git a/src/script/page/migration/ConfirmInvitation.tsx b/src/script/page/migration/ConfirmInvitation.tsx index 4b35187e84..e617668dad 100644 --- a/src/script/page/migration/ConfirmInvitation.tsx +++ b/src/script/page/migration/ConfirmInvitation.tsx @@ -30,12 +30,14 @@ import { useMatchMedia, } from '@wireapp/react-ui-kit'; import {loginContainerCss, loginSubHeaderCss, headerCss, forgotPasswordCss, buttonCss} from './styles'; -import React, {useState} from 'react'; +import React, {useEffect, useState} from 'react'; import {ROUTE} from 'script/route'; import {useNavigate} from 'react-router-dom'; import {getTeamInvitationCode, removeTeamInvitationCode} from './utils'; import {useTranslation} from 'react-i18next'; import {useActionContext} from 'script/module/action'; +import {reportEvent} from 'script/util/Tracking/Tracking'; +import {EventName, SegmentationKey, SegmentationValue} from 'script/util/Tracking/types'; export const ConfirmInvitation = () => { const isTablet = useMatchMedia(QUERY[QueryKeys.TABLET_DOWN]); @@ -48,8 +50,14 @@ export const ConfirmInvitation = () => { const [loading, setLoading] = useState(false); const code = getTeamInvitationCode(); + const trackEvent = (step: SegmentationValue) => { + reportEvent(EventName.USER_MIGRATION_CONFIRMATION, { + [SegmentationKey.STEP]: step, + }); + }; const handleSubmit = (event: any) => { event.preventDefault(); + trackEvent(SegmentationValue.CONTINUE_CLICKED); setLoading(true); teamAction .acceptInvitation({ @@ -68,6 +76,10 @@ export const ConfirmInvitation = () => { }); }; + useEffect(() => { + trackEvent(SegmentationValue.OPENED); + }, []); + return (
{isTablet && } @@ -86,6 +98,7 @@ export const ConfirmInvitation = () => { type="password" value={password} data-uie-name="enter-login-password" + onBlur={() => trackEvent(SegmentationValue.PASSWORD_ENTERED)} />
diff --git a/src/script/page/migration/TermsAcknowledgement.tsx b/src/script/page/migration/TermsAcknowledgement.tsx index a36f26b787..836ebcdea1 100644 --- a/src/script/page/migration/TermsAcknowledgement.tsx +++ b/src/script/page/migration/TermsAcknowledgement.tsx @@ -54,6 +54,8 @@ import {useTranslation} from 'react-i18next'; import MarkupTranslation from 'script/component/MarkupTranslation'; import {useActionContext} from 'script/module/action'; import {getTeamInvitationCode} from './utils'; +import {reportEvent} from 'script/util/Tracking/Tracking'; +import {EventName, SegmentationKey, SegmentationValue} from 'script/util/Tracking/types'; export const TermsAcknowledgement = () => { const navigate = useNavigate(); @@ -66,7 +68,14 @@ export const TermsAcknowledgement = () => { const [isTermOfUseAccepted, setIsTermOfUseAccepted] = useState(false); const [inviterEmail, setInviterEmail] = useState(''); + const trackEvent = (step: SegmentationValue) => { + reportEvent(EventName.USER_MIGRATION_TERMS_ACKNOWLEDGEMENT, { + [SegmentationKey.STEP]: step, + }); + }; + useEffect(() => { + trackEvent(SegmentationValue.OPENED); teamAction .getInvitationInfo(code) .then(res => { @@ -83,6 +92,11 @@ export const TermsAcknowledgement = () => { ); } + const handleSubmit = () => { + navigate(ROUTE.CONFIRM_INVITATION); + trackEvent(SegmentationValue.CONTINUE_CLICKED); + }; + return (
{isTablet && ( @@ -141,6 +155,7 @@ export const TermsAcknowledgement = () => { checked={isMigrationAccepted} onChange={(event: React.ChangeEvent) => { setIsMigrationAccepted(event.target.checked); + trackEvent(SegmentationValue.AGREE_MIGRATION_TERMS_CHECK); }} id="do-accept-migration" data-uie-name="do-accept-migration" @@ -152,6 +167,7 @@ export const TermsAcknowledgement = () => { checked={isTermOfUseAccepted} onChange={(event: React.ChangeEvent) => { setIsTermOfUseAccepted(event.target.checked); + trackEvent(SegmentationValue.AGREE_TOC_CHECK); }} id="do-accept-terms" data-uie-name="do-accept-terms" @@ -166,7 +182,7 @@ export const TermsAcknowledgement = () => {
{isOwner(selfMember.permissions) && ( @@ -118,7 +132,7 @@ export const Welcome = () => { data-uie-name="do-go-to-team-management" block variant={ButtonVariant.SECONDARY} - onClick={() => secureOpen(EXTERNAL_ROUTE.TEAM_SETTINGS)} + onClick={handleTMOpen} > {t('welcomePageTMOpenText')} diff --git a/src/script/util/Tracking/Tracking.ts b/src/script/util/Tracking/Tracking.ts new file mode 100644 index 0000000000..43c3adaa36 --- /dev/null +++ b/src/script/util/Tracking/Tracking.ts @@ -0,0 +1,90 @@ +/* + * Wire + * Copyright (C) 2024 Wire Swiss GmbH + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. + * + */ + +import {APP_NAME, COUNTLY_API_KEY, COUNTLY_SERVER_URL, VERSION} from 'script/Environment'; +import * as telemetry from '@wireapp/telemetry'; +import {v4 as createUUID} from 'uuid'; +import {EventName, SegmentationKey} from './types'; +import {REPORTING_DEVICE_ID} from './constants'; + +let isProductReportingActivated = false; + +const getDeviceId = () => { + const deviceIdFromStorage = window.localStorage.getItem(REPORTING_DEVICE_ID); + + if (!deviceIdFromStorage) { + const newDeviceId = createUUID(); + window.localStorage.setItem(REPORTING_DEVICE_ID, newDeviceId); + return newDeviceId; + } + + return deviceIdFromStorage; +}; + +export const initializeTelemetry = () => { + if (!COUNTLY_SERVER_URL || !COUNTLY_API_KEY) { + return; + } + + if (!telemetry.isLoaded() || isProductReportingActivated) { + return; + } + + isProductReportingActivated = true; + + telemetry.initialize({ + appVersion: VERSION, + provider: { + apiKey: COUNTLY_API_KEY, + serverUrl: COUNTLY_SERVER_URL, + enableLogging: false, + autoClickTracking: true, + }, + }); + + telemetry.addAllConsentFeatures(); + + const deviceId = getDeviceId(); + + telemetry.changeDeviceId(deviceId); + telemetry.disableOfflineMode(deviceId); + + telemetry.beginSession(); + + window.addEventListener('beforeunload', () => { + telemetry.endSession(); + }); +}; + +export const reportEvent = (eventName: EventName, segmentation?: Record) => { + if (!isProductReportingActivated) { + return; + } + + const telemetryEvent: telemetry.TelemetryEvent = { + name: eventName, + segmentation: { + ...segmentation, + [SegmentationKey.APP]: APP_NAME, + [SegmentationKey.APP_VERSION]: VERSION, + }, + }; + + telemetry.trackEvent(telemetryEvent); +}; diff --git a/src/script/util/Tracking/constants.ts b/src/script/util/Tracking/constants.ts new file mode 100644 index 0000000000..f03ed616c6 --- /dev/null +++ b/src/script/util/Tracking/constants.ts @@ -0,0 +1,21 @@ +/* + * Wire + * Copyright (C) 2024 Wire Swiss GmbH + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. + * + */ + +export const REPORTING_DEVICE_ID = 'REPORTING_DEVICE_ID'; +export const APP_NAME = 'account'; diff --git a/src/script/util/Tracking/types.ts b/src/script/util/Tracking/types.ts new file mode 100644 index 0000000000..fecb946ff5 --- /dev/null +++ b/src/script/util/Tracking/types.ts @@ -0,0 +1,43 @@ +/* + * Wire + * Copyright (C) 2024 Wire Swiss GmbH + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. + * + */ + +export enum EventName { + USER_MIGRATION_LOGIN = 'user.migration_login', + USER_MIGRATION_CONFIRMATION = 'user.migration_confirmation', + USER_MIGRATION_TERMS_ACKNOWLEDGEMENT = 'user.migration_terms_acknowledgement', + USER_MIGRATION_WELCOME = 'user.migration_welcome', +} + +export enum SegmentationKey { + APP = 'app', + APP_VERSION = 'app_version', + STEP = 'step', +} + +export enum SegmentationValue { + OPENED = 'opened', + EMAIL_ENTERED = 'email_entered', + PASSWORD_ENTERED = 'password_entered', + CONTINUE_CLICKED = 'continue_clicked', + PASSWORD_FORGOTTEN = 'password_forgotten', + AGREE_MIGRATION_TERMS_CHECK = 'agree_migration_terms_check', + AGREE_TOC_CHECK = 'agree_toc_checked', + OPENED_WEB_APP = 'opened_web_app', + OPENED_TM = 'opened_tm', +} diff --git a/yarn.lock b/yarn.lock index 7981216af9..2c09835211 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3685,6 +3685,13 @@ __metadata: languageName: node linkType: hard +"@types/uuid@npm:10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 + languageName: node + linkType: hard + "@types/webpack-env@npm:1.18.5": version: 1.18.5 resolution: "@types/webpack-env@npm:1.18.5" @@ -4235,6 +4242,15 @@ __metadata: languageName: node linkType: hard +"@wireapp/telemetry@npm:0.1.2": + version: 0.1.2 + resolution: "@wireapp/telemetry@npm:0.1.2" + dependencies: + countly-sdk-web: 24.4.1 + checksum: 7b68979acc3d25a9ff80b2f043f9a9d58f189ea26a016a099083626f0bfb5973c1ced28d171df85cd75e85b195404046953015778110563ee234c7cda738791d + languageName: node + linkType: hard + "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" @@ -5797,6 +5813,13 @@ __metadata: languageName: node linkType: hard +"countly-sdk-web@npm:24.4.1": + version: 24.4.1 + resolution: "countly-sdk-web@npm:24.4.1" + checksum: f2c358790b11a7cdf4f438cbe0555120a8d65026032538fc592606ccb6c14d1ed30eb66323331338e7b81850d8ccd40ecacb0f20d7b03dd78ae746088985ad36 + languageName: node + linkType: hard + "create-jest@npm:^29.7.0": version: 29.7.0 resolution: "create-jest@npm:29.7.0" @@ -13750,6 +13773,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:11.0.3": + version: 11.0.3 + resolution: "uuid@npm:11.0.3" + bin: + uuid: dist/esm/bin/uuid + checksum: 646181c77e8b8df9bd07254faa703943e1c4d5ccde7d080312edf12f443f6c5750801fd9b27bf2e628594182165e6b1b880c0382538f7eca00b26622203741dc + languageName: node + linkType: hard + "v8-to-istanbul@npm:^9.0.1": version: 9.2.0 resolution: "v8-to-istanbul@npm:9.2.0" @@ -14204,6 +14236,7 @@ __metadata: "@types/react": 18.3.12 "@types/react-dom": 18.3.1 "@types/react-router-dom": 5.3.3 + "@types/uuid": 10.0.0 "@types/webpack-env": 1.18.5 "@typescript-eslint/eslint-plugin": 8.15.0 "@typescript-eslint/parser": 7.17.0 @@ -14212,6 +14245,7 @@ __metadata: "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 "@wireapp/react-ui-kit": 9.26.3 + "@wireapp/telemetry": 0.1.2 adm-zip: 0.5.16 babel-eslint: 10.1.0 babel-loader: 8.2.5 @@ -14256,6 +14290,7 @@ __metadata: terser-webpack-plugin: 5.3.10 ts-jest: 29.2.5 typescript: 5.6.3 + uuid: 11.0.3 webpack: 5.96.1 webpack-bundle-analyzer: 4.10.2 webpack-cli: 5.1.4 From 4f2b88bb92ff8b952c70b3e859205111e6d14d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:38:16 +0000 Subject: [PATCH 30/39] chore: Bump prettier from 3.3.3 to 3.4.1 in /server (#5127) Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/package.json b/server/package.json index d628c11977..da50df8d9e 100644 --- a/server/package.json +++ b/server/package.json @@ -34,7 +34,7 @@ "jszip": "3.10.1", "nodemon": "3.1.7", "opn": "6.0.0", - "prettier": "3.3.3", + "prettier": "3.4.1", "rimraf": "6.0.1", "typescript": "5.7.2", "webpack-dev-middleware": "7.4.2", diff --git a/server/yarn.lock b/server/yarn.lock index 970471e619..95c39e8429 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -5052,12 +5052,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.3.3": - version: 3.3.3 - resolution: "prettier@npm:3.3.3" +"prettier@npm:3.4.1": + version: 3.4.1 + resolution: "prettier@npm:3.4.1" bin: prettier: bin/prettier.cjs - checksum: bc8604354805acfdde6106852d14b045bb20827ad76a5ffc2455b71a8257f94de93f17f14e463fe844808d2ccc87248364a5691488a3304f1031326e62d9276e + checksum: f83ae83e38ae38f42c0b174833f58f820ed6eb063abfc5aa6725e8f9c1d626b54b1cb9d595cace525f8d59de89e186285f6bbcb460dc644ea9d8a7823cc54aca languageName: node linkType: hard @@ -6297,7 +6297,7 @@ __metadata: nodemon: 3.1.7 opn: 6.0.0 pm2: 5.4.3 - prettier: 3.3.3 + prettier: 3.4.1 rimraf: 6.0.1 typescript: 5.7.2 uuid: 11.0.3 From a3e29a26734e1c7e74c8cf34863f7937194439ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:39:00 +0000 Subject: [PATCH 31/39] chore: Bump @wireapp/commons from 5.3.0 to 5.4.0 in /server (#5128) Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 5.3.0 to 5.4.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.3.0...@wireapp/commons@5.4.0) --- updated-dependencies: - dependency-name: "@wireapp/commons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/package.json b/server/package.json index da50df8d9e..e01d5b5ae3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@wireapp/commons": "5.3.0", + "@wireapp/commons": "5.4.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", "express": "4.21.1", diff --git a/server/yarn.lock b/server/yarn.lock index 95c39e8429..c368848d52 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -1981,15 +1981,15 @@ __metadata: languageName: node linkType: hard -"@wireapp/commons@npm:5.3.0": - version: 5.3.0 - resolution: "@wireapp/commons@npm:5.3.0" +"@wireapp/commons@npm:5.4.0": + version: 5.4.0 + resolution: "@wireapp/commons@npm:5.4.0" dependencies: ansi-regex: 5.0.1 fs-extra: 11.2.0 logdown: 3.3.1 platform: 1.3.6 - checksum: 9a6e31139282f57b73c2952ee92fa0540b0b9f139e18dd9f6f91df765a186633cf8aef25b1cd5a3b1f25caf9e77f6c6e214f708440af8667e7ad0bb6737693e9 + checksum: a0edf8b4276b2f83c5dca5141187b3475a924716711bdc0fcaf02095d79065f5b032daab0392acc6d27e65fc99d7ef5e1fe33f7a8f7d39a465e9f0cb5b474fed languageName: node linkType: hard @@ -6277,7 +6277,7 @@ __metadata: "@types/helmet": 4.0.0 "@types/moment": 2.13.0 "@types/uuid": 9.0.8 - "@wireapp/commons": 5.3.0 + "@wireapp/commons": 5.4.0 cross-env: 7.0.3 dotenv: 16.4.5 dotenv-extended: 2.9.0 From 5abf5abc304f92491e4d9b5c898b427c031fa26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:02:28 +0000 Subject: [PATCH 32/39] chore: Bump i18next from 24.0.0 to 24.0.2 (#5129) Bumps [i18next](https://github.com/i18next/i18next) from 24.0.0 to 24.0.2. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v24.0.0...v24.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index feca4bd44b..7a8cd2ff55 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", - "i18next": "24.0.0", + "i18next": "24.0.2", "i18next-browser-languagedetector": "8.0.0", "i18next-react-postprocessor": "3.1.0", "jest-environment-jsdom": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 2c09835211..6ce8d8ed24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8418,9 +8418,9 @@ __metadata: languageName: node linkType: hard -"i18next@npm:24.0.0": - version: 24.0.0 - resolution: "i18next@npm:24.0.0" +"i18next@npm:24.0.2": + version: 24.0.2 + resolution: "i18next@npm:24.0.2" dependencies: "@babel/runtime": ^7.23.2 peerDependencies: @@ -8428,7 +8428,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 35f92b14e6d6547cbde314a2f07d23a0bf4a6a59ecee458ed2aa005f2bfa37621eedf6a89369f872dfb68725bbb6f32193612c22b0100d2307ab4f7e46ee71d9 + checksum: 4f24f74e42cccff65a589c7dc3b5b5b97511ec4a6a59f57033300cebe79248200a946da26f5282e693b5b4ce2979341f58fc27354c8e4e1ba472874625ae5806 languageName: node linkType: hard @@ -14269,7 +14269,7 @@ __metadata: fs-extra: 11.2.0 generate-changelog: 1.8.0 husky: 4.3.8 - i18next: 24.0.0 + i18next: 24.0.2 i18next-browser-languagedetector: 8.0.0 i18next-react-postprocessor: 3.1.0 i18next-scanner: 4.6.0 From fb4f81b323d35a8913296a18174a147a91efebbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:03:17 +0000 Subject: [PATCH 33/39] chore: Bump @typescript-eslint/eslint-plugin from 8.15.0 to 8.16.0 (#5130) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 86 ++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index 7a8cd2ff55..7e703dcadf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/react-router-dom": "5.3.3", "@types/uuid": "10.0.0", "@types/webpack-env": "1.18.5", - "@typescript-eslint/eslint-plugin": "8.15.0", + "@typescript-eslint/eslint-plugin": "8.16.0", "@typescript-eslint/parser": "7.17.0", "@wireapp/copy-config": "2.2.10", "@wireapp/eslint-config": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 6ce8d8ed24..f3c9fa28d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3715,15 +3715,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.15.0" +"@typescript-eslint/eslint-plugin@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.16.0" dependencies: "@eslint-community/regexpp": ^4.10.0 - "@typescript-eslint/scope-manager": 8.15.0 - "@typescript-eslint/type-utils": 8.15.0 - "@typescript-eslint/utils": 8.15.0 - "@typescript-eslint/visitor-keys": 8.15.0 + "@typescript-eslint/scope-manager": 8.16.0 + "@typescript-eslint/type-utils": 8.16.0 + "@typescript-eslint/utils": 8.16.0 + "@typescript-eslint/visitor-keys": 8.16.0 graphemer: ^1.4.0 ignore: ^5.3.1 natural-compare: ^1.4.0 @@ -3734,7 +3734,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 72e9726bf99f8c8c163c59fbbdaad1654f7c9e58d669e87befe84c1d32f11b372047d853f6eba8a56f4af3fc6beab070e89e8239c633ddd7334641c11b054905 + checksum: dbb0127eca578a876654b820ea270ef4f2c374447d5c214a8677cc1ccf1ba1b87d9b021cb7586d7e33c4feb9b7b40de1b5ad109f385713cac4627d6ec29bd96b languageName: node linkType: hard @@ -3776,22 +3776,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/scope-manager@npm:8.15.0" +"@typescript-eslint/scope-manager@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/scope-manager@npm:8.16.0" dependencies: - "@typescript-eslint/types": 8.15.0 - "@typescript-eslint/visitor-keys": 8.15.0 - checksum: a7f89a2ee39d0abeed5f18f675e152032d968110e7bfc3c08ed71ada1d9e7fd5addb8f3c4f6871da0016c859141a6c36f16a9c0ff85d63f94740f1d182123b06 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/visitor-keys": 8.16.0 + checksum: 12427e2a95a8b0cb49259be1a8a9a23f734fd0dbabbc5cebf1ba56b48812e2ca7ba32b71ededf24efa1a9da07a13b20ced004e2eea6f4b8c07003438f664ce30 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/type-utils@npm:8.15.0" +"@typescript-eslint/type-utils@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/type-utils@npm:8.16.0" dependencies: - "@typescript-eslint/typescript-estree": 8.15.0 - "@typescript-eslint/utils": 8.15.0 + "@typescript-eslint/typescript-estree": 8.16.0 + "@typescript-eslint/utils": 8.16.0 debug: ^4.3.4 ts-api-utils: ^1.3.0 peerDependencies: @@ -3799,7 +3799,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 42f150749caa5d6a517ff3d68845a238c296a6ac4cdcee55bd2ed2eaf089e423bded9ee0337cd43ebaab2ed648df93670624c39555b610023e61755c16cda827 + checksum: ea3654ff6ae6181911ad6784a7addab9be6b3ce221e6367480061bc8abe8b7ce9f23249f2257f1c5b205e3ea498d5050016596732c66d51ad599dd50aa2c9e16 languageName: node linkType: hard @@ -3817,10 +3817,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/types@npm:8.15.0" - checksum: e44b3bbb928dfa56a982a74fda463338520a31696665c38714d40c2c1fe92fdc6cae4eff3d90b8d28c5d2d814e492042282959c3cbe6c01a773990daa1a64712 +"@typescript-eslint/types@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/types@npm:8.16.0" + checksum: 1ed10343dc65c7fd493cfe789639f547f4c730e6e04472007fa92a00ff1fb77b31fc8016a350a10e553d38b12485f78c331d91c071dc08f69476076f5bbef5cd languageName: node linkType: hard @@ -3862,12 +3862,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.15.0" +"@typescript-eslint/typescript-estree@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.16.0" dependencies: - "@typescript-eslint/types": 8.15.0 - "@typescript-eslint/visitor-keys": 8.15.0 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/visitor-keys": 8.16.0 debug: ^4.3.4 fast-glob: ^3.3.2 is-glob: ^4.0.3 @@ -3877,24 +3877,24 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 4adfa103ec28ccc5ad7783f0ead2de495fb3510a8fbc8779af83908124163ed07ecfd60bca8f53cde8f88420091b5bfde953ec39461f6560d6bf35e048c94ed2 + checksum: 047ae08a7774e4be4307409970d7b8b27d46d10e302ed236199b1b7648242d2aa10b7d1dbeae1fed0f55f683c863f9d399e50108c215e35370fb6a3851bda427 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/utils@npm:8.15.0" +"@typescript-eslint/utils@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/utils@npm:8.16.0" dependencies: "@eslint-community/eslint-utils": ^4.4.0 - "@typescript-eslint/scope-manager": 8.15.0 - "@typescript-eslint/types": 8.15.0 - "@typescript-eslint/typescript-estree": 8.15.0 + "@typescript-eslint/scope-manager": 8.16.0 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/typescript-estree": 8.16.0 peerDependencies: eslint: ^8.57.0 || ^9.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 0101e0a09e9e31b484650f51b5bd2673e16df552d6763cea183112ceb3283da602dbeff4c6de1c17d8b5b1591114a438a489bd52f80804e4721cb6308c6bf52f + checksum: 5e3c4b4d453bee6c38715f851d517ad3bbdb9335de5c2ef487e350eea97ae8b2e996046a1d8f3a93109e06a569d1e161b4ef8d33c530766931e4dbc43cb26ed7 languageName: node linkType: hard @@ -3932,13 +3932,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.15.0" +"@typescript-eslint/visitor-keys@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.16.0" dependencies: - "@typescript-eslint/types": 8.15.0 + "@typescript-eslint/types": 8.16.0 eslint-visitor-keys: ^4.2.0 - checksum: 393a5ff4e796224a8950c18ac7db9bfa1ca50bed4e0d5d6f521dc0f8c65d55c6ddca5da5926f61a4af3aa51f7f0eb195e27f4b414a1daf9b0fac88d4d69cf0f3 + checksum: e7444d3d57b4fcdebfa0d7effcdff9c928d77b6a6765da6980f0dbeb6438af707bd4c2c21e24e7ae1638f9c4a5697168f94027fff94ad663da57fa5f44f0983d languageName: node linkType: hard @@ -14238,7 +14238,7 @@ __metadata: "@types/react-router-dom": 5.3.3 "@types/uuid": 10.0.0 "@types/webpack-env": 1.18.5 - "@typescript-eslint/eslint-plugin": 8.15.0 + "@typescript-eslint/eslint-plugin": 8.16.0 "@typescript-eslint/parser": 7.17.0 "@wireapp/api-client": 27.10.1 "@wireapp/commons": 5.3.0 From 92e48f8d1af4805600b7644ad86c320e344e0a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:04:12 +0000 Subject: [PATCH 34/39] chore: Bump @wireapp/react-ui-kit from 9.26.3 to 9.28.0 (#5131) Bumps [@wireapp/react-ui-kit](https://github.com/wireapp/wire-web-packages) from 9.26.3 to 9.28.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.26.3...@wireapp/react-ui-kit@9.28.0) --- updated-dependencies: - dependency-name: "@wireapp/react-ui-kit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7e703dcadf..684df00bfe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@wireapp/api-client": "27.10.1", "@wireapp/commons": "5.3.0", - "@wireapp/react-ui-kit": "9.26.3", + "@wireapp/react-ui-kit": "9.28.0", "@wireapp/telemetry": "0.1.2", "core-js": "3.39.0", "dotenv": "16.4.5", diff --git a/yarn.lock b/yarn.lock index f3c9fa28d8..c2465ee04e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4221,9 +4221,9 @@ __metadata: languageName: node linkType: hard -"@wireapp/react-ui-kit@npm:9.26.3": - version: 9.26.3 - resolution: "@wireapp/react-ui-kit@npm:9.26.3" +"@wireapp/react-ui-kit@npm:9.28.0": + version: 9.28.0 + resolution: "@wireapp/react-ui-kit@npm:9.28.0" dependencies: "@types/color": 3.0.6 color: 4.2.3 @@ -4238,7 +4238,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 41736f71de8a6307f43fadab57a4bf04f6de5a8862b23e81c97a2d571ef0ebfd72d519afed85c66f609d7c3c1b521efbf9ad0ffb8e51b563ad0624c3d588eaf7 + checksum: ae8f6193ef51f5e0da1f330b7e4e70419889465415e824c4fe65e4ca886924b9927fa2e7cf593eb6a64431692a8d11c7a6c0be700d5141a5e6bbbd886bf3e989 languageName: node linkType: hard @@ -14244,7 +14244,7 @@ __metadata: "@wireapp/commons": 5.3.0 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 - "@wireapp/react-ui-kit": 9.26.3 + "@wireapp/react-ui-kit": 9.28.0 "@wireapp/telemetry": 0.1.2 adm-zip: 0.5.16 babel-eslint: 10.1.0 From 78a136ddb9d6d82d88bf3f716cfddcb9f900d8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:05:44 +0000 Subject: [PATCH 35/39] chore: Bump eslint-plugin-jsdoc from 50.5.0 to 50.6.0 (#5133) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.5.0 to 50.6.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.5.0...v50.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 684df00bfe..0877c8c764 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-babel": "5.3.1", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "28.9.0", - "eslint-plugin-jsdoc": "50.5.0", + "eslint-plugin-jsdoc": "50.6.0", "eslint-plugin-no-unsanitized": "4.1.2", "eslint-plugin-prettier": "5.2", "eslint-plugin-react": "7.37.2", diff --git a/yarn.lock b/yarn.lock index c2465ee04e..ba560df7dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6900,9 +6900,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:50.5.0": - version: 50.5.0 - resolution: "eslint-plugin-jsdoc@npm:50.5.0" +"eslint-plugin-jsdoc@npm:50.6.0": + version: 50.6.0 + resolution: "eslint-plugin-jsdoc@npm:50.6.0" dependencies: "@es-joy/jsdoccomment": ~0.49.0 are-docs-informative: ^0.0.2 @@ -6917,7 +6917,7 @@ __metadata: synckit: ^0.9.1 peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - checksum: 7404aa18c81ff2a9d63f678220e54128073f3b9d75964591919b8efd852465dae2942bb53e76790bb602b35ba764550e74c22c29e5d119555038461cb5783b39 + checksum: 012528306fa67cf76ef6d202d59d1c1834aa33f450950a30eae50805d244d90c4d8a3a2887a508be32f07992239d96fab880b7f5123e6dd1a05239759b5af00e languageName: node linkType: hard @@ -14259,7 +14259,7 @@ __metadata: eslint-plugin-babel: 5.3.1 eslint-plugin-import: 2.31.0 eslint-plugin-jest: 28.9.0 - eslint-plugin-jsdoc: 50.5.0 + eslint-plugin-jsdoc: 50.6.0 eslint-plugin-no-unsanitized: 4.1.2 eslint-plugin-prettier: 5.2 eslint-plugin-react: 7.37.2 From 6a9f85cdcf7eefa1de39adc1514915cce90117c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:06:56 +0000 Subject: [PATCH 36/39] chore: Bump @wireapp/api-client from 27.10.1 to 27.11.0 (#5134) Bumps [@wireapp/api-client](https://github.com/wireapp/wire-web-packages) from 27.10.1 to 27.11.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.10.1...@wireapp/api-client@27.11.0) --- updated-dependencies: - dependency-name: "@wireapp/api-client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0877c8c764..ac21c80377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@wireapp/api-client": "27.10.1", + "@wireapp/api-client": "27.11.0", "@wireapp/commons": "5.3.0", "@wireapp/react-ui-kit": "9.28.0", "@wireapp/telemetry": "0.1.2", diff --git a/yarn.lock b/yarn.lock index ba560df7dc..574d623521 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4133,11 +4133,11 @@ __metadata: languageName: node linkType: hard -"@wireapp/api-client@npm:27.10.1": - version: 27.10.1 - resolution: "@wireapp/api-client@npm:27.10.1" +"@wireapp/api-client@npm:27.11.0": + version: 27.11.0 + resolution: "@wireapp/api-client@npm:27.11.0" dependencies: - "@wireapp/commons": ^5.3.0 + "@wireapp/commons": ^5.4.0 "@wireapp/priority-queue": ^2.1.11 "@wireapp/protocol-messaging": 1.51.0 axios: 1.7.7 @@ -4150,11 +4150,11 @@ __metadata: tough-cookie: 4.1.4 ws: 8.18.0 zod: 3.23.8 - checksum: cf532876feaebb9b32ffb39ef6edea6387e72ecd68feef6d0fae8e2c598161d4dd63017cb1790f313bb2821fce8151ec8ae1c4db11b5c7c53829a10322f5c06e + checksum: f9f7481ec3556ee471cf8d7c2db4b8833cceac053331fff6a2d389a1a72ea52daab34c2d5cb074d9982d021bf2a46138a30e21fcd457bf7c804ca7059f356622 languageName: node linkType: hard -"@wireapp/commons@npm:5.3.0, @wireapp/commons@npm:^5.3.0": +"@wireapp/commons@npm:5.3.0": version: 5.3.0 resolution: "@wireapp/commons@npm:5.3.0" dependencies: @@ -4166,6 +4166,18 @@ __metadata: languageName: node linkType: hard +"@wireapp/commons@npm:^5.4.0": + version: 5.4.0 + resolution: "@wireapp/commons@npm:5.4.0" + dependencies: + ansi-regex: 5.0.1 + fs-extra: 11.2.0 + logdown: 3.3.1 + platform: 1.3.6 + checksum: a0edf8b4276b2f83c5dca5141187b3475a924716711bdc0fcaf02095d79065f5b032daab0392acc6d27e65fc99d7ef5e1fe33f7a8f7d39a465e9f0cb5b474fed + languageName: node + linkType: hard + "@wireapp/copy-config@npm:2.2.10": version: 2.2.10 resolution: "@wireapp/copy-config@npm:2.2.10" @@ -14240,7 +14252,7 @@ __metadata: "@types/webpack-env": 1.18.5 "@typescript-eslint/eslint-plugin": 8.16.0 "@typescript-eslint/parser": 7.17.0 - "@wireapp/api-client": 27.10.1 + "@wireapp/api-client": 27.11.0 "@wireapp/commons": 5.3.0 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 From 66288cccc2aa80c808288f763dcf7c62a541faa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:14:08 +0000 Subject: [PATCH 37/39] chore: Bump @wireapp/commons from 5.3.0 to 5.4.0 (#5132) Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 5.3.0 to 5.4.0. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.3.0...@wireapp/commons@5.4.0) --- updated-dependencies: - dependency-name: "@wireapp/commons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index ac21c80377..cc9745889a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@wireapp/api-client": "27.11.0", - "@wireapp/commons": "5.3.0", + "@wireapp/commons": "5.4.0", "@wireapp/react-ui-kit": "9.28.0", "@wireapp/telemetry": "0.1.2", "core-js": "3.39.0", diff --git a/yarn.lock b/yarn.lock index 574d623521..cd139310f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4154,19 +4154,7 @@ __metadata: languageName: node linkType: hard -"@wireapp/commons@npm:5.3.0": - version: 5.3.0 - resolution: "@wireapp/commons@npm:5.3.0" - dependencies: - ansi-regex: 5.0.1 - fs-extra: 11.2.0 - logdown: 3.3.1 - platform: 1.3.6 - checksum: 9a6e31139282f57b73c2952ee92fa0540b0b9f139e18dd9f6f91df765a186633cf8aef25b1cd5a3b1f25caf9e77f6c6e214f708440af8667e7ad0bb6737693e9 - languageName: node - linkType: hard - -"@wireapp/commons@npm:^5.4.0": +"@wireapp/commons@npm:5.4.0, @wireapp/commons@npm:^5.4.0": version: 5.4.0 resolution: "@wireapp/commons@npm:5.4.0" dependencies: @@ -14253,7 +14241,7 @@ __metadata: "@typescript-eslint/eslint-plugin": 8.16.0 "@typescript-eslint/parser": 7.17.0 "@wireapp/api-client": 27.11.0 - "@wireapp/commons": 5.3.0 + "@wireapp/commons": 5.4.0 "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 "@wireapp/react-ui-kit": 9.28.0 From 70d68280f6edd77e297ef88f9846c916a428be89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:20:34 +0000 Subject: [PATCH 38/39] chore: Bump @wireapp/telemetry from 0.1.2 to 0.1.3 (#5137) Bumps [@wireapp/telemetry](https://github.com/wireapp/wire-web-packages) from 0.1.2 to 0.1.3. - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/telemetry@0.1.2...@wireapp/telemetry@0.1.3) --- updated-dependencies: - dependency-name: "@wireapp/telemetry" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index cc9745889a..0e3d9d07f2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@wireapp/api-client": "27.11.0", "@wireapp/commons": "5.4.0", "@wireapp/react-ui-kit": "9.28.0", - "@wireapp/telemetry": "0.1.2", + "@wireapp/telemetry": "0.1.3", "core-js": "3.39.0", "dotenv": "16.4.5", "dotenv-extended": "2.9.0", diff --git a/yarn.lock b/yarn.lock index cd139310f8..5e3a62ec94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4242,12 +4242,12 @@ __metadata: languageName: node linkType: hard -"@wireapp/telemetry@npm:0.1.2": - version: 0.1.2 - resolution: "@wireapp/telemetry@npm:0.1.2" +"@wireapp/telemetry@npm:0.1.3": + version: 0.1.3 + resolution: "@wireapp/telemetry@npm:0.1.3" dependencies: - countly-sdk-web: 24.4.1 - checksum: 7b68979acc3d25a9ff80b2f043f9a9d58f189ea26a016a099083626f0bfb5973c1ced28d171df85cd75e85b195404046953015778110563ee234c7cda738791d + countly-sdk-web: 24.11.0 + checksum: d172d6ed72c052b0641f25fab64ae994916df3b025e7e60c2220d6fef15f06a68a72ba65aeb0c7f965fa369edcde9521c234c19e9b5271fb4147d2c4c86654d7 languageName: node linkType: hard @@ -5813,10 +5813,10 @@ __metadata: languageName: node linkType: hard -"countly-sdk-web@npm:24.4.1": - version: 24.4.1 - resolution: "countly-sdk-web@npm:24.4.1" - checksum: f2c358790b11a7cdf4f438cbe0555120a8d65026032538fc592606ccb6c14d1ed30eb66323331338e7b81850d8ccd40ecacb0f20d7b03dd78ae746088985ad36 +"countly-sdk-web@npm:24.11.0": + version: 24.11.0 + resolution: "countly-sdk-web@npm:24.11.0" + checksum: 055bd4cae49d79bea602503de5636db1381f90395057aed373f976ac1e4286fcc2cb569bde57e86229af1b367b3ab4137ad9824ae7ff48a10e03c004cb9dc972 languageName: node linkType: hard @@ -14245,7 +14245,7 @@ __metadata: "@wireapp/copy-config": 2.2.10 "@wireapp/eslint-config": 1.4.0 "@wireapp/react-ui-kit": 9.28.0 - "@wireapp/telemetry": 0.1.2 + "@wireapp/telemetry": 0.1.3 adm-zip: 0.5.16 babel-eslint: 10.1.0 babel-loader: 8.2.5 From 951e577684bdd049fac46ed73ad453750b77bec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:04:18 +0000 Subject: [PATCH 39/39] chore: Bump @types/node from 22.9.3 to 22.10.1 (#5138) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.3 to 22.10.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0e3d9d07f2..e56e3100a4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@emotion/babel-preset-css-prop": "11.12.0", "@testing-library/react": "12.1.4", "@types/jest": "29.5.14", - "@types/node": "22.9.3", + "@types/node": "22.10.1", "@types/platform": "1.3.6", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", diff --git a/yarn.lock b/yarn.lock index 5e3a62ec94..c6b9fe5e7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3556,12 +3556,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:22.9.3": - version: 22.9.3 - resolution: "@types/node@npm:22.9.3" +"@types/node@npm:22.10.1": + version: 22.10.1 + resolution: "@types/node@npm:22.10.1" dependencies: - undici-types: ~6.19.8 - checksum: 274cced37a8a11cd89827c551de73980a174e00bef0768c10c1fb7d3887a26b4fade25f870e3fd870432b93546e092cdbe0979e65110c0839982dc2b5938aabc + undici-types: ~6.20.0 + checksum: 5a9b81500f288a8fb757b61bd939f99f72b6cb59347a5bae52dd1c2c87100ebbaa9da4256ef3cb9add2090e8704cda1d9a1ffc14ccd5db47a6466c8bae10ebcb languageName: node linkType: hard @@ -13616,10 +13616,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.19.8": - version: 6.19.8 - resolution: "undici-types@npm:6.19.8" - checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017 +"undici-types@npm:~6.20.0": + version: 6.20.0 + resolution: "undici-types@npm:6.20.0" + checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b languageName: node linkType: hard @@ -14231,7 +14231,7 @@ __metadata: "@emotion/babel-preset-css-prop": 11.12.0 "@testing-library/react": 12.1.4 "@types/jest": 29.5.14 - "@types/node": 22.9.3 + "@types/node": 22.10.1 "@types/platform": 1.3.6 "@types/react": 18.3.12 "@types/react-dom": 18.3.1