Skip to content

Commit 7809014

Browse files
authored
chore(deps): Upgrade some dependencies (RocketChat#36905)
1 parent beebaf0 commit 7809014

89 files changed

Lines changed: 4137 additions & 2390 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 332 additions & 332 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ plugins:
1212
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
1313
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
1414

15-
yarnPath: .yarn/releases/yarn-4.9.3.cjs
15+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

apps/meteor/client/omnichannel/reports/components/BarChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const horizontalSideLabel = ({ bars, labelSkipWidth }: BarCustomLayerProps<BarDa
5757
<text
5858
key={data.indexValue}
5959
transform={`translate(${width + 8}, ${y + height / 2})`}
60-
textAnchor='left'
60+
textAnchor='start'
6161
dominantBaseline='central'
6262
style={sideLabelStyle}
6363
>

apps/meteor/client/views/audit/components/__snapshots__/AppInfoField.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`renders Default without crashing 1`] = `
44
<body>

apps/meteor/client/views/audit/components/__snapshots__/SecurityLogDisplayModal.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`renders Default without crashing 1`] = `
44
<body>

apps/meteor/ee/server/services/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@rocket.chat/models": "workspace:^",
2626
"@rocket.chat/network-broker": "workspace:^",
2727
"@rocket.chat/rest-typings": "workspace:^",
28-
"@rocket.chat/string-helpers": "~0.31.25",
28+
"@rocket.chat/string-helpers": "~0.32.0",
2929
"@rocket.chat/ui-kit": "workspace:~",
3030
"ajv": "^8.17.1",
3131
"bcrypt": "^5.1.1",
@@ -45,21 +45,21 @@
4545
"sodium-native": "^4.3.3",
4646
"sodium-plus": "^0.9.0",
4747
"uuid": "^11.0.3",
48-
"ws": "^8.18.2"
48+
"ws": "~8.18.3"
4949
},
5050
"devDependencies": {
51-
"@rocket.chat/icons": "^0.43.0",
51+
"@rocket.chat/icons": "~0.44.0",
5252
"@types/cookie": "^0.5.4",
5353
"@types/cookie-parser": "^1.4.9",
5454
"@types/ejson": "^2.2.2",
5555
"@types/express": "^4.17.23",
5656
"@types/fibers": "^3.1.4",
57-
"@types/node": "~22.16.1",
57+
"@types/node": "~22.16.5",
5858
"@types/ws": "^8.5.13",
5959
"npm-run-all": "^4.1.5",
6060
"pino-pretty": "^7.6.1",
6161
"ts-node": "^10.9.2",
62-
"typescript": "~5.9.2"
62+
"typescript": "~5.9.3"
6363
},
6464
"volta": {
6565
"extends": "../../../../../package.json"

apps/meteor/package.json

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
},
6363
"devDependencies": {
6464
"@axe-core/playwright": "^4.10.2",
65-
"@babel/core": "~7.26.10",
66-
"@babel/eslint-parser": "~7.25.9",
67-
"@babel/preset-env": "~7.26.9",
68-
"@babel/preset-react": "~7.25.9",
69-
"@babel/register": "~7.25.9",
65+
"@babel/core": "~7.28.4",
66+
"@babel/eslint-parser": "~7.28.4",
67+
"@babel/preset-env": "~7.28.3",
68+
"@babel/preset-react": "~7.27.1",
69+
"@babel/register": "~7.28.3",
7070
"@faker-js/faker": "~8.0.2",
7171
"@playwright/test": "^1.52.0",
7272
"@rocket.chat/desktop-api": "workspace:~",
@@ -82,11 +82,11 @@
8282
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
8383
"@storybook/react": "^8.6.14",
8484
"@storybook/react-webpack5": "^8.6.14",
85-
"@testing-library/dom": "~10.4.0",
86-
"@testing-library/react": "~16.0.1",
87-
"@testing-library/user-event": "~14.5.2",
85+
"@testing-library/dom": "~10.4.1",
86+
"@testing-library/react": "~16.3.0",
87+
"@testing-library/user-event": "~14.6.1",
8888
"@types/adm-zip": "^0.5.7",
89-
"@types/archiver": "^5.3.4",
89+
"@types/archiver": "~6.0.3",
9090
"@types/bad-words": "^3.0.3",
9191
"@types/bcrypt": "^5.0.2",
9292
"@types/body-parser": "^1.19.6",
@@ -118,7 +118,7 @@
118118
"@types/later": "^1.2.9",
119119
"@types/ldapjs": "^2.2.5",
120120
"@types/less": "~3.0.8",
121-
"@types/lodash": "^4.17.18",
121+
"@types/lodash": "~4.17.20",
122122
"@types/lodash.clonedeep": "^4.5.9",
123123
"@types/lodash.debounce": "^4.0.9",
124124
"@types/lodash.escape": "^4.0.9",
@@ -128,9 +128,9 @@
128128
"@types/meteor-collection-hooks": "^0.8.9",
129129
"@types/mkdirp": "^1.0.2",
130130
"@types/mocha": "github:whitecolor/mocha-types",
131-
"@types/node": "~22.16.1",
131+
"@types/node": "~22.16.5",
132132
"@types/node-rsa": "^1.1.4",
133-
"@types/nodemailer": "^6.4.17",
133+
"@types/nodemailer": "~6.4.19",
134134
"@types/oauth2-server": "^3.0.18",
135135
"@types/object-path": "^0.11.4",
136136
"@types/parseurl": "^1.3.3",
@@ -139,15 +139,15 @@
139139
"@types/proxyquire": "^1.3.31",
140140
"@types/psl": "^1.1.3",
141141
"@types/qs": "^6.14.0",
142-
"@types/react": "~18.3.23",
142+
"@types/react": "~18.3.24",
143143
"@types/react-dom": "~18.3.7",
144-
"@types/sanitize-html": "^2.13.0",
144+
"@types/sanitize-html": "~2.16.0",
145145
"@types/semver": "^7.5.8",
146146
"@types/sharp": "^0.32.0",
147147
"@types/sinon": "^10.0.20",
148148
"@types/speakeasy": "^2.0.10",
149149
"@types/strict-uri-encode": "^2.0.2",
150-
"@types/supertest": "^6.0.3",
150+
"@types/supertest": "~6.0.3",
151151
"@types/supports-color": "~7.2.1",
152152
"@types/swagger-ui-express": "^4.1.8",
153153
"@types/textarea-caret": "^3.0.4",
@@ -159,9 +159,9 @@
159159
"@typescript-eslint/eslint-plugin": "~5.60.1",
160160
"@typescript-eslint/parser": "~5.60.1",
161161
"autoprefixer": "^9.8.8",
162-
"babel-loader": "^9.2.1",
162+
"babel-loader": "~10.0.0",
163163
"babel-plugin-array-includes": "^2.0.3",
164-
"babel-plugin-istanbul": "^6.1.1",
164+
"babel-plugin-istanbul": "~7.0.1",
165165
"chai": "^4.5.0",
166166
"chai-as-promised": "^7.1.2",
167167
"chai-datetime": "^1.8.1",
@@ -171,26 +171,26 @@
171171
"docker-compose": "^0.24.8",
172172
"emojione-assets": "^4.5.0",
173173
"eslint": "~8.45.0",
174-
"eslint-config-prettier": "~9.1.0",
174+
"eslint-config-prettier": "~9.1.2",
175175
"eslint-plugin-anti-trojan-source": "~1.1.1",
176176
"eslint-plugin-import": "~2.31.0",
177177
"eslint-plugin-no-floating-promise": "~2.0.0",
178-
"eslint-plugin-playwright": "~2.2.0",
178+
"eslint-plugin-playwright": "~2.2.2",
179179
"eslint-plugin-prettier": "~5.2.6",
180180
"eslint-plugin-react": "~7.37.5",
181181
"eslint-plugin-react-hooks": "~5.0.0",
182182
"eslint-plugin-testing-library": "~6.4.0",
183183
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
184184
"fast-glob": "^3.3.3",
185185
"i18next": "~23.4.9",
186-
"jest": "~30.0.5",
186+
"jest": "~30.2.0",
187187
"jsdom-global": "^3.0.2",
188188
"mocha": "^9.2.2",
189189
"nyc": "^17.1.0",
190190
"outdent": "~0.8.0",
191191
"pino-pretty": "^7.6.1",
192192
"playwright-core": "~1.52.0",
193-
"playwright-qase-reporter": "^2.1.3",
193+
"playwright-qase-reporter": "~2.1.6",
194194
"postcss": "~8.4.49",
195195
"postcss-custom-properties": "^14.0.6",
196196
"postcss-easy-import": "^4.0.0",
@@ -204,25 +204,25 @@
204204
"raw-loader": "~4.0.2",
205205
"react-docgen-typescript-plugin": "^1.0.8",
206206
"sinon": "^19.0.5",
207-
"source-map": "^0.7.4",
207+
"source-map": "~0.7.6",
208208
"storybook": "^8.6.14",
209209
"stylelint": "^16.10.0",
210210
"stylelint-config-standard": "^36.0.1",
211211
"stylelint-order": "^6.0.4",
212212
"stylelint-selector-bem-pattern": "^4.0.1",
213-
"supertest": "^7.0.0",
213+
"supertest": "~7.1.4",
214214
"supports-color": "~7.2.0",
215215
"template-file": "^6.0.1",
216216
"ts-node": "^10.9.2",
217217
"tsx": "~4.20.5",
218-
"typescript": "~5.9.2",
218+
"typescript": "~5.9.3",
219219
"webpack": "~5.99.9"
220220
},
221221
"dependencies": {
222-
"@babel/runtime": "~7.26.10",
222+
"@babel/runtime": "~7.28.4",
223223
"@bugsnag/js": "~7.20.2",
224224
"@bugsnag/plugin-react": "~7.19.0",
225-
"@datastructures-js/priority-queue": "^6.3.3",
225+
"@datastructures-js/priority-queue": "^6.3.4",
226226
"@google-cloud/storage": "^7.15.0",
227227
"@kaciras/deasync": "^1.1.0",
228228
"@nivo/bar": "0.88.0",
@@ -231,7 +231,7 @@
231231
"@nivo/line": "0.88.0",
232232
"@nivo/pie": "0.88.0",
233233
"@noble/ed25519": "^3.0.0",
234-
"@node-oauth/oauth2-server": "5.2.0",
234+
"@node-oauth/oauth2-server": "~5.2.1",
235235
"@opentelemetry/api": "^1.9.0",
236236
"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.2",
237237
"@opentelemetry/sdk-node": "^0.54.2",
@@ -252,26 +252,27 @@
252252
"@rocket.chat/emitter": "~0.31.25",
253253
"@rocket.chat/favicon": "workspace:^",
254254
"@rocket.chat/federation-matrix": "workspace:^",
255+
"@rocket.chat/federation-sdk": "0.1.10",
255256
"@rocket.chat/federation-service": "workspace:^",
256257
"@rocket.chat/freeswitch": "workspace:^",
257-
"@rocket.chat/fuselage": "^0.66.4",
258-
"@rocket.chat/fuselage-forms": "^0.1.0",
259-
"@rocket.chat/fuselage-hooks": "^0.37.0",
258+
"@rocket.chat/fuselage": "~0.66.4",
259+
"@rocket.chat/fuselage-forms": "~0.1.0",
260+
"@rocket.chat/fuselage-hooks": "~0.37.2",
260261
"@rocket.chat/fuselage-polyfills": "~0.31.25",
261262
"@rocket.chat/fuselage-toastbar": "^0.35.0",
262263
"@rocket.chat/fuselage-tokens": "~0.33.2",
263264
"@rocket.chat/fuselage-ui-kit": "workspace:^",
264265
"@rocket.chat/gazzodown": "workspace:^",
265266
"@rocket.chat/http-router": "workspace:^",
266267
"@rocket.chat/i18n": "workspace:^",
267-
"@rocket.chat/icons": "^0.43.0",
268+
"@rocket.chat/icons": "~0.44.0",
268269
"@rocket.chat/instance-status": "workspace:^",
269270
"@rocket.chat/jwt": "workspace:^",
270271
"@rocket.chat/layout": "^0.33.1",
271272
"@rocket.chat/license": "workspace:^",
272273
"@rocket.chat/log-format": "workspace:^",
273274
"@rocket.chat/logger": "workspace:^",
274-
"@rocket.chat/logo": "^0.32.2",
275+
"@rocket.chat/logo": "~0.32.3",
275276
"@rocket.chat/media-calls": "workspace:^",
276277
"@rocket.chat/media-signaling": "workspace:^",
277278
"@rocket.chat/memo": "~0.31.25",
@@ -296,7 +297,7 @@
296297
"@rocket.chat/server-cloud-communication": "workspace:^",
297298
"@rocket.chat/server-fetch": "workspace:^",
298299
"@rocket.chat/sha256": "workspace:^",
299-
"@rocket.chat/string-helpers": "~0.31.25",
300+
"@rocket.chat/string-helpers": "~0.32.0",
300301
"@rocket.chat/styled": "~0.32.0",
301302
"@rocket.chat/tools": "workspace:^",
302303
"@rocket.chat/tracing": "workspace:^",
@@ -310,11 +311,11 @@
310311
"@rocket.chat/ui-voip": "workspace:^",
311312
"@rocket.chat/web-ui-registration": "workspace:^",
312313
"@slack/bolt": "^3.22.0",
313-
"@slack/rtm-api": "^7.0.3",
314+
"@slack/rtm-api": "~7.0.4",
314315
"@tanstack/react-query": "~5.65.1",
315316
"@types/meteor": "^2.9.9",
316317
"@vector-im/matrix-bot-sdk": "0.7.1-element.11",
317-
"@xmldom/xmldom": "^0.8.10",
318+
"@xmldom/xmldom": "~0.8.11",
318319
"adm-zip": "0.5.16",
319320
"ajv": "^8.17.1",
320321
"ajv-formats": "~3.0.1",
@@ -331,7 +332,7 @@
331332
"chalk": "^4.1.2",
332333
"change-case": "^4.1.2",
333334
"chart.js": "^3.9.1",
334-
"codemirror": "^5.65.19",
335+
"codemirror": "~5.65.20",
335336
"colorette": "^2.0.20",
336337
"colors": "^1.4.0",
337338
"connect": "^3.7.0",
@@ -345,7 +346,7 @@
345346
"date-fns": "~4.1.0",
346347
"date.js": "~0.3.3",
347348
"debug": "~4.3.7",
348-
"dompurify": "^3.2.6",
349+
"dompurify": "~3.2.7",
349350
"drachtio-srf": "patch:drachtio-srf@npm%3A5.0.12#~/.yarn/patches/drachtio-srf-npm-5.0.12-b0b1afaad6.patch",
350351
"ejson": "^2.2.3",
351352
"emailreplyparser": "^0.0.5",
@@ -363,7 +364,7 @@
363364
"filenamify": "^4.3.0",
364365
"filesize": "9.0.11",
365366
"generate-password": "^1.7.1",
366-
"google-libphonenumber": "^3.2.42",
367+
"google-libphonenumber": "^3.2.43",
367368
"gravatar": "^1.8.2",
368369
"he": "^1.2.0",
369370
"highlight.js": "11.8.0",
@@ -392,12 +393,12 @@
392393
"lodash.debounce": "^4.0.8",
393394
"lodash.escape": "^4.0.1",
394395
"lodash.get": "^4.4.2",
395-
"mailparser": "^3.7.3",
396+
"mailparser": "~3.7.4",
396397
"marked": "^4.3.0",
397398
"matrix-appservice": "^2.0.0",
398399
"matrix-appservice-bridge": "^10.3.3",
399400
"mem": "^8.1.1",
400-
"meteor-node-stubs": "^1.2.19",
401+
"meteor-node-stubs": "~1.2.24",
401402
"mime-db": "^1.52.0",
402403
"mime-type": "^4.0.0",
403404
"mkdirp": "^1.0.4",
@@ -436,7 +437,7 @@
436437
"react-stately": "~3.17.0",
437438
"react-virtuoso": "^4.12.0",
438439
"reflect-metadata": "^0.2.2",
439-
"sanitize-html": "^2.14.0",
440+
"sanitize-html": "~2.16.0",
440441
"semver": "^7.6.3",
441442
"sharp": "^0.33.5",
442443
"sip.js": "^0.21.2",
@@ -454,8 +455,8 @@
454455
"tweetnacl": "^1.0.3",
455456
"twilio": "^5.4.2",
456457
"twit": "^2.2.11",
457-
"typia": "~9.7.0",
458-
"ua-parser-js": "^1.0.40",
458+
"typia": "~9.7.2",
459+
"ua-parser-js": "~1.0.41",
459460
"underscore": "^1.13.7",
460461
"universal-perf-hooks": "^1.0.1",
461462
"uuid": "^11.0.3",
@@ -465,7 +466,7 @@
465466
"xml2js": "~0.6.2",
466467
"yaqrcode": "^0.2.1",
467468
"zod": "^3.24.1",
468-
"zustand": "~5.0.5"
469+
"zustand": "~5.0.8"
469470
},
470471
"meteor": {
471472
"mainModule": {

apps/uikit-playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@lezer/highlight": "^1.2.1",
1919
"@rocket.chat/core-typings": "workspace:^",
2020
"@rocket.chat/css-in-js": "~0.31.25",
21-
"@rocket.chat/fuselage": "^0.66.4",
22-
"@rocket.chat/fuselage-hooks": "^0.37.0",
21+
"@rocket.chat/fuselage": "~0.66.4",
22+
"@rocket.chat/fuselage-hooks": "~0.37.2",
2323
"@rocket.chat/fuselage-polyfills": "~0.31.25",
2424
"@rocket.chat/fuselage-toastbar": "^0.35.0",
2525
"@rocket.chat/fuselage-tokens": "~0.33.2",
2626
"@rocket.chat/fuselage-ui-kit": "workspace:~",
27-
"@rocket.chat/icons": "^0.43.0",
28-
"@rocket.chat/logo": "^0.32.2",
27+
"@rocket.chat/icons": "~0.44.0",
28+
"@rocket.chat/logo": "~0.32.3",
2929
"@rocket.chat/styled": "~0.32.0",
3030
"@rocket.chat/ui-avatar": "workspace:^",
3131
"@rocket.chat/ui-contexts": "workspace:~",
@@ -45,17 +45,17 @@
4545
"devDependencies": {
4646
"@rocket.chat/emitter": "~0.31.25",
4747
"@rocket.chat/tsconfig": "workspace:*",
48-
"@types/lodash": "~4.17.18",
49-
"@types/react": "~18.3.23",
48+
"@types/lodash": "~4.17.20",
49+
"@types/react": "~18.3.24",
5050
"@types/react-beautiful-dnd": "^13.1.8",
5151
"@types/react-dom": "~18.3.7",
5252
"@typescript-eslint/eslint-plugin": "~5.60.1",
5353
"@typescript-eslint/parser": "~5.60.1",
5454
"@vitejs/plugin-react": "~4.5.2",
5555
"eslint": "~8.45.0",
5656
"eslint-plugin-react-hooks": "^5.0.0",
57-
"eslint-plugin-react-refresh": "^0.4.20",
58-
"typescript": "~5.9.2",
57+
"eslint-plugin-react-refresh": "^0.4.22",
58+
"typescript": "~5.9.3",
5959
"vite": "^6.2.4"
6060
},
6161
"volta": {

0 commit comments

Comments
 (0)