Skip to content

Commit 4818414

Browse files
committed
chore(e2e): retire vite trusted-publisher override
Bumps vite direct deps to ^7.3.3 across nine fixture templates and two playground apps that were previously on vite 4/5/6/7.0, then drops the corresponding entry from root pnpm.overrides and TRUSTED_OVERRIDES. vite 7.1.3 is the first version published via OIDC trusted publisher. @vitejs/plugin-react@^4 supports vite 4-7 so plugin versions don't need to move. Fixture vite configs are minimal defineConfig({ plugins: [react()] }) and unaffected by 4→7 breaking changes.
1 parent c5fd14c commit 4818414

14 files changed

Lines changed: 35 additions & 34 deletions

File tree

.changeset/retire-vite-override.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
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.

integration/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ export const TRUSTED_OVERRIDES: Record<string, string> = {
101101
'chokidar@<5.0.0': '5.0.0',
102102
'undici-types@<7.16.0': '7.24.8',
103103
'tailwind-merge@<3.4.0': '3.4.0',
104-
'vite@<7.1.3': '7.3.3',
105104
};

integration/templates/chrome-extension-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react-dom": "18.3.1",
1717
"@vitejs/plugin-react": "^4.3.4",
1818
"typescript": "^5.7.3",
19-
"vite": "^4.3.9"
19+
"vite": "^7.3.3"
2020
},
2121
"engines": {
2222
"node": ">=22.11.0"

integration/templates/custom-flows-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"tw-animate-css": "^1.3.6",
3636
"typescript": "~5.8.3",
3737
"typescript-eslint": "^8.35.1",
38-
"vite": "^7.0.4"
38+
"vite": "^7.3.3"
3939
}
4040
}

integration/templates/express-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/express": "^5.0.3",
1919
"@types/node": "^24.2.1",
2020
"typescript": "^5.8.3",
21-
"vite": "^6.3.3"
21+
"vite": "^7.3.3"
2222
}
2323
}

integration/templates/fastify-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/express": "^5.0.3",
2121
"@types/node": "^24.2.1",
2222
"typescript": "^5.8.3",
23-
"vite": "^6.3.3"
23+
"vite": "^7.3.3"
2424
}
2525
}

integration/templates/hono-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/express": "^5.0.3",
2121
"@types/node": "^24.2.1",
2222
"typescript": "^5.8.3",
23-
"vite": "^6.3.3"
23+
"vite": "^7.3.3"
2424
}
2525
}

integration/templates/react-router-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@vitejs/plugin-react": "^5.0.3",
2020
"globals": "^15.12.0",
2121
"typescript": "~5.7.3",
22-
"vite": "^6.0.1"
22+
"vite": "^7.3.3"
2323
}
2424
}

integration/templates/react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.0",
2727
"typescript": "^5.7.3",
28-
"vite": "^4.3.9"
28+
"vite": "^7.3.3"
2929
},
3030
"engines": {
3131
"node": ">=22.11.0"

integration/templates/vue-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^5.1.4",
1717
"typescript": "~5.7.3",
18-
"vite": "^5.4.11",
18+
"vite": "^7.3.3",
1919
"vue-tsc": "^2.1.8"
2020
}
2121
}

0 commit comments

Comments
 (0)