Skip to content

Commit 5268699

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent cdafe6f commit 5268699

File tree

11 files changed

+2521
-796
lines changed

11 files changed

+2521
-796
lines changed

src/frontend/apps/e2e/.eslintrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
root: true,
3-
extends: ["impress/playwright"],
3+
extends: ['impress/playwright'],
44
parserOptions: {
55
tsconfigRootDir: __dirname,
6-
project: ["./tsconfig.json"],
6+
project: ['./tsconfig.json'],
77
},
8-
ignorePatterns: ["node_modules"],
8+
ignorePatterns: ['node_modules'],
99
};

src/frontend/apps/e2e/__tests__/app-impress/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const createDoc = async (
7878
});
7979

8080
const input = page.getByLabel('doc title input');
81+
await expect(input).toBeVisible();
8182
await expect(input).toHaveText('');
8283
await input.click();
8384

src/frontend/apps/e2e/__tests__/app-impress/config.spec.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,14 @@ test.describe('Config', () => {
7979

8080
test('it checks that collaboration server is configured from config endpoint', async ({
8181
page,
82-
browserName,
8382
}) => {
8483
await page.goto('/');
8584

86-
void createDoc(page, 'doc-collaboration', browserName, 1);
85+
void page
86+
.getByRole('button', {
87+
name: 'New doc',
88+
})
89+
.click();
8790

8891
const webSocket = await page.waitForEvent('websocket', (webSocket) => {
8992
return webSocket.url().includes('ws://localhost:4444/collaboration/ws/');

src/frontend/apps/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"test:ui::chromium": "yarn test:ui --project=chromium"
1313
},
1414
"devDependencies": {
15-
"@playwright/test": "1.50.1",
15+
"@playwright/test": "1.52.0",
1616
"@types/node": "*",
17-
"@types/pdf-parse": "1.1.4",
17+
"@types/pdf-parse": "1.1.5",
1818
"eslint-config-impress": "*",
1919
"typescript": "*"
2020
},

src/frontend/apps/impress/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,63 +22,63 @@
2222
"@blocknote/xl-docx-exporter": "0.23.2-hotfix.0",
2323
"@blocknote/xl-pdf-exporter": "0.23.2-hotfix.0",
2424
"@fontsource/material-icons": "5.2.5",
25-
"@gouvfr-lasuite/integration": "1.0.2",
26-
"@gouvfr-lasuite/ui-kit": "0.1.3",
25+
"@gouvfr-lasuite/integration": "1.0.3",
26+
"@gouvfr-lasuite/ui-kit": "0.4.0",
2727
"@hocuspocus/provider": "2.15.2",
2828
"@openfun/cunningham-react": "3.0.0",
2929
"@react-pdf/renderer": "4.1.6",
30-
"@sentry/nextjs": "9.3.0",
31-
"@tanstack/react-query": "5.67.1",
30+
"@sentry/nextjs": "9.13.0",
31+
"@tanstack/react-query": "5.74.4",
3232
"canvg": "4.0.3",
3333
"clsx": "2.1.1",
34-
"cmdk": "1.0.4",
34+
"cmdk": "1.1.1",
3535
"crisp-sdk-web": "1.0.25",
3636
"docx": "9.1.1",
37-
"i18next": "24.2.2",
38-
"i18next-browser-languagedetector": "8.0.4",
37+
"i18next": "25.0.1",
38+
"i18next-browser-languagedetector": "8.0.5",
3939
"idb": "8.0.2",
4040
"lodash": "4.17.21",
41-
"luxon": "3.5.0",
42-
"next": "15.2.4",
43-
"posthog-js": "1.227.0",
41+
"luxon": "3.6.1",
42+
"next": "15.3.1",
43+
"posthog-js": "1.236.5",
4444
"react": "*",
45-
"react-aria-components": "1.6.0",
45+
"react-aria-components": "1.8.0",
4646
"react-dom": "*",
4747
"react-i18next": "15.4.1",
48-
"react-intersection-observer": "9.15.1",
48+
"react-intersection-observer": "9.16.0",
4949
"react-select": "5.10.1",
50-
"styled-components": "6.1.15",
50+
"styled-components": "6.1.17",
5151
"use-debounce": "10.0.4",
5252
"y-protocols": "1.0.6",
5353
"yjs": "*",
5454
"zustand": "5.0.3"
5555
},
5656
"devDependencies": {
5757
"@svgr/webpack": "8.1.0",
58-
"@tanstack/react-query-devtools": "5.67.1",
58+
"@tanstack/react-query-devtools": "5.74.4",
5959
"@testing-library/dom": "10.4.0",
6060
"@testing-library/jest-dom": "6.6.3",
61-
"@testing-library/react": "16.2.0",
61+
"@testing-library/react": "16.3.0",
6262
"@testing-library/user-event": "14.6.1",
6363
"@types/jest": "29.5.14",
6464
"@types/lodash": "4.17.16",
65-
"@types/luxon": "3.4.2",
65+
"@types/luxon": "3.6.2",
6666
"@types/node": "*",
6767
"@types/react": "*",
6868
"@types/react-dom": "*",
6969
"cross-env": "7.0.3",
70-
"dotenv": "16.4.7",
70+
"dotenv": "16.5.0",
7171
"eslint-config-impress": "*",
7272
"fetch-mock": "9.11.0",
7373
"jest": "29.7.0",
7474
"jest-environment-jsdom": "29.7.0",
7575
"node-fetch": "2.7.0",
7676
"prettier": "3.5.3",
77-
"stylelint": "16.15.0",
78-
"stylelint-config-standard": "37.0.0",
77+
"stylelint": "16.18.0",
78+
"stylelint-config-standard": "38.0.0",
7979
"stylelint-prettier": "5.0.3",
8080
"typescript": "*",
81-
"webpack": "5.98.0",
81+
"webpack": "5.99.6",
8282
"workbox-webpack-plugin": "7.1.0"
8383
}
8484
}

src/frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"server:test": "yarn COLLABORATION_SERVER run test"
2929
},
3030
"resolutions": {
31-
"@types/node": "22.13.9",
32-
"@types/react": "19.0.0",
33-
"@types/react-dom": "19.0.0",
34-
"@typescript-eslint/eslint-plugin": "8.26.0",
35-
"@typescript-eslint/parser": "8.26.0",
31+
"@types/node": "22.14.1",
32+
"@types/react": "19.1.2",
33+
"@types/react-dom": "19.1.2",
34+
"@typescript-eslint/eslint-plugin": "8.31.0",
35+
"@typescript-eslint/parser": "8.31.0",
3636
"eslint": "8.57.0",
37-
"react": "19.0.0",
38-
"react-dom": "19.0.0",
39-
"typescript": "5.8.2",
40-
"yjs": "13.6.23"
37+
"react": "19.1.0",
38+
"react-dom": "19.1.0",
39+
"typescript": "5.8.3",
40+
"yjs": "13.6.26"
4141
}
4242
}

src/frontend/packages/eslint-config-impress/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
66
"lint": "eslint --ext .js ."
77
},
88
"dependencies": {
9-
"@next/eslint-plugin-next": "15.2.1",
10-
"@tanstack/eslint-plugin-query": "5.66.1",
9+
"@next/eslint-plugin-next": "15.3.1",
10+
"@tanstack/eslint-plugin-query": "5.73.3",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
14-
"eslint-config-next": "15.2.1",
15-
"eslint-config-prettier": "10.0.2",
14+
"eslint-config-next": "15.3.1",
15+
"eslint-config-prettier": "10.1.2",
1616
"eslint-plugin-import": "2.31.0",
1717
"eslint-plugin-jest": "28.11.0",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-playwright": "2.2.0",
20-
"eslint-plugin-prettier": "5.2.3",
21-
"eslint-plugin-react": "7.37.4",
20+
"eslint-plugin-prettier": "5.2.6",
2221
"eslint-plugin-testing-library": "7.1.1",
2322
"prettier": "3.5.3"
2423
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "2.31.0",
1919
"i18next-parser": "9.3.0",
2020
"jest": "29.7.0",
21-
"ts-jest": "29.2.6",
21+
"ts-jest": "29.3.2",
2222
"typescript": "*",
2323
"yargs": "17.7.2"
2424
}

src/frontend/servers/y-provider/.eslintrc.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ module.exports = {
1010
rootDir: __dirname,
1111
},
1212
},
13+
rules: {
14+
'@next/next/no-html-link-for-pages': 'off',
15+
},
1316
ignorePatterns: ['node_modules', '.eslintrc.js'],
1417
};

src/frontend/servers/y-provider/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"node": ">=18"
1717
},
1818
"dependencies": {
19-
"@blocknote/server-util": "0.23.2",
19+
"@blocknote/server-util": "0.23.2-hotfix.0",
2020
"@hocuspocus/server": "2.15.2",
21-
"@sentry/node": "9.3.0",
22-
"@sentry/profiling-node": "9.3.0",
23-
"axios": "1.8.2",
21+
"@sentry/node": "9.13.0",
22+
"@sentry/profiling-node": "9.13.0",
23+
"axios": "1.8.4",
2424
"cors": "2.8.5",
25-
"express": "4.21.2",
25+
"express": "5.1.0",
2626
"express-ws": "5.0.2",
2727
"uuid": "11.1.0",
2828
"y-protocols": "1.0.6",
@@ -31,20 +31,20 @@
3131
"devDependencies": {
3232
"@hocuspocus/provider": "2.15.2",
3333
"@types/cors": "2.8.17",
34-
"@types/express": "5.0.0",
34+
"@types/express": "5.0.1",
3535
"@types/express-ws": "3.0.5",
3636
"@types/jest": "29.5.14",
3737
"@types/node": "*",
38-
"@types/supertest": "6.0.2",
39-
"@types/ws": "8.5.14",
38+
"@types/supertest": "6.0.3",
39+
"@types/ws": "8.18.1",
4040
"cross-env": "7.0.3",
4141
"eslint-config-impress": "*",
4242
"jest": "29.7.0",
4343
"nodemon": "3.1.9",
44-
"supertest": "7.0.0",
45-
"ts-jest": "29.2.6",
44+
"supertest": "7.1.0",
45+
"ts-jest": "29.3.2",
4646
"ts-node": "10.9.2",
47-
"tsc-alias": "1.8.11",
47+
"tsc-alias": "1.8.15",
4848
"typescript": "*",
4949
"ws": "8.18.1"
5050
}

0 commit comments

Comments
 (0)