Skip to content

chore(deps): bump @notionhq/client from 5.23.3 to 5.25.2 - #3627

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @notionhq/client from 5.23.3 to 5.25.2.

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
  • 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...
  • 094da84 [AI] Compact generated GetAsyncTaskResponse error union into shared fields ...
  • 610854c Bump version to v5.24.0 (#758)
  • dc33dd2 [AI] Recognize invalid_beta API error code (#754)
  • a854951 [AI] Add unsupported variant to formula and rollup property responses (#757)
  • Additional commits viewable in compare view

Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.23.3 to 5.25.2.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.23.3...v5.25.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/notionhq/client-5.25.2 branch from f2e0124 to b9834b3 Compare August 18, 2026 08:20
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Author

Superseded by #3660.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/notionhq/client-5.25.2 branch August 24, 2026 08:08
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