⬆️(dependencies) update js dependencies

- Update js dependencies
- Fix linters
This commit is contained in:
Anthony LC
2025-08-07 11:06:34 +02:00
parent e07f709dd4
commit f434d78b5d
10 changed files with 1770 additions and 3661 deletions

View File

@@ -12,7 +12,7 @@
"test:ui::chromium": "yarn test:ui --project=chromium" "test:ui::chromium": "yarn test:ui --project=chromium"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.54.1", "@playwright/test": "1.54.2",
"@types/node": "*", "@types/node": "*",
"@types/pdf-parse": "1.1.5", "@types/pdf-parse": "1.1.5",
"eslint-config-impress": "*", "eslint-config-impress": "*",

View File

@@ -29,12 +29,12 @@
"@emoji-mart/react": "1.1.1", "@emoji-mart/react": "1.1.1",
"@fontsource/material-icons": "5.2.5", "@fontsource/material-icons": "5.2.5",
"@gouvfr-lasuite/integration": "1.0.3", "@gouvfr-lasuite/integration": "1.0.3",
"@gouvfr-lasuite/ui-kit": "0.10.0", "@gouvfr-lasuite/ui-kit": "0.11.0",
"@hocuspocus/provider": "2.15.2", "@hocuspocus/provider": "2.15.2",
"@openfun/cunningham-react": "3.2.0", "@openfun/cunningham-react": "3.2.1",
"@react-pdf/renderer": "4.3.0", "@react-pdf/renderer": "4.3.0",
"@sentry/nextjs": "9.42.0", "@sentry/nextjs": "10.2.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.84.1",
"canvg": "4.0.3", "canvg": "4.0.3",
"clsx": "2.1.1", "clsx": "2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
@@ -46,8 +46,8 @@
"idb": "8.0.3", "idb": "8.0.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.7.1", "luxon": "3.7.1",
"next": "15.4.4", "next": "15.4.6",
"posthog-js": "1.258.2", "posthog-js": "1.258.6",
"react": "*", "react": "*",
"react-aria-components": "1.11.0", "react-aria-components": "1.11.0",
"react-dom": "*", "react-dom": "*",
@@ -58,22 +58,22 @@
"use-debounce": "10.0.5", "use-debounce": "10.0.5",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
"yjs": "*", "yjs": "*",
"zustand": "5.0.6" "zustand": "5.0.7"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.83.0", "@tanstack/react-query-devtools": "5.84.1",
"@testing-library/dom": "10.4.0", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.3", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0", "@types/jest": "30.0.0",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/luxon": "3.6.2", "@types/luxon": "3.7.1",
"@types/node": "*", "@types/node": "*",
"@types/react": "*", "@types/react": "*",
"@types/react-dom": "*", "@types/react-dom": "*",
"cross-env": "7.0.3", "cross-env": "10.0.0",
"dotenv": "17.2.1", "dotenv": "17.2.1",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"fetch-mock": "9.11.0", "fetch-mock": "9.11.0",
@@ -81,11 +81,11 @@
"jest-environment-jsdom": "30.0.5", "jest-environment-jsdom": "30.0.5",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.6.2", "prettier": "3.6.2",
"stylelint": "16.22.0", "stylelint": "16.23.0",
"stylelint-config-standard": "38.0.0", "stylelint-config-standard": "39.0.0",
"stylelint-prettier": "5.0.3", "stylelint-prettier": "5.0.3",
"typescript": "*", "typescript": "*",
"webpack": "5.100.2", "webpack": "5.101.0",
"workbox-webpack-plugin": "7.1.0" "workbox-webpack-plugin": "7.1.0"
} }
} }

View File

@@ -43,9 +43,9 @@ export type DocsExporterPDF = Exporter<
>; >;
export type DocsExporterDocx = Exporter< export type DocsExporterDocx = Exporter<
NoInfer<DocsBlockSchema>, DocsBlockSchema,
NoInfer<DocsInlineContentSchema>, DocsInlineContentSchema,
NoInfer<DocsStyleSchema>, DocsStyleSchema,
Promise<Paragraph[] | Paragraph | Table> | Paragraph[] | Paragraph | Table, Promise<Paragraph[] | Paragraph | Table> | Paragraph[] | Paragraph | Table,
ParagraphChild, ParagraphChild,
IRunPropertiesOptions, IRunPropertiesOptions,

View File

@@ -64,9 +64,7 @@ export class RequestSerializer {
} }
public static objectToArrayBuffer(ob: Record<string, unknown>) { public static objectToArrayBuffer(ob: Record<string, unknown>) {
return RequestSerializer.stringToArrayBuffer( return RequestSerializer.stringToArrayBuffer(JSON.stringify(ob));
JSON.stringify(ob),
) as ArrayBuffer;
} }
constructor(requestData: RequestData) { constructor(requestData: RequestData) {

View File

@@ -52,7 +52,7 @@ main ::-webkit-scrollbar-thumb:hover,
line-height: 1; line-height: 1;
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: normal;
word-wrap: normal; overflow-wrap: normal;
white-space: nowrap; white-space: nowrap;
direction: ltr; direction: ltr;

View File

@@ -28,15 +28,15 @@
"server:test": "yarn COLLABORATION_SERVER run test" "server:test": "yarn COLLABORATION_SERVER run test"
}, },
"resolutions": { "resolutions": {
"@types/node": "22.16.5", "@types/node": "22.17.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"@typescript-eslint/eslint-plugin": "8.38.0", "@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.38.0", "@typescript-eslint/parser": "8.39.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"typescript": "5.8.3", "typescript": "5.9.2",
"yjs": "13.6.27" "yjs": "13.6.27"
} }
} }

View File

@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.4.4", "@next/eslint-plugin-next": "15.4.6",
"@tanstack/eslint-plugin-query": "5.81.2", "@tanstack/eslint-plugin-query": "5.83.1",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
"eslint-config-next": "15.4.4", "eslint-config-next": "15.4.6",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.0.1", "eslint-plugin-jest": "29.0.1",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.2.0", "eslint-plugin-playwright": "2.2.2",
"eslint-plugin-prettier": "5.5.3", "eslint-plugin-prettier": "5.5.4",
"eslint-plugin-testing-library": "7.6.1", "eslint-plugin-testing-library": "7.6.3",
"prettier": "3.6.2" "prettier": "3.6.2"
} }
} }

View File

@@ -18,7 +18,7 @@
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"i18next-parser": "9.3.0", "i18next-parser": "9.3.0",
"jest": "30.0.5", "jest": "30.0.5",
"ts-jest": "29.4.0", "ts-jest": "29.4.1",
"typescript": "*", "typescript": "*",
"yargs": "18.0.0" "yargs": "18.0.0"
} }

View File

@@ -18,8 +18,8 @@
"dependencies": { "dependencies": {
"@blocknote/server-util": "0.35.0", "@blocknote/server-util": "0.35.0",
"@hocuspocus/server": "2.15.2", "@hocuspocus/server": "2.15.2",
"@sentry/node": "9.42.0", "@sentry/node": "10.2.0",
"@sentry/profiling-node": "9.42.0", "@sentry/profiling-node": "10.2.0",
"axios": "1.11.0", "axios": "1.11.0",
"cors": "2.8.5", "cors": "2.8.5",
"express": "5.1.0", "express": "5.1.0",
@@ -36,7 +36,7 @@
"@types/node": "*", "@types/node": "*",
"@types/supertest": "6.0.3", "@types/supertest": "6.0.3",
"@types/ws": "8.18.1", "@types/ws": "8.18.1",
"cross-env": "7.0.3", "cross-env": "10.0.0",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"supertest": "7.1.4", "supertest": "7.1.4",

File diff suppressed because it is too large Load Diff