Skip to content

build(deps): Bump @notionhq/client from 5.19.0 to 5.26.0 - #2359

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/notionhq/client-5.26.0
Open

build(deps): Bump @notionhq/client from 5.19.0 to 5.26.0#2359
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/notionhq/client-5.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @notionhq/client from 5.19.0 to 5.26.0.

Release notes

Sourced from @​notionhq/client's releases.

v5.25.2

What’s changed

API request types

  • does_not_equal condition on verification property filters (#766)
    • The verification property filter in data source and database queries now accepts { does_not_equal: "verified" | "expired" | "none" } alongside the existing { status: ... } condition. For example, filter: { property: "Verification", verification: { does_not_equal: "expired" } } matches pages whose verification state is anything other than expired. Purely additive — existing status filters are unaffected.

Links

v5.25.1

What’s changed

Fixes

  • isFullDataSource and isFullDatabase no longer accept partial responses (#764)
    • Both guards only checked response.object, so a partial data source or database object passed the guard and was incorrectly narrowed to the full type. They now also require the title field, which is present on full objects and absent from the partial shapes — the same structural check the other guards already do (isFullPage checks url, isFullBlock checks type). isFullPageOrDataSource picks up the fix through isFullDataSource.

Links

v5.25.0

What’s changed

New capabilities

  • Filter properties on page writes (#761)
    • client.pages.create() and client.pages.update() now accept the same filter_properties parameter as client.pages.retrieve(), letting you bound which properties are returned in the write response. Pass property IDs (or names) as an array; the response shape is unchanged and the parameter is opt-in per request.

API response types

  • Compact async task error union (#759)
    • The failed-task error type in GetAsyncTaskResponse now factors the shared object, message, and additional_data fields into a single object combined with a correlated status/code union, instead of ~16 repeated variants. Purely representational — every previously valid (status, code) pair remains valid.

Links

v5.24.0

What’s changed

New capabilities

  • Create meeting notes (#753)

... (truncated)

Commits
  • 9060802 Bump version to v5.26.0 (#775)
  • 8664fbd [AI] Add user.message session-stream events and usage/artifacts status ...
  • 4ce79c7 [SDK] Complete custom-agent client facade (#769)
  • b5f2a9f [AI] Add client.agents.batch and client.sessions methods for custom-agent...
  • e4b49eb Bump version to v5.25.2 (#767)
  • 42d15db [AI] Add does_not_equal condition to the verification property filter type ...
  • 4b01157 Bump version to v5.25.1 (#765)
  • 6dda7aa Fix isFullDataSource and isFullDatabase accepting partial responses (#764)
  • 14033b2 Bump version to v5.25.0 (#762)
  • 36df279 [AI] Add filter_properties query parameter to pages.create and `pages.upd...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
brios Ready Ready Preview Aug 25, 2026 6:21am

Request Review

@socket-security

socket-security Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​notionhq/​client@​5.19.0 ⏵ 5.26.0100 +1100100100 +1100

View full report

Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.19.0 to 5.26.0.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.19.0...v5.26.0)

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

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.

0 participants