Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
552 changes: 273 additions & 279 deletions .yarn/releases/yarn-4.9.1.cjs → .yarn/releases/yarn-4.9.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-4.9.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';

import { useAppsContextualBar } from './useAppsContextualBar';
import { useUiKitActionManager } from '../../../uikit/hooks/useUiKitActionManager';
Expand Down
10 changes: 5 additions & 5 deletions apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"mongodb": "6.10.0",
"nats": "^2.28.2",
"pino": "^8.21.0",
"sodium-native": "^4.3.1",
"sodium-native": "^4.3.3",
"sodium-plus": "^0.9.0",
"uuid": "^11.0.3",
"ws": "^8.18.0"
"ws": "^8.18.2"
},
"devDependencies": {
"@rocket.chat/icons": "^0.43.0",
"@types/cookie": "^0.5.4",
"@types/cookie-parser": "^1.4.7",
"@types/cookie-parser": "^1.4.9",
"@types/ejson": "^2.2.2",
"@types/express": "^4.17.21",
"@types/express": "^4.17.23",
"@types/fibers": "^3.1.4",
"@types/node": "~22.14.0",
"@types/node": "~22.14.1",
"@types/ws": "^8.5.13",
"npm-run-all": "^4.1.5",
"pino-pretty": "^7.6.1",
Expand Down
104 changes: 55 additions & 49 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"email": "support@rocket.chat"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@babel/core": "~7.26.0",
"@axe-core/playwright": "^4.10.2",
"@babel/core": "~7.26.10",
"@babel/eslint-parser": "~7.25.9",
"@babel/preset-env": "~7.26.0",
"@babel/preset-env": "~7.26.9",
"@babel/preset-react": "~7.25.9",
"@babel/register": "~7.25.9",
"@faker-js/faker": "~8.0.2",
Expand All @@ -85,74 +85,76 @@
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"@testing-library/dom": "~10.4.0",
"@testing-library/react": "~16.0.1",
"@testing-library/user-event": "~14.5.2",
"@types/adm-zip": "^0.5.6",
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^5.3.4",
"@types/bad-words": "^3.0.3",
"@types/bcrypt": "^5.0.2",
"@types/body-parser": "^1.19.5",
"@types/body-parser": "^1.19.6",
"@types/busboy": "^1.5.4",
"@types/bytebuffer": "~5.0.49",
"@types/chai": "~4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-datetime": "0.0.39",
"@types/chai-dom": "1.11.3",
"@types/chai-spies": "~1.0.6",
"@types/codemirror": "~5.60.15",
"@types/codemirror": "~5.60.16",
"@types/cookie": "^0.5.4",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.19",
"@types/cssom": "^0.4.3",
"@types/ejson": "^2.2.2",
"@types/express": "^4.17.21",
"@types/express": "^4.17.23",
"@types/express-rate-limit": "^5.1.3",
"@types/google-libphonenumber": "^7.4.30",
"@types/gravatar": "^1.8.6",
"@types/he": "^1.2.3",
"@types/i18next-sprintf-postprocessor": "^0.2.3",
"@types/imap": "^0.8.42",
"@types/jest": "~29.5.14",
"@types/jsdom": "^21.1.0",
"@types/jsdom": "^21.1.7",
"@types/jsdom-global": "^3.0.7",
"@types/jsrsasign": "^10.5.14",
"@types/jsrsasign": "^10.5.15",
"@types/katex": "^0.16.7",
"@types/later": "^1.2.9",
"@types/ldapjs": "^2.2.5",
"@types/less": "~3.0.6",
"@types/lodash": "^4.17.13",
"@types/less": "~3.0.8",
"@types/lodash": "^4.17.18",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.escape": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/mailparser": "^3.4.5",
"@types/mailparser": "^3.4.6",
"@types/marked": "^4.3.2",
"@types/meteor-collection-hooks": "^0.8.9",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "github:whitecolor/mocha-types",
"@types/node": "~22.14.0",
"@types/nedb": "^1",
"@types/node": "~22.14.1",
"@types/node-rsa": "^1.1.4",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer": "^6.4.17",
"@types/oauth2-server": "^3.0.18",
"@types/object-path": "^0.11.4",
"@types/parseurl": "^1.3.3",
"@types/prometheus-gc-stats": "^0.6.4",
"@types/proxy-from-env": "^1.0.4",
"@types/proxyquire": "^1.3.31",
"@types/psl": "^1.1.3",
"@types/qs": "^6",
"@types/react": "~18.3.17",
"@types/react-dom": "~18.3.5",
"@types/qs": "^6.14.0",
"@types/react": "~18.3.23",
"@types/react-dom": "~18.3.7",
"@types/sanitize-html": "^2.13.0",
"@types/semver": "^7.5.8",
"@types/sharp": "^0.32.0",
"@types/sinon": "^10.0.20",
"@types/speakeasy": "^2.0.10",
"@types/strict-uri-encode": "^2.0.2",
"@types/supertest": "^6.0.2",
"@types/supertest": "^6.0.3",
"@types/supports-color": "~7.2.1",
"@types/swagger-ui-express": "^4.1.8",
"@types/textarea-caret": "^3.0.3",
"@types/textarea-caret": "^3.0.4",
"@types/ua-parser-js": "^0.7.39",
"@types/underscore": "^1.13.0",
"@types/uuid": "^10.0.0",
Expand All @@ -167,7 +169,7 @@
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-datetime": "^1.8.1",
"chai-dom": "^1.12.0",
"chai-dom": "^1.12.1",
"chai-spies": "~1.1.0",
"cross-env": "^7.0.3",
"docker-compose": "^0.24.8",
Expand All @@ -178,22 +180,24 @@
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-no-floating-promise": "~2.0.0",
"eslint-plugin-playwright": "~2.2.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-prettier": "~5.2.6",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-testing-library": "~6.4.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"i18next": "~23.4.9",
"jest": "~30.0.0",
"jest": "~30.0.2",
"jsdom-global": "^3.0.2",
"mocha": "^9.2.2",
"nedb": "~1.8.0",
"nyc": "^17.1.0",
"outdent": "~0.8.0",
"pino-pretty": "^7.6.1",
"playwright-qase-reporter": "^2.1.2",
"playwright-core": "~1.52.0",
"playwright-qase-reporter": "^2.1.3",
"postcss": "~8.4.49",
"postcss-custom-properties": "^14.0.4",
"postcss-custom-properties": "^14.0.6",
"postcss-easy-import": "^4.0.0",
"postcss-lit": "^1.1.1",
"postcss-load-config": "^6.0.1",
Expand All @@ -204,7 +208,7 @@
"proxyquire": "^2.1.3",
"raw-loader": "~4.0.2",
"react-docgen-typescript-plugin": "^1.0.8",
"sinon": "^19.0.2",
"sinon": "^19.0.5",
"source-map": "^0.7.4",
"storybook": "^8.6.14",
"stylelint": "^16.10.0",
Expand All @@ -215,10 +219,11 @@
"supports-color": "~7.2.0",
"template-file": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "~5.8.3"
"typescript": "~5.8.3",
"webpack": "~5.99.9"
},
"dependencies": {
"@babel/runtime": "~7.26.0",
"@babel/runtime": "~7.26.10",
"@bugsnag/js": "~7.20.2",
"@bugsnag/plugin-react": "~7.19.0",
"@google-cloud/storage": "^7.15.0",
Expand Down Expand Up @@ -286,6 +291,7 @@
"@rocket.chat/server-fetch": "workspace:^",
"@rocket.chat/sha256": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/styled": "~0.32.0",
"@rocket.chat/tools": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@rocket.chat/ui-avatar": "workspace:^",
Expand All @@ -298,10 +304,10 @@
"@rocket.chat/ui-voip": "workspace:^",
"@rocket.chat/web-ui-registration": "workspace:^",
"@slack/bolt": "^3.22.0",
"@slack/rtm-api": "^7.0.2",
"@slack/rtm-api": "^7.0.3",
"@tanstack/react-query": "~5.65.1",
"@types/meteor": "^2.9.8",
"@vector-im/matrix-bot-sdk": "0.7.1-element.6",
"@types/meteor": "^2.9.9",
"@vector-im/matrix-bot-sdk": "0.7.1-element.11",
"@xmldom/xmldom": "^0.8.10",
"adm-zip": "0.5.16",
"ajv": "^8.17.1",
Expand All @@ -319,7 +325,7 @@
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"chart.js": "^3.9.1",
"codemirror": "^5.65.18",
"codemirror": "^5.65.19",
"colorette": "^2.0.20",
"colors": "^1.4.0",
"connect": "^3.7.0",
Expand All @@ -333,7 +339,7 @@
"date-fns": "^2.30.0",
"date.js": "~0.3.3",
"debug": "~4.3.7",
"dompurify": "^3.2.4",
"dompurify": "^3.2.6",
"ejson": "^2.2.3",
"emailreplyparser": "^0.0.5",
"emoji-toolkit": "^7.0.1",
Expand All @@ -350,7 +356,7 @@
"filenamify": "^4.3.0",
"filesize": "9.0.11",
"generate-password": "^1.7.1",
"google-libphonenumber": "^3.2.38",
"google-libphonenumber": "^3.2.42",
"gravatar": "^1.8.2",
"he": "^1.2.0",
"highlight.js": "11.8.0",
Expand All @@ -364,12 +370,12 @@
"imap": "^0.8.19",
"ip-range-check": "^0.2.0",
"is-svg": "^5.1.0",
"isolated-vm": "5.0.1",
"isolated-vm": "5.0.4",
"jschardet": "^3.1.4",
"jsdom": "^26.1.0",
"jsrsasign": "^11.1.0",
"juice": "^8.1.0",
"katex": "~0.16.21",
"katex": "~0.16.22",
"ldap-escape": "^2.0.6",
"ldapjs": "^2.3.3",
"limax": "^3.0.0",
Expand All @@ -378,18 +384,18 @@
"lodash.debounce": "^4.0.8",
"lodash.escape": "^4.0.1",
"lodash.get": "^4.4.2",
"mailparser": "^3.7.1",
"mailparser": "^3.7.3",
"marked": "^4.3.0",
"matrix-appservice": "^2.0.0",
"matrix-appservice-bridge": "^10.3.1",
"matrix-appservice-bridge": "^10.3.3",
"mem": "^8.1.1",
"meteor-node-stubs": "^1.2.12",
"meteor-node-stubs": "^1.2.19",
"mime-db": "^1.52.0",
"mime-type": "^4.0.0",
"mkdirp": "^1.0.4",
"moleculer": "^0.14.35",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"moment-timezone": "^0.5.48",
"mongo-message-queue": "^1.1.0",
"mongodb": "6.10.0",
"nats": "^2.28.2",
Expand All @@ -398,7 +404,7 @@
"node-rsa": "^1.1.1",
"nodemailer": "^6.9.16",
"object-path": "^0.11.8",
"overlayscrollbars": "^2.11.1",
"overlayscrollbars": "^2.11.4",
"overlayscrollbars-react": "^0.5.6",
"path": "^0.12.7",
"path-to-regexp": "^6.3.0",
Expand Down Expand Up @@ -426,7 +432,7 @@
"semver": "^7.6.3",
"sharp": "^0.33.5",
"sip.js": "^0.21.2",
"sodium-native": "^4.3.1",
"sodium-native": "^4.3.3",
"sodium-plus": "^0.9.0",
"speakeasy": "^2.0.0",
"stream-buffers": "^3.0.3",
Expand All @@ -439,18 +445,18 @@
"twilio": "^5.4.2",
"twit": "^2.2.11",
"typia": "~9.3.1",
"ua-parser-js": "^1.0.39",
"ua-parser-js": "^1.0.40",
"underscore": "^1.13.7",
"universal-perf-hooks": "^1.0.1",
"url-polyfill": "^1.1.12",
"url-polyfill": "^1.1.13",
"uuid": "^11.0.3",
"webdav": "^4.11.4",
"webdav": "^4.11.5",
"xml-crypto": "~3.2.1",
"xml-encryption": "~3.1.0",
"xml2js": "~0.6.2",
"yaqrcode": "^0.2.1",
"zod": "^3.24.1",
"zustand": "~5.0.3"
"zustand": "~5.0.5"
},
"meteor": {
"mainModule": {
Expand Down
17 changes: 9 additions & 8 deletions apps/uikit-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@hello-pangea/dnd": "^17.0.0",
"@lezer/highlight": "^1.2.1",
"@rocket.chat/core-typings": "workspace:^",
Expand All @@ -29,7 +29,7 @@
"@rocket.chat/styled": "~0.32.0",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:~",
"codemirror": "^6.0.1",
"codemirror": "^6.0.2",
"eslint4b-prebuilt": "^6.7.2",
"moment": "^2.30.1",
"rc-scrollbars": "^1.1.6",
Expand All @@ -42,17 +42,18 @@
"reactflow": "^11.11.4"
},
"devDependencies": {
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/tsconfig": "workspace:*",
"@types/lodash": "~4.17.13",
"@types/react": "~18.3.17",
"@types/lodash": "~4.17.18",
"@types/react": "~18.3.23",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "~18.3.5",
"@types/react-dom": "~18.3.7",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "~4.5.2",
"eslint": "~8.45.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-react-refresh": "^0.4.20",
"typescript": "~5.8.3",
"vite": "^6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tools": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.0",
"@types/node": "~22.14.1",
"bcrypt": "^5.1.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.0",
"@types/node": "~22.14.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",
"eventemitter3": "^5.0.1",
Expand Down
Loading
Loading