Skip to content

fix(deps): bump @doist/comms-sdk to 0.4.6#25

Merged
amix merged 1 commit into
mainfrom
amix/bump-comms-sdk-0.4.6
Jun 15, 2026
Merged

fix(deps): bump @doist/comms-sdk to 0.4.6#25
amix merged 1 commit into
mainfrom
amix/bump-comms-sdk-0.4.6

Conversation

@amix

@amix amix commented Jun 15, 2026

Copy link
Copy Markdown
Member

Context

@doist/comms-sdk@0.4.6 drops the legacy /a/ prefix from generated Comms permalinks. comms-cli pinned 0.4.5, so tdc still emits /a/ links.

What was changed

  • Bump @doist/comms-sdk 0.4.50.4.6 (exact pin, matching the repo convention).

Type-check, the full vitest suite (769 tests), and build all pass against 0.4.6.

Refs

Merging cuts a patch release via semantic-release.

Picks up the dropped legacy `/a/` URL prefix so `tdc` emits canonical
Comms permalinks (`/<workspace>/...`).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@doistbot doistbot requested a review from pedroalves0 June 15, 2026 15:40
@amix amix merged commit aa86918 into main Jun 15, 2026
5 checks passed
@amix amix deleted the amix/bump-comms-sdk-0.4.6 branch June 15, 2026 15:52
doist-release-bot Bot added a commit that referenced this pull request Jun 15, 2026
## [1.6.2](v1.6.1...v1.6.2) (2026-06-15)

### Bug Fixes

* **deps:** bump @doist/comms-sdk to 0.4.6 ([#25](#25)) ([aa86918](aa86918))
@doist-release-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.6.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Dependency bump to @doist/comms-sdk@0.4.6, dropping the legacy /a/ prefix from generated permalinks. No issues were flagged.

I also included a few optional follow-up notes in the details below.

Optional follow-up note (1)
  • [P3] package.json:54: This bump changes the canonical Comms permalink format, but src/lib/search-helpers.ts:239 still hardcodes https://comms.todoist.com/a/${workspaceId}. That leaves URL construction split between the SDK and local strings, so search/mentions can keep emitting legacy links on that fallback path. Please route that remaining URL generation through the same helper/format as the SDK instead of relying on the dependency bump alone.

Share FeedbackReview Logs

@pedroalves0 pedroalves0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants