Skip to content
Open
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: 1 addition & 1 deletion packages/cli-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"std-env": "^3.7.0",
"strip-ansi": "^7.1.0",
"supports-color": "^10.0.0",
"tar": "^7.5.13",
"tar": "^7.5.19",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Dependency update to a published package ships without a release note

The published CLI package's dependency is updated (tar bumped to ^7.5.19 at packages/cli-v3/package.json:143) without adding the required changeset, so this change to a public package will not appear in the user-facing release notes.
Impact: The version bump merges without generating a changelog entry, breaking the repository's release-notes process for public package changes.

Missing changeset for public package change

Both CONTRIBUTING.md and AGENTS.md state that any change to a package under packages/* requires a changeset (pnpm run changeset:add). packages/cli-v3 is the published trigger.dev package. The PR only touches packages/cli-v3/package.json and pnpm-lock.yaml; no file was added under .changeset/ for this change.

Open in Devin Review

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

"tiny-invariant": "^1.2.0",
"tinyexec": "^0.3.1",
"tinyglobby": "^0.2.10",
Expand Down
Loading
Loading