Skip to content

Commit 3392787

Browse files
committed
chore(deps): update dev dependencies
- Nx 22.1.3 → 22.3.3 - TypeScript 5.9.2 → 5.9.3 - Vite 7.2.4 → 7.3.1 - Vitest 4.0.14 → 4.0.16 - ESLint 9.39.1 → 9.39.2 - Mantine 8.3.9 → 8.3.12 (peer deps aligned) - React 19.2.0 → 19.2.3 (peer deps aligned) - TanStack Router/Query aligned across workspace - Various ESLint plugins and tooling updates
1 parent 147adc8 commit 3392787

File tree

9 files changed

+2895
-3104
lines changed

9 files changed

+2895
-3104
lines changed

apps/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"@bibgraph/client": "workspace:*",
2323
"@bibgraph/types": "workspace:*",
2424
"@bibgraph/utils": "workspace:*",
25-
"commander": "14.0.1",
26-
"zod": "4.1.13"
25+
"commander": "14.0.2",
26+
"zod": "4.3.5"
2727
},
2828
"devDependencies": {
2929
"@testing-library/jest-dom": "6.9.1",
3030
"@testing-library/user-event": "14.6.1",
31-
"@types/node": "24.10.1",
32-
"eslint": "9.39.1",
33-
"msw": "2.12.3",
31+
"@types/node": "25.0.6",
32+
"eslint": "9.39.2",
33+
"msw": "2.12.7",
3434
"tsx": "4.21.0",
35-
"typescript": "5.9.2",
36-
"vitest": "4.0.14"
35+
"typescript": "5.9.3",
36+
"vitest": "4.0.16"
3737
},
3838
"author": "Joe Mearman",
3939
"bin": {

apps/web/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,62 +32,62 @@
3232
"@dnd-kit/core": "6.3.1",
3333
"@dnd-kit/sortable": "10.0.0",
3434
"@dnd-kit/utilities": "3.2.2",
35-
"@mantine/core": "8.3.9",
36-
"@mantine/dates": "8.3.9",
37-
"@mantine/hooks": "8.3.9",
38-
"@mantine/modals": "8.3.9",
39-
"@mantine/notifications": "8.3.9",
40-
"@posthog/react": "1.5.0",
35+
"@mantine/core": "8.3.12",
36+
"@mantine/dates": "8.3.12",
37+
"@mantine/hooks": "8.3.12",
38+
"@mantine/modals": "8.3.12",
39+
"@mantine/notifications": "8.3.12",
40+
"@posthog/react": "1.5.2",
4141
"@react-three/drei": "10.7.7",
42-
"@react-three/fiber": "9.4.0",
43-
"@tabler/icons-react": "3.35.0",
44-
"@tanstack/react-query": "5.90.10",
45-
"@tanstack/react-router": "1.139.3",
42+
"@react-three/fiber": "9.5.0",
43+
"@tabler/icons-react": "3.36.1",
44+
"@tanstack/react-query": "5.90.16",
45+
"@tanstack/react-router": "1.147.3",
4646
"@tanstack/react-table": "8.21.3",
47-
"@tanstack/react-virtual": "3.13.12",
47+
"@tanstack/react-virtual": "3.13.18",
4848
"@types/qrcode": "1.5.6",
4949
"@vanilla-extract/dynamic": "2.1.5",
5050
"@vanilla-extract/recipes": "0.5.7",
5151
"@vanilla-extract/sprinkles": "1.6.5",
52-
"@xyflow/react": "12.8.5",
52+
"@xyflow/react": "12.10.0",
5353
"dexie": "4.2.1",
54-
"posthog-js": "1.297.2",
54+
"posthog-js": "1.318.1",
5555
"qrcode": "1.5.4",
5656
"r3f-forcegraph": "1.1.1",
57-
"react": "19.2.0",
58-
"react-dom": "19.2.0",
57+
"react": "19.2.3",
58+
"react-dom": "19.2.3",
5959
"react-force-graph-2d": "1.29.0",
6060
"react-force-graph-3d": "1.29.0",
6161
"react-hotkeys-hook": "5.2.1",
62-
"three": "0.181.1",
62+
"three": "0.182.0",
6363
"three-spritetext": "1.10.0",
6464
"web-vitals": "5.1.0",
65-
"zod": "4.1.13"
65+
"zod": "4.3.5"
6666
},
6767
"devDependencies": {
6868
"@axe-core/playwright": "4.11.0",
69-
"@tanstack/router-vite-plugin": "1.139.3",
69+
"@tanstack/router-vite-plugin": "1.147.3",
7070
"@testing-library/jest-dom": "6.9.1",
71-
"@testing-library/react": "16.3.0",
71+
"@testing-library/react": "16.3.1",
7272
"@testing-library/user-event": "14.6.1",
73-
"@types/react": "19.2.7",
73+
"@types/react": "19.2.8",
7474
"@types/react-dom": "19.2.3",
75-
"@types/three": "0.181.0",
76-
"@vanilla-extract/css": "1.17.5",
77-
"@vanilla-extract/vite-plugin": "5.1.1",
78-
"@vitest/coverage-v8": "4.0.14",
79-
"@vitest/ui": "4.0.14",
80-
"eslint": "9.39.1",
75+
"@types/three": "0.182.0",
76+
"@vanilla-extract/css": "1.18.0",
77+
"@vanilla-extract/vite-plugin": "5.1.4",
78+
"@vitest/coverage-v8": "4.0.16",
79+
"@vitest/ui": "4.0.16",
80+
"eslint": "9.39.2",
8181
"fake-indexeddb": "6.2.5",
8282
"history": "5.3.0",
8383
"jest-axe": "10.0.0",
84-
"jsdom": "27.2.0",
85-
"msw": "2.12.3",
84+
"jsdom": "27.4.0",
85+
"msw": "2.12.7",
8686
"tsx": "4.21.0",
87-
"typescript": "5.9.2",
88-
"vite": "7.2.4",
89-
"vite-plugin-pwa": "1.0.3",
90-
"vitest": "4.0.14",
87+
"typescript": "5.9.3",
88+
"vite": "7.3.1",
89+
"vite-plugin-pwa": "1.2.0",
90+
"vitest": "4.0.16",
9191
"vitest-axe": "0.1.0"
9292
},
9393
"author": "Joe Mearman",

package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -55,55 +55,55 @@
5555
"validate": "nx run-many -t validate"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "20.0.0",
59-
"@commitlint/config-conventional": "20.0.0",
60-
"@eslint-react/eslint-plugin": "2.3.11",
61-
"@eslint/js": "9.39.1",
58+
"@commitlint/cli": "20.3.1",
59+
"@commitlint/config-conventional": "20.3.1",
60+
"@eslint-react/eslint-plugin": "2.5.4",
61+
"@eslint/js": "9.39.2",
6262
"@eslint/markdown": "7.5.1",
63-
"@nx/devkit": "22.1.3",
64-
"@nx/eslint": "22.1.3",
65-
"@nx/eslint-plugin": "22.1.3",
66-
"@nx/js": "22.1.3",
67-
"@nx/playwright": "22.1.3",
68-
"@nx/react": "22.1.3",
69-
"@nx/rollup": "22.1.3",
70-
"@nx/storybook": "22.1.3",
71-
"@nx/vite": "22.1.3",
72-
"@nx/vitest": "22.1.3",
73-
"@nx/web": "22.1.3",
63+
"@nx/devkit": "22.3.3",
64+
"@nx/eslint": "22.3.3",
65+
"@nx/eslint-plugin": "22.3.3",
66+
"@nx/js": "22.3.3",
67+
"@nx/playwright": "22.3.3",
68+
"@nx/react": "22.3.3",
69+
"@nx/rollup": "22.3.3",
70+
"@nx/storybook": "22.3.3",
71+
"@nx/vite": "22.3.3",
72+
"@nx/vitest": "22.3.3",
73+
"@nx/web": "22.3.3",
7474
"@octokit/rest": "22.0.1",
7575
"@playwright/test": "1.57.0",
7676
"@semantic-release/changelog": "6.0.3",
7777
"@semantic-release/commit-analyzer": "13.0.1",
7878
"@semantic-release/git": "10.0.1",
7979
"@semantic-release/github": "12.0.2",
80-
"@semantic-release/npm": "13.1.2",
80+
"@semantic-release/npm": "13.1.3",
8181
"@semantic-release/release-notes-generator": "14.1.0",
82-
"@stylistic/eslint-plugin": "5.4.0",
82+
"@stylistic/eslint-plugin": "5.7.0",
8383
"@swc-node/register": "1.11.1",
84-
"@swc/core": "1.15.1",
85-
"@swc/helpers": "0.5.17",
84+
"@swc/core": "1.15.8",
85+
"@swc/helpers": "0.5.18",
8686
"@tanstack/eslint-plugin-query": "5.91.2",
8787
"@testing-library/jest-dom": "6.9.1",
88-
"@testing-library/react": "16.3.0",
88+
"@testing-library/react": "16.3.1",
8989
"@testing-library/user-event": "14.6.1",
9090
"@types/d3": "7.4.3",
9191
"@types/d3-force": "3.0.10",
9292
"@types/d3-random": "3.0.3",
93-
"@types/node": "24.10.1",
94-
"@types/react": "19.2.7",
93+
"@types/node": "25.0.6",
94+
"@types/react": "19.2.8",
9595
"@types/react-dom": "19.2.3",
96-
"@types/three": "0.181.0",
97-
"@typescript-eslint/eslint-plugin": "8.46.3",
98-
"@typescript-eslint/parser": "8.46.3",
99-
"@typescript-eslint/utils": "8.46.3",
100-
"@vanilla-extract/vite-plugin": "5.1.1",
101-
"@vitejs/plugin-react": "5.1.1",
102-
"@vitest/coverage-v8": "4.0.14",
103-
"@vitest/eslint-plugin": "1.5.1",
104-
"@vitest/ui": "4.0.14",
96+
"@types/three": "0.182.0",
97+
"@typescript-eslint/eslint-plugin": "8.52.0",
98+
"@typescript-eslint/parser": "8.52.0",
99+
"@typescript-eslint/utils": "8.52.0",
100+
"@vanilla-extract/vite-plugin": "5.1.4",
101+
"@vitejs/plugin-react": "5.1.2",
102+
"@vitest/coverage-v8": "4.0.16",
103+
"@vitest/eslint-plugin": "1.6.6",
104+
"@vitest/ui": "4.0.16",
105105
"chokidar": "5.0.0",
106-
"eslint": "9.39.1",
106+
"eslint": "9.39.2",
107107
"eslint-config-xo": "0.49.0",
108108
"eslint-config-xo-typescript": "9.0.0",
109109
"eslint-formatter-compact": "9.0.1",
@@ -112,50 +112,50 @@
112112
"eslint-plugin-barrel-files": "3.0.1",
113113
"eslint-plugin-eslint-comments": "3.2.0",
114114
"eslint-plugin-import": "2.32.0",
115-
"eslint-plugin-jsdoc": "61.4.1",
115+
"eslint-plugin-jsdoc": "62.0.0",
116116
"eslint-plugin-jsonc": "2.21.0",
117117
"eslint-plugin-jsx-a11y": "6.10.2",
118118
"eslint-plugin-n": "17.23.1",
119119
"eslint-plugin-no-only-tests": "3.3.0",
120-
"eslint-plugin-perfectionist": "4.15.0",
121-
"eslint-plugin-playwright": "2.4.0",
120+
"eslint-plugin-perfectionist": "5.3.1",
121+
"eslint-plugin-playwright": "2.4.1",
122122
"eslint-plugin-prefer-arrow-functions": "3.9.1",
123123
"eslint-plugin-prettier": "5.5.4",
124124
"eslint-plugin-promise": "7.2.1",
125125
"eslint-plugin-react": "7.37.5",
126126
"eslint-plugin-react-hooks": "7.0.1",
127-
"eslint-plugin-react-refresh": "0.4.22",
127+
"eslint-plugin-react-refresh": "0.4.26",
128128
"eslint-plugin-regexp": "2.10.0",
129129
"eslint-plugin-security": "3.0.1",
130130
"eslint-plugin-simple-import-sort": "12.1.1",
131131
"eslint-plugin-sonarjs": "3.0.5",
132132
"eslint-plugin-sort-keys-fix": "1.1.2",
133133
"eslint-plugin-unicorn": "62.0.0",
134-
"eslint-plugin-unused-imports": "4.2.0",
135-
"eslint-plugin-yml": "1.19.0",
136-
"globals": "16.5.0",
134+
"eslint-plugin-unused-imports": "4.3.0",
135+
"eslint-plugin-yml": "1.19.1",
136+
"globals": "17.0.0",
137137
"husky": "9.1.7",
138138
"jiti": "2.6.1",
139-
"jsdom": "27.2.0",
140-
"knip": "5.70.2",
139+
"jsdom": "27.4.0",
140+
"knip": "5.80.2",
141141
"koa": "3.1.1",
142-
"lint-staged": "16.2.1",
142+
"lint-staged": "16.2.7",
143143
"monorepo-license-checker": "0.3.0",
144-
"msw": "2.12.3",
145-
"nx": "22.1.3",
146-
"prettier": "3.6.2",
144+
"msw": "2.12.7",
145+
"nx": "22.3.3",
146+
"prettier": "3.7.4",
147147
"semantic-release": "25.0.2",
148148
"syncpack": "13.0.4",
149149
"tslib": "2.8.1",
150150
"tsx": "4.21.0",
151-
"typescript": "5.9.2",
152-
"typescript-eslint": "8.48.0",
153-
"vite": "7.2.4",
151+
"typescript": "5.9.3",
152+
"typescript-eslint": "8.52.0",
153+
"vite": "7.3.1",
154154
"vite-plugin-dts": "4.5.4",
155-
"vite-tsconfig-paths": "5.1.4",
156-
"vitest": "4.0.14",
155+
"vite-tsconfig-paths": "6.0.4",
156+
"vitest": "4.0.16",
157157
"vitest-axe": "0.1.0",
158-
"zod": "4.1.13"
158+
"zod": "4.3.5"
159159
},
160160
"nx": {
161161
"includedScripts": []

packages/client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"devDependencies": {
3030
"@testing-library/jest-dom": "6.9.1",
3131
"@testing-library/user-event": "14.6.1",
32-
"@types/node": "24.10.1",
33-
"@vitest/coverage-v8": "4.0.14",
34-
"eslint": "9.39.1",
35-
"immer": "11.0.0",
36-
"memfs": "4.47.0",
37-
"msw": "2.12.3",
38-
"typescript": "5.9.2",
39-
"vitest": "4.0.14",
32+
"@types/node": "25.0.6",
33+
"@vitest/coverage-v8": "4.0.16",
34+
"eslint": "9.39.2",
35+
"immer": "11.1.3",
36+
"memfs": "4.51.1",
37+
"msw": "2.12.7",
38+
"typescript": "5.9.3",
39+
"vitest": "4.0.16",
4040
"vitest-axe": "0.1.0"
4141
},
4242
"author": "BibGraph",

packages/types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"typecheck": "nx run types:typecheck"
1717
},
1818
"dependencies": {
19-
"zod": "4.1.13"
19+
"zod": "4.3.5"
2020
},
2121
"devDependencies": {
22-
"eslint": "9.39.1",
23-
"typescript": "5.9.2",
24-
"vitest": "4.0.14"
22+
"eslint": "9.39.2",
23+
"typescript": "5.9.3",
24+
"vitest": "4.0.16"
2525
},
2626
"author": "Joe Mearman",
2727
"exports": {

packages/ui/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,39 @@
2424
},
2525
"dependencies": {
2626
"@bibgraph/types": "workspace:*",
27-
"@tabler/icons-react": "3.35.0",
27+
"@tabler/icons-react": "3.36.1",
2828
"@tanstack/react-table": "8.21.3",
29-
"@vanilla-extract/css": "1.17.5",
30-
"react": "19.2.0",
31-
"react-dom": "19.2.0"
29+
"@vanilla-extract/css": "1.18.0",
30+
"react": "19.2.3",
31+
"react-dom": "19.2.3"
3232
},
3333
"devDependencies": {
34-
"@mantine/core": "8.3.9",
35-
"@mantine/hooks": "8.3.9",
36-
"@mantine/notifications": "8.3.9",
37-
"@storybook/addon-docs": "10.1.0",
38-
"@storybook/react-vite": "10.1.0",
34+
"@mantine/core": "8.3.12",
35+
"@mantine/hooks": "8.3.12",
36+
"@mantine/notifications": "8.3.12",
37+
"@storybook/addon-docs": "10.1.11",
38+
"@storybook/react-vite": "10.1.11",
3939
"@testing-library/jest-dom": "6.9.1",
40-
"@testing-library/react": "16.3.0",
40+
"@testing-library/react": "16.3.1",
4141
"@testing-library/user-event": "14.6.1",
42-
"@types/react": "19.2.7",
42+
"@types/react": "19.2.8",
4343
"@types/react-dom": "19.2.3",
44-
"@vanilla-extract/vite-plugin": "5.1.1",
45-
"eslint": "9.39.1",
46-
"eslint-plugin-storybook": "10.1.0",
47-
"react": "19.2.0",
48-
"storybook": "10.1.0",
49-
"typescript": "5.9.2",
50-
"vite": "7.2.4",
44+
"@vanilla-extract/vite-plugin": "5.1.4",
45+
"eslint": "9.39.2",
46+
"eslint-plugin-storybook": "10.1.11",
47+
"react": "19.2.3",
48+
"storybook": "10.1.11",
49+
"typescript": "5.9.3",
50+
"vite": "7.3.1",
5151
"vite-plugin-dts": "4.5.4",
52-
"vitest": "4.0.14"
52+
"vitest": "4.0.16"
5353
},
5454
"peerDependencies": {
55-
"@mantine/core": "8.3.9",
56-
"@mantine/hooks": "8.3.9",
57-
"@mantine/notifications": "8.3.9",
58-
"react": "19.2.0",
59-
"react-dom": "19.2.0"
55+
"@mantine/core": "8.3.12",
56+
"@mantine/hooks": "8.3.12",
57+
"@mantine/notifications": "8.3.12",
58+
"react": "19.2.3",
59+
"react-dom": "19.2.3"
6060
},
6161
"author": "Joe Mearman",
6262
"exports": {

0 commit comments

Comments
 (0)