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 Feb 15, 2025
1 parent a9befc3 commit a63ce46
Show file tree
Hide file tree
Showing 18 changed files with 962 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13.1
22.14.0
10 changes: 5 additions & 5 deletions apps/formi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@codemirror/language": "6.10.8",
"@codemirror/legacy-modes": "6.4.2",
"@vueuse/core": "12.5.0",
"@codemirror/legacy-modes": "6.4.3",
"@vueuse/core": "12.6.1",
"@yeger/fol": "workspace:*",
"codemirror": "6.0.1",
"d3-graph-controller": "workspace:*",
Expand All @@ -25,16 +25,16 @@
"vue-codemirror": "6.1.1",
"vue-toastification": "2.0.0-rc.5",
"yaml": "2.7.0",
"zod": "3.24.1"
"zod": "3.24.2"
},
"devDependencies": {
"@nuxtjs/robots": "5.2.2",
"@unhead/shared": "1.11.18",
"@unhead/shared": "1.11.19",
"@unocss/nuxt": "65.4.3",
"@unocss/reset": "65.4.3",
"@vite-pwa/nuxt": "0.10.6",
"@vue/shared": "3.5.13",
"@vueuse/nuxt": "12.5.0",
"@vueuse/nuxt": "12.6.1",
"node-fetch-native": "1.6.6",
"nuxt": "3.15.4",
"nuxt-icon": "0.6.10",
Expand Down
2 changes: 1 addition & 1 deletion docs/d3-graph-controller-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "vitepress serve"
},
"dependencies": {
"@algolia/client-search": "5.20.1",
"@algolia/client-search": "5.20.2",
"d3-graph-controller": "workspace:*",
"vue": "3.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/vecti-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vitepress serve"
},
"dependencies": {
"@algolia/client-search": "5.20.1",
"@algolia/client-search": "5.20.2",
"vecti": "workspace:*",
"vue": "3.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-plugin-ssg-utils-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check:tsc": "tsc"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@unhead/vue": "1.11.18",
"@vitejs/plugin-vue": "5.2.1",
"@yeger/tsconfig": "workspace:*",
Expand Down
16 changes: 8 additions & 8 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@10.2.1",
"packageManager": "pnpm@10.4.0",
"description": "Monorepo for `@yeger` and related NPM packages",
"repository": {
"url": "https://github.com/DerYeger/yeger"
Expand Down Expand Up @@ -42,23 +42,23 @@
"@changesets/cli": "2.27.12",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@turbo/gen": "2.4.0",
"@types/node": "22.13.1",
"@turbo/gen": "2.4.2",
"@types/node": "22.13.4",
"@vitest/coverage-v8": "3.0.5",
"@vitest/ui": "3.0.5",
"@yeger/eslint-config": "workspace:*",
"@yeger/scripts": "workspace:*",
"@yeger/turbo-graph": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"publint": "0.3.4",
"publint": "0.3.5",
"rimraf": "6.0.1",
"syncpack": "13.0.2",
"taze": "18.4.0",
"turbo": "2.4.0",
"vercel": "41.0.2",
"taze": "18.5.0",
"turbo": "2.4.2",
"vercel": "41.1.4",
"vitest": "3.0.5"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/d3-graph-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/d3-force": "3.0.10",
"@types/d3-selection": "3.0.11",
"@types/d3-zoom": "3.0.8",
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@types/resize-observer-browser": "0.1.11",
"@yeger/deepmerge": "workspace:*",
"@yeger/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "yeger-lint"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.7.3",
"vite": "6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"eslint": ">=9.0.0"
},
"dependencies": {
"@antfu/eslint-config": "4.1.1",
"@antfu/eslint-config": "4.2.0",
"@eslint-react/eslint-plugin": "1.26.2",
"@eslint/eslintrc": "3.2.0",
"astro-eslint-parser": "1.2.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-import-resolver-typescript": "3.8.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-format": "1.0.1",
Expand All @@ -59,11 +59,11 @@
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-md": "1.0.19",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.18",
"eslint-plugin-react-refresh": "0.4.19",
"eslint-plugin-svelte": "2.46.1",
"eslint-plugin-tailwindcss": "3.18.0",
"eslint-plugin-tsdoc": "0.4.0",
"eslint-plugin-turbo": "2.4.0",
"eslint-plugin-turbo": "2.4.2",
"eslint-plugin-yml": "1.16.0",
"picocolors": "1.1.1",
"yaml-eslint-parser": "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/fol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@ohm-js/cli": "2.0.0",
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@yeger/tsconfig": "workspace:*",
"resumon": "workspace:*",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/resumon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.7.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"devDependencies": {
"@types/d3-scale": "4.0.9",
"@types/d3-scale-chromatic": "3.1.0",
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@yeger/tsconfig": "workspace:*",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.1.6",
"next": "15.1.6",
"postcss": "8.5.1",
"eslint-config-next": "15.1.7",
"next": "15.1.7",
"postcss": "8.5.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/turbo-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"dependencies": {
"@yeger/turbo-graph-ui": "workspace:*",
"cac": "6.7.14",
"next": "15.1.6",
"next": "15.1.7",
"open": "8.4.2",
"picocolors": "1.1.1"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.7.3",
"vite": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vecti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vite-plugin-dts": "4.5.0"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.7.3",
"unbuild": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-ssg-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"kolorist": "1.8.0"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"@yeger/tsconfig": "workspace:*",
"rimraf": "6.0.1",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-masonry-wall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@yeger/vue-masonry-wall-core": "workspace:*"
},
"devDependencies": {
"@babel/types": "7.26.7",
"@babel/types": "7.26.9",
"@types/resize-observer-browser": "0.1.11",
"@vitejs/plugin-vue": "5.2.1",
"@vue/test-utils": "2.4.6",
Expand Down
Loading

0 comments on commit a63ce46

Please sign in to comment.