diff --git a/.worktrees/replies-refactor b/.worktrees/replies-refactor deleted file mode 160000 index e5b749fabc585..0000000000000 --- a/.worktrees/replies-refactor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e5b749fabc58569dd3d3d059ca1745d9606b661d diff --git a/apps/meteor/ee/server/services/package.json b/apps/meteor/ee/server/services/package.json index 3ac23d35e86ff..faa30754cab95 100644 --- a/apps/meteor/ee/server/services/package.json +++ b/apps/meteor/ee/server/services/package.json @@ -47,7 +47,7 @@ "ws": "~8.18.3" }, "devDependencies": { - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@types/cookie": "^0.5.4", "@types/cookie-parser": "^1.4.10", "@types/ejson": "^2.2.2", diff --git a/apps/meteor/package.json b/apps/meteor/package.json index bc0a08ad8a939..60469f311096c 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -110,7 +110,7 @@ "@rocket.chat/gazzodown": "workspace:^", "@rocket.chat/http-router": "workspace:^", "@rocket.chat/i18n": "workspace:^", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/instance-status": "workspace:^", "@rocket.chat/jwt": "workspace:^", "@rocket.chat/layout": "^0.34.2", diff --git a/apps/uikit-playground/package.json b/apps/uikit-playground/package.json index bdb6774347a13..8216f083822d3 100644 --- a/apps/uikit-playground/package.json +++ b/apps/uikit-playground/package.json @@ -23,7 +23,7 @@ "@rocket.chat/fuselage-toastbar": "^0.35.2", "@rocket.chat/fuselage-tokens": "~0.33.2", "@rocket.chat/fuselage-ui-kit": "workspace:~", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/logo": "^0.32.4", "@rocket.chat/styled": "~0.32.0", "@rocket.chat/ui-avatar": "workspace:^", diff --git a/ee/packages/ui-theming/package.json b/ee/packages/ui-theming/package.json index 5d97867c3046b..6c90a8bc70689 100644 --- a/ee/packages/ui-theming/package.json +++ b/ee/packages/ui-theming/package.json @@ -19,7 +19,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/ui-contexts": "workspace:~", "@types/react": "~18.3.27", "@types/react-dom": "~18.3.7", diff --git a/packages/apps-engine/src/server/managers/AppSchedulerManager.ts b/packages/apps-engine/src/server/managers/AppSchedulerManager.ts index 64dfeef036066..2e8535b5dd115 100644 --- a/packages/apps-engine/src/server/managers/AppSchedulerManager.ts +++ b/packages/apps-engine/src/server/managers/AppSchedulerManager.ts @@ -86,7 +86,7 @@ export class AppSchedulerManager { } public async cleanUp(appId: string): Promise { - (this.bridge as IInternalSchedulerBridge & SchedulerBridge).cancelAllJobs(appId); + await (this.bridge as IInternalSchedulerBridge & SchedulerBridge).cancelAllJobs(appId); } private isNotToRunJob(status: AppStatus, previousStatus: AppStatus): boolean { diff --git a/packages/core-services/package.json b/packages/core-services/package.json index f19d02d69addd..d219a0ccc9c6d 100644 --- a/packages/core-services/package.json +++ b/packages/core-services/package.json @@ -20,7 +20,7 @@ "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/federation-sdk": "0.3.9", "@rocket.chat/http-router": "workspace:^", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/media-signaling": "workspace:^", "@rocket.chat/message-parser": "workspace:^", "@rocket.chat/models": "workspace:^", diff --git a/packages/core-typings/package.json b/packages/core-typings/package.json index 24fc235563153..ada085bd06c9b 100644 --- a/packages/core-typings/package.json +++ b/packages/core-typings/package.json @@ -19,7 +19,7 @@ "test": "echo \"no tests\" && exit 1" }, "dependencies": { - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/message-parser": "workspace:^", "@rocket.chat/ui-kit": "workspace:~", "typia": "~9.7.2", diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 7e68a88acbbf3..288dd9d26b5d5 100644 --- a/packages/fuselage-ui-kit/package.json +++ b/packages/fuselage-ui-kit/package.json @@ -49,7 +49,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/mock-providers": "workspace:^", "@rocket.chat/styled": "~0.32.0", diff --git a/packages/gazzodown/package.json b/packages/gazzodown/package.json index 6ddd035987f68..47e2e72dab01f 100644 --- a/packages/gazzodown/package.json +++ b/packages/gazzodown/package.json @@ -34,7 +34,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/message-parser": "workspace:^", "@rocket.chat/styled": "~0.32.0", diff --git a/packages/storybook-config/package.json b/packages/storybook-config/package.json index e80898cc017f0..0711fd8fb4523 100644 --- a/packages/storybook-config/package.json +++ b/packages/storybook-config/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@rocket.chat/fuselage": "^0.73.0", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/tsconfig": "workspace:*", "@storybook/react": "^8.6.17", "eslint": "~9.39.3", diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index 782c190268bd2..1420015a40c05 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -20,7 +20,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/ui-contexts": "workspace:^", "@types/react": "~18.3.27", "@types/react-dom": "~18.3.7", diff --git a/packages/ui-client/package.json b/packages/ui-client/package.json index 422ecf8f6bc1f..83c505dec35a3 100644 --- a/packages/ui-client/package.json +++ b/packages/ui-client/package.json @@ -29,7 +29,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/layout": "^0.34.2", "@rocket.chat/logo": "^0.32.4", diff --git a/packages/ui-composer/package.json b/packages/ui-composer/package.json index a639b1f0a890f..39a0c8f1b445b 100644 --- a/packages/ui-composer/package.json +++ b/packages/ui-composer/package.json @@ -25,7 +25,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@storybook/addon-a11y": "^8.6.17", diff --git a/packages/ui-contexts/package.json b/packages/ui-contexts/package.json index 2b8e307371d9c..8ece6d5d4d72f 100644 --- a/packages/ui-contexts/package.json +++ b/packages/ui-contexts/package.json @@ -26,7 +26,7 @@ "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", "@rocket.chat/i18n": "workspace:~", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/tools": "workspace:~", diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index ba9616264d1d3..c510f61c3a264 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -34,7 +34,7 @@ "typia": "~9.7.2" }, "devDependencies": { - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", diff --git a/packages/ui-video-conf/package.json b/packages/ui-video-conf/package.json index f14be02f1e020..0ea8a992e25a2 100644 --- a/packages/ui-video-conf/package.json +++ b/packages/ui-video-conf/package.json @@ -25,7 +25,7 @@ "@rocket.chat/fuselage": "^0.73.0", "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/styled": "~0.32.0", "@rocket.chat/tsconfig": "workspace:*", diff --git a/packages/ui-voip/package.json b/packages/ui-voip/package.json index 5ac4ad9c17374..7ca208b147e1b 100644 --- a/packages/ui-voip/package.json +++ b/packages/ui-voip/package.json @@ -34,7 +34,7 @@ "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", "@rocket.chat/fuselage-ui-kit": "workspace:^", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/mock-providers": "workspace:~", "@rocket.chat/styled": "~0.32.0", diff --git a/packages/web-ui-registration/package.json b/packages/web-ui-registration/package.json index 8bf00c7184056..ce202ef497683 100644 --- a/packages/web-ui-registration/package.json +++ b/packages/web-ui-registration/package.json @@ -27,7 +27,7 @@ "@rocket.chat/fuselage-hooks": "^0.40.0", "@rocket.chat/fuselage-tokens": "~0.33.2", "@rocket.chat/i18n": "workspace:~", - "@rocket.chat/icons": "~0.46.0", + "@rocket.chat/icons": "~0.47.0", "@rocket.chat/layout": "^0.34.2", "@rocket.chat/mock-providers": "workspace:~", "@rocket.chat/rest-typings": "workspace:~", diff --git a/yarn.lock b/yarn.lock index a094498586bfd..c6400264ebdd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8256,7 +8256,7 @@ __metadata: "@rocket.chat/core-typings": "workspace:^" "@rocket.chat/federation-sdk": "npm:0.3.9" "@rocket.chat/http-router": "workspace:^" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/media-signaling": "workspace:^" "@rocket.chat/message-parser": "workspace:^" @@ -8279,7 +8279,7 @@ __metadata: resolution: "@rocket.chat/core-typings@workspace:packages/core-typings" dependencies: "@rocket.chat/apps-engine": "workspace:^" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/message-parser": "workspace:^" "@rocket.chat/ui-kit": "workspace:~" "@types/express": "npm:^4.17.25" @@ -8586,7 +8586,7 @@ __metadata: "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" "@rocket.chat/gazzodown": "workspace:^" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/mock-providers": "workspace:^" "@rocket.chat/styled": "npm:~0.32.0" @@ -8675,7 +8675,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/message-parser": "workspace:^" "@rocket.chat/styled": "npm:~0.32.0" @@ -8771,10 +8771,10 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/icons@npm:~0.46.0": - version: 0.46.0 - resolution: "@rocket.chat/icons@npm:0.46.0" - checksum: 10/1b4150598549f0573cd9c029892f3f42d5228ba530410a3b74cd9cba6d01c93ed792207e5b4eee1b507291d9411c01c2e1939680c7d92ddab5fce28775950d47 +"@rocket.chat/icons@npm:~0.47.0": + version: 0.47.0 + resolution: "@rocket.chat/icons@npm:0.47.0" + checksum: 10/1a7a99a4bd7227f81225dc79bd966057dae1200c461320e7627ebfe2e2cee3a4d62e2577fb0892a9c1d79d57cb38cb69bd523ea1741587203a063c68b7f508d4 languageName: node linkType: hard @@ -9126,7 +9126,7 @@ __metadata: "@rocket.chat/gazzodown": "workspace:^" "@rocket.chat/http-router": "workspace:^" "@rocket.chat/i18n": "workspace:^" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/instance-status": "workspace:^" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/jwt": "workspace:^" @@ -9999,7 +9999,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/tsconfig": "workspace:*" "@storybook/addon-a11y": "npm:^8.6.17" "@storybook/addon-essentials": "npm:^8.6.17" @@ -10097,7 +10097,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/ui-contexts": "workspace:^" "@types/react": "npm:~18.3.27" "@types/react-dom": "npm:~18.3.7" @@ -10124,7 +10124,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/layout": "npm:^0.34.2" "@rocket.chat/logo": "npm:^0.32.4" @@ -10182,7 +10182,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/tsconfig": "workspace:*" "@storybook/addon-a11y": "npm:^8.6.17" @@ -10224,7 +10224,7 @@ __metadata: "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" "@rocket.chat/i18n": "workspace:~" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/password-policies": "workspace:^" "@rocket.chat/rest-typings": "workspace:^" @@ -10255,7 +10255,7 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/ui-kit@workspace:packages/ui-kit" dependencies: - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/tsconfig": "workspace:*" "@types/jest": "npm:~30.0.0" @@ -10282,7 +10282,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/ui-contexts": "workspace:~" "@types/react": "npm:~18.3.27" "@types/react-dom": "npm:~18.3.7" @@ -10311,7 +10311,7 @@ __metadata: "@rocket.chat/fuselage": "npm:^0.73.0" "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/styled": "npm:~0.32.0" "@rocket.chat/tsconfig": "workspace:*" @@ -10365,7 +10365,7 @@ __metadata: "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" "@rocket.chat/fuselage-ui-kit": "workspace:^" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/jest-presets": "workspace:~" "@rocket.chat/media-signaling": "workspace:~" "@rocket.chat/mock-providers": "workspace:~" @@ -10437,7 +10437,7 @@ __metadata: "@rocket.chat/fuselage-toastbar": "npm:^0.35.2" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" "@rocket.chat/fuselage-ui-kit": "workspace:~" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/logo": "npm:^0.32.4" "@rocket.chat/styled": "npm:~0.32.0" "@rocket.chat/tsconfig": "workspace:*" @@ -10477,7 +10477,7 @@ __metadata: "@rocket.chat/fuselage-hooks": "npm:^0.40.0" "@rocket.chat/fuselage-tokens": "npm:~0.33.2" "@rocket.chat/i18n": "workspace:~" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/layout": "npm:^0.34.2" "@rocket.chat/mock-providers": "workspace:~" "@rocket.chat/rest-typings": "workspace:~" @@ -32446,7 +32446,7 @@ __metadata: "@rocket.chat/core-services": "workspace:^" "@rocket.chat/core-typings": "workspace:^" "@rocket.chat/emitter": "npm:^0.32.0" - "@rocket.chat/icons": "npm:~0.46.0" + "@rocket.chat/icons": "npm:~0.47.0" "@rocket.chat/message-parser": "workspace:^" "@rocket.chat/model-typings": "workspace:^" "@rocket.chat/models": "workspace:^"