Skip to content

Commit

Permalink
chore: update vite and vitest
Browse files Browse the repository at this point in the history
also make e2e timeouts longer
  • Loading branch information
wmertens committed Jul 30, 2024
1 parent 68f0552 commit 404e4ab
Show file tree
Hide file tree
Showing 12 changed files with 854 additions and 683 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
with:
lookup-only: true
path: e2e-tests-completed.txt
key: ${{ hashfiles('others-key.txt', 'starters/e2e/**/*', 'starters/apps/e2e/**/*') }}
key: ${{ hashfiles('others-key.txt', 'starters/**/*') }}

############ BUILD Qwik ############
build-qwik:
Expand Down
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"@playwright/test"
],
"pinVersion": "1.40.0"
},
{
"label": "Be lenient in vite versions for prod. v4 is broken, v5 is good",
"dependencyTypes": [
"prod"
],
"dependencies": [
"vite"
],
"pinVersion": "^5"
}
],
"semverGroups": [
Expand Down Expand Up @@ -127,11 +137,11 @@
"typescript": "5.4.5",
"undici": "*",
"vfile": "^6.0.1",
"vite": "^5.2.10",
"vite": "^5.3.5",
"vite-imagetools": "^6.2.9",
"vite-plugin-dts": "^3.9.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
"vitest": "^2.0.4",
"watchlist": "0.3.1",
"which-pm-runs": "1.1.0",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "5.4.5",
"undici": "*",
"valibot": "^0.33.2",
"vite": "^5.2.10",
"vite": "^5.3.5",
"vite-plugin-inspect": "^0.8.4",
"wrangler": "^3.30.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"tailwindcss": "^3.4.1",
"typescript": "5.4.5",
"undici": "*",
"vite": "^5.2.10",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
"vitest": "^2.0.4"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"svgo": "^3.2.0",
"undici": "*",
"vfile": "^6.0.1",
"vite": "^5.2.10",
"vite": "^5",
"vite-imagetools": "^6.2.9",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "^3.2.5",
"typescript": "5.4.5",
"undici": "*",
"vite": "^5.2.10"
"vite": "^5.3.5"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5",
"vite": "^5.2.10"
"vite": "^5.3.5"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"vite": "^5.2.10",
"vite": "^5.3.5",
"vite-plugin-static-copy": "^1.0.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"csstype": "^3.1.3",
"vite": "^5.2.10"
"vite": "^5"
},
"devDependencies": {
"@builder.io/qwik": "workspace:^",
Expand Down
Loading

0 comments on commit 404e4ab

Please sign in to comment.