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
2 changes: 2 additions & 0 deletions .changeset/honest-flies-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Changeset is empty and will be rejected by tooling.

Changesets expect at least one package bump in the frontmatter plus a short summary. With only the delimiter lines, pnpm changeset version/CI will fail to parse this file, so the release pipeline breaks. Please add the appropriate package entry (e.g., "integration/templates/tanstack-react-start": patch) and a short description.

🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: Hier könnte ein Fehler sein.
Context: --- ---

(QB_NEW_DE)

🤖 Prompt for AI Agents
In .changeset/honest-flies-destroy.md around lines 1 to 2, the changeset
frontmatter is empty which causes tooling to reject it; add at least one package
bump entry and a short summary. Update the frontmatter YAML to include a package
and semver type (for example: "integration/templates/tanstack-react-start":
patch) and then add a one-line description body under the frontmatter explaining
the change (e.g., "patch: fix template dependency versions"), ensuring the file
contains valid YAML frontmatter and a non-empty summary so pnpm changeset
parsing succeeds.

7 changes: 4 additions & 3 deletions integration/templates/tanstack-react-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"start": "vite start --port=$PORT"
},
"dependencies": {
"@tanstack/react-router": "1.132.31",
"@tanstack/react-router-devtools": "1.132.31",
"@tanstack/react-start": "1.132.31",
"@tanstack/react-router": "1.132.47",
"@tanstack/react-router-devtools": "1.132.51",
"@tanstack/react-start": "1.132.51",
"react": "18.3.1",
"react-dom": "18.3.1",
"srvx": "0.8.15",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
Expand Down