Skip to content

chore(deps): bump @notionhq/client from 5.23.3 to 5.26.0 - #3660

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

chore(deps): bump @notionhq/client from 5.23.3 to 5.26.0#3660
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/notionhq/client-5.26.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @notionhq/client from 5.23.3 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 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.23.3 to 5.26.0.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.23.3...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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants