Skip to content

build(deps): bump @notionhq/client from 2.3.0 to 5.23.2 - #10

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

build(deps): bump @notionhq/client from 2.3.0 to 5.23.2#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/notionhq/client-5.23.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown

Bumps @notionhq/client from 2.3.0 to 5.23.2.

Release notes

Sourced from @​notionhq/client's releases.

v5.23.2

What's Changed

New capabilities

  • filter.in_trash on search (#748)

    • client.search() can now search trashed content. By default search only returns live content — trashed pages and data sources are excluded, same as before. Passing in_trash: true switches the search to return only trashed results (it does not mix trashed results into a normal search).
    • The filter accepts two shapes: the existing object filter extended with an optional in_trash boolean ({ property: "object", value: "page", in_trash: true }), or a standalone trash filter ({ in_trash: true }) that doesn't constrain the object type.
    • If you need to find trashed pages or data sources: pass filter: { in_trash: true }. Existing searches are unaffected — trash was and remains excluded by default.
  • Bump version to v5.23.2 (#749)

Links

v5.23.1

What's Changed

Type & bug fixes

  • Rich text annotation types are now exported (#740)

    • Adds ApiColor, RichTextItemResponseCommon, and a new AnnotationResponse alias (the type of RichTextItemResponse.annotations) to the package entrypoint. Fixes #689; thanks @​KingJing1.
    • If you validate or construct rich text annotations: import these types directly instead of deriving them from RichTextItemResponse with indexed-access types.
  • Pagination helpers accept endpoint methods again under strictNullChecks (#744)

    • v5.23.0 widened endpoint params to start_cursor?: string | null, but the PaginatedArgs constraint used by iteratePaginatedAPI / collectPaginatedAPI still only allowed string — so passing methods like client.dataSources.query to the helpers stopped compiling, with a misleading "property missing in type PaginatedArgs" error. Types-only fix (the runtime already handled null cursors), plus a regression test that compiles a real endpoint method against the helpers so this can't silently regress again. Fixes #743; thanks @​nakanoasaservice.
    • If the pagination helpers broke for you on v5.23.0, this is the fix — no code changes needed on your side.
  • Doc-comment fix: updateDataSource icon / in_trash descriptions now reference data sources (#745)

    • Generated documentation strings only; no type or runtime changes.
  • Bump version to v5.23.1 (#746)

New Contributors

Links

v5.23.0

What's Changed

New capabilities

... (truncated)

Commits
  • 709ff4d Bump version to v5.23.2 (#749)
  • cca587e [AI] Add filter.in_trash to search request body (#748)
  • 689a678 Bump version to v5.23.1 (#746)
  • 9ff5261 Export rich text annotation types (#740)
  • bfc85bd Allow null start_cursor in pagination helper constraint (#744)
  • a33270b [AI] Update UpdateDataSource icon and in_trash field descriptions to refere...
  • 0530772 Bump version to v5.23.0 (#741)
  • 7be6a87 [AI] Add client.asyncTasks.retrieve for the newly documented async task end...
  • df39f71 [AI] Add allow_async body parameter to createPage endpoint (#729)
  • 4eddaf6 [AI] Add allow_async parameter to update page markdown endpoint (#728)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​notionhq/client since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/notionhq/client-5.23.2 branch from fcefd6d to 17a2e5c Compare July 28, 2026 08:23
@dependabot dependabot Bot changed the title Bump @notionhq/client from 2.3.0 to 5.23.2 build(deps): bump @notionhq/client from 2.3.0 to 5.23.2 Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/notionhq/client-5.23.2 branch from 17a2e5c to 728203c Compare August 1, 2026 06:45
Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.3.0 to 5.23.2.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v2.3.0...v5.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/notionhq/client-5.23.2 branch from 728203c to 2ff769a Compare August 1, 2026 07:09
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