Skip to content

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

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

chore(deps): bump @usenotra/sdk from 0.0.6 to 1.0.2#393
dependabot[bot] wants to merge 1 commit intostagingfrom
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.0.2.

Release notes

Sourced from @​usenotra/sdk's releases.

typescript - v1.0.2 - 2026-04-04 20:51:19

Generated by Speakeasy CLI

@​usenotra/sdk 1.0.2

Typescript SDK Changes:

  • notra.content.deleteIntegration(): Added
  • notra.content.deletePost(): error.status[409] Added
  • notra.content.updatePost(): error.status[409] Added

Generated with Speakeasy CLI 1.761.1

Publishing Completed

typescript - v1.0.1 - 2026-03-28 19:17:10

Generated by Speakeasy CLI

@​usenotra/sdk 1.0.1

Typescript SDK Changes:

  • notra.content.listPosts(): response.posts[].slug Added
  • notra.content.getPost(): response.post.slug Added
  • notra.content.updatePost():
    • request.body.slug Added
    • response.post.slug Added

Generated with Speakeasy CLI 1.759.3

Publishing Completed

typescript - v1.0.0 - 2026-03-28 00:37:02

Generated by Speakeasy CLI

@​usenotra/sdk 1.0.0

Typescript SDK Changes:

  • notra.content.createPostGeneration(): request Changed (Breaking ⚠️)
  • notra.content.listIntegrations(): response.linear[] Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.759.3

Publishing Completed

typescript - v0.1.3 - 2026-03-25 07:23:00

Generated by Speakeasy CLI

@​usenotra/sdk 0.1.3

Typescript SDK Changes:

  • notra.content.createGitHubIntegration(): Added
  • notra.content.createPostGeneration(): error.status[404] Added

Generated with Speakeasy CLI 1.759.2

... (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
  • d6d8592 Merge pull request #18 from usenotra/speakeasy-sdk-regen-1775335722
  • d443995 empty commit to trigger [run-tests] workflow
  • d7d3777 ## Typescript SDK Changes:
  • 261ef7f Update Notra API location in workflow configuration
  • 1613083 Merge pull request #17 from usenotra/speakeasy-sdk-regen-1774725247
  • 3757512 empty commit to trigger [run-tests] workflow
  • 5edfffe ## Typescript SDK Changes:
  • 163121b Merge pull request #16 from usenotra/speakeasy-sdk-regen-1774658074
  • 3adcf20 empty commit to trigger [run-tests] workflow
  • 00c1ce6 ## Typescript SDK Changes:
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@usenotra/sdk](https://github.com/usenotra/typescript-sdk) from 0.0.6 to 1.0.2.
- [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.0.2)

---
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>
@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)
documentation Error Error Apr 8, 2026 2:53pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
dashboard Skipped Skipped Apr 8, 2026 2:53pm

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.

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