Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps @notionhq/client from 5.7.0 to 5.8.0.

Release notes

Sourced from @​notionhq/client's releases.

v5.8.0

What's Changed

  • Sync api-endpoints: add position to AppendBlockChildrenParameters by @​ksinder in makenotion/notion-sdk-js#658
    • Specifically, this change is a backwards-compatible improvement to support a more expressive position parameter in the PATCH /v1/blocks/:block_id/children body to append at a specific position in the parent's children array.
      • The parameter cannot be used with the older after parameter, which will be officially removed in the next public API version.
  • Sync api-endpoints: add list_start_index and list_format by @​vshen-notion in makenotion/notion-sdk-js#659
    • For numbered_list_item, support distinguishing where list numbering starts and what type of list (number, letter, roman numeral), by exposing list_start_index and list_format

New Contributors

Full Changelog: makenotion/notion-sdk-js@v5.7.0...v5.8.0

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.7.0...v5.8.0)

---
updated-dependencies:
- dependency-name: "@notionhq/client"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 26, 2026
@vercel
Copy link

vercel bot commented Jan 26, 2026

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

Project Deployment Review Updated (UTC)
api Ready Ready Preview, Comment Jan 26, 2026 5:33pm

@claude
Copy link

claude bot commented Jan 26, 2026

PR Review: Bump @notionhq/client from 5.7.0 to 5.8.0

Summary

This is a dependency bump for the Notion API client library from version 5.7.0 to 5.8.0, a minor version update. The changes are automatically generated by Dependabot and only modify package.json and package-lock.json.

✅ Positive Aspects

  1. Minor version bump - This is a backwards-compatible update, which reduces the risk of breaking changes
  2. Well-maintained upstream - The Notion SDK is actively maintained and has descriptive release notes
  3. Relevant improvements - The new version adds useful features:
    • Support for position parameter in AppendBlockChildrenParameters for more precise block placement
    • New list_start_index and list_format properties for numbered list items
  4. Clean diff - Only dependency files are modified with no manual changes
  5. Automated process - Generated by Dependabot, reducing human error

📋 Observations & Recommendations

  1. Breaking changes note - The Notion SDK release notes mention that the position parameter cannot be used with the older after parameter, which will be removed in the next major version. You may want to:

    • Audit the codebase to ensure it's not using the deprecated after parameter with position
    • Plan a future migration when the next major version is released
  2. No test coverage visible - The PR doesn't include any new tests. Consider:

    • Testing any code paths that use the updated Notion API features
    • Running your existing test suite to ensure compatibility
    • The CI/CD pipeline should validate this update
  3. Lock file integrity - The package-lock.json changes are correctly generated:

    • Version bumped from 5.7.0 to 5.8.0
    • Integrity hash updated appropriately
    • No other dependencies affected

🔒 Security

  • No security vulnerabilities detected in the release notes
  • This is a feature/improvement release with no security-related changes

⚡ Performance

  • No performance implications expected from this minor version bump
  • The new features (position parameter, list formatting) are additive and shouldn't impact existing performance

✨ Best Practices

  • ✅ Uses semantic versioning with caret (^) for flexibility
  • ✅ Dependabot-managed dependencies reduce maintenance burden
  • ⚠️ Ensure your CI passes before merging (recommended for all dependency updates)

Checklist

  • CI pipeline passes
  • No runtime errors in dependent code
  • Review Notion SDK changelog for any behavioral changes
  • Consider updating any code using deprecated after parameter (if applicable)

Recommendation

Approve and merge - This is a low-risk minor version update with useful improvements. Ensure your CI/CD validation passes before merging.

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.

0 participants