Skip to content

Commit 80820c2

Browse files
JarvisHJarvisH
andauthored
chore: update Vite to version 8 (#49)
* chore: update to Vite 8 * chore: update deps - Replace ts-node with tsx to prevent "experimental-loader" warning. - Skip unconfig update to latest as it breaks a test. --------- Co-authored-by: JarvisH <mathiasen@wobbleweb.com>
1 parent 6309794 commit 80820c2

File tree

2 files changed

+2297
-2161
lines changed

2 files changed

+2297
-2161
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@julr/vite-plugin-validate-env",
33
"type": "module",
44
"version": "2.2.0",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.32.1",
66
"description": "✅ Vite plugin for validating your environment variables",
77
"author": "Julien Ripouteau <julien@ripouteau.com>",
88
"license": "MIT",
@@ -41,38 +41,38 @@
4141
"prepublishOnly": "pnpm build",
4242
"release": "bumpp --commit --push --tag && pnpm publish",
4343
"dev:playground": "pnpm vite -c playground/vite.config.ts",
44-
"quick:test": "node --enable-source-maps --loader ts-node/esm bin/test.ts",
45-
"test": "node --enable-source-maps --loader ts-node/esm bin/test.ts",
44+
"quick:test": "tsx bin/test.ts",
45+
"test": "tsx bin/test.ts",
4646
"typecheck": "tsc --noEmit",
4747
"checks": "pnpm lint && pnpm typecheck"
4848
},
4949
"peerDependencies": {
50-
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
50+
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
5151
},
5252
"dependencies": {
53-
"@poppinss/cliui": "^6.4.3",
54-
"@poppinss/validator-lite": "^2.1.0",
55-
"@standard-schema/spec": "^1.0.0",
56-
"unconfig": "^7.3.2"
53+
"@poppinss/cliui": "^6.7.0",
54+
"@poppinss/validator-lite": "^2.1.2",
55+
"@standard-schema/spec": "^1.1.0",
56+
"unconfig": "7.3.3"
5757
},
5858
"devDependencies": {
59-
"@japa/assert": "^4.0.1",
60-
"@japa/file-system": "^2.3.2",
61-
"@japa/runner": "^4.2.0",
62-
"@julr/tooling-configs": "^4.0.0",
63-
"@types/node": "^24.0.10",
64-
"@vinejs/vine": "^3.0.1",
65-
"arktype": "^2.1.20",
66-
"bumpp": "^10.2.0",
67-
"cross-env": "^7.0.3",
68-
"eslint": "^9.30.1",
69-
"prettier": "^3.6.2",
70-
"ts-node": "^10.9.2",
71-
"tsup": "^8.5.0",
72-
"typescript": "^5.8.3",
73-
"valibot": "^1.1.0",
74-
"vite": "^7.0.1",
75-
"zod": "^3.25.71"
59+
"@japa/assert": "^4.2.0",
60+
"@japa/file-system": "^3.0.0",
61+
"@japa/runner": "^5.3.0",
62+
"@julr/tooling-configs": "^6.0.0",
63+
"@types/node": "^24.12.0",
64+
"@vinejs/vine": "^4.3.0",
65+
"arktype": "^2.2.0",
66+
"bumpp": "^10.4.1",
67+
"cross-env": "^10.1.0",
68+
"eslint": "^9.39.4",
69+
"prettier": "^3.8.1",
70+
"tsup": "^8.5.1",
71+
"tsx": "^4.21.0",
72+
"typescript": "^5.9.3",
73+
"valibot": "^1.2.0",
74+
"vite": "^8.0.0",
75+
"zod": "^3.25.76"
7676
},
7777
"prettier": "@julr/tooling-configs/prettier"
7878
}

0 commit comments

Comments
 (0)