Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@mixedbread/sdk ^0.19.0 -> ^0.38.0 age confidence
@mixedbread/sdk ^0.37.0 -> ^0.38.0 age confidence
@scalar/json-magic (source) ^0.6.1 -> ^0.7.0 age confidence
@scalar/openapi-parser (source) 0.22.3 -> 0.23.0 age confidence
@takumi-rs/core ^0.42.0 -> ^0.44.0 age confidence
@takumi-rs/helpers ^0.42.0 -> ^0.44.0 age confidence
@takumi-rs/image-response ^0.42.0 -> ^0.44.0 age confidence
pnpm (source) 10.18.3 -> 10.20.0 age confidence
waku (source) ^0.26.0 -> ^0.27.0 age confidence

Release Notes

mixedbread-ai/mixedbread-ts (@​mixedbread/sdk)

v0.38.0

Compare Source

Full Changelog: v0.37.0...v0.38.0

Features
Chores
  • rename fileid to fileIdentifier (73aa1e4)

v0.37.0

Compare Source

Full Changelog: v0.36.0...v0.37.0

Features

v0.36.0

Compare Source

Full Changelog: v0.35.1...v0.36.0

Features
  • api: update via SDK Studio (e03f8b9)

v0.35.1

Compare Source

Full Changelog: v0.35.0...v0.35.1

Bug Fixes
  • client: incorrect offset pagination check (fb79ad5)

v0.35.0

Compare Source

Full Changelog: v0.34.0...v0.35.0

Features

v0.34.0

Compare Source

Full Changelog: v0.33.1...v0.34.0

Features

v0.33.1

Compare Source

Full Changelog: v0.33.0...v0.33.1

Chores
  • internal: use npm pack for build uploads (56d17fc)

v0.33.0

Compare Source

Full Changelog: v0.32.0...v0.33.0

Features

v0.32.0

Compare Source

Full Changelog: v0.31.1...v0.32.0

Features
  • add named args to helper functions (2373152)
  • improve types and destructuring of args (0693199)
Bug Fixes
  • move return chunks to helper params (53c32b9)
Chores

v0.31.1

Compare Source

Full Changelog: v0.31.0...v0.31.1

Chores
  • allow the store to be pulled (ff53f58)

v0.31.0

Compare Source

Full Changelog: v0.30.0...v0.31.0

Features
  • api: update via SDK Studio (c8c8568)

v0.30.0

Compare Source

Full Changelog: v0.29.0...v0.30.0

Features
Chores
  • internal: codegen related update (fcbbc84)
  • internal: fix incremental formatting in some cases (dfe1da9)
  • internal: ignore .eslintcache (7ec4db7)
  • internal: remove .eslintcache (ebaa4d7)

v0.29.0

Compare Source

Full Changelog: v0.28.1...v0.29.0

Features
Performance Improvements
Chores
  • do not install brew dependencies in ./scripts/bootstrap by default (ace2a5f)
  • internal: improve examples (dd1acb9)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (76dbd55)
  • internal: use some smaller example values (67a5565)

v0.28.1

Compare Source

Full Changelog: v0.28.0...v0.28.1

Bug Fixes
  • coerce nullable values to undefined (68cda2a)

v0.28.0

Compare Source

Full Changelog: v0.27.0...v0.28.0

Features
Chores

v0.27.0

Compare Source

Full Changelog: v0.26.0...v0.27.0

Features
Chores
  • add package to package.json (c779be5)
  • client: qualify global Blob (23ca7bf)
  • internal: update global Error reference (7aa6f8d)
  • update CI script (3974cb4)

v0.26.0

Compare Source

Full Changelog: v0.25.0...v0.26.0

Features

v0.25.0

Compare Source

Full Changelog: v0.24.1...v0.25.0

Features
  • api: update via SDK Studio (448ab87)

v0.24.1

Compare Source

Full Changelog: v0.24.0...v0.24.1

Chores

v0.24.0

Compare Source

Full Changelog: v0.23.0...v0.24.0

Features
  • api: update via SDK Studio (cf4da3b)

v0.23.0

Compare Source

Full Changelog: v0.22.0...v0.23.0

Features
  • api: update via SDK Studio (3c5cc05)

v0.22.0

Compare Source

Full Changelog: v0.21.0...v0.22.0

Features

v0.21.0

Compare Source

Full Changelog: v0.20.0...v0.21.0

Features

v0.20.0

Compare Source

Full Changelog: v0.19.2...v0.20.0

Features
  • api: update via SDK Studio (51e9b30)
scalar/scalar (@​scalar/json-magic)

v0.7.0

Minor Changes
Patch Changes
scalar/scalar (@​scalar/openapi-parser)

v0.23.0

Minor Changes
Patch Changes
kane50613/takumi (@​takumi-rs/core)

v0.44.0

Compare Source

v0.43.1

Compare Source

v0.43.0

Compare Source

Minor Changes
  • 796c578: deprecate pascal case image format
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1
wakujs/waku (waku)

v0.27.0

Compare Source

Added
  • Breaking: New adapter system

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@changeset-bot
Copy link

changeset-bot bot commented Apr 9, 2025

⚠️ No Changeset found

Latest commit: 9bed178

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Apr 9, 2025

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

Project Deployment Preview Comments Updated (UTC)
fumadocs Ready Ready Preview Comment Nov 4, 2025 10:47pm
fumadocs-marble-cms Ready Ready Preview Comment Nov 4, 2025 10:47pm
fumadocs-tanstack-start Ready Ready Preview Comment Nov 4, 2025 10:47pm
fumadocs-test Error Error Nov 4, 2025 10:47pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
fumadocs-react-router Ignored Ignored Preview Nov 4, 2025 10:47pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6eb1cf9 to 0199fbe Compare April 9, 2025 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0199fbe to 22e512e Compare April 10, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22e512e to 7087492 Compare April 16, 2025 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7087492 to 0ef9727 Compare April 17, 2025 08:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ef9727 to 0565932 Compare April 17, 2025 13:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0565932 to 51cc0f4 Compare April 17, 2025 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51cc0f4 to 4d0b130 Compare April 18, 2025 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d0b130 to 5827578 Compare April 18, 2025 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5827578 to 9b48c0a Compare April 21, 2025 14:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b48c0a to b5f3669 Compare April 22, 2025 10:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5f3669 to ae41d69 Compare April 23, 2025 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae41d69 to c91a235 Compare April 23, 2025 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c91a235 to 428e14e Compare April 24, 2025 08:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 966b829 to a43d30e Compare November 3, 2025 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a43d30e to 59b5d45 Compare November 4, 2025 02:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59b5d45 to c47cd90 Compare November 4, 2025 06:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c47cd90 to 8b209de Compare November 4, 2025 13:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b209de to 851a1c2 Compare November 4, 2025 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 851a1c2 to e1b6742 Compare November 4, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant