Skip to content

Bump @notionhq/client from 5.9.0 to 5.11.1#94

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/notionhq/client-5.11.1
Open

Bump @notionhq/client from 5.9.0 to 5.11.1#94
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/notionhq/client-5.11.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps @notionhq/client from 5.9.0 to 5.11.1.

Release notes

Sourced from @​notionhq/client's releases.

v5.11.1

What's Changed

  • Sync api-endpoints: unsupported block type, update page docstring tweak by @​ksinder in makenotion/notion-sdk-js#672
    • New string field unsupported[block_type] in UnsupportedBlockObjectResponse to provide a hint on what an underlying unsupported block type is
    • Minor TSDoc change for updatePage endpoint: remove "properties" suffix from API name; just "Update page" now.
      • This reflects the fact that the endpoint does more than just updating properties/schema

Links

v5.11.0

What's Changed

New Contributors

Links

v5.10.0

What's Changed

New Contributors

Links

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 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.9.0 to 5.11.1.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.9.0...v5.11.1)

---
updated-dependencies:
- dependency-name: "@notionhq/client"
  dependency-version: 5.11.1
  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 Mar 9, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 9, 2026

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

Project Deployment Actions Updated (UTC)
api Ready Ready Preview, Comment Mar 9, 2026 5:35pm

@claude
Copy link
Copy Markdown

claude bot commented Mar 9, 2026

PR Review: @notionhq/client Dependency Update

Summary

This is a Dependabot-managed minor version update for the Notion SDK from 5.9.0 → 5.11.1. The changes are clean, minimal, and limited to dependency files.

✅ Code Quality & Best Practices

  • Minimal changes: Only package.json and package-lock.json modified
  • Lint checks passing: CI confirms no TypeScript or linting errors introduced
  • Proper dependency management: Using npm with lock file for reproducible builds

🔍 Compatibility Analysis

I reviewed the release notes and code usage across the codebase. The upgrade is safe to merge:

Key Changes in v5.10.0-5.11.1:

  • Automatic retry support with exponential backoff (v5.10.0) - This is beneficial and improves API reliability
  • New markdown endpoints (v5.11.0) - Additive, won't affect existing code
  • New unsupported[block_type] field (v5.11.1) - Additive, optional
  • Unknown parameter warnings (v5.11.0) - Non-breaking, may surface warnings only

Code Coverage Check:
The codebase uses these Notion SDK features, all of which remain compatible:

  • ✓ Client initialization
  • ✓ Pages API (create, update, retrieve)
  • ✓ Comments API
  • ✓ Blocks API (list, append, delete)
  • ✓ File uploads API
  • ✓ Type helpers (isFullPage, isFullBlock, isFullComment)

No transcription blocks or other specialized block types are currently handled in the code, so the block response shape update doesn't impact functionality.

🚀 Performance

The new automatic retry support could provide improved reliability during transient Notion API issues—this is a positive change.

🔐 Security

  • No breaking changes to authentication
  • Updated dependency has no reported security vulnerabilities
  • NOTION_TOKEN usage remains secure

✔️ Test Coverage

  • Lint check ✅ PASSED
  • CodeQL ✅ NEUTRAL (no new issues)
  • Vercel preview builds successfully

Recommendation

Ready to merge ✅ This is a straightforward, well-tested dependency update with no breaking changes and beneficial reliability improvements.

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