Skip to content

Commit ed9d7da

Browse files
committed
chore: upgrade dependencies
1 parent 290bb16 commit ed9d7da

13 files changed

+3821
-2545
lines changed

Diff for: .prettierrc

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"printWidth": 120,
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": true,
6+
"bracketSpacing": true,
7+
"arrowParens": "avoid",
8+
"endOfLine": "lf",
9+
"plugins": ["prettier-plugin-astro"],
10+
"overrides": [
11+
{
12+
"files": "*.astro",
13+
"options": {
14+
"parser": "astro"
15+
}
16+
}
17+
]
18+
}

Diff for: .prettierrc.js

-19
This file was deleted.

Diff for: commitlint.config.js renamed to commitlint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
44
'body-leading-blank': [1, 'always'],

Diff for: docs/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
"build": "astro build && node scripts/afterBuild.js"
88
},
99
"dependencies": {
10-
"@astrojs/mdx": "^1.1.0",
11-
"@astrojs/sitemap": "^3.0.0",
12-
"@astrojs/vue": "^3.0.0",
10+
"@astrojs/mdx": "^1.1.5",
11+
"@astrojs/sitemap": "^3.0.3",
12+
"@astrojs/vue": "^3.0.4",
1313
"@docsearch/css": "^3.5.2",
1414
"@docsearch/js": "^3.5.2",
1515
"@floating-ui/dom": "^1.5.3",
1616
"@stackblitz/sdk": "^1.9.0",
17-
"@types/fs-extra": "^11.0.2",
18-
"@types/lodash-es": "^4.17.9",
17+
"@types/fs-extra": "^11.0.4",
18+
"@types/lodash-es": "^4.17.11",
1919
"@vee-validate/valibot": "^4.11.8",
2020
"@vee-validate/yup": "^4.11.8",
2121
"@vee-validate/zod": "^4.11.8",
22-
"@vue/repl": "^2.5.8",
23-
"@vueuse/core": "^10.4.1",
24-
"astro": "^3.1.2",
22+
"@vue/repl": "^2.7.0",
23+
"@vueuse/core": "^10.6.1",
24+
"astro": "^3.5.5",
2525
"autoprefixer": "^10.4.16",
2626
"fs-extra": "^11.1.1",
2727
"jsdom": "^22.1.0",
2828
"lodash-es": "^4.17.21",
29-
"remark-gfm": "^3.0.1",
30-
"shiki": "^0.14.4",
31-
"tailwindcss": "^3.3.3",
29+
"remark-gfm": "^4.0.0",
30+
"shiki": "^0.14.5",
31+
"tailwindcss": "^3.3.5",
3232
"unist-util-visit": "^5.0.0",
33-
"valibot": "^0.17.0",
33+
"valibot": "^0.20.1",
3434
"vee-validate": "^4.11.8",
35-
"vue": "^3.3.0",
36-
"yup": "^1.2.0",
37-
"zod": "^3.22.2"
35+
"vue": "^3.3.8",
36+
"yup": "^1.3.2",
37+
"zod": "^3.22.4"
3838
}
3939
}

Diff for: package.json

+26-24
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Form Validation for Vue.js",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
7+
"type": "module",
78
"packageManager": "[email protected]",
89
"homepage": "https://vee-validate.logaretm.com",
910
"repository": "https://github.com/logaretm/vee-validate",
@@ -21,48 +22,49 @@
2122
},
2223
"devDependencies": {
2324
"@changesets/cli": "^2.26.2",
24-
"@commitlint/cli": "^17.7.1",
25-
"@commitlint/config-conventional": "^17.7.0",
26-
"@rollup/plugin-replace": "^5.0.2",
27-
"@rollup/plugin-typescript": "^11.1.3",
28-
"@types/node": "^20.6.3",
29-
"@typescript-eslint/eslint-plugin": "^6.7.2",
30-
"@typescript-eslint/parser": "^6.7.2",
31-
"@vitest/coverage-v8": "^0.34.5",
32-
"@vue/devtools-api": "^6.5.0",
25+
"@commitlint/cli": "^18.4.2",
26+
"@commitlint/config-conventional": "^18.4.2",
27+
"@rollup/plugin-replace": "^5.0.5",
28+
"@rollup/plugin-typescript": "^11.1.5",
29+
"@types/node": "^20.9.2",
30+
"@typescript-eslint/eslint-plugin": "^6.11.0",
31+
"@typescript-eslint/parser": "^6.11.0",
32+
"@vitest/coverage-v8": "^0.34.6",
33+
"@vue/devtools-api": "^6.5.1",
3334
"chalk": "^5.3.0",
34-
"eslint": "^8.50.0",
35+
"eslint": "^8.54.0",
3536
"eslint-config-prettier": "^9.0.0",
3637
"eslint-config-standard": "^17.1.0",
37-
"eslint-plugin-import": "^2.28.1",
38-
"eslint-plugin-n": "^16.1.0",
39-
"eslint-plugin-prettier": "^5.0.0",
38+
"eslint-plugin-import": "^2.29.0",
39+
"eslint-plugin-n": "^16.3.1",
40+
"eslint-plugin-prettier": "^5.0.1",
4041
"eslint-plugin-promise": "^6.1.1",
4142
"eslint-plugin-standard": "^5.0.0",
42-
"filesize": "^10.0.12",
43+
"filesize": "^10.1.0",
4344
"flush-promises": "^1.0.2",
4445
"fs-extra": "^11.1.1",
4546
"gzip-size": "^7.0.0",
4647
"husky": "^8.0.3",
4748
"jsdom": "^22.1.0",
4849
"klona": "^2.0.6",
49-
"lint-staged": "^14.0.1",
50-
"prettier": "^3.0.3",
51-
"prettier-plugin-astro": "^0.12.0",
50+
"lint-staged": "^15.1.0",
51+
"prettier": "^3.1.0",
52+
"prettier-plugin-astro": "^0.12.2",
5253
"raf-stub": "^3.0.0",
53-
"rollup": "^3.29.2",
54+
"rollup": "^4.5.0",
5455
"rollup-plugin-commonjs": "^10.1.0",
55-
"rollup-plugin-dts": "^6.0.2",
56+
"rollup-plugin-dts": "^6.1.0",
5657
"rollup-plugin-json": "^4.0.0",
5758
"rollup-plugin-node-resolve": "^5.2.0",
58-
"terser": "^5.20.0",
59+
"terser": "^5.24.0",
5960
"tslint-config-prettier": "^1.18.0",
6061
"tslint-config-standard": "^9.0.0",
61-
"type-fest": "^4.3.1",
62+
"type-fest": "^4.8.1",
6263
"typescript": "5.2.2",
63-
"vitest": "^0.34.5",
64-
"vue": "^3.3.0",
65-
"yup": "^1.2.0"
64+
"vite-tsconfig-paths": "^4.2.1",
65+
"vitest": "^0.34.6",
66+
"vue": "^3.3.8",
67+
"yup": "^1.3.2"
6668
},
6769
"peerDependencies": {
6870
"vue": "^3.3.4"

Diff for: packages/joi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"joi": "17.10.2",
32-
"type-fest": "^4.2.0",
31+
"joi": "17.11.0",
32+
"type-fest": "^4.8.1",
3333
"vee-validate": "4.11.8"
3434
}
3535
}

Diff for: packages/nuxt/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"dist/*"
3838
],
3939
"dependencies": {
40-
"@nuxt/kit": "^3.7.3",
41-
"local-pkg": "^0.4.3",
40+
"@nuxt/kit": "^3.8.1",
41+
"local-pkg": "^0.5.0",
4242
"vee-validate": "4.11.8"
4343
},
4444
"devDependencies": {
4545
"@nuxt/eslint-config": "^0.2.0",
46-
"@nuxt/module-builder": "^0.5.1",
47-
"@nuxt/schema": "^3.7.3",
48-
"@nuxt/test-utils": "^3.7.3",
49-
"nuxt": "^3.7.3"
46+
"@nuxt/module-builder": "^0.5.4",
47+
"@nuxt/schema": "^3.8.1",
48+
"@nuxt/test-utils": "^3.8.1",
49+
"nuxt": "^3.8.1"
5050
}
5151
}

Diff for: packages/valibot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.3.1",
32-
"valibot": "^0.17.0",
31+
"type-fest": "^4.8.1",
32+
"valibot": "^0.20.1",
3333
"vee-validate": "4.11.8"
3434
}
3535
}

Diff for: packages/vee-validate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"vue": "^3.3.4"
3232
},
3333
"dependencies": {
34-
"@vue/devtools-api": "^6.5.0",
35-
"type-fest": "^4.3.1"
34+
"@vue/devtools-api": "^6.5.1",
35+
"type-fest": "^4.8.1"
3636
}
3737
}

Diff for: packages/yup/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.3.1",
31+
"type-fest": "^4.8.1",
3232
"vee-validate": "4.11.8",
33-
"yup": "^1.2.0"
33+
"yup": "^1.3.2"
3434
},
3535
"publishConfig": {
3636
"access": "public"

Diff for: packages/zod/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.3.1",
31+
"type-fest": "^4.8.1",
3232
"vee-validate": "4.11.8",
33-
"zod": "^3.22.2"
33+
"zod": "^3.22.4"
3434
}
3535
}

0 commit comments

Comments
 (0)