Skip to content

fix(deps): update all dependencies - #97

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

fix(deps): update all dependencies#97
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@base-ui/react (source) 1.7.01.8.0 age confidence dependencies minor
@better-auth/infra (source) 0.4.20.4.9 age confidence dependencies patch
@hono/zod-openapi (source) 1.6.11.6.3 age confidence dependencies patch
@lucide/svelte (source) 1.37.01.45.0 age confidence dependencies minor
@notionhq/client (source) 2.3.05.26.0 age confidence dependencies major
@tanstack/react-query (source) 5.102.35.102.8 age confidence dependencies patch
@tanstack/react-router (source) 1.170.321.170.35 age confidence dependencies patch
Unity Editor 6000.3.22f1 (1c726e1fb402)6000.3.24f1 (4e7b9b5b6244) ![age](https://developer.mend.io/api/mc/badges/age/unity3d/m_EditorVersionWithRevision/6000.3.24f1 (4e7b9b5b6244)?slim=true) ![confidence](https://developer.mend.io/api/mc/badges/confidence/unity3d/m_EditorVersionWithRevision/6000.3.22f1 (1c726e1fb402)/6000.3.24f1 (4e7b9b5b6244)?slim=true) patch
Unity Editor 6000.3.22f16000.3.24f1 age confidence patch
better-auth (source) 1.7.11.7.4 age confidence dependencies patch
golang (source) 1.27.0-alpine1.27.1-alpine age confidence stage patch
google.golang.org/grpc v1.83.1v1.83.2 age confidence require patch
google.golang.org/protobuf v1.36.11v1.36.12 age confidence require patch
hono (source) 4.13.54.13.7 age confidence dependencies patch
pnpm (source) 11.23.012.4.1 age confidence packageManager major
react (source) 19.2.819.3.0 age confidence dependencies minor
react-dom (source) 19.2.819.3.0 age confidence dependencies minor
react-hook-form (source) 7.86.07.88.0 age confidence dependencies minor
three (source) 0.185.10.186.0 age confidence dependencies minor
typescript (source) 5.9.37.0.2 age confidence devDependencies major
typescript (source) 6.0.37.0.2 age confidence devDependencies major
vite (source) 0.3.00.3.1 age confidence pnpm.catalog.default patch
vite-plus (source) 0.3.00.3.1 age confidence pnpm.catalog.default patch
vitest (source) 4.1.115.0.0 age confidence devDependencies major
vitest (source) ^4.1.10^5.0.0 age confidence devDependencies major
zod (source) 4.4.34.6.2 age confidence dependencies minor

Release Notes

mui/base-ui (@​base-ui/react)

v1.8.0

Compare Source

Sep 4, 2026

General changes
Alert Dialog
Autocomplete
Avatar
Checkbox
Checkbox Group
Combobox
Dialog
Drawer
Field
Form
  • Fix clearErrors dropping updates when multiple fields change at once (#​5446) by @​sai6855
Menu
Menubar
Navigation Menu
Number Field
Popover
Scroll Area
Select
Slider
Switch
Tabs
Toast
Tooltip

All contributors of this release in alphabetical order: @​alex-js-ltd, @​atomiks, @​azeng4499, @​chuganzy, @​edwardhorsey, @​flaviendelangle, @​gilsmt, @​gonzoblasco, @​jjenzz, @​marwenilo, @​michaldudak, @​radist2s, @​sai6855, @​vikuscz, @​wanxiankai, @​XionWCFM

honojs/middleware (@​hono/zod-openapi)

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes
lucide-icons/lucide (@​lucide/svelte)

v1.45.0: Version 1.45.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@1.44.0...1.45.0

v1.44.0: Version 1.44.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@1.43.0...1.44.0

v1.43.0: Version 1.43.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.42.0...1.43.0

v1.42.0: Version 1.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.41.0...1.42.0

v1.41.0: Version 1.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.40.0...1.41.0

v1.40.0: Version 1.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.39.0...1.40.0

v1.39.0: Version 1.39.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.38.0...1.39.0

v1.38.0: Version 1.38.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.36.0...1.38.0

makenotion/notion-sdk-js (@​notionhq/client)

v5.26.0

Compare Source

v5.25.2

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

What’s changed

New capabilities
  • Create meeting notes (#​753)
    • Use client.blocks.meetingNotes.create() with a file upload or an existing audio, video, or file block. Generated request types require parent only for file-upload sources.
API response types
  • Handle unsupported formula and rollup values (#​757)

    • Formula and rollup response unions now include type: "unsupported", so TypeScript users can handle values Notion did not compute.
  • Recognize invalid beta headers (#​754)

    • APIErrorCode.InvalidBeta recognizes invalid_beta responses as APIResponseError, including failed async-task responses.

Links

v5.23.3

Compare Source

What's Changed

Reliability
  • Edge-proxy blocks are now a diagnosable error (#​751)

    • When a request is rejected at the network edge (for example by a network security rule), the response is often HTML rather than a Notion error body. The SDK already fell back to UnknownHTTPResponseError, but the generic message and raw HTML made these failures hard to diagnose. The HTTP error types now carry response diagnostics: ray_id is populated from the cf-ray response header whenever present, and request_id falls back to the x-notion-request-id header when the body doesn't provide one. An unrecognized response with a Ray ID but no Notion request ID is identified as edge-generated, and 403s note that a network security rule may be responsible.
    • Well-formed Notion API errors still take precedence, and no new error class is introduced — the NotionClientError union is unchanged.
    • Also fixes retry-after header lookup to be case-insensitive for plain-object headers and to handle array-valued headers.
    • If you hit opaque UnknownHTTPResponseErrors with HTML bodies: upgrade, then include the error's ray_id and request_id when reporting the issue — no code changes needed.
  • Bump version to v5.23.3 (#​752)

Links

v5.23.2

Compare Source

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

Compare Source

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 passin

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 6, 2026
@renovate

renovate Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: app/server/realtime/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Due to Go's usage of Minimal Version Selection (MVS), these packages have been updated to the minimum version available, so will still abide by minimumReleaseAge=12 hours

Details:

Package Change
golang.org/x/net v0.55.0 -> v0.58.0
golang.org/x/sys v0.45.0 -> v0.47.0
golang.org/x/text v0.37.0 -> v0.41.0

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 6, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
unframe-web-editor d2360c4 Sep 12 2026, 12:58 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 6, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
unframe-lp d2360c4 Sep 12 2026, 12:58 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 6, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
unframe-control-plane d2360c4 Sep 12 2026, 12:58 PM

@renovate
renovate Bot force-pushed the renovate/all branch 11 times, most recently from f6f027c to 60438a3 Compare September 12, 2026 00:54
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