chore(deps): bump @usenotra/sdk from 0.0.6 to 1.0.2#393
chore(deps): bump @usenotra/sdk from 0.0.6 to 1.0.2#393dependabot[bot] wants to merge 1 commit intostagingfrom
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
izadoesdev
left a comment
There was a problem hiding this comment.
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 changednotra.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.
|
|
Bumps @usenotra/sdk from 0.0.6 to 1.0.2.
Release notes
Sourced from
@usenotra/sdk's releases.... (truncated)
Changelog
Sourced from
@usenotra/sdk's changelog.... (truncated)
Commits
d6d8592Merge pull request #18 from usenotra/speakeasy-sdk-regen-1775335722d443995empty commit to trigger [run-tests] workflowd7d3777## Typescript SDK Changes:261ef7fUpdate Notra API location in workflow configuration1613083Merge pull request #17 from usenotra/speakeasy-sdk-regen-17747252473757512empty commit to trigger [run-tests] workflow5edfffe## Typescript SDK Changes:163121bMerge pull request #16 from usenotra/speakeasy-sdk-regen-17746580743adcf20empty commit to trigger [run-tests] workflow00c1ce6## Typescript SDK Changes: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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)