Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@baseplate-dev/react-generators': patch
---

Upgrade vite version from 7.1.12 to 7.3.1
Upgrade vite version from 7.1.12 to 7.3.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix the source version in the changeset description.

The description says 7.1.12 -> 7.3.2, but this PR is scoped to 7.3.1 -> 7.3.2. Please align the text to avoid misleading release notes.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.changeset/upgrade-vite-to-7-3-2.md at line 6, Update the changeset
description line that currently reads "Upgrade vite version from 7.1.12 to
7.3.2" to the correct source version "Upgrade vite version from 7.3.1 to 7.3.2"
in the .changeset/upgrade-vite-to-7-3-2.md file so the released notes match the
PR scope; locate and edit the literal string in that file to reflect 7.3.1 ->
7.3.2.

Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"tw-animate-css": "1.2.9",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-with-auth/apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"tw-animate-css": "1.2.9",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16",
"vitest-mock-extended": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-with-auth/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16",
"vitest-mock-extended": "3.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier-plugin-packagejson": "3.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-with-auth/libs/transactional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier-plugin-packagejson": "3.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
},
Expand Down
60 changes: 30 additions & 30 deletions examples/blog-with-auth/pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"tw-animate-css": "1.2.9",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-with-better-auth/apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"tw-animate-css": "1.2.9",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16",
"vitest-mock-extended": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-with-better-auth/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16",
"vitest-mock-extended": "3.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"tw-animate-css": "1.2.9",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-with-better-auth/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"tw-animate-css": "1.2.9",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier-plugin-packagejson": "3.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier-plugin-packagejson": "3.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vite": "7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.16"
},
Expand Down
Loading
Loading