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
5 changes: 5 additions & 0 deletions .changeset/renovate-783.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tailor-platform/sdk": patch
Copy link
Contributor

Choose a reason for hiding this comment

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

🟡 Unnecessary changeset bumps @tailor-platform/sdk for a root-only devDependency change

pkg-pr-new is a root workspace devDependency (package.json:38) and is not a dependency of @tailor-platform/sdk (confirmed by checking packages/sdk/package.json). The changeset at .changeset/renovate-783.md declares "@tailor-platform/sdk": patch, which will trigger an unnecessary version bump (e.g., 1.28.0 → 1.28.1) of the published SDK package with zero actual changes to it. Per docs/changeset.md:62-67, development tooling changes should use the skip-changeset label instead of a changeset. The fixed group in .changeset/config.json:5 means @tailor-platform/create-sdk would also be unnecessarily bumped.

Prompt for agents
Remove the file .changeset/renovate-783.md and instead add the skip-changeset label to this PR. Per docs/changeset.md, development tooling changes (like updating pkg-pr-new, which is only a root devDependency) do not need a changeset. The current changeset would cause an unnecessary version bump of @tailor-platform/sdk and @tailor-platform/create-sdk.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

---

chore(deps): update dependency pkg-pr-new to v0.0.66
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"knip": "5.86.0",
"lefthook": "2.1.4",
"oxfmt": "0.40.0",
"pkg-pr-new": "0.0.65",
"pkg-pr-new": "0.0.66",
"publint": "0.3.18",
"tsx": "4.21.0",
"turbo": "2.8.17",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

Loading