Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 1b214b5 commit 21e4c3d
Show file tree
Hide file tree
Showing 29 changed files with 2,130 additions and 2,452 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
20 changes: 10 additions & 10 deletions apps/formi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check:vue": "nuxi typecheck"
},
"dependencies": {
"@codemirror/language": "6.10.3",
"@codemirror/language": "6.10.6",
"@codemirror/legacy-modes": "6.4.2",
"@yeger/fol": "workspace:*",
"codemirror": "6.0.1",
Expand All @@ -23,26 +23,26 @@
"splitpanes": "3.1.5",
"vue-codemirror": "6.1.1",
"vue-toastification": "2.0.0-rc.5",
"yaml": "2.6.0",
"yaml": "2.6.1",
"zod": "3.23.8"
},
"devDependencies": {
"@nuxtjs/robots": "5.0.0",
"@unhead/shared": "1.11.11",
"@unocss/nuxt": "0.64.1",
"@unocss/reset": "0.64.1",
"@nuxtjs/robots": "5.0.1",
"@unhead/shared": "1.11.13",
"@unocss/nuxt": "0.65.1",
"@unocss/reset": "0.65.1",
"@vite-pwa/nuxt": "0.10.6",
"@vue/shared": "3.5.13",
"@vueuse/core": "12.0.0",
"@vueuse/nuxt": "12.0.0",
"node-fetch-native": "1.6.4",
"nuxt": "3.14.159",
"nuxt": "3.14.1592",
"nuxt-icon": "0.6.10",
"typescript": "5.6.3",
"typescript": "5.7.2",
"ufo": "1.5.4",
"vite": "6.0.1",
"vite": "6.0.3",
"vue": "3.5.13",
"vue-router": "4.4.5",
"vue-router": "4.5.0",
"vue-tsc": "2.1.10"
}
}
8 changes: 4 additions & 4 deletions docs/d3-graph-controller-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"preview": "vitepress serve"
},
"dependencies": {
"@algolia/client-search": "5.14.2",
"@algolia/client-search": "5.16.0",
"d3-graph-controller": "workspace:*",
"vue": "3.5.13"
},
"devDependencies": {
"@types/d3-selection": "3.0.11",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"unplugin-vue-components": "0.27.4",
"vite": "6.0.1",
"typescript": "5.7.2",
"unplugin-vue-components": "0.27.5",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*",
"vitepress": "1.5.0",
"vue-tsc": "2.1.10"
Expand Down
6 changes: 3 additions & 3 deletions docs/vecti-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"preview": "vitepress serve"
},
"dependencies": {
"@algolia/client-search": "5.14.2",
"@algolia/client-search": "5.16.0",
"vecti": "workspace:*",
"vue": "3.5.13"
},
"devDependencies": {
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*",
"vitepress": "1.5.0"
}
Expand Down
6 changes: 3 additions & 3 deletions docs/vue-marmoset-viewer-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"vue-marmoset-viewer": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
Expand Down
6 changes: 3 additions & 3 deletions docs/vue-masonry-wall-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@yeger/vue-masonry-wall": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
Expand Down
6 changes: 3 additions & 3 deletions docs/vue2-masonry-wall-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@yeger/vue2-masonry-wall": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue2": "2.3.1",
"@vitejs/plugin-vue2": "2.3.3",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*",
"vue": "2.7.16"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/vite-plugin-ssg-utils-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"check:tsc": "tsc"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@unhead/vue": "1.11.10",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"@yeger/tsconfig": "workspace:*",
"critters": "0.0.25",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-ssg-utils": "workspace:*",
"vite-ssg": "0.24.1",
"vite-ssg": "0.24.2",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.15.0",
"description": "Monorepo for `@yeger` and related NPM packages",
"repository": {
"url": "https://github.com/DerYeger/yeger"
Expand Down Expand Up @@ -38,32 +38,32 @@
"watch": "nr turbo watch"
},
"devDependencies": {
"@antfu/ni": "0.23.0",
"@changesets/cli": "2.27.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@turbo/gen": "2.3.0",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.6",
"@vitest/ui": "2.1.6",
"@antfu/ni": "0.23.1",
"@changesets/cli": "2.27.10",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@turbo/gen": "2.3.3",
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@yeger/eslint-config": "workspace:*",
"@yeger/scripts": "workspace:*",
"@yeger/turbo-graph": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.15.0",
"husky": "9.1.6",
"eslint": "9.16.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"publint": "0.2.12",
"rimraf": "6.0.1",
"syncpack": "13.0.0",
"taze": "0.18.0",
"turbo": "2.3.0",
"vercel": "39.0.2",
"vitest": "2.1.6"
"turbo": "2.3.3",
"vercel": "39.1.3",
"vitest": "2.1.8"
},
"pnpm": {
"overrides": {
"@codemirror/state": "6.4.1"
"@codemirror/state": "6.5.0"
},
"packageExtensions": {
"vue-template-compiler": {
Expand Down
6 changes: 3 additions & 3 deletions packages/d3-graph-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@types/d3-force": "3.0.10",
"@types/d3-selection": "3.0.11",
"@types/d3-zoom": "3.0.8",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@types/resize-observer-browser": "0.1.11",
"@yeger/deepmerge": "workspace:*",
"@yeger/tsconfig": "workspace:*",
"jsdom": "25.0.1",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/debounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"lint": "yeger-lint"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
}
}
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
"eslint": ">=9.0.0"
},
"dependencies": {
"@antfu/eslint-config": "3.9.1",
"@eslint-react/eslint-plugin": "1.16.1",
"@antfu/eslint-config": "3.11.2",
"@eslint-react/eslint-plugin": "1.18.0",
"@eslint/eslintrc": "3.2.0",
"astro-eslint-parser": "1.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-format": "0.1.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-md": "1.0.19",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-svelte": "2.46.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-svelte": "2.46.1",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-tsdoc": "0.3.0",
"eslint-plugin-turbo": "2.3.0",
"eslint-plugin-yml": "1.15.0",
"eslint-plugin-tsdoc": "0.4.0",
"eslint-plugin-turbo": "2.3.3",
"eslint-plugin-yml": "1.16.0",
"picocolors": "1.1.1",
"yaml-eslint-parser": "1.2.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/fol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"devDependencies": {
"@ohm-js/cli": "2.0.0",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@yeger/tsconfig": "workspace:*",
"resumon": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/resumon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"devDependencies": {
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"@yeger/tsconfig": "workspace:*",
"typescript": "5.6.3",
"vite": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-lib": "workspace:*"
},
"publishConfig": {
Expand Down
24 changes: 12 additions & 12 deletions packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@
"dependencies": {
"@yeger/debounce": "workspace:*",
"@yeger/streams": "workspace:*",
"class-variance-authority": "0.7.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"d3-dag": "1.1.0",
"d3-graph-controller": "workspace:*",
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.1.0",
"execa": "9.5.1",
"lucide-react": "0.460.0",
"execa": "9.5.2",
"lucide-react": "0.468.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reactflow": "11.11.4",
"resumon": "workspace:*",
"tailwind-merge": "2.5.4",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/d3-scale": "4.0.8",
"@types/d3-scale-chromatic": "3.0.3",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/d3-scale-chromatic": "3.1.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@yeger/tsconfig": "workspace:*",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.0.3",
"next": "15.0.3",
"eslint-config-next": "15.0.4",
"next": "15.0.4",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 21e4c3d

Please sign in to comment.