Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/retire-vite-override.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Bump `vite` direct dependencies to `^7.3.3` across templates and playgrounds that were on v4/v5/v6/v7.0, then retire the `vite@<7.1.3` entry from `pnpm.overrides` and `TRUSTED_OVERRIDES`. v7.1.3+ is the first vite line published via OIDC trusted publisher.
1 change: 0 additions & 1 deletion integration/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ export const TRUSTED_OVERRIDES: Record<string, string> = {
'chokidar@<5.0.0': '5.0.0',
'undici-types@<7.16.0': '7.24.8',
'tailwind-merge@<3.4.0': '3.4.0',
'vite@<7.1.3': '7.3.3',
};
2 changes: 1 addition & 1 deletion integration/templates/chrome-extension-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^4.3.9"
"vite": "^7.3.3"
},
"engines": {
"node": ">=22.11.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/custom-flows-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"tw-animate-css": "^1.3.6",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
"vite": "^7.3.3"
}
}
2 changes: 1 addition & 1 deletion integration/templates/express-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/express": "^5.0.3",
"@types/node": "^24.2.1",
"typescript": "^5.8.3",
"vite": "^6.3.3"
"vite": "^7.3.3"
}
}
2 changes: 1 addition & 1 deletion integration/templates/fastify-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/express": "^5.0.3",
"@types/node": "^24.2.1",
"typescript": "^5.8.3",
"vite": "^6.3.3"
"vite": "^7.3.3"
}
}
2 changes: 1 addition & 1 deletion integration/templates/hono-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/express": "^5.0.3",
"@types/node": "^24.2.1",
"typescript": "^5.8.3",
"vite": "^6.3.3"
"vite": "^7.3.3"
}
}
2 changes: 1 addition & 1 deletion integration/templates/react-router-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@vitejs/plugin-react": "^5.0.3",
"globals": "^15.12.0",
"typescript": "~5.7.3",
"vite": "^6.0.1"
"vite": "^7.3.3"
}
}
2 changes: 1 addition & 1 deletion integration/templates/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.0",
"typescript": "^5.7.3",
"vite": "^4.3.9"
"vite": "^7.3.3"
},
"engines": {
"node": ">=22.11.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "~5.7.3",
"vite": "^5.4.11",
"vite": "^7.3.3",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"vue-tsc": "^2.1.8"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@
"semver@<7.7.3": "7.7.4",
"tailwind-merge@<3.4.0": "3.4.0",
"undici-types@<7.16.0": "7.24.8",
"utf-8-validate": "5.0.10",
"vite@<7.1.3": "7.3.3"
"utf-8-validate": "5.0.10"
}
}
}
2 changes: 1 addition & 1 deletion playground/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite": "^7.3.3",
"vite-tsconfig-paths": "^5.1.2"
}
}
2 changes: 1 addition & 1 deletion playground/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.9"
"vite": "^7.3.3"
}
}
41 changes: 20 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading