Skip to content

Commit 38019b2

Browse files
fix(deps): update all non-major dependencies
1 parent b21061b commit 38019b2

File tree

28 files changed

+2615
-1653
lines changed

28 files changed

+2615
-1653
lines changed

apps/formi/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@codemirror/language": "6.10.8",
1717
"@codemirror/legacy-modes": "6.4.3",
18-
"@vueuse/core": "12.6.1",
18+
"@vueuse/core": "12.7.0",
1919
"@yeger/fol": "workspace:*",
2020
"codemirror": "6.0.1",
2121
"d3-graph-controller": "workspace:*",
@@ -28,21 +28,21 @@
2828
"zod": "3.24.2"
2929
},
3030
"devDependencies": {
31-
"@nuxtjs/robots": "5.2.2",
32-
"@unhead/shared": "1.11.19",
33-
"@unocss/nuxt": "65.4.3",
34-
"@unocss/reset": "65.4.3",
31+
"@nuxtjs/robots": "5.2.4",
32+
"@unhead/shared": "1.11.20",
33+
"@unocss/nuxt": "65.5.0",
34+
"@unocss/reset": "65.5.0",
3535
"@vite-pwa/nuxt": "0.10.6",
3636
"@vue/shared": "3.5.13",
37-
"@vueuse/nuxt": "12.6.1",
37+
"@vueuse/nuxt": "12.7.0",
3838
"node-fetch-native": "1.6.6",
3939
"nuxt": "3.15.4",
4040
"nuxt-icon": "0.6.10",
41-
"typescript": "5.7.3",
41+
"typescript": "5.8.2",
4242
"ufo": "1.5.4",
43-
"vite": "6.1.0",
43+
"vite": "6.2.0",
4444
"vue": "3.5.13",
4545
"vue-router": "4.5.0",
46-
"vue-tsc": "2.2.0"
46+
"vue-tsc": "2.2.6"
4747
}
4848
}

docs/d3-graph-controller-docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"preview": "vitepress serve"
1313
},
1414
"dependencies": {
15-
"@algolia/client-search": "5.20.2",
15+
"@algolia/client-search": "5.20.3",
1616
"d3-graph-controller": "workspace:*",
1717
"vue": "3.5.13"
1818
},
1919
"devDependencies": {
2020
"@types/d3-selection": "3.0.11",
2121
"@yeger/tsconfig": "workspace:*",
22-
"typescript": "5.7.3",
23-
"unplugin-vue-components": "28.0.0",
24-
"vite": "6.1.0",
22+
"typescript": "5.8.2",
23+
"unplugin-vue-components": "28.4.1",
24+
"vite": "6.2.0",
2525
"vite-plugin-lib": "workspace:*",
2626
"vitepress": "1.6.3",
27-
"vue-tsc": "2.2.0"
27+
"vue-tsc": "2.2.6"
2828
}
2929
}

docs/vecti-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"preview": "vitepress serve"
1111
},
1212
"dependencies": {
13-
"@algolia/client-search": "5.20.2",
13+
"@algolia/client-search": "5.20.3",
1414
"vecti": "workspace:*",
1515
"vue": "3.5.13"
1616
},
1717
"devDependencies": {
1818
"@yeger/tsconfig": "workspace:*",
19-
"typescript": "5.7.3",
20-
"vite": "6.1.0",
19+
"typescript": "5.8.2",
20+
"vite": "6.2.0",
2121
"vite-plugin-lib": "workspace:*",
2222
"vitepress": "1.6.3"
2323
}

docs/vue-marmoset-viewer-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "5.2.1",
1919
"@yeger/tsconfig": "workspace:*",
20-
"typescript": "5.7.3",
21-
"vite": "6.1.0",
20+
"typescript": "5.8.2",
21+
"vite": "6.2.0",
2222
"vite-plugin-lib": "workspace:*",
2323
"vue": "3.5.13",
24-
"vue-tsc": "2.2.0"
24+
"vue-tsc": "2.2.6"
2525
}
2626
}

docs/vue-masonry-wall-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "5.2.1",
1919
"@yeger/tsconfig": "workspace:*",
20-
"typescript": "5.7.3",
21-
"vite": "6.1.0",
20+
"typescript": "5.8.2",
21+
"vite": "6.2.0",
2222
"vite-plugin-lib": "workspace:*",
2323
"vue": "3.5.13",
24-
"vue-tsc": "2.2.0"
24+
"vue-tsc": "2.2.6"
2525
}
2626
}

docs/vue2-masonry-wall-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue2": "2.3.3",
1818
"@yeger/tsconfig": "workspace:*",
19-
"typescript": "5.7.3",
20-
"vite": "6.1.0",
19+
"typescript": "5.8.2",
20+
"vite": "6.2.0",
2121
"vite-plugin-lib": "workspace:*",
2222
"vue": "2.7.16"
2323
}

examples/vite-plugin-ssg-utils-example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"check:tsc": "tsc"
1111
},
1212
"devDependencies": {
13-
"@types/node": "22.13.4",
13+
"@types/node": "22.13.8",
1414
"@unhead/vue": "1.11.18",
1515
"@vitejs/plugin-vue": "5.2.1",
1616
"@yeger/tsconfig": "workspace:*",
1717
"critters": "0.0.25",
18-
"typescript": "5.7.3",
19-
"vite": "6.1.0",
18+
"typescript": "5.8.2",
19+
"vite": "6.2.0",
2020
"vite-plugin-ssg-utils": "workspace:*",
21-
"vite-ssg": "25.0.0",
21+
"vite-ssg": "25.2.0",
2222
"vue": "3.5.13",
2323
"vue-router": "4.5.0"
2424
}

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.4.0",
6+
"packageManager": "pnpm@10.5.2",
77
"description": "Monorepo for `@yeger` and related NPM packages",
88
"repository": {
99
"url": "https://github.com/DerYeger/yeger"
@@ -39,27 +39,27 @@
3939
},
4040
"devDependencies": {
4141
"@antfu/ni": "23.3.1",
42-
"@changesets/cli": "2.27.12",
42+
"@changesets/cli": "2.28.1",
4343
"@commitlint/cli": "19.7.1",
4444
"@commitlint/config-conventional": "19.7.1",
45-
"@turbo/gen": "2.4.2",
46-
"@types/node": "22.13.4",
47-
"@vitest/coverage-v8": "3.0.5",
48-
"@vitest/ui": "3.0.5",
45+
"@turbo/gen": "2.4.4",
46+
"@types/node": "22.13.8",
47+
"@vitest/coverage-v8": "3.0.7",
48+
"@vitest/ui": "3.0.7",
4949
"@yeger/eslint-config": "workspace:*",
5050
"@yeger/scripts": "workspace:*",
5151
"@yeger/turbo-graph": "workspace:*",
5252
"cross-env": "7.0.3",
53-
"eslint": "9.20.1",
53+
"eslint": "9.21.0",
5454
"husky": "9.1.7",
5555
"lint-staged": "15.4.3",
56-
"publint": "0.3.5",
56+
"publint": "0.3.7",
5757
"rimraf": "6.0.1",
5858
"syncpack": "13.0.2",
59-
"taze": "18.5.0",
60-
"turbo": "2.4.2",
61-
"vercel": "41.1.4",
62-
"vitest": "3.0.5"
59+
"taze": "18.6.0",
60+
"turbo": "2.4.4",
61+
"vercel": "41.3.0",
62+
"vitest": "3.0.7"
6363
},
6464
"pnpm": {
6565
"overrides": {

packages/d3-graph-controller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"@types/d3-force": "3.0.10",
6161
"@types/d3-selection": "3.0.11",
6262
"@types/d3-zoom": "3.0.8",
63-
"@types/node": "22.13.4",
63+
"@types/node": "22.13.8",
6464
"@types/resize-observer-browser": "0.1.11",
6565
"@yeger/deepmerge": "workspace:*",
6666
"@yeger/tsconfig": "workspace:*",
6767
"jsdom": "26.0.0",
68-
"typescript": "5.7.3",
69-
"vite": "6.1.0",
68+
"typescript": "5.8.2",
69+
"vite": "6.2.0",
7070
"vite-plugin-lib": "workspace:*"
7171
},
7272
"publishConfig": {

packages/debounce/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"devDependencies": {
4848
"@yeger/tsconfig": "workspace:*",
49-
"typescript": "5.7.3",
50-
"vite": "6.1.0",
49+
"typescript": "5.8.2",
50+
"vite": "6.2.0",
5151
"vite-plugin-lib": "workspace:*"
5252
},
5353
"publishConfig": {

packages/deepmerge/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"lint": "yeger-lint"
3030
},
3131
"devDependencies": {
32-
"@types/node": "22.13.4",
32+
"@types/node": "22.13.8",
3333
"@yeger/tsconfig": "workspace:*",
34-
"typescript": "5.7.3",
35-
"vite": "6.1.0",
34+
"typescript": "5.8.2",
35+
"vite": "6.2.0",
3636
"vite-plugin-lib": "workspace:*"
3737
}
3838
}

packages/eslint-config/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@
4646
"eslint": ">=9.0.0"
4747
},
4848
"dependencies": {
49-
"@antfu/eslint-config": "4.2.0",
50-
"@eslint-react/eslint-plugin": "1.26.2",
51-
"@eslint/eslintrc": "3.2.0",
49+
"@antfu/eslint-config": "4.3.0",
50+
"@eslint-react/eslint-plugin": "1.29.0",
51+
"@eslint/eslintrc": "3.3.0",
5252
"astro-eslint-parser": "1.2.1",
53-
"eslint-import-resolver-typescript": "3.8.0",
53+
"eslint-import-resolver-typescript": "3.8.3",
5454
"eslint-plugin-astro": "1.3.1",
5555
"eslint-plugin-cypress": "4.1.0",
5656
"eslint-plugin-format": "1.0.1",
5757
"eslint-plugin-import": "2.31.0",
5858
"eslint-plugin-jsx-a11y": "6.10.2",
5959
"eslint-plugin-markdown": "5.1.0",
6060
"eslint-plugin-md": "1.0.19",
61-
"eslint-plugin-react-hooks": "5.1.0",
61+
"eslint-plugin-react-hooks": "5.2.0",
6262
"eslint-plugin-react-refresh": "0.4.19",
6363
"eslint-plugin-svelte": "2.46.1",
6464
"eslint-plugin-tailwindcss": "3.18.0",
6565
"eslint-plugin-tsdoc": "0.4.0",
66-
"eslint-plugin-turbo": "2.4.2",
67-
"eslint-plugin-yml": "1.16.0",
66+
"eslint-plugin-turbo": "2.4.4",
67+
"eslint-plugin-yml": "1.17.0",
6868
"picocolors": "1.1.1",
69-
"yaml-eslint-parser": "1.2.3"
69+
"yaml-eslint-parser": "1.3.0"
7070
},
7171
"publishConfig": {
7272
"access": "public"

packages/fol/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@ohm-js/cli": "2.0.0",
47-
"@types/node": "22.13.4",
47+
"@types/node": "22.13.8",
4848
"@yeger/tsconfig": "workspace:*",
4949
"resumon": "workspace:*",
50-
"typescript": "5.7.3",
51-
"vite": "6.1.0",
50+
"typescript": "5.8.2",
51+
"vite": "6.2.0",
5252
"vite-plugin-lib": "workspace:*"
5353
},
5454
"publishConfig": {

packages/resumon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"test": "vitest"
4545
},
4646
"devDependencies": {
47-
"@types/node": "22.13.4",
47+
"@types/node": "22.13.8",
4848
"@vue/component-compiler-utils": "3.3.0",
4949
"@yeger/tsconfig": "workspace:*",
50-
"typescript": "5.7.3",
51-
"vite": "6.1.0",
50+
"typescript": "5.8.2",
51+
"vite": "6.2.0",
5252
"vite-plugin-lib": "workspace:*"
5353
},
5454
"publishConfig": {

packages/scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"devDependencies": {
4646
"@yeger/tsconfig": "workspace:*",
47-
"typescript": "5.7.3",
48-
"vite": "6.1.0",
47+
"typescript": "5.8.2",
48+
"vite": "6.2.0",
4949
"vite-plugin-lib": "workspace:*"
5050
},
5151
"publishConfig": {

packages/streams/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"devDependencies": {
4141
"@yeger/tsconfig": "workspace:*",
42-
"typescript": "5.7.3",
43-
"vite": "6.1.0",
42+
"typescript": "5.8.2",
43+
"vite": "6.2.0",
4444
"vite-plugin-lib": "workspace:*"
4545
},
4646
"publishConfig": {

packages/turbo-graph-ui/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"d3-scale": "4.0.2",
4747
"d3-scale-chromatic": "3.1.0",
4848
"execa": "9.5.2",
49-
"lucide-react": "0.475.0",
49+
"lucide-react": "0.477.0",
5050
"react": "18.3.1",
5151
"react-dom": "18.3.1",
5252
"reactflow": "11.11.4",
@@ -57,16 +57,16 @@
5757
"devDependencies": {
5858
"@types/d3-scale": "4.0.9",
5959
"@types/d3-scale-chromatic": "3.1.0",
60-
"@types/node": "22.13.4",
60+
"@types/node": "22.13.8",
6161
"@types/react": "18.3.18",
6262
"@types/react-dom": "18.3.5",
6363
"@yeger/tsconfig": "workspace:*",
6464
"autoprefixer": "10.4.20",
65-
"eslint-config-next": "15.1.7",
66-
"next": "15.1.7",
67-
"postcss": "8.5.2",
65+
"eslint-config-next": "15.2.0",
66+
"next": "15.2.0",
67+
"postcss": "8.5.3",
6868
"tailwindcss": "3.4.17",
69-
"typescript": "5.7.3"
69+
"typescript": "5.8.2"
7070
},
7171
"publishConfig": {
7272
"access": "public"

packages/turbo-graph/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"dependencies": {
3535
"@yeger/turbo-graph-ui": "workspace:*",
3636
"cac": "6.7.14",
37-
"next": "15.1.7",
37+
"next": "15.2.0",
3838
"open": "8.4.2",
3939
"picocolors": "1.1.1"
4040
},
4141
"devDependencies": {
42-
"@types/node": "22.13.4",
42+
"@types/node": "22.13.8",
4343
"@yeger/tsconfig": "workspace:*",
44-
"typescript": "5.7.3",
45-
"vite": "6.1.0",
44+
"typescript": "5.8.2",
45+
"vite": "6.2.0",
4646
"vite-plugin-lib": "workspace:*"
4747
},
4848
"publishConfig": {

packages/vecti/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"test": "vitest"
4646
},
4747
"devDependencies": {
48-
"@types/node": "22.13.4",
48+
"@types/node": "22.13.8",
4949
"@vue/component-compiler-utils": "3.3.0",
5050
"@yeger/tsconfig": "workspace:*",
51-
"typescript": "5.7.3",
52-
"vite": "6.1.0",
51+
"typescript": "5.8.2",
52+
"vite": "6.2.0",
5353
"vite-plugin-lib": "workspace:*"
5454
},
5555
"publishConfig": {

0 commit comments

Comments
 (0)