Skip to content

chore(deps): bump @usenotra/sdk from 0.0.6 to 1.2.0#393

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/staging/usenotra/sdk-1.0.2
Open

chore(deps): bump @usenotra/sdk from 0.0.6 to 1.2.0#393
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/staging/usenotra/sdk-1.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps @usenotra/sdk from 0.0.6 to 1.2.0.

Release notes

Sourced from @​usenotra/sdk's releases.

typescript - v1.2.0 - 2026-05-02 08:35:13

Generated by Speakeasy CLI

@​usenotra/sdk 1.2.0

Typescript SDK Changes:

  • notra.chats.createChat():
    • request.externalChannelId Added
    • response.status[202] Removed (Breaking ⚠️)
  • notra.chats.postChatMessage():
    • request.body.externalChannelId Added
    • response.status[202] Removed (Breaking ⚠️)
  • notra.chats.getChatByExternalChannel(): Added
  • notra.chats.listChats(): response.chats[].externalChannelId Added
  • notra.chats.getChat(): response.chat.externalChannelId Added

Generated with Speakeasy CLI 1.761.11

Publishing Completed

typescript - v1.1.0 - 2026-05-01 23:53:45

Generated by Speakeasy CLI

@​usenotra/sdk 1.1.0

Typescript SDK Changes:

  • notra.chats.listChats(): Added
  • notra.chats.createChat(): Added
  • notra.chats.getChat(): Added
  • notra.chats.postChatMessage(): Added

Generated with Speakeasy CLI 1.761.11

Publishing Completed

typescript - v1.0.6 - 2026-04-22 02:15:43

Generated by Speakeasy CLI

@​usenotra/sdk 1.0.6

Typescript SDK Changes:

  • notra.content.updatePost(): error.status[429] Added
  • notra.content.createPostGeneration(): error.status[429] Added
  • notra.content.createBrandIdentity(): error.status[429] Added
  • notra.content.createGitHubIntegration(): error.status[429] Added

Generated with Speakeasy CLI 1.761.9

Publishing Completed

typescript - v1.0.5 - 2026-04-22 02:10:17

Generated by Speakeasy CLI

... (truncated)

Changelog

Sourced from @​usenotra/sdk's changelog.

2026-02-24 19:50:01

Changes

Based on:

Generated

  • [typescript v0.0.2] .

Releases

2026-02-25 20:33:33

Changes

Based on:

Generated

  • [typescript v0.0.3] .

Releases

2026-03-10 09:32:49

Changes

Based on:

Generated

  • [typescript v0.0.4] .

Releases

2026-03-10 14:19:51

Changes

Based on:

Generated

  • [typescript v0.0.5] .

Releases

2026-03-13 13:24:00

Changes

Based on:

Generated

  • [typescript v0.0.6] .

Releases

... (truncated)

Commits
  • fc1091a Merge pull request #24 from usenotra/speakeasy-sdk-regen-1777710363
  • 0d8dba3 empty commit to trigger [run-tests] workflow
  • e0accb7 ## Typescript SDK Changes:
  • 660ca58 Merge pull request #23 from usenotra/speakeasy-sdk-regen-1777679372
  • a531c07 empty commit to trigger [run-tests] workflow
  • 1c6447b ## Typescript SDK Changes:
  • 562e4ce Merge pull request #22 from usenotra/speakeasy-sdk-regen-1776823852
  • 93c4011 empty commit to trigger [run-tests] workflow
  • 4ea8314 ## Typescript SDK Changes:
  • a866369 Merge pull request #21 from usenotra/speakeasy-sdk-regen-1776822392
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
databuddy-status Ready Ready Preview, Comment May 4, 2026 8:17pm
documentation Error Error May 4, 2026 8:17pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
dashboard Skipped Skipped May 4, 2026 8:17pm

Copy link
Copy Markdown
Member

@izadoesdev izadoesdev left a comment

Choose a reason for hiding this comment

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

Automated Review — @usenotra/sdk 0.0.6 → 1.0.2

Summary: Dependabot bumps the Notra SDK from 0.0.6 to 1.0.2 in apps/docs/package.json. This is a major version jump that spans several releases, including v1.0.0 which introduced breaking changes. The only consumer is apps/docs/lib/changelog-query.ts, which uses listPosts() and getPost() for the changelog page.


🟡 Warning: Major version bump with documented breaking changes

The v1.0.0 release notes list two breaking changes:

  • notra.content.createPostGeneration() — request signature changed
  • notra.content.listIntegrations()response.linear[] changed

Neither of these methods is used in Databuddy's codebase. The docs app only calls client.content.listPosts() and client.content.getPost(), which were not broken. The mapNotraPost helper manually maps specific fields, so new additions like slug (added in v1.0.1) are safely ignored.

That said, type imports (GetPostPost, ListPostsPost, Pagination from @usenotra/sdk/models/operations and NotraError from @usenotra/sdk/models/errors) could have shifted in the module restructure that typically accompanies a 0.x → 1.x release. CI/build verification is essential here.

🔵 Suggestion: Verify build output

Since the mergeable state is currently showing as unstable, make sure CI passes cleanly, specifically the TypeScript compilation for apps/docs. If the type imports resolve and the build succeeds, this should be safe to merge.


No security concerns, no performance impact, no database/schema changes, no analytics pipeline changes.

Overall: Needs manual review — wait for CI to confirm the type imports still resolve correctly after the major version bump. If the build passes, this is good to merge.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot Bot changed the title chore(deps): bump @usenotra/sdk from 0.0.6 to 1.0.2 chore(deps): bump @usenotra/sdk from 0.0.6 to 1.2.0 May 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/staging/usenotra/sdk-1.0.2 branch from ef0c357 to 81894eb Compare May 3, 2026 17:13
@vercel vercel Bot temporarily deployed to Preview – dashboard May 3, 2026 17:13 Inactive
@unkey-deploy
Copy link
Copy Markdown

unkey-deploy Bot commented May 3, 2026

The latest updates on your projects. Learn more about Unkey Deploy

Name Status Preview Inspect Updated (UTC)
uptime (preview) Ready Visit Preview Inspect May 4, 2026 8:17pm

Bumps [@usenotra/sdk](https://github.com/usenotra/typescript-sdk) from 0.0.6 to 1.2.0.
- [Release notes](https://github.com/usenotra/typescript-sdk/releases)
- [Changelog](https://github.com/usenotra/typescript-sdk/blob/main/RELEASES.md)
- [Commits](usenotra/typescript-sdk@v0.0.6...v1.2.0)

---
updated-dependencies:
- dependency-name: "@usenotra/sdk"
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants