Skip to content

Commit 51b6865

Browse files
committed
chore: upgrade to astro v3
1 parent 14cdcee commit 51b6865

File tree

9 files changed

+1858
-2537
lines changed

9 files changed

+1858
-2537
lines changed

docs/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { svgSprite } from './src/integrations/svgSprite';
99

1010
// https://astro.build/config
1111
export default defineConfig({
12-
site: process.env.NODE_ENV === 'production' ? 'https://vee-validate.logaretm.com/' : 'http://localhost:3000/',
12+
site: process.env.NODE_ENV === 'production' ? 'https://vee-validate.logaretm.com/' : 'http://localhost:4321/',
1313
trailingSlash: 'always',
1414
base: '/v4',
1515
integrations: [

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
"build": "astro build && node scripts/afterBuild.js"
88
},
99
"dependencies": {
10-
"@astrojs/mdx": "^0.19.7",
11-
"@astrojs/sitemap": "^2.0.2",
12-
"@astrojs/vue": "^2.2.1",
10+
"@astrojs/mdx": "^1.0.3",
11+
"@astrojs/sitemap": "^3.0.0",
12+
"@astrojs/vue": "^3.0.0",
1313
"@docsearch/css": "^3.5.2",
1414
"@docsearch/js": "^3.5.2",
1515
"@floating-ui/dom": "^1.5.1",
1616
"@stackblitz/sdk": "^1.9.0",
1717
"@types/fs-extra": "^11.0.1",
18-
"@types/lodash-es": "^4.17.8",
18+
"@types/lodash-es": "^4.17.9",
1919
"@vee-validate/valibot": "^4.11.6",
2020
"@vee-validate/yup": "^4.11.6",
2121
"@vee-validate/zod": "^4.11.6",
2222
"@vue/repl": "^2.5.8",
23-
"@vueuse/core": "^10.3.0",
24-
"astro": "^2.10.14",
23+
"@vueuse/core": "^10.4.1",
24+
"astro": "^3.0.12",
2525
"autoprefixer": "^10.4.15",
2626
"fs-extra": "^11.1.1",
2727
"jsdom": "^22.1.0",
2828
"lodash-es": "^4.17.21",
2929
"remark-gfm": "^3.0.1",
30-
"shiki": "^0.14.3",
30+
"shiki": "^0.14.4",
3131
"tailwindcss": "^3.3.3",
3232
"unist-util-visit": "^5.0.0",
33-
"valibot": "^0.13.1",
33+
"valibot": "^0.15.0",
3434
"vee-validate": "^4.11.6",
3535
"vue": "^3.3.0",
3636
"yup": "^1.2.0",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"@commitlint/cli": "^17.7.1",
2525
"@commitlint/config-conventional": "^17.7.0",
2626
"@rollup/plugin-replace": "^5.0.2",
27-
"@rollup/plugin-typescript": "^11.1.2",
28-
"@types/node": "^20.5.6",
29-
"@typescript-eslint/eslint-plugin": "^6.4.1",
30-
"@typescript-eslint/parser": "^6.4.1",
31-
"@vitest/coverage-v8": "^0.34.2",
27+
"@rollup/plugin-typescript": "^11.1.3",
28+
"@types/node": "^20.6.0",
29+
"@typescript-eslint/eslint-plugin": "^6.6.0",
30+
"@typescript-eslint/parser": "^6.6.0",
31+
"@vitest/coverage-v8": "^0.34.4",
3232
"@vue/devtools-api": "^6.5.0",
3333
"chalk": "^5.3.0",
34-
"eslint": "^8.47.0",
34+
"eslint": "^8.49.0",
3535
"eslint-config-prettier": "^9.0.0",
3636
"eslint-config-standard": "^17.1.0",
3737
"eslint-plugin-import": "^2.28.1",
@@ -47,20 +47,20 @@
4747
"jsdom": "^22.1.0",
4848
"klona": "^2.0.6",
4949
"lint-staged": "^14.0.1",
50-
"prettier": "^3.0.2",
50+
"prettier": "^3.0.3",
5151
"prettier-plugin-astro": "^0.12.0",
5252
"raf-stub": "^3.0.0",
53-
"rollup": "^3.28.0",
53+
"rollup": "^3.29.1",
5454
"rollup-plugin-commonjs": "^10.1.0",
55-
"rollup-plugin-dts": "^6.0.0",
55+
"rollup-plugin-dts": "^6.0.2",
5656
"rollup-plugin-json": "^4.0.0",
5757
"rollup-plugin-node-resolve": "^5.2.0",
58-
"terser": "^5.19.2",
58+
"terser": "^5.19.4",
5959
"tslint-config-prettier": "^1.18.0",
6060
"tslint-config-standard": "^9.0.0",
61-
"type-fest": "^4.2.0",
61+
"type-fest": "^4.3.1",
6262
"typescript": "5.2.2",
63-
"vitest": "^0.34.2",
63+
"vitest": "^0.34.4",
6464
"vue": "^3.3.0",
6565
"yup": "^1.2.0"
6666
},

packages/nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"dist/*"
3838
],
3939
"dependencies": {
40-
"@nuxt/kit": "^3.6.5",
40+
"@nuxt/kit": "^3.7.1",
4141
"local-pkg": "^0.4.3",
4242
"vee-validate": "4.11.6"
4343
},
4444
"devDependencies": {
45-
"@nuxt/eslint-config": "^0.1.1",
46-
"@nuxt/module-builder": "^0.4.0",
47-
"@nuxt/schema": "^3.6.5",
48-
"@nuxt/test-utils": "^3.6.5",
49-
"nuxt": "^3.6.5"
45+
"@nuxt/eslint-config": "^0.2.0",
46+
"@nuxt/module-builder": "^0.5.1",
47+
"@nuxt/schema": "^3.7.1",
48+
"@nuxt/test-utils": "^3.7.1",
49+
"nuxt": "^3.7.1"
5050
}
5151
}

packages/valibot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.2.0",
32-
"valibot": "^0.13.1",
31+
"type-fest": "^4.3.1",
32+
"valibot": "^0.15.0",
3333
"vee-validate": "4.11.6"
3434
}
3535
}

packages/vee-validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"dependencies": {
3434
"@vue/devtools-api": "^6.5.0",
35-
"type-fest": "^4.2.0"
35+
"type-fest": "^4.3.1"
3636
}
3737
}

packages/yup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.2.0",
31+
"type-fest": "^4.3.1",
3232
"vee-validate": "4.11.6",
3333
"yup": "^1.2.0"
3434
},

packages/zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.2.0",
31+
"type-fest": "^4.3.1",
3232
"vee-validate": "4.11.6",
3333
"zod": "^3.22.2"
3434
}

0 commit comments

Comments
 (0)