⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2026-09-03 09:15:26 +02:00
committed by Anthony LC
parent b12b3b5dd6
commit 0e8bc3a518
8 changed files with 1263 additions and 1166 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"test:ui::chromium": "yarn test:ui --project=chromium"
},
"devDependencies": {
"@playwright/test": "1.62.0",
"@playwright/test": "1.62.1",
"@types/node": "*",
"@types/pdf-parse": "1.1.5",
"eslint-plugin-docs": "*",
+32 -32
View File
@@ -24,32 +24,32 @@
"dependencies": {
"@ag-media/react-pdf-table": "2.0.3",
"@ai-sdk/openai": "3.0.71",
"@blocknote/code-block": "0.51.4",
"@blocknote/core": "0.51.4",
"@blocknote/mantine": "0.51.4",
"@blocknote/react": "0.51.4",
"@blocknote/xl-ai": "0.51.4",
"@blocknote/xl-docx-exporter": "0.51.4",
"@blocknote/xl-multi-column": "0.51.4",
"@blocknote/xl-odt-exporter": "0.51.4",
"@blocknote/xl-pdf-exporter": "0.51.4",
"@blocknote/code-block": "0.54.0",
"@blocknote/core": "0.54.0",
"@blocknote/mantine": "0.54.0",
"@blocknote/react": "0.54.0",
"@blocknote/xl-ai": "0.54.0",
"@blocknote/xl-docx-exporter": "0.54.0",
"@blocknote/xl-multi-column": "0.54.0",
"@blocknote/xl-odt-exporter": "0.54.0",
"@blocknote/xl-pdf-exporter": "0.54.0",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@emoji-mart/data": "1.2.1",
"@emoji-mart/react": "1.1.1",
"@fontsource-variable/inter": "5.3.0",
"@fontsource-variable/material-symbols-outlined": "5.3.1",
"@fontsource-variable/material-symbols-outlined": "5.3.3",
"@fontsource/material-icons": "5.3.0",
"@gouvfr-lasuite/ui-components": "1.1.0",
"@hocuspocus/provider": "3.4.4",
"@lottiefiles/dotlottie-react": "^0.19.6",
"@mantine/core": "9.5.0",
"@mantine/hooks": "9.5.0",
"@mantine/core": "9.5.2",
"@mantine/hooks": "9.5.2",
"@react-aria/live-announcer": "3.5.1",
"@react-pdf/renderer": "4.3.1",
"@sentry/nextjs": "10.69.0",
"@tanstack/react-query": "5.101.4",
"@tiptap/extension-find-and-replace": "3.29.2",
"@sentry/nextjs": "10.70.0",
"@tanstack/react-query": "5.102.2",
"@tiptap/extension-find-and-replace": "3.30.6",
"@tiptap/extensions": "*",
"ai": "6.0.205",
"canvg": "4.0.3",
@@ -58,43 +58,43 @@
"emoji-datasource-apple": "16.0.0",
"emoji-mart": "5.6.0",
"emoji-regex": "10.6.0",
"i18next": "26.3.6",
"i18next": "26.4.0",
"i18next-browser-languagedetector": "8.2.1",
"idb": "8.0.3",
"lodash": "4.18.1",
"luxon": "3.7.2",
"next": "16.2.12",
"posthog-js": "1.407.7",
"next": "16.3.2",
"posthog-js": "1.418.10",
"react": "*",
"react-aria-components": "1.19.0",
"react-aria-components": "1.20.0",
"react-dom": "*",
"react-dropzone": "19.1.1",
"react-i18next": "17.0.11",
"react-intersection-observer": "10.1.0",
"react-dropzone": "20.1.1",
"react-i18next": "17.0.12",
"react-intersection-observer": "11.0.0",
"react-resizable-panels": "3.0.6",
"react-select": "5.10.2",
"styled-components": "6.4.4",
"styled-components": "6.5.3",
"use-debounce": "10.1.1",
"uuid": "14.0.1",
"uuid": "14.0.2",
"y-protocols": "1.0.7",
"yjs": "*",
"zod": "4.4.3",
"zustand": "5.0.14"
"zustand": "5.0.15"
},
"devDependencies": {
"@gouvfr-lasuite/ui-tokens": "3.1.0",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.101.4",
"@tanstack/react-query-devtools": "5.102.2",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/jest-dom": "7.0.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/lodash": "4.17.24",
"@types/luxon": "3.7.2",
"@testing-library/user-event": "14.6.6",
"@types/lodash": "4.17.25",
"@types/luxon": "3.7.5",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@vitejs/plugin-react": "6.0.4",
"@vitejs/plugin-react": "6.1.0",
"cross-env": "10.1.0",
"dotenv": "17.4.2",
"eslint-plugin-docs": "*",
@@ -106,7 +106,7 @@
"stylelint-config-standard": "39.0.1",
"stylelint-prettier": "5.0.3",
"typescript": "*",
"vitest": "4.1.10",
"vitest": "4.1.11",
"webpack": "5.109.2",
"workbox-webpack-plugin": "7.1.0"
},
+12 -12
View File
@@ -32,24 +32,24 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@tiptap/core": "3.29.2",
"@tiptap/extensions": "3.29.2",
"@tiptap/pm": "3.29.2",
"@tiptap/core": "3.30.6",
"@tiptap/extensions": "3.30.6",
"@tiptap/pm": "3.30.6",
"@types/node": "24.13.3",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"dompurify": "3.4.13",
"eslint": "10.8.0",
"postcss": "8.5.25",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"dompurify": "3.4.14",
"eslint": "10.9.0",
"postcss": "8.5.26",
"prosemirror-model": "1.25.11",
"prosemirror-view": "1.42.2",
"react": "19.2.8",
"react-dom": "19.2.8",
"serialize-javascript": "7.0.7",
"sharp": "0.35.0",
"serialize-javascript": "7.1.0",
"sharp": "0.35.3",
"typescript": "6.0.3",
"wrap-ansi": "10.0.0",
"yjs": "13.6.31"
"wrap-ansi": "10.0.1",
"yjs": "13.6.32"
},
"packageManager": "yarn@1.22.22"
}
@@ -18,16 +18,16 @@
},
"dependencies": {
"@eslint/js": "10.0.1",
"@next/eslint-plugin-next": "16.2.12",
"@tanstack/eslint-plugin-query": "5.101.4",
"@typescript-eslint/eslint-plugin": "8.65.0",
"@typescript-eslint/parser": "8.65.0",
"@typescript-eslint/utils": "8.65.0",
"@vitest/eslint-plugin": "1.6.24",
"eslint-config-next": "16.2.12",
"@next/eslint-plugin-next": "16.3.2",
"@tanstack/eslint-plugin-query": "5.102.2",
"@typescript-eslint/eslint-plugin": "8.67.0",
"@typescript-eslint/parser": "8.67.0",
"@typescript-eslint/utils": "8.67.0",
"@vitest/eslint-plugin": "1.6.27",
"eslint-config-next": "16.3.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import-x": "4.17.1",
"eslint-plugin-jest": "29.16.0",
"eslint-plugin-jest": "29.16.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.11.0",
"eslint-plugin-prettier": "5.5.6",
+10 -10
View File
@@ -16,17 +16,17 @@
"node": ">=22"
},
"dependencies": {
"@blocknote/core": "0.51.4",
"@blocknote/server-util": "0.51.4",
"@blocknote/core": "0.54.0",
"@blocknote/server-util": "0.54.0",
"@hocuspocus/server": "3.4.4",
"@sentry/node": "10.69.0",
"@sentry/profiling-node": "10.69.0",
"@sentry/node": "10.70.0",
"@sentry/profiling-node": "10.70.0",
"@tiptap/extensions": "*",
"axios": "1.18.1",
"axios": "1.19.0",
"cors": "2.8.6",
"express": "5.2.1",
"express-ws": "5.0.2",
"uuid": "14.0.1",
"uuid": "14.0.2",
"y-protocols": "1.0.7",
"yjs": "*"
},
@@ -43,11 +43,11 @@
"nodemon": "3.1.14",
"supertest": "7.2.2",
"ts-node": "10.9.2",
"tsc-alias": "1.9.1",
"tsc-alias": "1.9.2",
"typescript": "*",
"vitest": "4.1.10",
"vitest-mock-extended": "5.1.0",
"ws": "8.21.1"
"vitest": "4.1.11",
"vitest-mock-extended": "5.1.1",
"ws": "8.21.3"
},
"packageManager": "yarn@1.22.22"
}
+1190 -1093
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {
"@html-to/text-cli": "0.6.0",
"@html-to/text-cli": "0.6.1",
"mjml": "5.4.0"
},
"private": true,
+9 -9
View File
@@ -26,14 +26,14 @@
resolved "https://registry.yarnpkg.com/@colordx/core/-/core-5.4.3.tgz#35a8d239b324a6cdf9a16de9970a32c8abc24824"
integrity sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==
"@html-to/text-cli@0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@html-to/text-cli/-/text-cli-0.6.0.tgz#e2ad7147059a80c7ebf29afa6910903451d0bca0"
integrity sha512-JwlrCBccUM/QkUpc37P+qG+hpkXRbWOVcHd9vM+5D+O82Ak2p8anGRxisr33//aJzlkYNKNg2I8LDh3Bx2tBPg==
"@html-to/text-cli@0.6.1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@html-to/text-cli/-/text-cli-0.6.1.tgz#80ef2eae64c164f1fa3379ae20fc57b82a11cef2"
integrity sha512-fnbLS8bra4BkGinXWzUKfalqLPYmz8E2ABT+TgHUZ4inhAUYF2rBEEctOKqZ6FgaJF1iZ//KBBLKVz6nm3RbhA==
dependencies:
"@selderee/plugin-htmlparser2" "~0.12.0"
aspargvs "~0.7.0"
deepmerge-ts "^7.1.5"
deepmerge-ts "^8.0.1"
htmlparser2 "^10.1.0"
selderee "~0.12.0"
@@ -398,10 +398,10 @@ csso@^5.0.5:
dependencies:
css-tree "~2.2.0"
deepmerge-ts@^7.1.5:
version "7.1.5"
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz#ff818564007f5c150808d2b7b732cac83aa415ab"
integrity sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==
deepmerge-ts@^8.0.1:
version "8.0.2"
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-8.0.2.tgz#4f3e5588c3a7c59ea80d54b583948d6f404cf13e"
integrity sha512-uqbvqLUMrc6p0MO+WBRtTxY55hmyh94WRwI5a++PZe54X+bfVh59FSN7uWCBCW1CCVjzjnrwzfI8zidE2obMMw==
detect-node@2.1.0, detect-node@^2.0.4:
version "2.1.0"