Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 10, 2024
1 parent 0e419dd commit a2456e1
Show file tree
Hide file tree
Showing 11 changed files with 1,738 additions and 1,176 deletions.
2 changes: 1 addition & 1 deletion docs/src/advanced-usage/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Sometimes you not only want to validate each field in every element of the array

You can do this exactly like a normal field.

The errors can be displayed either by `r$.$errors.[field].$errors` or `r$.$fields.[field].$field.$errors`
The errors can be displayed either by `r$.$errors.[field].$self` or `r$.$fields.[field].$field.$errors`


```ts twoslash
Expand Down
4 changes: 2 additions & 2 deletions docs/src/parts/components/collections/ValidatingArray.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</ul>
</div>
</div>
<ul v-if="r$.$errors.collection.$errors.length">
<li v-for="error of r$.$errors.collection.$errors" :key="error">
<ul v-if="r$.$errors.collection.$self.length">
<li v-for="error of r$.$errors.collection.$self" :key="error">
{{ error }}
</li>
</ul>
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,32 @@
"@regle/core": "workspace:*",
"@regle/rules": "workspace:*",
"@regle/zod": "workspace:*",
"@shikijs/vitepress-twoslash": "1.23.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-istanbul": "2.1.5",
"@vitest/coverage-v8": "2.1.5",
"@shikijs/vitepress-twoslash": "1.24.1",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-istanbul": "2.1.8",
"@vitest/coverage-v8": "2.1.8",
"@vue/reactivity": "catalog:",
"@vue/test-utils": "2.4.6",
"bumpp": "9.8.1",
"bumpp": "9.9.0",
"changelogithub": "0.13.11",
"check-password-strength": "2.0.10",
"cross-env": "7.0.3",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-vue": "catalog:",
"happy-dom": "15.11.6",
"happy-dom": "15.11.7",
"pinia": "catalog:",
"playwright": "1.49.0",
"playwright-core": "1.49.0",
"prettier": "catalog:",
"sass": "1.81.0",
"sass": "1.82.0",
"tsup": "catalog:",
"typescript": "catalog:",
"@vue/reactivity": "catalog:",
"vitepress": "1.5.0",
"vitepress-plugin-group-icons": "1.3.0",
"vitest": "2.1.5",
"vitepress-plugin-group-icons": "1.3.1",
"vitest": "2.1.8",
"vue": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"devDependencies": {
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vue/test-utils": "2.4.6",
"bumpp": "9.8.1",
"bumpp": "9.9.0",
"changelogithub": "0.13.11",
"cross-env": "7.0.3",
"type-fest": "4.28.0",
"vitest": "2.1.5",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-vue": "catalog:",
"prettier": "catalog:",
"tsup": "catalog:",
"type-fest": "4.30.0",
"typescript": "catalog:",
"vitest": "2.1.8",
"vue": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:"
Expand Down
12 changes: 6 additions & 6 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
"@regle/zod": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/test-utils": "^3.15.1",
"@regle/zod": "workspace:*",
"@types/node": "^22.9.3",
"c12": "2.0.1",
"changelogen": "^0.5.7",
"nuxt": "^3.14.1592",
"type-fest": "4.28.0",
"vitest": "2.1.5",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-vue": "catalog:",
"nuxt": "^3.14.1592",
"prettier": "catalog:",
"tsup": "catalog:",
"type-fest": "4.30.0",
"typescript": "catalog:",
"vitest": "2.1.8",
"vue": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:"
Expand Down
12 changes: 6 additions & 6 deletions packages/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"@regle/core": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vue/reactivity": "catalog:",
"@vue/test-utils": "2.4.6",
"bumpp": "9.8.1",
"bumpp": "9.9.0",
"changelogithub": "0.13.11",
"cross-env": "7.0.3",
"type-fest": "4.28.0",
"vitest": "2.1.5",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-vue": "catalog:",
"prettier": "catalog:",
"tsup": "catalog:",
"type-fest": "4.30.0",
"typescript": "catalog:",
"vitest": "2.1.8",
"vue": "catalog:",
"@vue/reactivity": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"devDependencies": {
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vue/test-utils": "2.4.6",
"bumpp": "9.8.1",
"bumpp": "9.9.0",
"changelogithub": "0.13.11",
"cross-env": "7.0.3",
"type-fest": "catalog:",
"vitest": "2.1.5",
"zod": "3.23.8",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-vue": "catalog:",
"prettier": "catalog:",
"tsup": "catalog:",
"type-fest": "catalog:",
"typescript": "catalog:",
"vitest": "2.1.8",
"vue": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:"
"vue-tsc": "catalog:",
"zod": "3.23.8"
},
"type": "module",
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"vue": "catalog:"
},
"devDependencies": {
"@andypf/json-viewer": "2.1.7",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.9.3",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.0.1",
"@andypf/json-viewer": "2.1.7",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.6.0",
"npm-run-all2": "^7.0.1",
"vite": "^5.4.8",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-vue": "catalog:",
"npm-run-all2": "^7.0.1",
"prettier": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "^5.4.8",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:"
}
Expand Down
Loading

0 comments on commit a2456e1

Please sign in to comment.